@charset "UTF-8";
/*------------------------------------------------
  COMMON(SP)
------------------------------------------------*/
/*リセット
/* 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: 63.5px; }

body {
  margin: 0;
  background-color: #ffffff; }

.page {
  margin: 0; }

a {
  text-decoration: none; }
  a:visited {
    color: none; }

.jcS {
  justify-content: flex-start; }

.jcB {
  justify-content: space-between; }

.jcE {
  justify-content: flex-end; }

.white {
  color: #ffffff; }

html {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif,"ヒラギノ明朝",serif;
  color: #444444;
  line-height: 1.8; }

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; }

.breadcrumbs {
  font-size: 13px;
  color: #444444; }

/* link-top
-----------------------*/
.link-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  cursor: pointer;
  z-index: 99;
  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: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    padding: 30px 0 13px;
    background: #26ac9f;
    position: relative;
    transition: 0.5s; }
    .link-top .common-totop:hover {
      background: #ffc14d; }
    .link-top .common-totop::before {
      content: "";
      width: 14px;
      height: 14px;
      border-top: solid 2px #FFFFFF;
      border-right: solid 2px #FFFFFF;
      transform: rotate(-45deg);
      position: absolute;
      left: calc(50% - 7px);
      top: 15px; }
  .link-top.change-position {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s, transform 2s; }

/* header
-----------------------*/
#masthead {
  width: 20%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  color: #444444; }
  #masthead .masthead-inner {
    width: 170px;
    margin: 0 auto;
    padding-top: 15px;
    color: #444444; }
  #masthead .site-branding {
    width: 170px; }
    #masthead .site-branding .logotext {
      width: 100%;
      font-size: 20px;
      text-align: center;
      color: #444444;
      font-family: 'Work Sans', sans-serif;
      font-weight: 400; }
    #masthead .site-branding img {
      width: 100%; }
  #masthead .CR {
    font-size: 12px;
    text-align: right;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; }
  #masthead .main-navigation {
    color: #555555;
    width: auto; }
    #masthead .main-navigation .menu {
      display: block;
      width: 100%;
      margin: 60px auto;
      padding-left: 10px; }
      #masthead .main-navigation .menu li {
        width: 100%;
        height: 60px;
        position: relative;
        list-style: none;
        text-align: left;
        font-size: 15px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400; }
        #masthead .main-navigation .menu li.current a {
          color: #ff8d37; }
        #masthead .main-navigation .menu li a {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          color: #444444;
          width: fit-content;
          transition: all 0.3s; }
        #masthead .main-navigation .menu li:hover a {
          opacity: 0.6;
          transition: all 0.3s; }
    #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.toggled .menu {
      right: 0; }
    #masthead .main-navigation .menu-toggle {
      display: none;
      background: none;
      border: none;
      width: 30px;
      height: 20px;
      position: relative;
      padding: 0; }
      #masthead .main-navigation .menu-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        background: #22ac38;
        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; }

.fv {
  min-height: 100vh; }

/* footer
-----------------------*/
#colophon {
  height: 60px;
  margin-left: 20%;
  background-color: #d8a56e;
  margin-top: 120px; }
  #colophon .site-footer {
    width: 80%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #colophon .site-footer .item {
      font-size: 14px;
      line-height: 14px;
      color: #fff;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      padding-left: 14px;
      position: relative; }
      #colophon .site-footer .item::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        position: absolute;
        top: calc(50% - 5px);
        left: 0; }

/*# sourceMappingURL=common_pc.css.map */
