@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Rubik:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700|Rubik:400,500,700");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");
@font-face {
  font-family: CONDENSEicon;
  src: url(../fonts/CONDENSEicon);
  /* IE9 Compat Modes */
  src: url(../fonts/CONDENSEicon.eot#iefix) format("embedded-opentype"), url(../fonts/CONDENSEicon.woff) format("woff"), url(../fonts/CONDENSEicon.ttf) format("truetype"), url(../fonts/CONDENSEicon.otf); }
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  font-size: min(3.2vw,16px);
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


._sp{
    display: none;
}
._pc{
    display: block;
}
@media screen and (max-width: 750px) {
    ._sp{
    display: block;
}
._pc{
    display: none;
}
}

._sp2 {
  display: none; }
  @media screen and (max-width: 750px) {
    ._sp2 {
      display: inline-block; } }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-size: min(3.2vw,16px);
  line-height: 1.6;
  font-weight: normal;
  color: #000;
  text-align: left;
  background-color: #fff; }

/*main {
    font-family: "Yu MIncho", "YuMincho", "Noto Serif JP", serif;
    font-weight: 400;
}*/

.message {
    font-family: "Yu MIncho", "YuMincho", "Noto Serif JP", serif;
    font-size: min(2.8vw,14px);
    line-height: 2;
}

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 10px; }

p {
  margin-top: 0;
  margin: 0;
  padding: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin: 0;
  padding: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

li {
  list-style: none; }

dt {
  font-weight: normal; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

main a {
  color: #00478b;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ccc;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 10px; }

/*button {
  border-radius: 0; }*/

/*button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }*/

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.a-right {
  text-align: right; }

.caption {
  font-size: min(2.4vw,12px);
  color: #585858;
  padding-top: 50px;
  padding-bottom: 90px; }
  @media screen and (max-width: 750px) {
    .caption {
      padding-top: 8vw;
      padding-bottom: 12vw; } }

.img {
  position: relative; }

.img-caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1rem; }

@media screen and (max-width: 750px) {
  img {
    width: 100%; } }

label {
  margin-bottom: 0; }

.pan {
  position: absolute;
  text-align: left;
  top: 2rem;
  left: 2rem;
  font-size: 1.4rem; }
  .pan li {
    display: inline-block; }
  .pan li::after {
    content: '\e315';
    font-family: 'Material Icons';
    color: #646464;
    position: relative;
    top: 2px;
    left: 2px; }
  .pan li.is-here::after {
    content: ''; }
  @media screen and (max-width: 750px) {
    .pan {
      top: 1rem;
      left: 1rem;
      font-size: 1.2rem; } }

.h2-contents {
  color: #fff;
  text-align: center;
  position: relative;
  font-family: 'Noto Serif JP';
  font-size: 2.3rem;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: 18vw; }
  .h2-contents .eng {
    padding-top: 140px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    font-size: 1vw;
    letter-spacing: 1px; }
    @media screen and (max-width: 1300px) {
      .h2-contents .eng {
        padding-top: 100px; } }
    @media screen and (max-width: 970px) {
      .h2-contents .eng {
        padding-top: 8vw;
        font-size: 1.3vw; } }
    @media screen and (max-width: 750px) {
      .h2-contents .eng {
        padding-top: 14vw;
        font-size: 3.5vw; } }
  .h2-contents .jp {
    font-size: 2vw;
    line-height: 1; }
    @media screen and (max-width: 970px) {
      .h2-contents .jp {
        font-size: 2.5vw; } }
    @media screen and (max-width: 750px) {
      .h2-contents .jp {
        font-size: 6vw;
        letter-spacing: 1px; } }
  @media screen and (max-width: 970px) {
    .h2-contents {
      height: 20vw; } }
  @media screen and (max-width: 750px) {
    .h2-contents {
      height: 40vw; } }

.h2-contents::before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 1px;
  height: 130px;
  left: 50%; }
  @media screen and (max-width: 1300px) {
    .h2-contents::before {
      height: 90px; } }
  @media screen and (max-width: 970px) {
    .h2-contents::before {
      height: 7vw; } }
  @media screen and (max-width: 750px) {
    .h2-contents::before {
      height: 12vw; } }

.contents h3 {
  text-align: center;
  font-size: min(3.6vw,18px);
  font-weight: 600;
  line-height: 1; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  box-sizing: border-box;
}

.page-header {
  width: 100%;
  height: calc( 100vw * 0.32 );
  background: #242424;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 120px; }
  .page-header h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3vw;
    line-height: 1.2;
    font-weight: normal;
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    text-shadow: 0 0 15px #000; }
    @media screen and (max-width: 1170px) {
      .page-header h2 {
        top: 55%; } }
    @media screen and (max-width: 750px) {
      .page-header h2 {
        font-size: 6vw;
        top: 50%; } }
  .page-header h2 span {
    display: block;
    font-size: 1vw;
    letter-spacing: .2rem;
    font-family: 'Noto Sans JP'; }
    @media screen and (max-width: 750px) {
      .page-header h2 span {
        font-size: 2vw; } }
  @media screen and (max-width: 970px) {
    .page-header {
      margin-bottom: 10vw; } }

.decoration-line {
  position: absolute;
  width: 1px;
  left: 0;
  right: 0;
  bottom: -65px;
  z-index: 2;
  margin: auto;
  height: 130px;
  text-align: center; }
  @media screen and (max-width: 970px) {
    .decoration-line {
      height: 60px;
      bottom: -30px; } }
  @media screen and (max-width: 750px) {
    .decoration-line {
      height: 40px;
      bottom: -20px; } }
  .decoration-line .line-top,
  .decoration-line .line-under {
    position: absolute;
    width: 1px;
    height: 65px;
    background: #fff; }
    @media screen and (max-width: 970px) {
      .decoration-line .line-top,
      .decoration-line .line-under {
        height: 30px; } }
    @media screen and (max-width: 750px) {
      .decoration-line .line-top,
      .decoration-line .line-under {
        height: 20px; } }
  .decoration-line .line-under {
    background: #957d3b;
    top: 65px; }
    @media screen and (max-width: 970px) {
      .decoration-line .line-under {
        top: 30px; } }
    @media screen and (max-width: 750px) {
      .decoration-line .line-under {
        top: 20px; } }

.is-open #header .btn_menu_spans span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.is-open #header .btn_menu_spans span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg); }

.is-open #header .btn_menu_spans span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.is-open #header .btn_menu_spans span:nth-of-type(3) {
  opacity: 0; }

/*#header nav {
  font-family: 'Josefin Sans', sans-serif; }
  @media screen and (max-width: 970px) {
    #header nav {
      width: auto;
      padding-top: 0;
      display: none;
      box-sizing: border-box;
      padding: 20px;
      position: absolute;
      top: 70px;
      left: 45px;
      opacity: 0;
      z-index: -1; } }

#header nav ul {
  padding-left: 0;
  display: flex; }
  @media screen and (max-width: 970px) {
    #header nav ul {
      display: block; } }

#header nav li {
  text-align: center;
  margin-right: 5.5rem;
  padding-bottom: 16px;
  padding-top: 21px;
  font-size: 1.3rem;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  font-weight: 600; }
  #header nav li span {
    display: block;
    font-weight: normal;
    font-size: .75rem; }
  @media screen and (max-width: 970px) {
    #header nav li {
      padding-bottom: 0px; } }

#header nav li.current::before,
#header nav li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  height: 1px;
  width: 100%;
  webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (max-width: 970px) {
    #header nav li.current::before,
    #header nav li:before {
      display: none; } }

#header nav li.current::before,
#header nav li:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#header nav li a {
  color: #fff; }
  @media screen and (max-width: 970px) {
    #header nav li a {
      display: block;
      padding: 0;
      color: #000; } }

#header nav li.desable {
  opacity: .4; }
  #header nav li.desable a {
    pointer-events: none;
    cursor: default; }

#header nav li.desable:hover::before {
  webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); }

#header nav li:last-child {
  margin-right: 0;
  margin-top: 10px; }

#header nav li.btn_inquiry {
  padding-top: 13px;
  font-size: 14px; }

@media screen and (max-width: 970px) {
  #header nav li:last-child a {
    color: #fff;
    border-radius: 5px;
    background: #957d3b;
    padding: 1rem 0;
    text-align: center; } }

#header nav li:last-child:hover {
  color: #957d3b;
  transition: all .5s; }


#header .sp-menu {
    width: 10%;
    max-width: 3.56em;
    display: flex;
    justify-content: center;
    align-items: center; }*/







.screen-black {
  display: none;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0; }

.is-open .screen-black {
  display: none; }
  @media screen and (max-width: 970px) {
    .is-open .screen-black {
      display: block;
      background: rgba(0, 0, 0, 0.8);
      transition: all 0.5s; } }

@media screen and (max-width: 970px) {
  .is-open #header nav {
    display: block;
    z-index: 2;
    padding: 2vh 4vh 4vh 4vh;
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.5s;
    transition: opacity 0.5s;
    width: 100%;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 55px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center; } }

.is-open #header nav ul {
  border-left: 0;
  padding: 0; }
  @media screen and (max-width: 970px) {
    .is-open #header nav ul {
      /*position: relative;
      top: 30%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);*/ } }

.is-open #header nav li {
  display: block;
  font-size: 1.4rem;
  border-right: none;
  padding-top: 0;
  margin-right: 0;
  margin-bottom: .5rem;
  font-weight: 600; }
  .is-open #header nav li span {
    font-size: .65rem; }

.is-open #header nav li a {
  display: block;
  padding: .6rem 0; }
  @media screen and (max-width: 970px) {
    .is-open #header nav li a {
      color: #fff; } }

.is-open header nav li a:hover {
  opacity: 0.7;
  transition: opacity 0.5s; }

.is-open #header nav li.btn_inquiry a {
  background: #fff;
  color: #b4995a;
  border-radius: 30px;
  padding: 1.5rem 0;
  text-align: center;
  box-shadow: 0 0 5px #786434;
  margin: 0 auto;
  margin-top: 2rem;
  width: 80%; }

.contents {
  position: relative; }

.wrap_sns {
  background: #dedede;
  text-align: center;
  padding: 4vh 0;
  color: #000; }

.wrap_sns h2 {
  text-align: center;
  font-size: 1.6rem;
  color: #2a2a2a;
  font-weight: 600; }

.wrap_sns ul {
  text-align: center; }

.wrap_sns li {
  width: 12%;
  display: inline-block;
  margin-right: .5rem; }
  .wrap_sns li img {
    width: 100%; }
  .wrap_sns li:last-child {
    margin-right: 0; }
  .wrap_sns li:hover {
    opacity: .7;
    transition: all .5s; }

.wrap-contents {
  padding-top: 80px; }
  @media screen and (max-width: 970px) {
    .wrap-contents {
      padding-top: 55px; } }

#btn_totop {
  background: #2a2a2a;
  width: 35px;
  position: fixed;
  bottom: 74px;
  right: 0;
  font-size: 1.2rem;
  z-index: 10;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'Josefin Sans', sans-serif;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 400px) {
    #btn_totop {
      width: 15vw;
      height: 15vw;
      border-radius: 50%;
      bottom: 3%;
      right: 3%;
      padding: 2rem 0;
      font-size: .75rem; } }

#btn_totop:hover {
  opacity: .8;
  transition: all .5s; }

#btn_totop p {
  position: relative;
  padding-top: 85px; }
  @media screen and (max-width: 400px) {
    #btn_totop p span {
      display: none; } }
  @media screen and (max-width: 400px) {
    #btn_totop p {
      padding-top: 0; } }

#btn_totop p::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  height: 65px;
  padding-bottom: 1rem;
  display: block;
  border-left: solid 1px #fff;
  margin-bottom: 1rem; }
  @media screen and (max-width: 400px) {
    #btn_totop p::before {
      left: 9px;
      display: none; } }

#btn_totop p::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-45deg);
  animation: fuwa 1s infinite; }
  @media screen and (max-width: 400px) {
    #btn_totop p::after {
      width: 5vw;
      height: 5vw;
      left: 50%;
      top: 60%;
      margin-top: 0;
      margin-left: -2.5vw; } }

@keyframes fuwa {
  0% {
    top: 5px;
    opacity: .5; }
  100% {
    top: 0px;
    opacity: 1; } }
#btn_totop img {
  width: 100%; }

dl,
dl dt,
dl dd {
  box-sizing: border-box;
  font-size: 1.8rem; }
  @media screen and (max-width: 970px) {
    dl,
    dl dt,
    dl dd {
      font-size: 1.6rem; } }
  @media screen and (max-width: 750px) {
    dl,
    dl dt,
    dl dd {
      font-size: 1.3rem; } }

dl {
  border-bottom: 1px solid #ccc;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 70px;
  border-top: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.6; }
  @media screen and (max-width: 750px) {
    dl {
      display: block;
      margin-bottom: 3rem; } }

dl > dt,
dl > dd {
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px 10px; }

dl > dt {
  width: 20%;
  font-weight: bold;
  padding: 15px 0; }
  @media screen and (max-width: 1170px) {
    dl > dt {
      width: 25%; } }
  @media screen and (max-width: 750px) {
    dl > dt {
      width: 100%;
      padding: 1rem 0 .5rem 0; } }

dl > dt p {
  font-size: 1.3rem;
  font-weight: normal; }

dl > dd {
  width: 80%;
  margin-bottom: 0;
  text-align: left; }
  @media screen and (max-width: 1170px) {
    dl > dd {
      width: 75%; } }
  @media screen and (max-width: 750px) {
    dl > dd {
      width: 100%;
      border-top: 0;
      padding: 0 0 1rem 1rem;
      font-size: 1.4rem;
      line-height: 1.5; } }

dl > dt:first-child {
  border-top: 0; }

dl > dt:first-child + dd {
  border-top: 0; }

@media screen and (max-width: 750px) {
  dl > dd span {
    font-size: .9rem; } }

.page-form_dl {
  text-align: left;
  margin-bottom: 70px;
  border-top: 0;
  border-bottom: 0; }
  @media screen and (max-width: 750px) {
    .page-form_dl {
      display: block;
      margin-bottom: 2rem; } }

.page-form_dl > dt {
  width: 30%;
  font-weight: bold;
  padding: 22px 10px 10px 120px;
  border-top: 0; }
  @media screen and (max-width: 1170px) {
    .page-form_dl > dt {
      padding-left: 10px;
      width: 25%; } }
  @media screen and (max-width: 750px) {
    .page-form_dl > dt {
      width: 100%;
      font-size: 1.0rem;
      line-height: 1.4;
      padding: 1rem 0 .5rem 0; } }

.page-form_dl > dt p {
  font-size: 1.3rem;
  font-weight: normal; }

.page-form_dl > dd {
  width: 70%;
  margin-bottom: 0;
  text-align: left; }
  @media screen and (max-width: 1170px) {
    .page-form_dl > dd {
      width: 75%; } }
  @media screen and (max-width: 750px) {
    .page-form_dl > dd {
      width: 100%;
      border-top: 0;
      padding: 0 0 .5rem 0;
      font-size: 1.4rem; } }

@media screen and (max-width: 750px) {
  .page-form_dl > dd span {
    font-size: 1.5rem; } }

.page_form_dl_innerdl {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 0;
  border-bottom: 0; }
  @media screen and (max-width: 750px) {
    .page_form_dl_innerdl {
      display: block;
      margin-bottom: 0; } }

.page_form_dl_innerdl > dt,
.page_form_dl_innerdl > dd {
  padding: 5px 5px;
  border-top: 0; }
  @media screen and (max-width: 750px) {
    .page_form_dl_innerdl > dt,
    .page_form_dl_innerdl > dd {
      padding: 0; } }

.page_form_dl_innerdl > dt {
  width: 26%;
  padding-top: 10px;
  box-sizing: border-box; }
  @media screen and (max-width: 750px) {
    .page_form_dl_innerdl > dt {
      width: 100%;
      padding: .5rem 0 .3rem 0; } }

.page_form_dl_innerdl > dd {
  width: 74%; }
  @media screen and (max-width: 750px) {
    .page_form_dl_innerdl > dd {
      width: 100%;
      padding-bottom: .5rem;
      margin-bottom: 0; } }

.wrap_confimarea {
  text-align: center; }

.wrap_confimarea p {
  margin: 0 0 2rem 0; }

.wrap_confimarea_btns ul {
  text-align: center;
  padding-left: 0; }

.wrap_confimarea_btns li {
  display: inline-block; }

.wrap_confimarea_btns .btn {
  width: 270px;
  font-size: 1.8rem;
  margin-right: 1.5rem; }
  @media screen and (max-width: 750px) {
    .wrap_confimarea_btns .btn {
      width: 67%; } }

.wrap_confimarea_btns .btn a {
  display: block;
  border-radius: 5px;
  background: #b4995a;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 1.5rem 0;
  border-radius: 50%; }

.btn_m {
  margin: 3vh auto;
  width: 60%; }
  .btn_m a {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    border: solid 1px #000;
    border-radius: 30px;
    padding: 1.5rem 1rem;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #000; }
  .btn_m:active, .btn_m:hover {
    width: 80%;
    transition: all .2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.btn_s {
  display: inline-block;
  margin: .5rem 0 0 0; }
  .btn_s a {
    background: #dedede;
    font-family: 'Noto Sans JP';
    padding: .75rem 1.5rem;
    display: block;
    text-align: center;
    border-radius: 30px;
    font-size: 1.4rem;
    color: #000; }
  .btn_s:active, .btn_s:hover {
    opacity: 0.7;
    transition: all .2s; }

.btn_form {
  margin: 3vh auto;
  width: 60%; }
  .btn_form a {
    background: #2a2a2a;
    color: #fff;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    border-radius: 3px;
    padding: 1.5rem 1rem;
    display: block;
    text-align: center;
    font-size: 1.4rem; }
  .btn_form:active, .btn_form:hover {
    width: 80%;
    transition: all .2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
