@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: 16.9333333333vw; }

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: 3.4666666667vw;
  color: #444444; }

/* link-top
-----------------------*/
.link-top {
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  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: 50px;
    height: 50px;
    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: 10px;
      height: 10px;
      border-top: solid 1px #FFFFFF;
      border-right: solid 1px #FFFFFF;
      transform: rotate(-45deg);
      position: absolute;
      left: calc(50% - 5px);
      top: 12px; }
  .link-top.change-position {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s, transform 2s; }

/* header
-----------------------*/
#masthead {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  color: #444444; }
  #masthead .masthead-inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    color: #444444; }
  #masthead .site-branding {
    display: none;
    width: 45.3333333333vw;
    margin: 2.6666666667vw auto; }
    #masthead .site-branding .logotext {
      width: 100%;
      font-size: 4.8vw;
      text-align: center;
      color: #fff;
      font-family: 'Work Sans', sans-serif;
      font-weight: 400; }
    #masthead .site-branding img {
      width: 100%; }
  #masthead .CR {
    font-size: 3.2vw;
    text-align: right;
    position: absolute;
    bottom: 4vw;
    left: 4vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; }
  #masthead .main-navigation {
    color: #555555;
    width: auto; }
    #masthead .main-navigation .side {
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.9);
      position: fixed;
      top: 0;
      z-index: 10;
      right: -100%;
      transition: 0.3s ease-in-out; }
    #masthead .main-navigation .menu {
      display: block;
      width: 100%;
      margin: 16vw auto;
      padding-left: 10.6666666667vw;
      position: fixed;
      z-index: 20;
      right: -100%;
      transition: 0.3s ease-in-out; }
      #masthead .main-navigation .menu li {
        width: 100%;
        height: 16vw;
        position: relative;
        list-style: none;
        text-align: left;
        font-size: 4vw;
        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: 10.6666666667vw; }
      #masthead .main-navigation.toggled .menu-toggle span {
        width: 50%; }
        #masthead .main-navigation.toggled .menu-toggle span.bar-1 {
          transform: rotate(52deg);
          top: 4.8vw;
          left: 0; }
        #masthead .main-navigation.toggled .menu-toggle span.bar-2 {
          display: none; }
        #masthead .main-navigation.toggled .menu-toggle span.bar-3 {
          transform: rotate(-52deg);
          top: 4.8vw;
          left: 0;
          bottom: auto; }
    #masthead .main-navigation.toggled .side {
      right: 0; }
    #masthead .main-navigation.toggled .menu {
      right: 0; }
    #masthead .main-navigation .menu-toggle {
      display: block;
      background: none;
      border: none;
      width: 10.6666666667vw;
      height: 10.6666666667vw;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 30;
      padding: 0;
      background-color: #26a89b; }
      #masthead .main-navigation .menu-toggle span {
        display: block;
        width: 50%;
        margin: 0 auto;
        height: 0.5333333333vw;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
        transition: 0.2s; }
        #masthead .main-navigation .menu-toggle span.bar-1 {
          top: 2.6666666667vw; }
        #masthead .main-navigation .menu-toggle span.bar-2 {
          top: calc(50% - 1px); }
        #masthead .main-navigation .menu-toggle span.bar-3 {
          bottom: 2.6666666667vw; }

.fv {
  min-height: 100vh; }

/* footer
-----------------------*/
#colophon {
  height: 18.6666666667vw;
  background-color: #d8a56e;
  margin-top: 5.3333333333vw; }
  #colophon .site-footer {
    width: 80%;
    height: 18.6666666667vw;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: center; }
    #colophon .site-footer .item {
      display: block;
      width: 100%;
      font-size: 3.2vw;
      line-height: 5.8666666667vw;
      color: #fff;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      padding-left: 3.7333333333vw;
      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_sp.css.map */
