@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em auto;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Scss Document */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */ }

body {
  font-size: 62.5%;
  font-size: 1.6rem;
  /* 16px */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, "メイリオ" , sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  direction: ltr; }

.font-min {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 400; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
  .font-min {
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    -webkit-transform: rotate(-0.3deg);
    transform: rotate(-0.3deg);
    -ms-transform: rotate(-0.3deg); } }

input, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #171717;
  text-decoration: none;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease; }
  a:hover {
    opacity: .75; }

input, button, select, textarea {
  -webkit-appearance: none; }

.sp_obj {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp_obj {
      display: inline-block; } }

.pc_obj {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .pc_obj {
      display: none; } }

.nopages, .now {
  opacity: 0.4; }

.inner {
  margin: 0 auto; }

html {
  width: 100%;
  font-size: 62.5%;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  width: 100%;
  font-size: 1.6rem;
  background: #fff;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1400px) {
    body {
      padding-top: 6.42857vw; } }

.wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

.btn {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.09em;
  text-indent: -0.09em;
  margin: 0 auto; }
  @media screen and (max-width: 1400px) {
    .btn {
      font-size: 1.14286vw; } }
  .btn a {
    display: block;
    color: #222;
    background: #e6b47a;
    border-radius: 5px;
    padding: 12px 0;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transition: .4s; }
    .btn a:hover {
      background: #da903a;
      opacity: 1; }
  .btn.btn-link a {
    background: #fff;
    border: 1px solid #d4ba92;
    padding: 12px 0 10px; }
    .btn.btn-link a:hover {
      background: #d4ba92; }
  .btn span {
    display: inline;
    position: relative; }
    .btn span:before {
      content: "";
      display: block;
      background: url("/assets/images/shared/icon-arrow-black.svg") no-repeat 0 0;
      background-size: 7px 5px;
      width: 7px;
      height: 5px;
      position: absolute;
      top: 50%;
      left: -18px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }

.header {
  width: 100%;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0; }
  .header:after {
    content: none;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 103px 129px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 90px; }
    @media screen and (max-width: 1400px) {
      .header:after {
        border-width: 7.35714vw 9.21429vw 0 0 !important;
        top: 6.42857vw !important; } }
  .header .inner {
    background: #fff;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px; }
    @media screen and (max-width: 1400px) {
      .header .inner {
        height: auto; } }
  .header .header-left {
    margin: 0 0 0 20px; }
    @media screen and (max-width: 1400px) {
      .header .header-left {
        margin: 0 0 0 1.42857vw; } }
  .header .header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .header .logobox {
    vertical-align: middle;
    display: inline-block; }
    .header .logobox .subtitle {
      font-size: 0.9rem; }
      @media screen and (max-width: 1400px) {
        .header .logobox .subtitle {
          font-size: 0.7vw; } }
  .header h1 {
    width: 65px;
    height: 60px; }
    @media screen and (max-width: 1400px) {
      .header h1 {
        width: 4.64286vw;
        height: auto; }
        .header h1 img {
          width: 100%;
          height: auto; } }
    .header h1 a {
      display: block; }
  .header .lead {
    font-size: 1.3rem;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #393939;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 1400px) {
      .header .lead {
        margin-left: 1.42857vw;
        font-size: 0.92857vw; } }
  .header .gnav1 {
    margin-right: 60px; }
    @media screen and (max-width: 1400px) {
      .header .gnav1 {
        margin-right: 4.28571vw; } }
    .header .gnav1 a {
      display: inline-block;
      font-size: 1.5rem;
      margin-right: 2em;
      padding-left: 1em;
      background: url("/assets/images/shared/icon-arrow1.svg") no-repeat left; }
      @media screen and (max-width: 1400px) {
        .header .gnav1 a {
          margin-right: 1.42857vw;
          font-size: 1.07143vw; } }
      .header .gnav1 a:last-child {
        margin-right: 0; }
  .header .menu-btn {
    width: 90px;
    height: 90px; }
    @media screen and (max-width: 1400px) {
      .header .menu-btn {
        width: 6.42857vw;
        height: 6.42857vw; } }
    .header .menu-btn a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      background: #ea953a; }
    .header .menu-btn .btn-inner {
      width: 30px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -9px 0 0 -15px;
      -o-transition: all .4s;
      transition: all .4s;
      -webkit-transition: all .4s; }
    .header .menu-btn span {
      width: 100%;
      height: 2px;
      display: block;
      background: #fff;
      position: absolute;
      left: 0;
      -o-transition: all .4s;
      transition: all .4s;
      -webkit-transition: all .4s; }
      .header .menu-btn span:nth-child(1) {
        top: 0; }
      .header .menu-btn span:nth-child(2) {
        top: 8px; }
      .header .menu-btn span:nth-child(3) {
        width: 66.666666666%;
        bottom: 0; }
    .header .menu-btn.active .btn-inner {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }
    .header .menu-btn.active span:nth-of-type(1) {
      -webkit-transform: translateY(8px) rotate(-45deg);
      -ms-transform: translateY(8px) rotate(-45deg);
      transform: translateY(8px) rotate(-45deg); }
    .header .menu-btn.active span:nth-of-type(2) {
      -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .header .menu-btn.active span:nth-of-type(3) {
      opacity: 0; }

.menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-overflow-scrolling: touch;
  overflow: hidden; }
  .menu-wrap .menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 160px 0 0;
    opacity: 0;
    z-index: 0; }
    @media screen and (max-width: 1400px) {
      .menu-wrap .menu {
        padding: 11.42857vw 0 0; } }
    .menu-wrap .menu .menu-inner {
      width: 798px;
      margin: 0 auto; }
    .menu-wrap .menu .search-wrap {
      width: 450px;
      padding-bottom: 60px;
      margin: 0 auto; }
      .menu-wrap .menu .search-wrap form {
        position: relative; }
      .menu-wrap .menu .search-wrap input {
        width: 100%;
        display: block;
        border-radius: 45px;
        padding: 13px 12px 11px 60px;
        border: none;
        font-size: 1.8rem; }
      .menu-wrap .menu .search-wrap .search_submit {
        background: none;
        border: none;
        outline: 0;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        cursor: pointer; }
        .menu-wrap .menu .search-wrap .search_submit span {
          background: url("/assets/images/shared/icon-search.svg") no-repeat;
          background-size: 15px 22px;
          width: 15px;
          height: 22px;
          display: block; }
  .menu-wrap .nav-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 120px; }
    .menu-wrap .nav-wrap .gnav2 {
      display: block;
      width: 60.5%;
      font-size: 1.8rem; }
      .menu-wrap .nav-wrap .gnav2:last-child {
        width: 39.5%; }
    .menu-wrap .nav-wrap li {
      margin-bottom: 40px; }
    .menu-wrap .nav-wrap a {
      display: block;
      color: #fff;
      vertical-align: middle; }
      .menu-wrap .nav-wrap a:hover {
        opacity: 0.75; }
      .menu-wrap .nav-wrap a:before {
        content: "";
        display: inline-block;
        width: 28px;
        height: 1px;
        background: #fff;
        opacity: 0.3;
        vertical-align: middle;
        margin: -3px 20px 0 0; }
      .menu-wrap .nav-wrap a:last-child {
        margin-bottom: 0; }
  .menu-wrap .menu-bg {
    position: fixed;
    background: #e58927;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 19; }
    .menu-wrap .menu-bg.is-show {
      opacity: 1;
      height: 100%; }
  .menu-wrap.is-show {
    z-index: 20;
    visibility: visible;
    height: 100%; }
    .menu-wrap.is-show .menu.is-show, .menu-wrap.is-show .menu.is-hide {
      opacity: 1;
      z-index: 22; }
    .menu-wrap.is-show .menu-bg.is-show {
      opacity: 1;
      top: 0;
      transform: translateZ(0);
      -webkit-transform: translateZ(0); }

.menu-open {
  height: 100%; }
  .menu-open body {
    height: 100%;
    padding-top: 0; }
  .menu-open .wrapper {
    height: 100%;
    overflow: hidden; }
  .menu-open .header {
    position: absolute;
    z-index: 21; }
    .menu-open .header:after {
      opacity: 0; }
  .menu-open .main-area {
    opacity: 0; }

.main-footer {
  width: 100%;
  background: #4a3f30;
  padding: 50px 0;
  position: relative;
  z-index: 20;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 1400px) {
    .main-footer {
      padding: 3.57143vw 0; } }
  .main-footer .pagetop {
    width: 37px;
    height: 17px;
    position: absolute;
    right: 50px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 50; }
    @media screen and (max-width: 1400px) {
      .main-footer .pagetop {
        width: 2.64286vw;
        height: 1.21429vw;
        right: 3.57143vw; } }
    .main-footer .pagetop a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      background: url("/assets/images/shared/arrow-pagetop.png") no-repeat 0 0;
      opacity: .8; }
      @media screen and (max-width: 1400px) {
        .main-footer .pagetop a {
          background-size: 100%; } }
  .main-footer a {
    color: #fff; }
  .main-footer .fnav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .main-footer .fnav a {
      display: block;
      font-size: 1.5rem;
      letter-spacing: 0.1em;
      opacity: .8; }
      @media screen and (max-width: 1400px) {
        .main-footer .fnav a {
          font-size: 1.07143vw; } }
    .main-footer .fnav .slash {
      width: 15px;
      height: 23px;
      display: block;
      background: url("/assets/images/shared/fnav-slash.png") no-repeat 0 0;
      margin: 0 2em;
      opacity: .18; }
      @media screen and (max-width: 1400px) {
        .main-footer .fnav .slash {
          width: 1.07143vw;
          height: 1.64286vw;
          background-size: 100%;
          margin: 0 2.28571vw; } }
  .main-footer .copyright {
    font-size: 1.1rem;
    letter-spacing: 0.56em;
    text-indent: -0.56em;
    opacity: .69; }
    @media screen and (max-width: 1400px) {
      .main-footer .copyright {
        font-size: 0.78571vw; } }

.sec-link-list {
  background: #fff7d9;
  padding: 53px 3.142857143%;
  min-height: 1px; }
  .sec-link-list:after {
    content: "";
    display: table;
    clear: both; }
  .sec-link-list .inner {
    width: 58.00304878%;
    float: right; }
  .sec-link-list .sec-header {
    margin-bottom: 25px; }
    .sec-link-list .sec-header .title {
      font-size: 3.2rem;
      letter-spacing: 0.21em;
      text-indent: -0.21em;
      text-align: center;
      color: #111;
      font-weight: 400; }
      .sec-link-list .sec-header .title:after {
        content: "";
        display: block;
        width: 45px;
        height: 2px;
        margin: 15px auto 0;
        background: #ec992a; }
  .sec-link-list .link-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sec-link-list .link-list li {
      width: 31.668856767%;
      margin-right: 2.4967148495%; }
      .sec-link-list .link-list li:nth-child(3n) {
        margin-right: 0; }
    .sec-link-list .link-list .img {
      margin-bottom: 10px; }
    .sec-link-list .link-list img {
      width: 100%;
      height: auto; }
    .sec-link-list .link-list .text-area .text {
      line-height: 1.5;
      margin-bottom: 10px; }
    .sec-link-list .link-list .text-area time {
      display: block;
      text-align: right;
      font-size: 1.4rem; }
  .sec-link-list .btn-list {
    width: 24.93670886%;
    margin: 40px auto 10px; }

@media screen and (max-width: 950px) {
  .gnav1 {
    display: none !important; } }

@media screen and (max-width: 768px) {
  body {
    padding-top: 55px; } }

@media screen and (max-width: 768px) and (max-width: 320px) {
  html {
    font-size: 50%; } }

@media screen and (max-width: 768px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  a:hover {
    opacity: 1; }
  .wrapper {
    width: 100%;
    margin: 0 auto;
    min-width: auto; }
  img {
    max-width: 100%;
    height: auto; }
  .btn {
    font-size: 1.3rem; }
    .btn a {
      color: #212121;
      border-radius: 8px;
      padding: 11px 0; }
    .btn span:before {
      background: url("/assets/images/shared/icon-arrow2.png") no-repeat 0 0;
      left: -18px;
      background-size: 100%;
      width: 2vw;
      height: 2vw; }
  .header:after {
    border-width: 47px 57px 0 0;
    left: 0;
    top: 55px; } }
  @media screen and (max-width: 768px) and (max-width: 1400px) {
    .header:after {
      border-width: 3.35714vw 4.07143vw 0 0;
      top: 3.92857vw; } }

@media screen and (max-width: 768px) {
  .header .inner {
    height: 55px;
    min-width: 100%; }
  .header .header-left {
    -webkit-flex-basis: 86%;
    -moz-flex-basis: 86%;
    -ms-flex-basis: 86%;
    -ms-flex-preferred-size: 86%;
    flex-basis: 86%;
    margin: 11px 0 8px  8px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .header-right {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    position: relative; }
  .header h1 {
    width: 42px;
    height: 36px; }
  .header .logobox .subtitle {
    font-size: .6rem;
    margin-top: 5px; }
  .header .lead {
    font-size: .8rem;
    margin-left: 5px; }
  .header .gnav1 {
    display: none !important; }
  .header .menu-btn {
    width: 55px;
    height: 55px; }
    .header .menu-btn .btn-inner {
      width: 22px;
      height: 16px;
      margin: -8px 0 0 -11px; }
    .header .menu-btn span:nth-child(1) {
      top: 0; }
    .header .menu-btn span:nth-child(2) {
      top: 7px; }
    .header .menu-btn span:nth-child(3) {
      width: 66.666666666%;
      bottom: 0; }
    .header .menu-btn.active span:nth-of-type(1) {
      -webkit-transform: translateY(7px) rotate(-45deg);
      -ms-transform: translateY(7px) rotate(-45deg);
      transform: translateY(7px) rotate(-45deg); }
  .menu-wrap .menu {
    top: 55px;
    padding: 37px 0 0; }
    .menu-wrap .menu .menu-inner {
      width: 89.333333333%;
      height: 100vh;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .menu-wrap .menu .search-wrap {
      width: 100%;
      padding-bottom: 40px; }
      .menu-wrap .menu .search-wrap input {
        padding: 13px 12px 11px 38px;
        font-size: 1.6rem; }
      .menu-wrap .menu .search-wrap .search_submit {
        width: 4.604vw;
        height: 5.604vw; }
        .menu-wrap .menu .search-wrap .search_submit span {
          background-size: 11px 16px;
          width: 11px;
          height: 16px; }
  .menu-wrap .nav-wrap {
    padding-bottom: 0;
    display: block;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .menu-wrap .nav-wrap .gnav2 {
      width: 100%;
      font-size: 1.5rem; }
      .menu-wrap .nav-wrap .gnav2:last-child {
        width: 100%;
        margin-top: 30px; }
    .menu-wrap .nav-wrap li {
      margin-bottom: 30px;
      animation: none !important;
      -webkit-animation: none !important; }
      .menu-wrap .nav-wrap li:last-child {
        margin-bottom: 0; }
    .menu-wrap .nav-wrap a {
      animation: none !important;
      -webkit-animation: none !important; }
      .menu-wrap .nav-wrap a:hover {
        opacity: 1; }
      .menu-wrap .nav-wrap a:before {
        width: 20px;
        height: 1px;
        margin: -3px 12px 0 0; }
  .main-footer {
    width: 100%;
    padding: 35px 0 50px; }
    .main-footer .pagetop {
      width: 30px;
      height: 13px;
      position: relative;
      right: auto;
      top: auto;
      -ms-transform: none;
      transform: none;
      -webkit-transform: none;
      margin: 0 auto 20px; }
      .main-footer .pagetop a {
        background: url("/assets/images/shared/arrow-pagetop.png") no-repeat 0 0;
        background-size: cover; }
    .main-footer .fnav {
      display: none; }
    .main-footer .copyright {
      font-size: 1.0rem;
      letter-spacing: 0.18em;
      text-indent: -0.18em;
      opacity: .4; }
  .sec-link-list {
    padding: 37px 0 47px; }
    .sec-link-list .inner {
      width: 83.333333333%;
      margin: 0 auto;
      float: none; }
    .sec-link-list .sec-header {
      margin-bottom: 25px; }
      .sec-link-list .sec-header .title {
        font-size: 2.5rem;
        letter-spacing: 0.1em;
        text-indent: -0.1em;
        font-weight: 300; }
        .sec-link-list .sec-header .title:after {
          width: 11.940298507%;
          height: 3px;
          margin: 15px auto 0; }
    .sec-link-list .link-list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sec-link-list .link-list li:last-child {
        margin-bottom: 0; }
    .sec-link-list .link-list .img {
      margin-bottom: 8px; }
    .sec-link-list .link-list .text-area .text {
      font-size: 1.4rem;
      line-height: 1.2;
      margin-bottom: 5px; }
    .sec-link-list .link-list .text-area time {
      font-size: 1.2rem; }
    .sec-link-list .btn-list {
      width: 57.164179104%;
      margin: 15px auto 10px; } }

@media screen and (max-width: 768px) {
  .header:after {
    border-width: 14vw 17vw 0 0 !important;
    top: 55px !important; } }

.is-anime {
  opacity: 0;
  will-change: opacity, transform; }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.is-animated.fade-opacity {
  animation: opacity .75s ease-in;
  -webkit-animation: opacity .75s ease-in;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }

@keyframes fade-top {
  0% {
    -webkit-transform: translateY(50vh);
    transform: translateY(50vh);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0; } }

@-webkit-keyframes fade-top {
  0% {
    -webkit-transform: translateY(50vh);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 0; } }

.is-animated.fade-top {
  animation: fade-top 0.75s cubic-bezier(0.15, 0.77, 0.25, 1);
  -webkit-animation: fade-top 0.75s cubic-bezier(0.15, 0.77, 0.25, 1);
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }

@keyframes fade-bottom {
  0% {
    -webkit-transform: translateY(-50vh);
    transform: translateY(-50vh);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes fade-bottom {
  0% {
    -webkit-transform: translateY(-50vh);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.is-animated.fade-bottom {
  animation: fade-bottom 0.75s cubic-bezier(0.15, 0.77, 0.25, 1);
  -webkit-animation: fade-bottom 0.75s cubic-bezier(0.15, 0.77, 0.25, 1);
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@keyframes fadeout-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; } }

@-webkit-keyframes fadeout-left {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50px);
    opacity: 0; } }

.is-hide .nav-wrap li {
  opacity: 0;
  animation: fadeout-left 0.75s cubic-bezier(0.15, 0.77, 0.25, 1);
  -webkit-animation: fadeout-left 0.75s cubic-bezier(0.15, 0.77, 0.25, 1);
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }
  .is-hide .nav-wrap li:nth-child(1) {
    animation-delay: 0.05s;
    -webkit-animation-delay: 0.05s; }
  .is-hide .nav-wrap li:nth-child(2) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s; }
  .is-hide .nav-wrap li:nth-child(3) {
    animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s; }
  .is-hide .nav-wrap li:nth-child(4) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s; }
  .is-hide .nav-wrap li:nth-child(5) {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s; }
  .is-hide .nav-wrap li:nth-child(6) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s; }
  .is-hide .nav-wrap li:nth-child(7) {
    animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s; }
  .is-hide .nav-wrap li:nth-child(8) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s; }
  .is-hide .nav-wrap li:nth-child(9) {
    animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s; }
  .is-hide .nav-wrap li:nth-child(10) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; }

.is-show .nav-wrap li a {
  animation: fade-left 0.75s cubic-bezier(0.15, 0.77, 0.25, 1);
  -webkit-animation: fade-left 0.75s cubic-bezier(0.15, 0.77, 0.25, 1);
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }

.is-show .nav-wrap li:nth-child(1) a {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s; }

.is-show .nav-wrap li:nth-child(2) a {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; }

.is-show .nav-wrap li:nth-child(3) a {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s; }

.is-show .nav-wrap li:nth-child(4) a {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }

.is-show .nav-wrap li:nth-child(5) a {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.is-show .nav-wrap li:nth-child(6) a {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }

.is-show .nav-wrap li:nth-child(7) a {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s; }

.is-show .nav-wrap li:nth-child(8) a {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s; }

.is-show .nav-wrap li:nth-child(9) a {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s; }

.is-show .nav-wrap li:nth-child(10) a {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; }

.img-area .zabuton {
  opacity: 0; }

.img-area.is-show .zabuton {
  animation: opacity .75s ease-in;
  -webkit-animation: opacity .75s ease-in;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards;
  opacity: 1; }
  .img-area.is-show .zabuton.zabuton1 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; }
  .img-area.is-show .zabuton.zabuton2 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s; }
  .img-area.is-show .zabuton.zabuton3 {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s; }
  .img-area.is-show .zabuton.zabuton4 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s; }
  .img-area.is-show .zabuton.zabuton5 {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s; }
  .img-area.is-show .zabuton.zabuton6 {
    animation-delay: 3s;
    -webkit-animation-delay: 3s; }
  .img-area.is-show .zabuton.zabuton7 {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s; }
  .img-area.is-show .zabuton.zabuton8 {
    animation-delay: 4s;
    -webkit-animation-delay: 4s; }
  .img-area.is-show .zabuton.zabuton9 {
    animation-delay: 4.5s;
    -webkit-animation-delay: 4.5s; }
  .img-area.is-show .zabuton.zabuton10 {
    animation-delay: 5s;
    -webkit-animation-delay: 5s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  opacity: 0;
  max-height: 480px; }
  .slick-slider.slick-initialized {
    overflow: visible;
    opacity: 1;
    max-height: none; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 23px;
  width: 23px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 40px;
  padding: 0;
  border: none;
  border-top: 5px solid #fff;
  outline: none;
  z-index: 10;
  top: 50%;
  margin-top: -4%; }

.slick-prev {
  border-left: 5px solid #fff;
  left: 13px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.slick-next {
  right: 13px;
  border-right: 5px solid #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

#sakura {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 18; }

.hana {
  position: absolute;
  height: 0;
  width: 0;
  border: 10px solid pink;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 1; }
  .hana::after {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: -7px;
    height: 0;
    width: 0;
    border: 10px solid pink;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }

.t1 {
  border-color: #fff3f5; }

.t2 {
  border-color: #ffe2e7; }

.t3 {
  border-color: #ffd1d9; }

.t4 {
  border-color: #ffc0cb; }

.t5, .t6 {
  border-color: #ffafbd; }

.t1::after {
  border-color: #fff3f5; }

.t2::after {
  border-color: #ffe2e7; }

.t3::after {
  border-color: #ffd1d9; }

.t4::after {
  border-color: #ffc0cb; }

.t5::after, .t6::after {
  border-color: #ffafbd; }

.y1 {
  -webkit-animation: v1 10s infinite;
  animation: v1 10s infinite; }

.y2 {
  -webkit-animation: v2 10s infinite;
  animation: v2 10s infinite; }

.y3 {
  -webkit-animation: v3 9s infinite;
  animation: v3 9s infinite; }

.y4 {
  -webkit-animation: v4 9s infinite;
  animation: v4 9s infinite; }

.y5 {
  -webkit-animation: v5 8s infinite;
  animation: v5 8s infinite; }

.y6 {
  -webkit-animation: v6 8s infinite;
  animation: v6 8s infinite; }

@-webkit-keyframes v1 {
  from {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(270deg) scale(1); }
  to {
    -webkit-transform: rotate(1deg) scale(1); } }

@-webkit-keyframes v2 {
  from {
    -webkit-transform: rotate(-90deg) scale(0.9); }
  50% {
    -webkit-transform: rotate(-360deg) scale(0.9); }
  to {
    -webkit-transform: rotate(-89deg) scale(0.9); } }

@-webkit-keyframes v3 {
  from {
    -webkit-transform: rotate(30deg) scale(0.8); }
  50% {
    -webkit-transform: rotate(300deg) scale(0.8); }
  to {
    -webkit-transform: rotate(29deg) scale(0.8); } }

@-webkit-keyframes v4 {
  from {
    -webkit-transform: rotate(-120deg) scale(0.7); }
  50% {
    -webkit-transform: rotate(-390deg) scale(0.7); }
  to {
    -webkit-transform: rotate(-119deg) scale(0.7); } }

@-webkit-keyframes v5 {
  from {
    -webkit-transform: rotate(60deg) scale(0.6); }
  50% {
    -webkit-transform: rotate(330deg) scale(0.6); }
  to {
    -webkit-transform: rotate(59deg) scale(0.6); } }

@-webkit-keyframes v6 {
  from {
    -webkit-transform: rotate(-150deg) scale(0.5); }
  50% {
    -webkit-transform: rotate(-420deg) scale(0.5); }
  to {
    -webkit-transform: rotate(-149deg) scale(0.5); } }

@keyframes v1 {
  from {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(270deg) scale(1);
    transform: rotate(270deg) scale(1); }
  to {
    -webkit-transform: rotate(1deg) scale(1);
    transform: rotate(1deg) scale(1); } }

@keyframes v2 {
  from {
    -webkit-transform: rotate(-90deg) scale(0.9);
    transform: rotate(-90deg) scale(0.9); }
  50% {
    -webkit-transform: rotate(-360deg) scale(0.9);
    transform: rotate(-360deg) scale(0.9); }
  to {
    -webkit-transform: rotate(-89deg) scale(0.9);
    transform: rotate(-89deg) scale(0.9); } }

@keyframes v3 {
  from {
    -webkit-transform: rotate(30deg) scale(0.8);
    transform: rotate(30deg) scale(0.8); }
  50% {
    -webkit-transform: rotate(300deg) scale(0.8);
    transform: rotate(300deg) scale(0.8); }
  to {
    -webkit-transform: rotate(29deg) scale(0.8);
    transform: rotate(29deg) scale(0.8); } }

@keyframes v4 {
  from {
    -webkit-transform: rotate(-120deg) scale(0.7);
    transform: rotate(-120deg) scale(0.7); }
  50% {
    -webkit-transform: rotate(-390deg) scale(0.7);
    transform: rotate(-390deg) scale(0.7); }
  to {
    -webkit-transform: rotate(-119deg) scale(0.7);
    transform: rotate(-119deg) scale(0.7); } }

@keyframes v5 {
  from {
    -webkit-transform: rotate(60deg) scale(0.6);
    transform: rotate(60deg) scale(0.6); }
  50% {
    -webkit-transform: rotate(330deg) scale(0.6);
    transform: rotate(330deg) scale(0.6); }
  to {
    -webkit-transform: rotate(59deg) scale(0.6);
    transform: rotate(59deg) scale(0.6); } }

@keyframes v6 {
  from {
    -webkit-transform: rotate(-150deg) scale(0.5);
    transform: rotate(-150deg) scale(0.5); }
  50% {
    -webkit-transform: rotate(-420deg) scale(0.5);
    transform: rotate(-420deg) scale(0.5); }
  to {
    -webkit-transform: rotate(-149deg) scale(0.5);
    transform: rotate(-149deg) scale(0.5); } }

.main-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: strech;
  -moz-align-items: strech;
  -ms-align-items: strech;
  -webkit-box-align: strech;
  -ms-flex-align: strech;
  align-items: strech;
  width: 100%;
  z-index: 18;
  position: relative; }

.bnr-area {
  display: block; }

.bnr-area-sp {
  display: none; }

.mv-wrap {
  width: 40%;
  position: relative;
  z-index: 15;
  background: #fbf8ef; }
  .mv-wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/index/bg-mv.png) repeat-x top left;
    background-size: 100%; }

.mv-inner {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 20; }

.mv-area {
  padding-top: 41px;
  width: 554px;
  margin: 0 auto;
  height: 982px;
  position: relative; }
  @media screen and (max-width: 1400px) {
    .mv-area {
      padding-top: 2.92857vw;
      width: 39.57143vw;
      height: 70.14286vw; } }
  .mv-area h1 {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1400px) {
      .mv-area h1 {
        width: 29.71429vw;
        margin: 0 auto; }
        .mv-area h1 img {
          width: 100%;
          height: auto; } }
  .mv-area .catch {
    width: 193px;
    margin: 40px 0 0px 176px;
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 1400px) {
      .mv-area .catch {
        width: 13.78571vw;
        margin: 2.85714vw 0 0 12.57143vw; }
        .mv-area .catch img {
          width: 100%;
          height: auto; } }
  .mv-area .img-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .mv-area .img-area * {
      position: absolute; }
    .mv-area .img-area .irori {
      width: 545px;
      height: 565px;
      background: url("../../images/index/irori-base.png") no-repeat 0 0;
      top: 265px;
      left: 10px;
      padding: 176px 0 0 181px; }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .irori {
          width: 38.92857vw;
          height: 40.35714vw;
          top: 18.92857vw;
          left: 0.71429vw;
          padding: 12.57143vw 0 0 12.92857vw;
          background-size: 100%; } }
      .mv-area .img-area .irori span {
        width: 181px;
        height: 181px;
        display: block;
        background-image: url("../../images/index/irori.png");
        background-position: 0 0;
        background-repeat: no-repeat; }
        @media screen and (max-width: 1400px) {
          .mv-area .img-area .irori span {
            width: 12.92857vw;
            height: 12.92857vw;
            background-size: 100%; } }
    .mv-area .img-area .zabuton {
      display: block;
      width: 141px;
      height: 144px;
      background-position: 0 0;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton {
          width: 10.07143vw;
          height: 10.28571vw;
          background-size: 100%; } }
    .mv-area .img-area .zabuton1 {
      top: 251px;
      right: -10px;
      background-image: url("../../images/index/zabuton1.png"); }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton1 {
          top: 17.92857vw;
          right: -0.71429vw; } }
    .mv-area .img-area .zabuton2 {
      top: -6px;
      left: 14px;
      background-image: url("../../images/index/zabuton2.png"); }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton2 {
          top: -0.42857vw;
          right: 1vw; } }
    .mv-area .img-area .zabuton3 {
      bottom: 145px;
      left: 99px;
      background-image: url("../../images/index/zabuton3.png"); }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton3 {
          bottom: 10.35714vw;
          left: 7.07143vw; } }
    .mv-area .img-area .zabuton4 {
      top: 583px;
      left: -10px;
      background-image: url("../../images/index/zabuton4.png"); }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton4 {
          top: 41.64286vw;
          left: -0.71429vw; } }
    .mv-area .img-area .zabuton5 {
      top: 406px;
      left: 0;
      background-image: url("../../images/index/zabuton5.png"); }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton5 {
          top: 29vw; } }
    .mv-area .img-area .zabuton6 {
      top: 523px;
      right: -11px;
      background-image: url("../../images/index/zabuton6.png"); }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton6 {
          top: 37.35714vw;
          right: -0.78571vw; } }
    .mv-area .img-area .zabuton7 {
      top: 193px;
      left: 18px;
      background-image: url("../../images/index/zabuton7.png"); }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton7 {
          top: 13.78571vw;
          left: 1.28571vw; } }
    .mv-area .img-area .zabuton8 {
      top: 19px;
      right: 3px;
      background-image: url("../../images/index/zabuton8.png"); }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton8 {
          top: 1.35714vw;
          right: 0.21429vw; } }
    .mv-area .img-area .zabuton9 {
      bottom: 186px;
      right: 89px;
      background-image: url("../../images/index/zabuton9.png"); }
      @media screen and (max-width: 1400px) {
        .mv-area .img-area .zabuton9 {
          bottom: 13.28571vw;
          right: 6.35714vw; } }

.bnr-area {
  padding-top: 40px;
  background: #fbf8ef;
  position: relative;
  z-index: 20;
  height: 100vh; }
  @media screen and (max-width: 1400px) {
    .bnr-area {
      padding-top: 2.85714vw; } }
  .bnr-area.bnr-area-sp {
    display: none; }
  .bnr-area .bnr:nth-of-type(1n + 2) {
    margin-top: 15px; }
    @media screen and (max-width: 1400px) {
      .bnr-area .bnr:nth-of-type(1n + 2) {
        margin-top: 1.07143vw; } }
  .bnr-area .bnr img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 1400px) {
  .bnr-area.is-fixed {
    min-width: auto; } }

.bnr-collab {
  width: 502px;
  margin: 0 auto; }
  .bnr-collab img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1400px) {
    .bnr-collab {
      width: 35.85714vw; } }
  @media screen and (max-width: 768px) {
    .bnr-collab {
      width: 83.333333333%; } }

.is_business {
  position: absolute;
  bottom: 29px;
  left: 28px;
  z-index: 500; }
  @media screen and (max-width: 1400px) {
    .is_business {
      bottom: 2.07143vw;
      left: 2vw; } }

.bnr-business {
  width: 502px;
  margin: 0 auto; }
  .bnr-business img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1400px) {
    .bnr-business {
      width: 35.85714vw; } }
  @media screen and (max-width: 768px) {
    .bnr-business {
      width: 83.333333333%; } }

.movie {
  width: 502px;
  margin: 40px auto 0; }
  @media screen and (max-width: 1400px) {
    .movie {
      width: 35.85714vw;
      margin: 2.85714vw auto 0; } }
  @media screen and (max-width: 768px) {
    .movie {
      width: 83.333333333%; } }
  .movie img {
    width: 100%;
    height: auto; }
  .movie a {
    position: relative;
    display: block; }

.movie a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 69px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/assets/images/index/btn-movie.png");
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 1400px) {
    .movie a:before {
      width: 4.42857vw;
      height: 4.92857vw; } }
  @media screen and (max-width: 768px) {
    .movie a:before {
      width: 10.53333vw;
      height: 11.2vw; } }

.downloadbox {
  margin: 40px auto 0;
  position: relative;
  width: 502px; }
  @media screen and (max-width: 1400px) {
    .downloadbox {
      width: 35.85714vw; } }
  @media screen and (max-width: 768px) {
    .downloadbox {
      width: 83.333333333%;
      margin: 0 auto 0; } }
  .downloadbox figure img {
    width: 100%; }
  .downloadbox .download_list {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    @media screen and (max-width: 1400px) {
      .downloadbox .download_list {
        bottom: 2.14286vw;
        right: 2.14286vw; } }
    @media screen and (max-width: 768px) {
      .downloadbox .download_list {
        bottom: 5.906vw;
        right: 1.906vw; } }
    .downloadbox .download_list a {
      display: block;
      width: 190px; }
      @media screen and (max-width: 1400px) {
        .downloadbox .download_list a {
          width: 13.57143vw; } }
      @media screen and (max-width: 768px) {
        .downloadbox .download_list a {
          width: 35.46667vw; } }
      .downloadbox .download_list a img {
        width: 100%; }
      .downloadbox .download_list a:nth-of-type(1n+2) {
        margin-top: 10px; }
        @media screen and (max-width: 1400px) {
          .downloadbox .download_list a:nth-of-type(1n+2) {
            margin-top: vwt(10, 1400); } }

.bg-bottom {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
  position: relative; }
  .bg-bottom .bg {
    width: 40.5%;
    min-height: 289px;
    -webkit-flex-basis: 40.5%;
    -moz-flex-basis: 40.5%;
    -ms-flex-basis: 40.5%;
    -ms-flex-preferred-size: 40.5%;
    flex-basis: 40.5%;
    background: url("../../images/index/bg-mv-bottom.png") no-repeat right bottom; }
  .bg-bottom.is-topics {
    padding: 0; }
    .bg-bottom.is-topics .bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }

.contents-wrap {
  width: 60%;
  overflow: hidden; }
  .contents-wrap .sec-main {
    position: relative; }
  .contents-wrap .sec-main:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: calc(-764px / 2);
    width: 764px;
    height: 189px;
    background-image: url("/assets/images/index/header_bg.png");
    background-repeat: no-repeat;
    background-size: 100%; }
    @media screen and (max-width: 1400px) {
      .contents-wrap .sec-main:before {
        width: 54.57143vw;
        height: 13.5vw;
        top: 2.85714vw;
        margin-left: calc(-54.57143vw / 2); } }
    @media screen and (max-width: 768px) {
      .contents-wrap .sec-main:before {
        width: 93.6vw;
        height: 28.26667vw;
        top: 4.857vw;
        background-image: url("/assets/images/index/header_bg_sp.png");
        margin-left: calc(-93.6vw/ 2); } }
  .contents-wrap .sliderWrap {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1400px) {
      .contents-wrap .sliderWrap {
        margin-bottom: 3.57143vw; } }
    @media screen and (max-width: 768px) {
      .contents-wrap .sliderWrap {
        width: 85%; } }
    .contents-wrap .sliderWrap .slick-track {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .contents-wrap .sliderWrap .slick-track {
          display: block; } }
    .contents-wrap .sliderWrap .slick-list {
      width: 760px;
      margin: 0 auto; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .sliderWrap .slick-list {
          width: 86%; } }
    .contents-wrap .sliderWrap .slick-slide {
      width: 370px !important;
      margin-right: 20px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .sliderWrap .slick-slide {
          width: 24.28571vw !important;
          margin-right: 1.42857vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .sliderWrap .slick-slide {
          width: 100% !important;
          margin-right: 0; } }
      .contents-wrap .sliderWrap .slick-slide img {
        width: 100%; }
    .contents-wrap .sliderWrap .slick-slide:last-of-type {
      margin-right: 0; }
    .contents-wrap .sliderWrap .slideBox {
      border-radius: 8px;
      background-color: #fff; }
      .contents-wrap .sliderWrap .slideBox figure img {
        border-radius: 8px 8px 0 0; }
      .contents-wrap .sliderWrap .slideBox .slide_textBox {
        padding: 15px 25px;
        min-height: 140px; }
        @media screen and (max-width: 1400px) {
          .contents-wrap .sliderWrap .slideBox .slide_textBox {
            padding: 1.07143vw 1.78571vw;
            min-height: 10vw; } }
        @media screen and (max-width: 768px) {
          .contents-wrap .sliderWrap .slideBox .slide_textBox {
            min-height: 100%;
            padding: 4vw 4vw; } }
        .contents-wrap .sliderWrap .slideBox .slide_textBox .slide_text {
          font-size: 1.5rem;
          line-height: 22px; }
          @media screen and (max-width: 1400px) {
            .contents-wrap .sliderWrap .slideBox .slide_textBox .slide_text {
              font-size: 1.07143vw;
              line-height: 1.57143vw; } }
          @media screen and (max-width: 768px) {
            .contents-wrap .sliderWrap .slideBox .slide_textBox .slide_text {
              font-size: 4vw;
              line-height: 6.26667vw; } }
        .contents-wrap .sliderWrap .slideBox .slide_textBox .slide_name {
          font-size: 2.5rem;
          margin-top: 10px; }
          @media screen and (max-width: 1400px) {
            .contents-wrap .sliderWrap .slideBox .slide_textBox .slide_name {
              font-size: 1.78571vw;
              margin-top: 0.71429vw; } }
          @media screen and (max-width: 768px) {
            .contents-wrap .sliderWrap .slideBox .slide_textBox .slide_name {
              font-size: 6.4vw;
              line-height: 8.26667vw;
              margin-top: 2vw; } }
          .contents-wrap .sliderWrap .slideBox .slide_textBox .slide_name span {
            font-size: 1.6rem; }
            @media screen and (max-width: 1400px) {
              .contents-wrap .sliderWrap .slideBox .slide_textBox .slide_name span {
                font-size: 1.14286vw; } }
            @media screen and (max-width: 768px) {
              .contents-wrap .sliderWrap .slideBox .slide_textBox .slide_name span {
                font-size: 5.33333vw; } }
    @media screen and (max-width: 768px) {
      .contents-wrap .sliderWrap .slideBox:nth-of-type(1n + 2) {
        margin-top: 8vw; } }
  .contents-wrap .main-header {
    text-align: center;
    padding: 50px 0 30px 0;
    width: 540px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1400px) {
      .contents-wrap .main-header {
        width: 38.57143vw;
        padding: 3.57143vw 0 2.14286vw 0; } }
    @media screen and (max-width: 768px) {
      .contents-wrap .main-header {
        width: 72%;
        padding: 10.41667vw 0 5.20833vw 0; } }
    .contents-wrap .main-header .title_main-text,
    .contents-wrap .main-header .title_submain-text {
      color: #3a2210;
      font-size: 1.5rem;
      line-height: 26px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .main-header .title_main-text,
        .contents-wrap .main-header .title_submain-text {
          font-size: 1.07143vw;
          line-height: 1.85714vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .main-header .title_main-text,
        .contents-wrap .main-header .title_submain-text {
          font-size: 3.25521vw;
          line-height: 4.94792vw; } }
    @media screen and (max-width: 1400px) {
      .contents-wrap .main-header .title_main {
        width: 16.07143vw;
        margin: 0 auto; }
        .contents-wrap .main-header .title_main img {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .contents-wrap .main-header .title_main {
        width: 42.70833vw;
        margin: 0 auto; }
        .contents-wrap .main-header .title_main img {
          width: 100%; } }
    .contents-wrap .main-header .title_main-text {
      border-bottom: 1px dotted #9c8e76;
      padding-bottom: 10px;
      padding-top: 25px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .main-header .title_main-text {
          padding-bottom: 0.71429vw;
          padding-top: 1.78571vw;
          margin-bottom: 2.14286vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .main-header .title_main-text {
          padding-bottom: 4vw;
          padding-top: 4vw;
          margin-bottom: 4vw; } }
    .contents-wrap .main-header .title_submain-text {
      margin-top: 10px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .main-header .title_submain-text {
          margin-top: 0.71429vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .main-header .title_submain-text {
          margin-top: 3.33333vw; } }
    .contents-wrap .main-header .title_submain {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .main-header .title_submain img {
          width: 19.85714vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .main-header .title_submain img {
          width: 43.46667vw; } }
    .contents-wrap .main-header .flag_icon {
      border-radius: 50px 50px;
      background-color: #fe9f39;
      font-size: 1.5rem;
      font-weight: normal;
      padding: 4px 9px;
      margin-right: 20px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .main-header .flag_icon {
          font-size: 1.07143vw;
          padding: 0.28571vw 0.64286vw;
          margin-right: 1.42857vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .main-header .flag_icon {
          font-size: 3.06667vw;
          padding: 1.33333vw 2.66667vw;
          margin-right: 4vw; } }
  .contents-wrap .bg {
    background: #fffadc; }
  .contents-wrap .sec-article .sec-header {
    text-align: center;
    padding-bottom: 40px; }
    @media screen and (max-width: 1400px) {
      .contents-wrap .sec-article .sec-header {
        padding-bottom: 2.85714vw; } }
    .contents-wrap .sec-article .sec-header .title-area {
      display: inline-block;
      margin: 0 auto;
      position: relative;
      color: #000000; }
    .contents-wrap .sec-article .sec-header .img {
      position: absolute;
      left: -5em;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 54px;
      height: 82px; }
      .contents-wrap .sec-article .sec-header .img img {
        width: 100%;
        height: auto; }
    .contents-wrap .sec-article .sec-header h2 {
      font-size: 3.2rem;
      letter-spacing: 0.1em;
      line-height: 1.25;
      font-weight: 400; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .sec-article .sec-header h2 {
          font-size: 2.28571vw; }
          .contents-wrap .sec-article .sec-header h2 img {
            width: 33.85714vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .sec-article .sec-header h2 {
          font-size: 4.26667vw; }
          .contents-wrap .sec-article .sec-header h2 img {
            width: 79.6vw; } }
    .contents-wrap .sec-article .sec-header h3.subtitle {
      text-align: center;
      margin-top: 45px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .sec-article .sec-header h3.subtitle {
          margin-top: 3.21429vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .sec-article .sec-header h3.subtitle {
          margin-top: 8.66667vw; } }
      .contents-wrap .sec-article .sec-header h3.subtitle span {
        color: #fff;
        font-size: 1.8rem;
        font-weight: normal;
        background-color: #000000;
        padding: 5px 15px; }
        @media screen and (max-width: 1400px) {
          .contents-wrap .sec-article .sec-header h3.subtitle span {
            padding: 0.35714vw 1.07143vw;
            font-size: 1.28571vw; } }
        @media screen and (max-width: 768px) {
          .contents-wrap .sec-article .sec-header h3.subtitle span {
            padding: 1.33333vw 2.66667vw;
            font-size: 4.26667vw; } }
    .contents-wrap .sec-article .sec-header .subtitle {
      margin-top: 10px;
      font-size: 1.7rem;
      letter-spacing: 0.1em;
      line-height: 1.5; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .sec-article .sec-header .subtitle {
          font-size: 1.28571vw;
          margin-top: 1.42857vw;
          font-size: 1.21429vw; } }
    .contents-wrap .sec-article .sec-header .lead {
      font-size: 1.7rem;
      letter-spacing: 0.1em;
      text-indent: -0.1em;
      line-height: 1.6;
      margin-top: 15px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .sec-article .sec-header .lead {
          font-size: 1.28571vw; } }
  .contents-wrap .sec-article .article-list {
    width: 785px;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      .contents-wrap .sec-article .article-list {
        width: 56.07143vw; } }
    .contents-wrap .sec-article .article-list .list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .contents-wrap .sec-article .article-list .detail {
      width: 47.425%;
      margin-bottom: 50px;
      margin-right: 5.15%; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .sec-article .article-list .detail {
          margin-bottom: 3.57143vw; } }
      .contents-wrap .sec-article .article-list .detail:nth-of-type(2n) {
        margin-right: 0; }
    .contents-wrap .sec-article .article-list .photo-wrap {
      width: 70%;
      margin: 0 auto;
      position: relative;
      padding-top: 70%; }
      .contents-wrap .sec-article .article-list .photo-wrap .tag {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        background: #000;
        color: #fff;
        display: block;
        position: absolute;
        top: -26%;
        left: -9%;
        font-size: 1.4rem;
        padding: 8px 5px;
        z-index: 2; }
        @media screen and (max-width: 1400px) {
          .contents-wrap .sec-article .article-list .photo-wrap .tag {
            font-size: 1vw;
            padding: 0.57143vw 0.35714vw; } }
      .contents-wrap .sec-article .article-list .photo-wrap .bg {
        width: 70.703125%;
        height: 70.703125%;
        background: #f0c287;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        border-radius: 8px; }
      .contents-wrap .sec-article .article-list .photo-wrap .rotate-wrap {
        width: 100%;
        padding-top: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        z-index: 1; }
      .contents-wrap .sec-article .article-list .photo-wrap .thum {
        width: 70%;
        height: 70%;
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        position: absolute;
        left: 50%;
        top: 50%;
        overflow: hidden; }
        .contents-wrap .sec-article .article-list .photo-wrap .thum span {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          position: absolute;
          left: 50%;
          top: 50%; }
          .contents-wrap .sec-article .article-list .photo-wrap .thum span img {
            width: 259px; }
            @media screen and (max-width: 1400px) {
              .contents-wrap .sec-article .article-list .photo-wrap .thum span img {
                width: 18.5vw; } }
    .contents-wrap .sec-article .article-list .text-area {
      color: #101010;
      margin-top: -20px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .sec-article .article-list .text-area {
          margin-top: -1.42857vw; } }
      .contents-wrap .sec-article .article-list .text-area .data {
        font-size: 1.5rem;
        display: block;
        margin-bottom: 1em;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 1400px) {
          .contents-wrap .sec-article .article-list .text-area .data {
            font-size: 1.07143vw; } }
      .contents-wrap .sec-article .article-list .text-area .title {
        font-size: 1.9rem;
        margin-bottom: 20px;
        line-height: 1.579; }
        @media screen and (max-width: 1400px) {
          .contents-wrap .sec-article .article-list .text-area .title {
            font-size: 1.35714vw; } }
    .contents-wrap .sec-article .article-list .btn-link {
      width: 40%;
      margin-bottom: 26px; }
    .contents-wrap .sec-article .article-list .category-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: start;
      -moz-justify-content: start;
      -ms-justify-content: start;
      -webkit-box-pack: start;
      justify-content: start;
      -ms-flex-pack: start;
      text-align: center; }
      .contents-wrap .sec-article .article-list .category-list a {
        background: #e6e6e5;
        color: #222;
        display: block;
        letter-spacing: 0.1em;
        text-indent: -0.1em;
        font-size: 1.4rem;
        padding: 5px 16px;
        border-radius: 12px;
        margin: 0 5px 5px; }
        @media screen and (max-width: 1400px) {
          .contents-wrap .sec-article .article-list .category-list a {
            font-size: 1vw;
            padding: 0.35714vw 1.14286vw; } }
  .contents-wrap .sec-article .btn-list {
    width: 26.7%;
    margin-top: 5px; }
  .contents-wrap .article-contentsbox {
    position: relative;
    background-color: #ffffff;
    padding: 50px 0; }
    .contents-wrap .article-contentsbox .article-inner {
      width: 785px;
      margin: 0 auto;
      background-color: #faf9f7;
      padding: 45px 35px 35px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .article-contentsbox .article-inner {
          width: 56.07143vw;
          padding: 3.21429vw 2.5vw 2.5vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .article-contentsbox .article-inner {
          width: 90%;
          padding: 7.8125vw 5.85938vw 5.85938vw; } }
    .contents-wrap .article-contentsbox .title-area {
      margin-bottom: 30px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .article-contentsbox .title-area {
          margin-bottom: 3.57143vw; } }
      .contents-wrap .article-contentsbox .title-area .title {
        text-align: center;
        font-size: 3.2rem;
        font-weight: normal; }
        @media screen and (max-width: 1400px) {
          .contents-wrap .article-contentsbox .title-area .title {
            font-size: 2.28571vw; } }
      .contents-wrap .article-contentsbox .title-area .title {
        position: relative; }
      .contents-wrap .article-contentsbox .title-area .title:after {
        content: "";
        display: block;
        width: 45px;
        height: 2px;
        background: #ec992a;
        margin: 30px auto 0; }
        @media screen and (max-width: 1400px) {
          .contents-wrap .article-contentsbox .title-area .title:after {
            width: 3.21429vw;
            margin: 2.14286vw auto 0; } }
    .contents-wrap .article-contentsbox .btn-list--style {
      width: 200px;
      margin-top: 10%; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .article-contentsbox .btn-list--style {
          width: 14.28571vw; } }
      .contents-wrap .article-contentsbox .btn-list--style span:before {
        left: auto;
        right: -20px; }
    .contents-wrap .article-contentsbox .btn-list {
      margin-top: 35px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .article-contentsbox .btn-list {
          margin-top: 2.5vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .article-contentsbox .btn-list {
          margin-top: 4.55729vw !important; } }
    .contents-wrap .article-contentsbox .archive-box {
      width: 100%; }
      .contents-wrap .article-contentsbox .archive-box .text-area .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px; }
        @media screen and (max-width: 1400px) {
          .contents-wrap .article-contentsbox .archive-box .text-area .box {
            margin-top: 1.07143vw; } }
        @media screen and (max-width: 768px) {
          .contents-wrap .article-contentsbox .archive-box .text-area .box {
            display: block; } }
        .contents-wrap .article-contentsbox .archive-box .text-area .box .title {
          margin: 0;
          width: 540px; }
          @media screen and (max-width: 1400px) {
            .contents-wrap .article-contentsbox .archive-box .text-area .box .title {
              width: 38.57143vw; } }
          @media screen and (max-width: 768px) {
            .contents-wrap .article-contentsbox .archive-box .text-area .box .title {
              width: 100%; } }
      .contents-wrap .article-contentsbox .archive-box .text-area .btn {
        margin-right: 0; }
  .contents-wrap .contents:nth-of-type(1n + 2) {
    margin-top: 20px; }
    @media screen and (max-width: 1400px) {
      .contents-wrap .contents:nth-of-type(1n + 2) {
        margin-top: 1.42857vw; } }
  .contents-wrap .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cac8c7; }
    @media screen and (max-width: 1400px) {
      .contents-wrap .contents {
        padding-bottom: 1.42857vw; } }
    .contents-wrap .contents .photo-wrap {
      position: relative;
      width: 244px;
      margin-left: 40px; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .contents .photo-wrap {
          width: 17.42857vw; } }
      @media screen and (max-width: 1400px) {
        .contents-wrap .contents .photo-wrap {
          margin-left: 2.85714vw; } }
      @media screen and (max-width: 768px) {
        .contents-wrap .contents .photo-wrap {
          margin-left: 0; } }
      .contents-wrap .contents .photo-wrap figure {
        width: 100%; }
        .contents-wrap .contents .photo-wrap figure span {
          display: block;
          width: 100%; }
          .contents-wrap .contents .photo-wrap figure span img {
            width: 100%;
            border-radius: 8px; }
    .contents-wrap .contents .text-area .data {
      text-align: left;
      font-size: 1.8rem; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .contents .text-area .data {
          font-size: 1.28571vw; } }
    .contents-wrap .contents .text-area .title {
      font-size: 1.8rem;
      color: #101010;
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 1.435;
      font-weight: normal; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .contents .text-area .title {
          font-size: 1.28571vw;
          margin-top: 0.71429vw;
          margin-bottom: 0.71429vw; } }
    .contents-wrap .contents .text-area .btn-link {
      width: 150px;
      margin-left: 0; }
      @media screen and (max-width: 1400px) {
        .contents-wrap .contents .text-area .btn-link {
          width: 10.71429vw; } }

.topics-wrap {
  width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative; }

@media screen and (max-width: 768px) {
  .main-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .mv-wrap {
    width: 100%;
    position: relative;
    z-index: 15;
    background: url("/assets/images/index/bg-mv_sp.jpg") no-repeat center top;
    background-size: 100% auto; }
    .mv-wrap .bg {
      display: none;
      background: none; }
  .mv-inner {
    height: 100%;
    text-align: center;
    position: relative; }
  .mv-area {
    padding: 0 0 16%;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative; }
    .mv-area h1 {
      width: 86.933333333%;
      margin: 0 auto; }
    .mv-area .catch {
      width: 26.66667vw;
      margin: 10.41667vw auto 0; }
    .mv-area .img-area {
      display: none; }
      .mv-area .img-area * {
        display: none;
        background: none; }
  .bnr-area {
    display: none; }
    .bnr-area.is-fixed {
      position: fixed;
      bottom: 30px;
      width: 40%; }
    .bnr-area.is-absolute {
      position: absolute;
      bottom: 30px;
      width: 100%; }
  .bnr-area-sp {
    display: block;
    position: relative; }
  .bnrBox {
    background-color: #fff7d9;
    padding: 6.66667vw 0; }
  .bnr-list {
    width: 83.333333333%; }
    .bnr-list li {
      margin-bottom: 10px; }
      .bnr-list li img {
        width: 100%;
        height: auto; }
      .bnr-list li a {
        display: block; }
      .bnr-list li:last-child {
        margin-bottom: 10px; }
      .bnr-list li.bnr-harf {
        width: 100%; }
        .bnr-list li.bnr-harf:first-child {
          margin-right: 0; }
      .bnr-list li.bnr-standard {
        width: 100%; }
    .bnr-list li:last-of-type {
      margin-bottom: 0; }
  .bg-bottom {
    display: none; }
  .contents-wrap {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0; }
    .contents-wrap .slick-prev,
    .contents-wrap .slick-next {
      height: 16px;
      width: 16px;
      border-width: 4px;
      bottom: 15px; }
    .contents-wrap .slick-prev {
      left: 4px; }
    .contents-wrap .slick-next {
      right: 4px; }
    .contents-wrap .sec-article {
      margin-top: 0;
      padding-bottom: 0; }
      .contents-wrap .sec-article .sec-header {
        width: 89.333333333%;
        margin: 10.41667vw auto 0; }
        .contents-wrap .sec-article .sec-header .img {
          width: 38px;
          height: auto;
          left: -4em; }
        .contents-wrap .sec-article .sec-header h2 {
          font-size: 6.51042vw;
          letter-spacing: 0.03em;
          text-indent: -0.03em;
          line-height: 1.2;
          font-weight: 400; }
        .contents-wrap .sec-article .sec-header .subtitle {
          font-size: 3.90625vw; }
        .contents-wrap .sec-article .sec-header .lead {
          font-size: 3.90625vw;
          letter-spacing: 0.03em;
          text-indent: -0.03em;
          text-align: left;
          margin-top: 4vw; }
          .contents-wrap .sec-article .sec-header .lead:before {
            width: 11.940298507%;
            height: 3px;
            margin: 20px auto; }
      .contents-wrap .sec-article .article-list {
        width: 89.333333333%;
        margin: 0 auto; }
        .contents-wrap .sec-article .article-list .detail {
          width: 100%;
          margin-bottom: 65px;
          margin-right: 0; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .contents-wrap .sec-article .article-list .detail {
            margin-bottom: 15.625vw; } }

@media screen and (max-width: 768px) {
          .contents-wrap .sec-article .article-list .detail:last-child {
            margin-bottom: 0; }
          .contents-wrap .sec-article .article-list .detail article {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
        .contents-wrap .sec-article .article-list .photo-wrap {
          width: 84.626865671%;
          margin: 0 auto;
          position: relative;
          padding-top: 84.626865671%;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
          .contents-wrap .sec-article .article-list .photo-wrap .tag {
            top: -24%;
            left: 6%;
            font-size: 3.90625vw;
            z-index: 20;
            padding: 1.30208vw 1.04167vw; }
          .contents-wrap .sec-article .article-list .photo-wrap .bg {
            width: 74.42680776%;
            height: 74.42680776%;
            border-radius: 12px; }
          .contents-wrap .sec-article .article-list .photo-wrap .thum span img {
            width: 75.52083vw;
            max-width: inherit; }
        .contents-wrap .sec-article .article-list .text-area {
          color: #101010;
          margin-top: -5vw;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
          .contents-wrap .sec-article .article-list .text-area .data {
            font-size: 3.90625vw; }
          .contents-wrap .sec-article .article-list .text-area .title {
            font-size: 4.94792vw;
            margin-bottom: 15px;
            letter-spacing: -0.05em; }
            .contents-wrap .sec-article .article-list .text-area .title small {
              font-size: 1.2rem;
              margin-bottom: 1em;
              letter-spacing: 0.03em; }
        .contents-wrap .sec-article .article-list .btn-link {
          width: 43.731343283%;
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4;
          margin-top: 5.85938vw;
          margin-bottom: 0; }
          .contents-wrap .sec-article .article-list .btn-link a {
            padding: 8px 0; }
        .contents-wrap .sec-article .article-list .category-list {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          text-align: center; }
          .contents-wrap .sec-article .article-list .category-list a {
            font-size: 3.64583vw;
            padding: 3px 13px;
            margin: 0 4px 4px; }
      .contents-wrap .sec-article .article-contentsbox {
        width: 100%; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        .contents-wrap .sec-article .article-contentsbox {
          padding: 10vw 0; } }

@media screen and (max-width: 768px) {
        .contents-wrap .sec-article .article-contentsbox .contents:nth-of-type(1n + 2) {
          margin-top: 6.51042vw; }
        .contents-wrap .sec-article .article-contentsbox .title-area {
          margin: 0 auto 0; }
          .contents-wrap .sec-article .article-contentsbox .title-area .title {
            font-size: 6.51042vw; }
            .contents-wrap .sec-article .article-contentsbox .title-area .title:after {
              margin: 20px auto 0;
              width: 11.940298507%; }
      .contents-wrap .sec-article .contents {
        width: 100%;
        margin: 0 auto 0;
        display: block;
        position: relative;
        padding-bottom: 6.51042vw; }
        .contents-wrap .sec-article .contents .photo-wrap {
          position: relative;
          width: 54.29688vw;
          margin: 5.20833vw auto 0; }
          .contents-wrap .sec-article .contents .photo-wrap .tag {
            top: -10%;
            left: 12%;
            font-size: 1.5rem; }
          .contents-wrap .sec-article .contents .photo-wrap figure {
            width: 100%; }
            .contents-wrap .sec-article .contents .photo-wrap figure span {
              display: block;
              width: 100%; }
              .contents-wrap .sec-article .contents .photo-wrap figure span img {
                width: 100%;
                border-radius: 8px; }
        .contents-wrap .sec-article .contents .text-area {
          margin-top: 7.16146vw; }
          .contents-wrap .sec-article .contents .text-area .data {
            font-size: 1.9rem; }
          .contents-wrap .sec-article .contents .text-area .title {
            font-size: 1.9rem;
            margin: 4% 0; }
            .contents-wrap .sec-article .contents .text-area .title small {
              font-size: 1.4rem;
              display: block;
              margin-bottom: 1em;
              letter-spacing: 0.03em; }
          .contents-wrap .sec-article .contents .text-area .btn-link {
            width: 37.76042vw;
            margin: auto;
            margin-top: 6%; }
      .contents-wrap .sec-article .btn-list {
        width: 57.164179104%;
        margin-top: 13.02083vw; }
        .contents-wrap .sec-article .btn-list a {
          padding: 11px 0; } }

.bnnerbox {
  background-color: #ece9e2;
  padding: 30px 0; }
  @media screen and (max-width: 1400px) {
    .bnnerbox {
      padding: 2.14286vw 0; } }
  @media screen and (max-width: 768px) {
    .bnnerbox {
      padding: 6.51042vw 0; } }
  .bnnerbox .comp_bnr {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .bnnerbox .comp_bnr {
        display: block; } }
    .bnnerbox .comp_bnr .bnr {
      width: 230px;
      height: 60px;
      margin-right: 40px; }
      @media screen and (max-width: 1400px) {
        .bnnerbox .comp_bnr .bnr {
          width: 16.42857vw;
          height: 4.28571vw;
          margin-right: 2.85714vw; } }
      @media screen and (max-width: 768px) {
        .bnnerbox .comp_bnr .bnr {
          width: 100%;
          height: auto;
          margin-right: 0;
          margin-top: 3vw; } }
      .bnnerbox .comp_bnr .bnr img {
        width: 100%;
        height: auto; }
    .bnnerbox .comp_bnr .bnr:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .bnnerbox .comp_bnr {
        width: 83.333333333%; } }

.article-contentsbox02 {
  padding: 0 0 60px;
  background: #fffadc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1400px) {
    .article-contentsbox02 {
      padding: 0 0 4.28571vw; } }
  .article-contentsbox02 .inner {
    width: 700px;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      .article-contentsbox02 .inner {
        width: 83%; } }
  .article-contentsbox02 .contents:nth-of-type(1n + 2) {
    padding-top: 6%;
    border-top: 1px dotted #cac8c7; }
  .article-contentsbox02 .contents {
    width: 100%;
    padding-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: none; }
    @media screen and (max-width: 1400px) {
      .article-contentsbox02 .contents {
        margin: 0 auto 1.78571vw;
        padding-bottom: 0.42857vw; } }
    .article-contentsbox02 .contents:last-child {
      padding-bottom: 20px;
      border-bottom: 1px dotted #cac8c7; }
    .article-contentsbox02 .contents .photo-wrap {
      position: relative;
      width: 31.91%;
      margin-right: 6%;
      max-width: 231px; }
      .article-contentsbox02 .contents .photo-wrap .tag {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        background: #000;
        color: #fff;
        display: block;
        position: absolute;
        top: -12%;
        left: 10%;
        font-size: 1.3rem;
        padding: 7.5px 5px;
        z-index: 2; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .contents .photo-wrap .tag {
            font-size: 1.07143vw; } }
      .article-contentsbox02 .contents .photo-wrap figure {
        width: 100%; }
        .article-contentsbox02 .contents .photo-wrap figure span {
          display: block;
          width: 100%; }
          .article-contentsbox02 .contents .photo-wrap figure span img {
            width: 100%;
            border-radius: 8px; }
    .article-contentsbox02 .contents .archive-box {
      width: 62.09%;
      padding-bottom: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .article-contentsbox02 .contents .text-area {
      color: #101010; }
      .article-contentsbox02 .contents .text-area .title {
        font-size: 1.9rem;
        margin-bottom: 8px;
        line-height: 1.38;
        font-weight: 500;
        color: #3a2210; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .contents .text-area .title {
            font-size: 1.64286vw;
            margin-bottom: 0.57143vw; } }
        .article-contentsbox02 .contents .text-area .title small {
          font-size: 1.4rem;
          display: block;
          margin-bottom: 1em;
          letter-spacing: 0.03em; }
          @media screen and (max-width: 1400px) {
            .article-contentsbox02 .contents .text-area .title small {
              font-size: 1vw; } }
      .article-contentsbox02 .contents .text-area .date {
        font-size: 1.3rem;
        letter-spacing: 0.04em;
        margin-bottom: 10px; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .contents .text-area .date {
            margin-bottom: 0.71429vw; } }
    .article-contentsbox02 .contents .btn-link {
      width: 143px;
      margin-top: 15px;
      margin-left: 0;
      margin-right: auto;
      position: relative;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 1400px) {
        .article-contentsbox02 .contents .btn-link {
          width: 10.21429vw; } }
      .article-contentsbox02 .contents .btn-link a {
        background: transparent;
        font-size: 1.6rem;
        letter-spacing: 0.09em;
        text-align: center; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .contents .btn-link a {
            font-size: 1.14286vw; } }
      .article-contentsbox02 .contents .btn-link a:hover {
        background: #d4ba92; }
      .article-contentsbox02 .contents .btn-link span:before {
        left: -15px; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .contents .btn-link span:before {
            left: -1.07143vw; } }
    .article-contentsbox02 .contents .category-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: start;
      -moz-justify-content: start;
      -ms-justify-content: start;
      -webkit-box-pack: start;
      justify-content: start;
      -ms-flex-pack: start;
      text-align: center; }
      .article-contentsbox02 .contents .category-list a {
        background: #ece1b9;
        color: #222;
        display: block;
        letter-spacing: 0.1em;
        text-indent: -0.1em;
        font-size: 1.4rem;
        padding: 5px 16px;
        border-radius: 12px;
        margin: 0 5px 5px; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .contents .category-list a {
            font-size: 1vw; } }
  .article-contentsbox02 .archive_contents .archive_datebox .title, .article-contentsbox02 .archive_contents .archive_datebox .text {
    font-size: 2.0rem;
    line-height: 2; }
    @media screen and (max-width: 1400px) {
      .article-contentsbox02 .archive_contents .archive_datebox .title, .article-contentsbox02 .archive_contents .archive_datebox .text {
        font-size: 1.42857vw; } }
    @media screen and (max-width: 768px) {
      .article-contentsbox02 .archive_contents .archive_datebox .title, .article-contentsbox02 .archive_contents .archive_datebox .text {
        font-size: 1.9rem;
        line-height: 1.5; } }
  .article-contentsbox02 .archive_contents, .article-contentsbox02 .archive_contents .archive_datebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .article-contentsbox02 .archive_contents, .article-contentsbox02 .archive_contents .archive_datebox {
        display: block; } }
  .article-contentsbox02 .archive {
    margin-top: 75px; }
    @media screen and (max-width: 1400px) {
      .article-contentsbox02 .archive {
        margin-top: 5.35714vw; } }
    @media screen and (max-width: 768px) {
      .article-contentsbox02 .archive {
        margin-top: 16.66667vw; } }
    .article-contentsbox02 .archive_title {
      text-align: center;
      font-size: 2.8rem;
      font-weight: normal; }
      @media screen and (max-width: 1400px) {
        .article-contentsbox02 .archive_title {
          font-size: 2vw; } }
      @media screen and (max-width: 768px) {
        .article-contentsbox02 .archive_title {
          font-size: 5.33333vw; } }
    .article-contentsbox02 .archive_contents {
      border-bottom: 1px dotted #cac8c7;
      padding-bottom: 30px; }
      @media screen and (max-width: 1400px) {
        .article-contentsbox02 .archive_contents {
          padding-bottom: 2.14286vw; } }
      @media screen and (max-width: 768px) {
        .article-contentsbox02 .archive_contents {
          padding-bottom: 5.33333vw; } }
      .article-contentsbox02 .archive_contents .archive_datebox .title {
        width: 190px; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .archive_contents .archive_datebox .title {
            width: 13.57143vw; } }
        @media screen and (max-width: 768px) {
          .article-contentsbox02 .archive_contents .archive_datebox .title {
            width: 100%; } }
      .article-contentsbox02 .archive_contents .archive_datebox .text {
        width: 330px; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .archive_contents .archive_datebox .text {
            width: 23.57143vw; } }
        @media screen and (max-width: 768px) {
          .article-contentsbox02 .archive_contents .archive_datebox .text {
            width: 100%;
            margin-top: 2vw; } }
      .article-contentsbox02 .archive_contents .btn {
        width: 160px;
        margin-right: 0; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .archive_contents .btn {
            width: 11.42857vw; } }
        @media screen and (max-width: 768px) {
          .article-contentsbox02 .archive_contents .btn {
            margin-right: auto;
            width: 37.76042vw;
            margin-top: 3.33333vw; } }
        .article-contentsbox02 .archive_contents .btn a {
          background: transparent; }
        .article-contentsbox02 .archive_contents .btn a:hover {
          background: #d4ba92; }
      .article-contentsbox02 .archive_contents:first-of-type {
        margin-top: 40px; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .archive_contents:first-of-type {
            margin-top: 2.85714vw; } }
        @media screen and (max-width: 768px) {
          .article-contentsbox02 .archive_contents:first-of-type {
            margin-top: 10.66667vw; } }
      .article-contentsbox02 .archive_contents:nth-of-type(1n+2) {
        margin-top: 30px; }
        @media screen and (max-width: 1400px) {
          .article-contentsbox02 .archive_contents:nth-of-type(1n+2) {
            margin-top: 2.14286vw; } }
        @media screen and (max-width: 768px) {
          .article-contentsbox02 .archive_contents:nth-of-type(1n+2) {
            margin-top: 5.33333vw; } }
    .article-contentsbox02 .archive .btn-list {
      margin-top: 40px;
      width: 200px; }
      @media screen and (max-width: 1400px) {
        .article-contentsbox02 .archive .btn-list {
          margin-top: 2.85714vw;
          width: 14.28571vw; } }
      @media screen and (max-width: 768px) {
        .article-contentsbox02 .archive .btn-list {
          margin-top: 14vw;
          width: 50.66667vw; } }
  .article-contentsbox02 .bnr_feature {
    text-align: center;
    margin-top: 50px; }
    @media screen and (max-width: 1400px) {
      .article-contentsbox02 .bnr_feature {
        margin-top: 3.57143vw; }
        .article-contentsbox02 .bnr_feature img {
          width: 54.28571vw; } }
    @media screen and (max-width: 768px) {
      .article-contentsbox02 .bnr_feature {
        margin-top: 9.33333vw; }
        .article-contentsbox02 .bnr_feature img {
          width: 100%; } }

@media screen and (max-width: 768px) {
  .article-contentsbox02 {
    width: 100%;
    margin-top: 0;
    padding: 10.66667vw 5.33333vw 10vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0; }
    .article-contentsbox02 .inner {
      width: 100%; }
    .article-contentsbox02 .contents:nth-of-type(1n + 2) {
      padding-top: 10vw; }
    .article-contentsbox02 .contents {
      width: 100%;
      margin: 0;
      padding: 0 0 7.33333vw;
      display: block;
      position: relative; }
      .article-contentsbox02 .contents .photo-wrap {
        position: relative;
        width: 63.33333vw;
        margin: 0 auto;
        max-width: 750px; }
        .article-contentsbox02 .contents .photo-wrap .bg {
          width: 100%; }
        .article-contentsbox02 .contents .photo-wrap .tag {
          top: -10%;
          left: 12%;
          left: 2.66667vw;
          font-size: 1.5rem; }
        .article-contentsbox02 .contents .photo-wrap figure {
          width: 100%; }
          .article-contentsbox02 .contents .photo-wrap figure span {
            display: block;
            width: 100%; }
            .article-contentsbox02 .contents .photo-wrap figure span img {
              width: 100%;
              border-radius: 4px; }
      .article-contentsbox02 .contents .archive-box {
        width: 100%;
        padding-bottom: 0; }
      .article-contentsbox02 .contents .text-area {
        margin-top: 6.53333vw; }
        .article-contentsbox02 .contents .text-area .title {
          font-size: 4.8vw;
          line-height: 1.53; }
          .article-contentsbox02 .contents .text-area .title small {
            font-size: 1.4rem;
            display: block;
            margin-bottom: 1em;
            letter-spacing: 0.03em; }
        .article-contentsbox02 .contents .text-area .date {
          font-size: 3.73333vw;
          letter-spacing: 0;
          margin-bottom: 2.66667vw;
          font-family: "Yu Mincho", "YuMincho", serif; }
      .article-contentsbox02 .contents .btn-link {
        width: 38.66667vw;
        margin-right: auto;
        margin-left: auto;
        position: static; }
        .article-contentsbox02 .contents .btn-link a {
          font-size: 3.46667vw;
          letter-spacing: 0.09em;
          padding: 2.26667vw 0; }
        .article-contentsbox02 .contents .btn-link span:before {
          left: -3.33333vw; }
      .article-contentsbox02 .contents .category-list {
        margin: 4.66667vw 0 5.6vw; }
        .article-contentsbox02 .contents .category-list a {
          padding: 3px 13px;
          margin: 0 4px 4px;
          font-size: 1.4rem; } }

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