@charset "UTF-8";
.DSmenu {
  width: 100%;
  max-width: 1240px;
  height: 1px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3; }

.DSmenu > .DSmenu_inner {
  width: calc(100% - 200px);
  margin: 7px 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.3s; }

.DSmenu .DSmenu_inner > a {
  transition: 0.3s;
  margin-top: 0;
  width: 68%;
  max-width: 198px;
  min-width: 130px; }

.active03 .DSmenu .DSmenu_inner > a {
  max-width: 170px; }

.active03 .DSmenu .DSmenu_inner .cta02-btn {
  margin-top: -5px; }

@media (max-width: 1200px) {
  .DSmenu .DSmenu_inner > a {
    max-width: 170px; }

  .cta02-btn {
    margin-right: 64px;
    margin-top: 0; }

  .active03 .DSmenu .DSmenu_inner .cta02-btn {
    margin-top: 0; } }
@media (min-width: 1199px) {
  /* g-navi */
  .DSmenu > .DSmenu_inner ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 1rem; }

  .DSmenu > .DSmenu_inner ul a {
    display: block;
    font-size: 100%;
    color: #343434;
    text-decoration: none;
    padding: 1rem;
    transition: 0.3s; }

  .active03 .DSmenu > .DSmenu_inner ul a {
    padding: 0.8rem 1rem; }

  .active03 .DSmenu_inner {
    margin: 6px 0 0 auto;
    align-items: flex-start; } }
@media (max-width: 1200px) {
  /*
  枠*/
  .DSmenu,
  .action .DSmenu,
  .DSbtn *,
  .DSbtn *:before,
  .DSbtn *:after {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

  .DSmenu > .DSmenu_inner {
    margin-top: 0;
    min-height: 60px; }

  .DSmenu > .DSmenu_inner ul {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 0;
    top: 60px;
    background-color: #f4f4f4;
    z-index: -1;
    transition: 0.3s; }

  .action .DSmenu > .DSmenu_inner ul {
    height: 46px; }

  .DSmenu > .DSmenu_inner ul a {
    display: block;
    font-size: 100%;
    color: #343434;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    transition: 0.3s; }

  /*
  枠 end
  btn*/
  .DSbtn > p {
    top: 4px;
    right: 5px;
    width: 45px;
    height: 50px;
    cursor: pointer;
    border-radius: 0;
    position: fixed;
    z-index: 10;
    overflow: hidden;
    transition: 0.3s, 0; }

  .action .DSbtn > p {
    width: 50px;
    top: 0px;
    right: 0px; }

  .DSbtn > p > span,
  .DSbtn > p > span:before,
  .DSbtn > p > span:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    top: 19px;
    height: 5px;
    margin: 5px auto 0;
    background: #37A159;
    box-sizing: border-box; }

  .DSbtn > p > span:before {
    top: -17px; }

  .DSbtn > p > span:after {
    top: 7px; }

  .action .DSbtn > p > span {
    width: 0;
    height: 0; }

  .action .DSbtn > p > span:before {
    width: 35px;
    top: 0;
    left: 4px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .action .DSbtn > p > span:after {
    width: 35px;
    top: 0;
    left: 4px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  /*
  btn end */ }
@media (max-width: 875px) {
  .action .DSmenu > .DSmenu_inner ul {
    height: 40px; }

  .DSmenu > .DSmenu_inner ul a {
    font-size: 80%;
    padding: 0.5rem 1.25rem; } }
@media (max-width: 750px) {
  .action .DSmenu > .DSmenu_inner ul {
    height: 125px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25); }

  .DSmenu > .DSmenu_inner ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 5vw;
    padding-top: 0;
    padding-bottom: 0; }

  .DSmenu > .DSmenu_inner ul li {
    width: 46%;
    height: 37px;
    margin: 2px 2px 0; }

  .DSmenu > .DSmenu_inner ul a {
    border: solid 1px #37A159;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 0.3rem 0;
    color: #37A159; }

  .action .DSbtn > p {
    right: 0; } }
