@charset "UTF-8";
body {
  background-color: #EEEDEB;
  position: relative; }
  body.modal-open {
    overflow: hidden; }

header {
  margin: 0 auto 10px; }
  header > div {
    padding: 30px 350px 60px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
  header a {
    text-decoration: none; }
  header h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    font: 3.8rem/1em "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin: 0 auto 60px;
    z-index: 9999; }
    header h1 span {
      position: relative;
      display: block;
      width: 100%;
      max-width: 332px;
      height: 35px;
      margin: 0 70px 0 0;
      text-indent: -9999px;
      background: url("../images/logo.svg") center center no-repeat;
      background-size: contain; }
      header h1 span:before {
        width: 1px;
        height: 36px;
        background: #252525;
        position: absolute;
        content: "";
        display: block;
        top: 0;
        right: -35px; }

.head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 80px auto; }
  .head_nav a {
    font: 1.5rem/1em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #252525;
    position: relative;
    padding: 0 18px 0 0; }
    .head_nav a:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 9px solid #252525;
      border-right: 0;
      top: 6px;
      right: 0; }
  .head_nav li {
    padding: 0 30px 0 0; }

.fixed {
  z-index: 8888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px; }
  .fixed li {
    width: fit-content; }
  .fixed a {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s; }
  .fixed .pamphlet {
    font: 1.6rem/1em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #707070;
    width: 160px;
    position: relative; }
    .fixed .pamphlet span {
      display: block;
      position: relative;
      padding: 30px 0 0; }
      .fixed .pamphlet span:before {
        position: absolute;
        content: "";
        display: block;
        background: url("../images/common/pamphlet_w.svg") center center no-repeat;
        background-size: contain;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        /* Safari用 */
        transform: translate(-50%, 0%);
        aspect-ratio: 29/22;
        width: 100%;
        max-width: 29px;
        height: auto; }
  .fixed .kifu {
    position: relative;
    color: #252525;
    font: 2rem/1em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    background-color: #BAFC3B;
    width: 190px; }
    .fixed .kifu span {
      display: block;
      position: relative;
      padding: 0 0 30px; }
      .fixed .kifu span:before {
        transition: .3s;
        position: absolute;
        content: "";
        display: block;
        width: 80px;
        height: 1px;
        background-color: #252525;
        top: 44px;
        left: 50%;
        transform: translate(-50%, 0%); }
      .fixed .kifu span:after {
        transition: .3s;
        position: absolute;
        content: "";
        display: block;
        width: 15px;
        height: 1px;
        background-color: #252525;
        top: 40px;
        left: 80%;
        transform: translate(-50%, 0%) rotate(30deg); }

@media (hover: hover) {
  .head_nav a:hover {
    color: #707070; }

  .fixed .pamphlet:hover {
    background-color: #BCBCBC; }
  .fixed .kifu:hover {
    color: #BAFC3B;
    background-color: #555555; }
    .fixed .kifu:hover span:before {
      background-color: #BAFC3B; }
    .fixed .kifu:hover span:after {
      background-color: #BAFC3B; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  header {
    margin: 0; }
    header.menu-open h1 {
      margin-bottom: 30px; }
    header > div {
      padding: 20px 20px 0 40px;
      max-width: 1920px;
      margin: 0 auto 55px;
      display: block;
      position: relative;
      z-index: 9999; }
      header > div.active .fixed {
        opacity: 0;
        pointer-events: none; }
    header a {
      text-decoration: none; }
    header h1 {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font: 3.8rem/1em "Noto Serif JP", serif;
      font-weight: 500;
      letter-spacing: 0.15em;
      margin: 40px 0 75px 30px; }
      header h1 span {
        width: 100%;
        max-width: 332px;
        height: 35px;
        margin: 0 0 15px; }
        header h1 span:before {
          display: none; }

  .head_nav {
    display: none; }

  .fixed {
    z-index: 8888;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    right: 0;
    top: auto;
    bottom: -120px;
    width: 100%;
    transition: .3s;
    opacity: 0; }
    .fixed.active {
      opacity: 1;
      bottom: 0; }
    .fixed li {
      width: 50%; }
      .fixed li:nth-of-type(1) {
        order: 2; }
      .fixed li:nth-of-type(2) {
        order: 1; }
    .fixed a {
      writing-mode: horizontal-tb;
      height: 100px;
      width: 100% !important; }
    .fixed .pamphlet {
      padding: 0 0 2px;
      font: 2.1rem/100px "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      color: #fff;
      background-color: #707070;
      width: 160px;
      position: relative; }
      .fixed .pamphlet span {
        display: block;
        position: relative;
        padding: 0 0 0 45px; }
        .fixed .pamphlet span:before {
          top: 53%;
          left: 0;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%);
          width: 29px;
          height: 22px; }
    .fixed .kifu {
      padding: 0;
      position: relative;
      color: #252525;
      font: 2.5rem/1em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      background-color: #BAFC3B;
      width: 190px; }
      .fixed .kifu span {
        display: block;
        position: relative;
        padding: 0 60px 0 0; }
        .fixed .kifu span:before {
          transition: .3s;
          position: absolute;
          content: "";
          display: block;
          width: 45px;
          height: 1px;
          background-color: #252525;
          top: 15px;
          left: auto;
          right: 0;
          transform: translate(0%, 0%); }
        .fixed .kifu span:after {
          transition: .3s;
          position: absolute;
          content: "";
          display: block;
          width: 15px;
          height: 1px;
          background-color: #252525;
          top: 12px;
          left: auto;
          right: 0;
          transform: translate(0%, 0%) rotate(30deg); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  header {
    margin: 0; }
    header > div {
      padding: 20px 20px 0 40px;
      max-width: 1920px;
      margin: 0 auto 55px;
      display: block; }
    header a {
      text-decoration: none; }
    header h1 {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font: 2.8rem/1em "Noto Serif JP", serif;
      font-weight: 500;
      letter-spacing: 0.15em;
      margin: 25px 0 75px 30px; }
      header h1 span {
        width: 100%;
        max-width: 332px;
        height: 35px;
        margin: 0 0 10px; }
        header h1 span:before {
          display: none; }

  .fixed {
    z-index: 8888;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    right: 0;
    top: auto;
    bottom: -120px;
    width: 100%;
    transition: .3s;
    opacity: 0; }
    .fixed.active {
      opacity: 1;
      bottom: 0; }
    .fixed li {
      width: 50%; }
    .fixed a {
      writing-mode: horizontal-tb;
      height: 100px;
      width: 100% !important; }
    .fixed .pamphlet {
      padding: 0 0 2px;
      font: 2.1rem/100px "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      color: #fff;
      background-color: #707070;
      width: 160px;
      position: relative; }
      .fixed .pamphlet span {
        display: block;
        position: relative;
        padding: 0 0 0 45px; }
        .fixed .pamphlet span:before {
          top: 53%;
          left: 0;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%);
          width: 29px;
          height: 22px; }
    .fixed .kifu {
      padding: 0;
      position: relative;
      color: #252525;
      font: 2.5rem/1em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      background-color: #BAFC3B;
      width: 190px; }
      .fixed .kifu span {
        display: block;
        position: relative;
        padding: 0 60px 0 0; }
        .fixed .kifu span:before {
          transition: .3s;
          position: absolute;
          content: "";
          display: block;
          width: 45px;
          height: 1px;
          background-color: #252525;
          top: 15px;
          left: auto;
          right: 0;
          transform: translate(0%, 0%); }
        .fixed .kifu span:after {
          transition: .3s;
          position: absolute;
          content: "";
          display: block;
          width: 15px;
          height: 1px;
          background-color: #252525;
          top: 12px;
          left: auto;
          right: 0;
          transform: translate(0%, 0%) rotate(30deg); } }
/*max-width:768px*/
@media (max-width: 480px) {
  header > div {
    padding: 0;
    margin: 0 auto 20px; }
  header h1 {
    font: 2.3rem/1em "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin: 20px 0 0 20px; }
    header h1 span {
      width: 100%;
      max-width: 203px;
      height: 23px;
      margin: 0 0 10px; }

  .fixed a {
    writing-mode: horizontal-tb;
    height: 80px;
    width: 100% !important; }
  .fixed .pamphlet {
    font: 1.5rem/1em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #707070;
    width: 160px;
    position: relative; }
    .fixed .pamphlet span {
      display: block;
      position: relative;
      padding: 0 0 0 40px; }
      .fixed .pamphlet span:before {
        top: -2px;
        left: 0;
        -webkit-transform: translate(0%, 0%);
        /* Safari用 */
        transform: translate(0%, 0%);
        width: 29px;
        height: 22px; }
  .fixed .kifu {
    font: 2rem/1em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em; }
    .fixed .kifu span {
      display: block;
      position: relative;
      padding: 0 40px 0 0; }
      .fixed .kifu span:before {
        width: 30px;
        height: 1px;
        top: 15px;
        left: auto;
        right: 0; }
      .fixed .kifu span:after {
        width: 10px;
        height: 1px;
        top: 12px;
        left: auto;
        right: 0; } }
/*max-width:480px*/
/***************************************/
.mega_menu {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .mega_menu {
    position: fixed;
    visibility: visible;
    height: 100vh;
    width: 100vw;
    background-color: #EEEDEB;
    z-index: 9009;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
    transform: scaleX(0);
    padding: 160px 0 0; }
    .mega_menu.active {
      transform: scaleX(1);
      opacity: 1;
      pointer-events: all; }
    .mega_menu div {
      -ms-overflow-style: none;
      scrollbar-width: none;
      padding: 20px 0 50%;
      height: 100vh;
      overflow: scroll;
      max-width: 655px;
      width: calc(100% - 80px);
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start; }
    .mega_menu .left,
    .mega_menu .right {
      width: 100%; }
      .mega_menu .left li,
      .mega_menu .right li {
        margin: 0 0 25px; }
      .mega_menu .left a,
      .mega_menu .right a {
        font: 2rem/1.8em "Noto Sans JP", serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        padding: 0 0 0 22px;
        position: relative;
        display: block; }
        .mega_menu .left a:before,
        .mega_menu .right a:before {
          position: absolute;
          content: "-";
          left: 0; }
    .mega_menu p {
      padding: 80px 0 0 20px;
      margin: 0 0 80px;
      width: 100%; }
      .mega_menu p a {
        font: 2rem/1.8em "Noto Sans JP", serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        color: #252525;
        position: relative;
        padding: 0 22px 0 0; }
        .mega_menu p a:before {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 9px solid #252525;
          border-right: 0;
          top: 12px;
          right: 0; }
    .mega_menu .btm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%; }
      .mega_menu .btm li {
        width: calc((100% - 30px)/2); }
      .mega_menu .btm a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100% !important;
        height: 100px; }
      .mega_menu .btm .pamphlet {
        font: 2.1rem/1em "Noto Sans JP", serif;
        font-weight: 500;
        letter-spacing: 0.05em;
        color: #fff;
        background-color: #707070;
        position: relative;
        transition: .3s; }
        .mega_menu .btm .pamphlet span {
          display: block;
          position: relative;
          padding: 0 0 0 45px; }
          .mega_menu .btm .pamphlet span:before {
            transition: .3s;
            position: absolute;
            content: "";
            background: url("../images/common/pamphlet_w.svg") center center no-repeat;
            background-size: contain;
            top: -0px;
            left: 0;
            -webkit-transform: translate(0%, 0%);
            /* Safari用 */
            transform: translate(0%, 0%);
            width: 29px;
            height: 22px; }
      .mega_menu .btm .kifu {
        position: relative;
        color: #252525;
        font: 2.8rem/1em "Noto Sans JP", serif;
        font-weight: 500;
        letter-spacing: 0.05em;
        background-color: #BAFC3B;
        transition: .3s; }
        .mega_menu .btm .kifu span {
          display: block;
          position: relative;
          padding: 0 80px 0 0; }
          .mega_menu .btm .kifu span:before {
            transition: .3s;
            position: absolute;
            content: "";
            display: block;
            width: 45px;
            height: 1px;
            background-color: #252525;
            top: 15px;
            left: auto;
            right: 0;
            transform: translate(0%, 0%); }
          .mega_menu .btm .kifu span:after {
            transition: .3s;
            position: absolute;
            content: "";
            display: block;
            width: 15px;
            height: 1px;
            background-color: #252525;
            top: 12px;
            left: auto;
            right: 0;
            transform: translate(0%, 0%) rotate(30deg); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mega_menu {
    padding: 170px 0 0;
    position: fixed;
    width: 100vw;
    height: 100vh; }
    .mega_menu.active {
      opacity: 1;
      pointer-events: all; }
    .mega_menu div {
      padding: 0 0 80%;
      height: 100vh;
      overflow: scroll;
      max-width: 480px;
      width: calc(100% - 80px);
      margin: 0 auto;
      display: block; }
    .mega_menu .left,
    .mega_menu .right {
      width: 100%; }
      .mega_menu .left li,
      .mega_menu .right li {
        margin: 0 0 20px; }
    .mega_menu p {
      padding: 25px 0 0 20px;
      margin: 0 0 50px;
      width: 100%; }
    .mega_menu .btm {
      display: block;
      width: 100%; }
      .mega_menu .btm li {
        width: 100%; }
      .mega_menu .btm .kifu {
        margin: 0 0 25px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mega_menu {
    padding: 120px 0 0; }
    .mega_menu div {
      width: calc(100% - 80px); }
    .mega_menu .left,
    .mega_menu .right {
      width: 100%; }
      .mega_menu .left li,
      .mega_menu .right li {
        margin: 0 0 20px; }
      .mega_menu .left a,
      .mega_menu .right a {
        font: 1.8rem/1.8em "Noto Sans JP", serif;
        font-weight: 400; }
    .mega_menu p {
      padding: 25px 0 0;
      margin: 0 0 50px;
      width: 100%; }
      .mega_menu p a {
        font: 1.5rem/1.8em "Noto Sans JP", serif;
        font-weight: 400; }
        .mega_menu p a:before {
          top: 7px;
          right: 0; } }
/*max-width:480px*/
@media (hover: hover) {
  .mega_menu .left a:hover,
  .mega_menu .right a:hover {
    color: #707070; }
  .mega_menu p a:hover {
    color: #707070; }
  .mega_menu .btm .pamphlet:hover {
    background-color: #BCBCBC; }
  .mega_menu .btm .kifu:hover {
    color: #BAFC3B;
    background-color: #707070; }
    .mega_menu .btm .kifu:hover span:before {
      background-color: #BAFC3B; }
    .mega_menu .btm .kifu:hover span:after {
      background-color: #BAFC3B; } }
/***************************************/
.toggle {
  display: none; }

@media (max-width: 1024px) {
  .toggle {
    margin: 0 0 0 auto;
    width: 160px;
    height: 150px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999; }
    .toggle span {
      width: 96px;
      height: 1px;
      background-color: #252525;
      position: absolute;
      display: block;
      transition: .3s; }
      .toggle span:nth-of-type(1) {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(2) {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(3) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .toggle p {
      padding: 45px 0 0;
      margin: 8px auto 0;
      display: block;
      font: 1.6rem/1em "Noto Sans JP", serif;
      font-weight: 400;
      letter-spacing: 0.05em; }
    .toggle.active {
      z-index: 9999; }
      .toggle.active span:nth-of-type(1) {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(15deg); }
      .toggle.active span:nth-of-type(2) {
        opacity: 0; }
      .toggle.active span:nth-of-type(3) {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-15deg); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .toggle {
    margin: 0 0 0 auto;
    width: 100px;
    height: 100px; }
    .toggle span {
      width: 66px;
      height: 1px; }
      .toggle span:nth-of-type(1) {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(2) {
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(3) {
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .toggle p {
      padding: 40px 0 0;
      margin: 8px auto 0;
      display: block;
      font: 1.1rem/1em "Noto Sans JP", serif;
      font-weight: 400;
      letter-spacing: 0.05em; } }
/*max-width:768px*/
/*max-width:480px*/
/***************************************/
nav ul {
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center; }
nav li {
  margin: 0 0 15px; }
  nav li a {
    padding: 0 40px;
    font: 1.7rem/1em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-right: 1px solid #8C8A8A; }
  nav li:last-of-type a {
    border: none; }

@media (hover: hover) {
  nav li a:hover {
    color: #707070; } }
@media (max-width: 1280px) {
  nav li a {
    padding: 0 15px;
    font: 1.7rem/1em "Noto Sans JP", serif; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  nav {
    display: none; } }
/*max-width:1024px*/
/***************************************/
.page_top {
  position: absolute;
  right: 15px;
  bottom: 80px;
  z-index: 8888;
  display: none; }
  .page_top p {
    position: relative;
    font: 1.6rem/1em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl; }
    .page_top p:before {
      transition: .3s;
      position: absolute;
      content: "";
      width: 1px;
      height: 60px;
      background-color: #252525;
      display: block;
      top: -75px;
      left: 6px; }
    .page_top p:after {
      transition: .3s;
      position: absolute;
      content: "";
      display: block;
      width: 1px;
      height: 10px;
      background-color: #252525;
      top: -75px;
      left: 8px;
      transform: rotate(-25deg); }

@media (hover: hover) {
  .page_top:hover {
    cursor: pointer; }
    .page_top:hover p:before {
      height: 70px;
      top: -85px; }
    .page_top:hover p:after {
      top: -85px; } }
@media (max-width: 1024px) {
  .page_top {
    bottom: 135px; } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .page_top {
    right: 10px;
    bottom: 140px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_top {
    transform: scale(0.9);
    transform-origin: bottom right;
    right: 10px;
    bottom: 130px; } }
/*max-width:480px*/
/***************************************/
/***************************************/
.footer_box {
  padding: 80px 0;
  max-width: 1640px;
  margin: 0 auto;
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: stretch; }
  .footer_box a {
    color: #252525;
    text-decoration: none; }

.f_left {
  width: 450px; }
  .f_left dt {
    font: 3.8rem/1em "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin: 0 0 25px; }
    .f_left dt span {
      margin: 0 0 15px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      display: block;
      background: url("../images/logo.svg") center center no-repeat;
      background-size: contain;
      width: 276px;
      height: 30px; }
  .f_left dd {
    font: 1.6rem/1.8em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em; }

.f_right {
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 470px); }
  .f_right li {
    margin: 0 0 10px; }
  .f_right a {
    font: 1.7rem/2.9em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 0 0 22px;
    position: relative;
    display: block; }
    .f_right a:before {
      position: absolute;
      content: "-";
      left: 0; }

.f_btm {
  padding: 50px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .f_btm small {
    font: 1.5rem/1.8em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em; }
  .f_btm a {
    font: 1.5rem/1.8em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #252525;
    position: relative;
    padding: 0 18px 0 0; }
    .f_btm a:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 9px solid #252525;
      border-right: 0;
      top: 9px;
      right: 0; }

@media (hover: hover) {
  .footer_box a:hover {
    color: #707070;
    text-decoration: none; } }
@media (max-width: 1280px) {
  .footer_box {
    padding: 80px 0;
    max-width: 1024px;
    margin: 0 auto;
    width: calc(100% - 100px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_box {
    padding: 80px 0 125px;
    max-width: 1640px;
    margin: 0 auto;
    width: calc(100% - 100px);
    display: block; }

  .f_left {
    order: 2;
    margin: 0;
    max-width: 410px;
    width: 100%; }

  .f_right {
    display: none; }

  .f_btm {
    order: 3;
    padding: 50px 50px 0 0;
    width: 100%;
    margin: 0 0 0 auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_box {
    padding: 80px 0 130px;
    max-width: 1640px;
    margin: 0 auto;
    width: calc(100% - 80px);
    display: block; }

  .f_btm a {
    display: none; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_box {
    padding: 80px 0 120px;
    max-width: 325px;
    margin: 0 auto;
    width: calc(100% - 20px);
    display: block; }

  .f_left {
    width: 100%; }
    .f_left dt {
      font: 3.2rem/1em "Noto Serif JP", serif;
      font-weight: 500;
      letter-spacing: 0.15em;
      margin: 0 0 25px; }
      .f_left dt span {
        margin: 0 0 15px;
        width: 220px;
        height: 24px; }
    .f_left dd {
      font: 1.5rem/1.8em "Noto Sans JP", serif;
      font-weight: 400;
      letter-spacing: 0.05em; }
      .f_left dd span {
        display: block; }
        .f_left dd span br {
          display: none; }

  .f_btm {
    padding: 40px 0 0; }
    .f_btm small {
      font: 1.4rem/1.8em "Noto Sans JP", serif;
      font-weight: 400;
      letter-spacing: 0.05em; } }
/*max-width:480px*/
.anchor {
  display: block;
  margin: -140px 0 0 0;
  padding: 140px 0 0 0; }

/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .anchor {
    display: block;
    margin: -40px 0 0 0;
    padding: 40px 0 0 0; } }
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
