@charset "UTF-8";

/*-------------------------------------------------------------------

	Init

-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.85;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (-ms-high-contrast: none) {

  /*IE 11*/
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-size: 1em;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

hr {
  border: none;
  height: 1px;
  background: #333333;
  margin-bottom: 1em;
}

div#ui-datepicker-div {
  z-index: 9999 !important;
}

* {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  html {
    font-size: 2.66vw;
  }

  body {
    padding-top: 4.5rem;
  }
}

@media (min-width: 768px) {
  html {
    font-size: .84vw;
  }

  body {
    font-size: 1.6rem;
    font-weight: 300;
    padding-top: 8rem;
  }

  .btn-zoom {
    transition: all 0.2s ease-out;
  }

  .btn-zoom:hover {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }

  .btn-press {
    transition: all 0.2s ease-out;
  }

  .btn-press:hover {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  .callbtn a {
    cursor: default;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

/*-------------------------------------------------------------------

	Common layout

-------------------------------------------------------------------*/
.bread-crumb {
  padding: 1.5rem 1rem;
  font-size: .9rem;
  line-height: 1.4;
}

.bread-crumb li {
  display: inline-block;
  margin-bottom: .5em;
}

.bread-crumb li::after {
  content: "／";
  display: inline-block;
  margin: 0 1em;
}

.bread-crumb li:last-child::after {
  display: none;
}

.bread-crumb li a {
  color: inherit;
}

.bread-crumb li:last-child a {
  text-decoration: none;
}

.l-top-section {
  padding: 0 2rem 6.5rem;
}

.l-top-section> :last-child {
  margin-bottom: 0;
}

.l-basic-title {
  font-weight: 600;
  letter-spacing: .2em;
  font-feature-settings: "palt";
  margin-bottom: 2rem;
}

.l-basic-title .en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1rem;
  margin-bottom: .35em;
}

.l-basic-title .jp {
  display: block;
  font-size: 1.1rem;
}

.page .l-basic-title::before {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  background-color: #333333;
  margin: 0 0 2rem -2rem;
  position: inherit;
  bottom: 0;
  border-bottom: none;
}

.l-basic-title::before {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  background-color: #333333;
  margin: 0 0 2rem -2rem;
}

.l-pagetitle {
  position: relative;
  background-color: #7c7d84;
}

.l-pagetitle_inner {
  padding: 2.5rem 1rem 2.5rem;
  text-align: center;
  color: #FFF;
  line-height: 1.3;
  font-weight: 500;
  font-feature-settings: "palt";
}

.l-pagetitle_inner>.en {
  display: block;
  font-size: 2.1rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: .5rem;
  letter-spacing: .29em;
}

.l-pagetitle_inner>.jp {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .28em;
}

.l-pagetitle::after {
  content: "";
  display: block;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  height: .5rem;
  width: 15rem;
}

.l-contents-main {
  padding: 2.5rem 2rem 7rem;
  margin: auto;
}

.l-contents-main> :last-child {
  margin-bottom: 0;
}

.l-section {
  margin-bottom: 7rem;
}

.l-section:last-child {
  margin-bottom: 0;
}

.l-section_inner> :last-child {
  margin-bottom: 0;
}

.l-section_inner.wide {
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (min-width: 768px) {
  .bread-crumb {
    padding: 2rem 2rem;
    max-width: 124rem;
    margin: auto;
    font-size: 1.2rem;
  }

  .l-top-section {
    max-width: 124rem;
    margin: auto;
    padding: 0 12rem 14rem;
  }

  .l-basic-title {
    margin: 0 -10rem 4rem;
  }

  .l-basic-title .en {
    display: inline-block;
    font-size: 3.4rem;
    margin-bottom: 0;
    margin-right: .6em;
  }

  .l-basic-title .jp {
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: .5em;
  }

  .page .l-basic-title::before {
    display: inline-block;
    width: 6rem;
    height: 3px;
    background-color: #333333;
    margin: 0 4rem 0 0;
    vertical-align: .5em;
    border-color: #333333;
    position: inherit;
    bottom: auto;
  }

  .l-basic-title::before {
    display: inline-block;
    width: 6rem;
    height: 3px;
    background-color: #333333;
    margin: 0 4rem 0 0;
    vertical-align: .5em;
    border-color: #333333;
    position: inherit;
    bottom: auto;
  }

  .l-pagetitle_inner {
    padding: 4.2rem 2rem 4.2rem;
    max-width: 124rem;
    margin: auto;
  }

  .l-pagetitle_inner>.en {
    font-size: 3.4rem;
  }

  .l-pagetitle_inner>.jp {
    font-size: 1.5rem;
  }

  .l-pagetitle::after {
    height: 1rem;
    width: 42%;
  }

  .l-contents-main {
    padding: 6rem 12rem 13rem;
    max-width: 124rem;
    width: 100%;
  }

  .l-section {
    margin-bottom: 13rem;
  }

  .l-section_inner.wide {
    margin-left: -10rem;
    margin-right: -10rem;
    font-size: 50px;
  }
}

/*-------------------------------------------------------------------

	Common parts

-------------------------------------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-close:before {
  content: "\e901";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-clone:before {
  content: "\e902";
}

@media (min-width: 768px) {

  /*button-zoom*/
  .button-zoom {
    transition: all 0.2s ease-out;
  }

  .button-zoom:hover {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }
}

/*-------------------------------------------------------------------

	header

-------------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  padding: .5rem 1rem .5rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.l-header_button {
  margin: 0 auto 0 0;
}

.l-header_logo {
  width: 19.1rem;
  margin: 0;
}

.l-header_insta {
  width: 2.5rem;
  margin: 0 0 0 auto;
}

.l-gnav {
  display: none;
}

@media (min-width: 768px) {
  .l-header {
    padding: 1.5rem;
  }

  .l-header_logo {
    width: 39.1rem;
    margin: 0;
  }



}


@media (min-width: 1080px) {
  .l-header {
    padding: 1.5rem 2rem;
  }

  .l-header_button {
    display: none;
  }

  .l-header_logo {
    width: 28rem;
    margin: 0 auto 0 0;
    flex-shrink: 0;
  }

  .l-header_insta {
    width: 4rem;
    margin: 0 0 0 1em;
    flex-shrink: 0;
  }

  .l-gnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0;
  }

  .l-gnav li {
    margin-right: 2em;
  }

  .l-gnav a {
    text-decoration: none;
    color: inherit;
    color: #333;
  }

  .l-gnav .gnav-chi {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 25rem;
    position: absolute;
    background-color: #7c7d84;
  }

  .l-gnav>li>a,
  .l-gnav>li>span {
    display: block;
    padding: .5em 0;
    cursor: pointer;
  }

  .l-gnav>li>span {
    cursor: default;
  }

  .l-gnav>li:hover .gnav-chi {
    max-height: 9999px;
    opacity: 1;
  }

  .l-gnav .gnav-chi .gnav-chi_inner {
    padding: 0;
  }

  .l-gnav .gnav-chi .gnav-chi_inner li {
    margin: 0;
    border-top: 1px solid #898a91;
  }

  .l-gnav .gnav-chi a {
    text-decoration: none;
    font-size: .8em;
    line-height: 1.3;
    color: #FFF;
    letter-spacing: .08em;
    display: block;
    width: 100%;
    padding: 1.5em;
  }
}

/*@include pc-m {
.l-header {
  padding:1.5rem 5rem;
  &_logo {
    width:28rem;
  }
  &_insta {
    width:4rem;
  }
}
.l-gnav {
  font-size:1.4rem;
  li {
    margin-right:2em;
  }
}
}*/
/*-------------------------------------------------------------------

	footer clinic info

-------------------------------------------------------------------*/
.footer-clinic-info {
  background-color: #efefef;
}

.footer-clinic-info_inner {
  padding: 4.5rem 2rem 2.5rem;
}

.footer-clinic-info_title {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: .6em;
  font-feature-settings: "palt";
  letter-spacing: .18em;
}

.footer-clinic-info_lead {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1.5em;
  font-feature-settings: "palt";
  letter-spacing: .18em;
}

.footer-clinic-info_contact {
  width: 70%;
  margin: 0 auto 2rem;
}

.footer-clinic-info_contact>li {
  margin-bottom: .8rem;
}

.footer-clinic-info_address-text .p-logo {
  width: 22rem;
  margin-bottom: .5em;
}

.footer-clinic-info_address-text .p-name {
  font-size: 1rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: .18em;
  margin-bottom: 1.5em;
}

.footer-clinic-info_address-text .p-data {
  font-size: .9rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.footer-clinic-info_address-text .p-data dt {
  clear: left;
  float: left;
  width: 6em;
}

.footer-clinic-info_address-text .p-data dd {
  padding: 0 0 .8em 6em;
}

.footer-clinic-info_address-map {
  position: relative;
  height: 26rem;
}

.footer-clinic-info_address-map>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-button a {
  display: block;
  background-color: #FFF;
  border: 1px solid #c9867b;
  padding: 1.5rem 1rem 1.5rem 5.5rem;
  color: #6a6264;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: .18em;
  font-weight: 600;
  font-size: 1.2rem;
}

.m-button--tel a {
  background: #FFF url("../img/common/ico_tel.svg") no-repeat 1.5rem center;
  background-size: 2.6rem;
}

.m-button--mail a {
  background: #FFF url("../img/common/ico_mail.svg") no-repeat 1.5rem center;
  background-size: 2.6rem;
}

.m-button--line a {
  background: #FFF url("../img/common/icon_line.svg") no-repeat 1.0rem center;
  background-size: 3.6rem;
}

@media (min-width: 768px) {
  .footer-clinic-info_inner {
    max-width: 124rem;
    margin: auto;
    padding: 7rem 12rem 5rem;
  }

  .footer-clinic-info_title {
    font-size: 1.6rem;
  }

  .footer-clinic-info_lead {
    font-size: 1.4rem;
  }

  .footer-clinic-info_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 4rem;
  }

  .footer-clinic-info_contact>li {
    margin-bottom: 0;
    width: 30%;
  }

  .footer-clinic-info_address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }

  .footer-clinic-info_address-text {
    width: 48.4%;
  }

  .footer-clinic-info_address-text .p-logo {
    width: 28rem;
  }

  .footer-clinic-info_address-text .p-name {
    font-size: 1.3rem;
    margin-bottom: 3em;
  }

  .footer-clinic-info_address-text .p-data {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .footer-clinic-info_address-text .p-data dt {
    width: 7em;
  }

  .footer-clinic-info_address-text .p-data dd {
    padding: 0 0 .8em 7em;
  }

  .footer-clinic-info_address-map {
    width: 48.4%;
    height: 34rem;
  }

  .m-button a {
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    font-size: 1.5rem;
  }

  .m-button--tel a {
    background-position: 2rem center;
    background-size: 4rem;
  }

  .m-button--mail a {
    background-position: 2rem center;
    background-size: 4rem;
  }

  .m-button--line a {
    background-position: 2rem center;
    background-size: 5rem;
  }


}

/*-------------------------------------------------------------------

	footer-menu

-------------------------------------------------------------------*/
.footer-menu {
  background-color: #7c7d84;
  color: #FFF;
  padding-bottom: 10rem;
}

.footer-menu_list {
  border-top: 1px solid #63646a;
}

.footer-menu_list a,
.footer-menu_list .p-menutitle {
  color: #FFF;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: .18em;
  display: block;
  width: 100%;
  height: 100%;
}

.footer-menu_list .p-menutitle {
  position: relative;
  border-bottom: 1px solid #898a91;
}

.footer-menu_list>li>a,
.footer-menu_list>li>.p-menutitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  font-size: 1.1rem;
  line-height: 1.2;
}

.footer-menu_list--m1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu_list--m1>li {
  width: 50%;
}

.footer-menu_list--m1>li>a {
  border-right: 1px solid #898a91;
  border-bottom: 1px solid #898a91;
}

.footer-menu_list--m1>li:nth-child(2n) {
  border-right: none;
}

.footer-menu_list--m2>li>div {
  display: none;
}

.footer-menu_list--m2>li>div>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu_list--m2>li>div>ul>li {
  width: 50%;
}

.footer-menu_list--m2>li>div>ul>li>a {
  position: relative;
  border-right: 1px solid #898a91;
  border-bottom: 1px solid #898a91;
  font-size: 1rem;
  padding: 1rem 1rem 1rem 3.5rem;
}

.footer-menu_list--m2>li>div>ul>li>a::before {
  content: "-";
  display: block;
  position: absolute;
  top: 1rem;
  left: 2rem;
}

.footer-menu_list--m2>li>div>ul>li:nth-child(2n) {
  border-right: none;
}

.footer-menu_other {
  padding: 2rem;
  margin-bottom: 1rem;
}

.footer-menu_other_list .p-button {
  margin-bottom: .5rem;
}

.footer-menu_other_list .p-button>a {
  display: block;
  padding: 1.4rem 1.4rem 1.4rem 5.4rem;
  text-decoration: none;
  border: 1px solid #898a91;
  font-size: 1rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .18em;
}

.footer-menu_other_list .p-button--pdf a {
  background: url("../img/common/ico_pdf.svg") no-repeat 2.1rem center;
  background-size: 1.3rem;
}

.footer-menu_other_list .p-button--pv a {
  background: url("../img/common/ico_pv.svg") no-repeat 1.8rem center;
  background-size: 1.8rem;
}

.m-ico-plus {
  position: absolute;
  display: block;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.m-ico-plus::before,
.m-ico-plus::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFF;
  width: 12px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}

.m-ico-plus::after {
  transform: rotate(90deg);
  transition: all .3s ease-out;
  opacity: 1;
}

.m-ico-plus.is-close::after {
  transform: rotate(0deg);
  opacity: 0;
}

.footer-copyright {
  font-size: .8rem;
  text-align: center;
  letter-spacing: .18em;
}

@media (min-width: 768px) {
  .footer-menu {
    padding: 6rem 0;
  }

  .footer-menu_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    max-width: 124rem;
    margin: 0 auto;
    padding: 0 12rem;
    margin-bottom: 3rem;
  }

  .footer-menu_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 48.4%;
  }

  .footer-menu_list {
    border-top: none;
  }

  .footer-menu_list a,
  .footer-menu_list .p-menutitle {
    display: inline-block;
    width: auto;
    height: auto;
  }

  .footer-menu_list .p-menutitle {
    position: relative;
    border-bottom: none;
  }

  .footer-menu_list .p-menutitle .m-ico-plus {
    display: none;
  }

  .footer-menu_list>li>a,
  .footer-menu_list>li>.p-menutitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: 0 0 .1rem 0;
    font-size: 1.3rem;
  }

  .footer-menu_list--m1 {
    display: block;
    width: 24%;
    margin-right: 8rem;
  }

  .footer-menu_list--m1>li {
    width: auto;
  }

  .footer-menu_list--m1>li>a {
    border: none;
  }

  .footer-menu_list--m2 {
    flex: 1;
  }

  .footer-menu_list--m2>li>div {
    display: block;
  }

  .footer-menu_list--m2>li>div>ul {
    display: block;
  }

  .footer-menu_list--m2>li>div>ul>li {
    width: auto;
  }

  .footer-menu_list--m2>li>div>ul>li>a {
    border: none;
    font-size: 1.2rem;
    padding: 0 0 0 2rem;
  }

  .footer-menu_list--m2>li>div>ul>li>a::before {
    top: 0;
    left: .5rem;
  }

  .footer-menu_other {
    width: 48.4%;
    padding: 0;
    margin-bottom: 0;
  }

  .footer-menu_other_list .p-button {
    margin-bottom: 1.2rem;
  }

  .footer-menu_other_list .p-button>a {
    padding: 1.6rem 1.6rem 1.6rem 6.6rem;
    font-size: 1.2rem;
  }

  .footer-menu_other_list .p-button--pdf a {
    background-position: 2.5rem center;
    background-size: 1.4rem;
  }

  .footer-menu_other_list .p-button--pv a {
    background-position: 2.3rem center;
    background-size: 2rem;
  }

  .footer-copyright {
    font-size: 1.2rem;
  }
}

/*-------------------------------------------------------------------

	footer-fixed-button

-------------------------------------------------------------------*/
.footer-fixed-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background-color: #8a7f82;
  left: 0;
  bottom: -200px;
  z-index: 8000;
  transition: all 0.2s ease-out;
}

.footer-fixed-button.is-show {
  bottom: 0;
}

.footer-fixed-button .buttons {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  width: 32.8%;
}

.footer-fixed-button .buttons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px .5px;
  text-decoration: none;
  background-color: #6a6264;
  color: #FFF;
}

.footer-fixed-button .buttons a small {
  font-weight: 300;
  font-size: 0.727272em;
}

.footer-fixed-button .buttons a>span {
  display: block;
}

.footer-fixed-button .buttons--line a {
  background-color: #106e10;
}

/*.footer-fixed-button {
  position:fixed;
  width:100%;
  left:0;
  bottom:-200px;
  z-index: 8000;
  transition: all 0.2s ease-out;
  > ul {
    @include flex;
    @include flex-justify-content(space-between);
    background-color:#8a7f82;
  }
  &.is-show {
    bottom:0;
  }
  .buttons {
    font-size:1.1rem;
    line-height: 1;
    font-weight:600;
    font-feature-settings: "palt";
    letter-spacing: .18em;
    width:33.0666%;
    a {
      @include flex;
      @include flex-align-items(center);
      text-decoration: none;
      color:#FFF;
      width:100%;
      height:100%;
      min-height:5rem;
      padding:1rem 1rem 1rem 4.5rem;
    }
    &--line {
      a {
        background:#106e10 url("../img/common/ico_line.svg") no-repeat 1rem center;
        background-size: 2.5rem;
      }
    }
    &--tel {
      a {
        background:#6a6264 url("../img/common/ico_tel.svg") no-repeat 1rem center;
        background-size: 2.5rem;
      }
    }
    &--mail {
      a {
        background:#6a6264 url("../img/common/ico_mail.svg") no-repeat 1rem center;
        background-size: 2.4rem;
      }
    }
  }
}*/
.pagetop {
  position: fixed;
  bottom: -200px;
  right: .5rem;
  width: 3.5rem;
  margin: 0;
  transition: all 0.2s ease-out;
}

.pagetop.is-show {
  bottom: 6.8rem;
}

.pagetop.lower.is-show {
  bottom: 1rem;
}

@media (min-width: 768px) {

  /*.footer-fixed-button {
    width:104rem;
    padding:0;
    background-color:transparent;
    left:50%;
    bottom:-200px;
    transform: translateX(-50%);
    .buttons {
      width:48.07692%;
      margin-left:3.84615%;
      box-shadow:0 0 6px 0 rgba(0,0,0,.2);
    }
  }*/
  .footer-fixed-button {
    display: none;
  }

  .pagetop {
    position: fixed;
    right: 1rem;
    width: 6rem;
  }

  .pagetop.is-show {
    bottom: 1rem;
  }
}

/*-------------------------------------------------------------------

	lower

-------------------------------------------------------------------*/
.lower-header {
  background: #FFF;
  padding: 1.5rem;
  border-bottom: 1px solid #DDD;
}

.lower-header_logo {
  display: block;
  width: 20rem;
  margin: auto;
}

/*-------------------------------------------------------------------
	lower PC
-------------------------------------------------------------------*/
@media (min-width: 768px) {
  .lower-header {
    width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
  }

  .lower-header_logo {
    width: 340px;
  }
}

/*-------------------------------------------------------------------

	drawer-menu

-------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.drawer-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 8887;
  background-color: rgba(0, 0, 0, 0.9);
}

.drawer-menu {
  width: 250px;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 8888;
  background-color: #333333;
  color: #FFF;
  overflow: auto;
  padding: 4.5rem 0 6rem;
}

.drawer-menu_back.open {
  display: block;
}

.drawer-menu.open {
  left: 0;
}

.drawer-menu_list {
  border-top: 1px solid #333;
}

.drawer-menu_list>ul>li {
  border-bottom: 1px solid #474747;
}

.drawer-menu_list>ul>li>a,
.drawer-menu_list>ul>li .p-menutitle {
  display: block;
  padding: 1.5em 1.5em 1.5em 2em;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: .18em;
}

.drawer-menu_list>ul>li .p-menutitle {
  position: relative;
}

.drawer-menu_list>ul>li>div {
  display: none;
}

.drawer-menu_list>ul>li>div>ul>li {
  border-top: 1px solid #474747;
}

.drawer-menu_list>ul>li>div>ul>li>a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 3.5rem;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: .18em;
}

.drawer-menu_list>ul>li>div>ul>li>a::before {
  position: absolute;
  content: "-";
  display: block;
  top: 1rem;
  left: 2.5rem;
}

/*button*/
.ham-menu-button {
  position: relative;
  width: 2.2rem;
  height: 1.8rem;
  background-color: transparent;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.ham-menu-button>span {
  display: block;
  position: absolute;
  width: 2.2rem;
  height: .2rem;
  background-color: #333333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ham-menu-button::before,
.ham-menu-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.2rem;
  height: .2rem;
  background-color: #333333;
  left: 50%;
  transform: translateX(-50%);
}

.ham-menu-button::before {
  top: 0;
  transition: all 0.2s ease-out;
}

.ham-menu-button::after {
  bottom: 0;
  transition: all 0.2s ease-out;
}

.ham-menu-button.is-close {
  background-color: transparent;
}

.ham-menu-button.is-close>span {
  display: none;
}

.ham-menu-button.is-close::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu-button.is-close::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*-------------------------------------------------------------------
	drawer-menu PC
-------------------------------------------------------------------*/
@media (min-width: 1080px) {
  .body-fixed {
    position: static;
  }

  .drawer-menu_back {
    display: none;
  }

  .drawer-menu {
    display: none;
  }

  .drawer-menu_back.open {
    display: none;
  }

  .ham-menu-button {
    display: none;
  }
}



/*-------------------------------------------------------------------

	Animation

-------------------------------------------------------------------*/
.a-hidden {
  opacity: 0;
  visibility: hidden;
}

/*my-fadeInUp*/
@-webkit-keyframes my-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes my-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.my-fadeInUp {
  -webkit-animation-name: my-fadeInUp;
  animation-name: my-fadeInUp;
}

/*my-fadeInLeft*/
@-webkit-keyframes my-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes my-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.my-fadeInLeft {
  -webkit-animation-name: my-fadeInLeft;
  animation-name: my-fadeInLeft;
}

/*my-fadeInRight*/
@-webkit-keyframes my-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes my-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.my-fadeInRight {
  -webkit-animation-name: my-fadeInRight;
  animation-name: my-fadeInRight;
}

/*---------------basic fade---------------*/
/*fast*/
.a-fade-in {
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

/*slow*/
.a-fade-in-slow {
  -webkit-animation-name: fade-in-slow;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-name: fade-in-slow;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

@-webkit-keyframes fade-in-slow {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in-slow {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}