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

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

.mv-wrap {
  width: 37%;
  z-index: 15;
  background: #ededed;
  min-width: 0;
  font-size: 0; }
  .mv-wrap .bg {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    right: 0;
    top: 90px;
    float: right;
    display: block;
    width: 100%; }
    @media screen and (max-width: 1400px) {
      .mv-wrap .bg {
        top: 6.42857vw; } }
    .mv-wrap .bg img {
      width: 100%; }
  .mv-wrap .bg-box {
    position: relative; }
    .mv-wrap .bg-box .contents-title--tate {
      display: block;
      position: absolute;
      top: 90px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100px; }
    .mv-wrap .bg-box .contents-title {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 3.4rem;
      color: #fff;
      font-weight: normal;
      text-orientation: upright;
      line-height: 1.6;
      height: 100vh; }
      @media screen and (max-width: 1400px) {
        .mv-wrap .bg-box .contents-title {
          font-size: 2.42857vw; } }

.contents-wrap {
  width: 63%;
  background-color: #fafafa; }

.detail-wrap .article-header {
  padding: 35px 4.5454545455% 45px; }
  @media screen and (max-width: 1400px) {
    .detail-wrap .article-header {
      padding: 2.5vw 4.54545% 5.35714vw; } }
  .detail-wrap .article-header .pankuzu {
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 90px;
    letter-spacing: 0.03em;
    text-align: left; }
    @media screen and (max-width: 1400px) {
      .detail-wrap .article-header .pankuzu {
        margin-bottom: 6.42857vw; } }
    .detail-wrap .article-header .pankuzu a {
      color: #222; }
    .detail-wrap .article-header .pankuzu a, .detail-wrap .article-header .pankuzu span {
      margin-right: .5em; }
  .detail-wrap .article-header .title-area {
    text-align: center;
    margin: 0 auto;
    position: relative;
    color: #000000; }
  .detail-wrap .article-header h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    line-height: 1.25;
    font-weight: 400; }
    @media screen and (max-width: 1400px) {
      .detail-wrap .article-header h2 {
        font-size: 2.28571vw; } }
  .detail-wrap .article-header .lead {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    line-height: 2.333;
    padding: 0 50px; }
    @media screen and (max-width: 1400px) {
      .detail-wrap .article-header .lead {
        font-size: 1.8rem; } }
    .detail-wrap .article-header .lead:before {
      content: "";
      display: block;
      width: 45px;
      height: 2px;
      background: #ec992a;
      margin: 25px auto 45px; }
      @media screen and (max-width: 1400px) {
        .detail-wrap .article-header .lead:before {
          width: 3.21429vw;
          margin: 1.78571vw auto 3.21429vw; } }

.detail-wrap .sec-article {
  width: 785px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 1400px) {
    .detail-wrap .sec-article {
      width: 90%;
      margin: 0 auto 7.14286vw; } }
  .detail-wrap .sec-article img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .detail-wrap .sec-article .text-box {
    width: 77.272727272%;
    margin: 0 auto;
    letter-spacing: 0.02em;
    font-size: 1.8rem;
    line-height: 2.3;
    color: #2d1f1f;
    margin-bottom: 55px;
    clear: both; }
    .detail-wrap .sec-article .text-box .sub-title {
      width: auto; }
    .detail-wrap .sec-article .text-box .img-small {
      width: 42.94117647%;
      border-radius: 20px;
      overflow: hidden; }
    .detail-wrap .sec-article .text-box.img-left .img-small {
      float: left;
      margin-right: 4.5%;
      margin-bottom: 4.5%; }
    .detail-wrap .sec-article .text-box.img-right .img-small {
      float: right;
      margin-left: 4.5%;
      margin-bottom: 4.5%; }
  .detail-wrap .sec-article .article-contentsbox .introduction {
    border-top: 1px solid #dbd4d4;
    border-left: 1px solid #dbd4d4;
    border-right: 1px solid #dbd4d4; }
    .detail-wrap .sec-article .article-contentsbox .introduction .title {
      background-color: #f5efe3; }
    .detail-wrap .sec-article .article-contentsbox .introduction .title, .detail-wrap .sec-article .article-contentsbox .introduction .text {
      font-size: 1.6rem;
      padding: 20px 15px; }
    .detail-wrap .sec-article .article-contentsbox .introduction .text {
      border-top: 1px solid #bcb6a8;
      line-height: 1.2; }
  .detail-wrap .sec-article .article-contentsbox .introduction:nth-of-type(1n + 2) {
    border-top: 1px solid #bcb6a8; }
  .detail-wrap .sec-article .article-contentsbox .introduction:last-of-type {
    border-bottom: 1px solid #dbd4d4; }
  .detail-wrap .sec-article .sns-area {
    margin: 70px auto 0;
    text-align: center; }
    @media screen and (max-width: 1400px) {
      .detail-wrap .sec-article .sns-area {
        margin: 5vw auto 0; } }
    .detail-wrap .sec-article .sns-area .title {
      font-size: 1.5rem;
      letter-spacing: 0.69em;
      text-indent: -0.69em;
      margin-bottom: 25px; }
      @media screen and (max-width: 1400px) {
        .detail-wrap .sec-article .sns-area .title {
          font-size: 1.07143vw;
          margin-bottom: 1.78571vw; } }
    .detail-wrap .sec-article .sns-area .sns-list li {
      display: inline-block;
      margin: 0 21px; }
      @media screen and (max-width: 1400px) {
        .detail-wrap .sec-article .sns-area .sns-list li {
          margin: 0 1.5vw; } }
      .detail-wrap .sec-article .sns-area .sns-list li a {
        display: block;
        width: 48px;
        height: 48px;
        background: #edddbd;
        border-radius: 24px;
        position: relative; }
        @media screen and (max-width: 1400px) {
          .detail-wrap .sec-article .sns-area .sns-list li a {
            width: 3.42857vw;
            height: 3.42857vw; } }
      .detail-wrap .sec-article .sns-area .sns-list li .icon {
        width: 20px;
        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%); }
        @media screen and (max-width: 1400px) {
          .detail-wrap .sec-article .sns-area .sns-list li .icon {
            width: 1.42857vw; } }

@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;
    -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%; }
  .mv-wrap {
    width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    .mv-wrap .bg {
      position: relative;
      right: auto;
      top: auto;
      float: none;
      min-height: 100%; }
      .mv-wrap .bg img {
        float: none; }
    .mv-wrap .bg-box .contents-title--tate {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center; }
    .mv-wrap .bg-box .contents-title {
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      text-orientation: inherit;
      font-size: 2.5rem;
      color: #fff;
      font-weight: normal;
      height: auto; }
  .contents-wrap {
    width: 100%; }
  .detail-wrap .article-header .pankuzu {
    margin-bottom: 30px;
    line-height: 1.5; }
    .detail-wrap .article-header .pankuzu a, .detail-wrap .article-header .pankuzu span {
      margin-right: .5em; }
  .detail-wrap .article-header .title-area h1 {
    font-size: 2.0rem;
    margin-bottom: 30px; }
    .detail-wrap .article-header .title-area h1:before {
      width: 78px;
      height: 78px; }
  .detail-wrap .article-header .title-area small {
    font-size: 1.6rem;
    padding-top: 8px;
    margin-top: 8px; }
  .detail-wrap .article-header .title-area .lead {
    font-size: 1.3rem; }
  .detail-wrap .article-header .img {
    width: 38px;
    height: auto;
    left: -4em; }
  .detail-wrap .article-header h2 {
    font-size: 2.5rem;
    letter-spacing: 0.03em;
    text-indent: -0.03em;
    line-height: 1.2;
    font-weight: 400; }
  .detail-wrap .article-header .lead {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    text-indent: -0.03em;
    text-align: left;
    padding: 0; }
    .detail-wrap .article-header .lead:before {
      width: 11.940298507%;
      height: 3px;
      margin: 20px auto; }
  .detail-wrap .sec-article {
    margin-bottom: 80px; }
    .detail-wrap .sec-article .text-box {
      width: 89.333333333%;
      margin: 0 auto;
      font-size: 1.5rem;
      line-height: 1.8;
      margin-bottom: 45px; }
      .detail-wrap .sec-article .text-box .img-small {
        width: 43.582089552%; }
      .detail-wrap .sec-article .text-box.img-left .img-small {
        float: left;
        margin-right: 4.5%;
        margin-bottom: 4.5%; }
      .detail-wrap .sec-article .text-box.img-right .img-small {
        float: right;
        margin-left: 4.5%;
        margin-bottom: 4.5%; }
      .detail-wrap .sec-article .text-box.end {
        width: 89.333333333%;
        margin-bottom: 28px;
        padding: 30px 0; }
        .detail-wrap .sec-article .text-box.end h3 {
          width: 90.447761194%;
          margin: 0 auto 20px;
          font-size: 1.8rem; }
        .detail-wrap .sec-article .text-box.end .text {
          width: 90.447761194%;
          margin: 0 auto;
          font-size: 1.5rem; }
    .detail-wrap .sec-article .sub-title {
      width: 89.333333333%;
      margin: 0 auto 15px;
      font-size: 2.0rem;
      line-height: 1.5; }
    .detail-wrap .sec-article .img-large {
      width: 89.333333333%;
      margin: 0 auto 30px;
      position: relative; }
      .detail-wrap .sec-article .img-large .caption {
        position: absolute;
        top: auto;
        bottom: 18px;
        font-size: 1.5rem;
        width: 100%; }
        .detail-wrap .sec-article .img-large .caption p {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -webkit-box-pack: center;
          justify-content: center;
          -ms-flex-pack: center; }
        .detail-wrap .sec-article .img-large .caption span {
          background: rgba(255, 255, 255, 0.94);
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
          padding: 5px 10px;
          text-align: center; }
          .detail-wrap .sec-article .img-large .caption span:last-child {
            margin-bottom: 0; }
        .detail-wrap .sec-article .img-large .caption.caption-left {
          left: auto;
          margin-right: 0;
          padding: 0; }
          .detail-wrap .sec-article .img-large .caption.caption-left span {
            margin: 0 auto 5px; }
        .detail-wrap .sec-article .img-large .caption.caption-right {
          right: auto;
          padding: 0; }
          .detail-wrap .sec-article .img-large .caption.caption-right span {
            margin: 0 auto 5px; }
    .detail-wrap .sec-article .sns-area {
      margin: 57px auto 0; }
      .detail-wrap .sec-article .sns-area .title {
        font-size: 1.3rem;
        margin-bottom: 20px; }
      .detail-wrap .sec-article .sns-area .sns-list li {
        margin: 0 15px; }
        .detail-wrap .sec-article .sns-area .sns-list li a {
          width: 12.5vw;
          height: 12.5vw;
          border-radius: 50px; }
        .detail-wrap .sec-article .sns-area .sns-list li .icon {
          width: 5.72917vw; } }

.detail-wrap .article-header .lead {
  text-align: center;
  font-size: 2.5rem; }
  .detail-wrap .article-header .lead span {
    display: block;
    font-size: 3.0rem; }

.detail-wrap .text-box {
  width: 80%;
  font-size: 1.8rem;
  margin: auto;
  margin-bottom: 40px;
  line-height: 2.3; }

.site-symbol {
  text-align: center;
  display: block;
  margin-bottom: 30px; }
  @media screen and (max-width: 1400px) {
    .site-symbol {
      width: 53.42857vw;
      margin: 0 auto;
      margin-bottom: 2.14286vw; }
      .site-symbol img {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .site-symbol {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 3.90625vw; }
      .site-symbol img {
        width: 100%; } }

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