@charset "UTF-8";
/*リセット
/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
  vertical-align: baseline; }

/* common
-----------------------*/
html {
  scroll-padding-top: 240px; }

body {
  margin: 0 !important;
  padding: 0;
  background-color: #ffffff; }

a {
  text-decoration: none; }
  a:visited {
    color: inherit; }

html {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif; }

/* header
-----------------------*/
#masthead {
  top: 0;
  left: 0;
  right: 0;
  width: 17%;
  height: 100vh;
  z-index: 99;
  position: fixed;
  background-color: #dbd5c8;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  #masthead::-webkit-scrollbar {
    display: none; }
  #masthead .masthead-inner {
    margin: 0 auto;
    padding: 40px 0 0; }
  #masthead .site-branding {
    display: block;
    width: 73%;
    max-width: 180px;
    margin: 0 auto 40px; }
    #masthead .site-branding .logo {
      width: 176px; }
  #masthead .main-navigation {
    width: auto; }
    #masthead .main-navigation .menu {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      width: 80%;
      margin: 0 auto 32px; }
      #masthead .main-navigation .menu li {
        width: 100%;
        height: 41px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        #masthead .main-navigation .menu li::before {
          content: "";
          width: 100%;
          height: 1px;
          background-image: url(../img/common/common_06.webp);
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        #masthead .main-navigation .menu li.current a {
          background-color: #0a4578;
          color: #231815; }
        #masthead .main-navigation .menu li a {
          font-size: 17px;
          line-height: 17px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          color: #81766b; }
        #masthead .main-navigation .menu li:last-child::after {
          content: "";
          width: 100%;
          height: 1px;
          background-image: url(../img/common/common_06.webp);
          background-repeat: no-repeat;
          background-size: 100%;
          position: absolute;
          bottom: 0;
          left: 0; }
    #masthead .main-navigation.toggled .menu-toggle {
      height: 22px; }
      #masthead .main-navigation.toggled .menu-toggle span {
        width: 26px; }
        #masthead .main-navigation.toggled .menu-toggle span.bar-1 {
          transform: rotate(52deg);
          top: 10px;
          left: -4px; }
        #masthead .main-navigation.toggled .menu-toggle span.bar-2 {
          display: none; }
        #masthead .main-navigation.toggled .menu-toggle span.bar-3 {
          transform: rotate(-52deg);
          top: 10px;
          left: -4px;
          bottom: auto; }
    #masthead .main-navigation .menu-toggle {
      display: none;
      background: none;
      border: none;
      width: 18px;
      height: 20px;
      position: relative;
      margin-top: 39%;
      padding: 0; }
      #masthead .main-navigation .menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
        transition: 0.2s; }
        #masthead .main-navigation .menu-toggle span.bar-1 {
          top: 0; }
        #masthead .main-navigation .menu-toggle span.bar-2 {
          top: calc(50% - 1px); }
        #masthead .main-navigation .menu-toggle span.bar-3 {
          bottom: 0; }
  #masthead .outlink {
    width: 80%;
    height: 450px;
    margin: 0 auto 10px;
    background-image: url(../img/common/common_05.webp);
    background-repeat: no-repeat;
    background-size: 100% 450px; }
    #masthead .outlink .title {
      width: 140px;
      height: 30px;
      background-color: #e2b04a;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      position: relative;
      top: -10px;
      font-size: 17px;
      line-height: 17px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff; }
    #masthead .outlink .item {
      width: 180px;
      padding: 9px 0 11px;
      display: block;
      margin: 0 auto;
      position: relative; }
      #masthead .outlink .item::before {
        content: "";
        width: 100%;
        height: 3px;
        background-image: url(../img/common/common_07.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
      #masthead .outlink .item:nth-of-type(5)::before {
        display: none; }
      #masthead .outlink .item .linkname {
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto 5px; }
        #masthead .outlink .item .linkname.w01 {
          width: 180px; }
        #masthead .outlink .item .linkname.w02 {
          width: 179px; }
        #masthead .outlink .item .linkname.w03 {
          width: 146px; }
        #masthead .outlink .item .linkname.w04 {
          width: 137px; }
      #masthead .outlink .item .text {
        width: 100%;
        margin: 0 auto;
        font-size: 10px;
        line-height: 15px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: center;
        letter-spacing: -1px;
        font-feature-settings: "palt"; }
        #masthead .outlink .item .text.tf90 {
          width: 102% !important;
          position: relative;
          left: -4px; }
    #masthead .outlink .ec {
      display: block;
      width: 100%;
      margin: 0 auto;
      font-size: 16px;
      line-height: 16px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #81766b;
      text-align: center; }

.fv {
  min-height: 100vh; }

/* link-top
-----------------------*/
.link-top {
  position: fixed;
  right: 0;
  bottom: 20px;
  cursor: pointer;
  z-index: 999;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, transform 4s; }
  .link-top .common-totop {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 10px;
    padding: 30px 0 13px;
    background: #c4c4c4;
    position: relative;
    transition: 0.5s; }
    .link-top .common-totop:hover {
      background: #d0d0d0; }
    .link-top .common-totop::before {
      content: "";
      width: 10px;
      height: 10px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      transform: rotate(-45deg);
      position: absolute;
      top: 23px;
      left: 20px; }
  .link-top.change-position {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s, transform 2s; }

/* footer
-----------------------*/
#colophon {
  width: 100%;
  height: 240px;
  background-color: #ffe189; }
  #colophon ul {
    width: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 50px; }
    #colophon ul li {
      margin: 0 18px; }
      #colophon ul li a {
        font-size: 15px;
        line-height: 48px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important; }
      #colophon ul li:nth-child(6) a {
        font-size: 13px; }
      #colophon ul li:nth-child(7) a {
        font-size: 13px; }
  #colophon .cr {
    width: 100%;
    font-size: 9px;
    display: block;
    text-align: center;
    color: #81766b;
    padding-top: 30px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500 !important; }

/*# sourceMappingURL=common_pc.css.map */
