@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  line-height: 1.5;
}

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body {
  font-family: "Noto Sans JP";
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
}
html body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
html body header {
  width: 100%;
  height: 180px;
  z-index: 20;
  position: relative;
  background: rgb(255, 255, 255);
  /******************************************
  	グロナビ
  ******************************************/
}
@media (992px <= width <= 1920px) {
  html body header {
    height: 180px;
    height: 9.375vw;
  }
}
@media screen and (max-width: 991px) {
  html body header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    background: #fff;
  }
}
html body header .inner {
  width: 100%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body header .inner {
    padding-right: 0;
  }
}
html body header .inner h1 {
  position: absolute;
  left: 70px;
  margin: 0;
  padding: 0;
}
@media (width <= 1920px) {
  html body header .inner h1 {
    left: 15px;
  }
}
@media (992px <= width <= 1920px) {
  html body header .inner h1 img {
    width: 286px;
    width: 14.8958333333vw;
  }
}
@media screen and (max-width: 991px) {
  html body header .inner h1 {
    width: 24%;
    left: 15px;
  }
}
@media screen and (max-width: 575px) {
  html body header .inner h1 {
    width: 42%;
  }
}
html body header .inner h1 a {
  display: grid;
  place-content: center;
}
html body header .inner h1 a:hover {
  opacity: 1;
}
html body header .inner .nav_area {
  padding-right: 100px;
  width: calc(100% - 286px);
}
html body header .inner .nav_area h3,
html body header .inner .nav_area .nav-cta {
  display: none;
}
@media (width <= 1920px) {
  html body header .inner .nav_area {
    padding-right: 15px;
  }
}
@media (992px <= width <= 1920px) {
  html body header .inner .nav_area {
    width: 85.1041666667%;
  }
}
@media screen and (max-width: 991px) {
  html body header .inner .nav_area {
    padding-right: 0;
  }
  html body header .inner .nav_area h3 {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #fff;
  }
  html body header .inner .nav_area h3 img {
    height: 20px;
  }
  html body header .inner .nav_area .nav-cta {
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 12px;
  }
  html body header .inner .nav_area .nav-cta a {
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    border-radius: 12px;
    background-color: #BC4B41;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
  }
  html body header .inner .nav_area .nav-cta a span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}
@media screen and (max-width: 991px) {
  html body header nav {
    display: none;
    background: #3e3a39;
    width: 100%;
    height: 100%;
    padding: 60px 1rem 1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    overflow-y: scroll;
  }
}
html body header nav .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin: 0;
  padding: 0;
}
@media (width <= 1920px) {
  html body header nav .gnavi {
    gap: 3.125%;
  }
}
@media screen and (max-width: 991px) {
  html body header nav .gnavi {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2em;
  }
}
html body header nav .gnavi li {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #3F3F3F;
  list-style-type: none;
}
@media (width <= 1920px) {
  html body header nav .gnavi li {
    font-size: 15px;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 991px) {
  html body header nav .gnavi li {
    text-align: left;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body header nav .gnavi li:nth-child(4) {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1px solid #fff;
  }
}
html body header nav .gnavi li a {
  color: #3F3F3F;
  text-decoration: none;
  display: grid;
  place-content: center;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  html body header nav .gnavi li a {
    color: #fff;
    display: block;
    text-align: left;
    font-weight: 300;
    font-family: "Noto Serif JP", serif;
  }
}
html body header nav .gnavi li a:hover {
  opacity: 0.6;
}
html body header nav .gnavi li a span {
  display: block;
}
@media (992px <= width <= 1920px) {
  html body header nav .gnavi li a span img {
    height: 13px;
    height: 0.6770833333vw;
  }
}
@media screen and (max-width: 991px) {
  html body header nav .gnavi li a span img {
    height: 12px;
  }
}
@media screen and (max-width: 575px) {
  html body header nav .gnavi li a span img {
    height: 12px;
    height: 3.2vw;
  }
}
html body header nav p {
  display: none;
}
html body header .sp_menu {
  display: none;
}
@media screen and (max-width: 991px) {
  html body header .sp_menu {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto auto;
    z-index: 2001;
    background-image: url("../../images/common/menu-btn-sp-close.png");
    background-size: 40px 40px;
  }
  html body header .sp_menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #b6cad5;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    /*変化の速度を指定*/
    /*変化の速度を指定*/
    transition: 0.35s ease-in-out;
    /*変化の速度を指定*/
  }
  html body header .sp_menu span:nth-child(1) {
    top: 0;
  }
  html body header .sp_menu span:nth-child(2) {
    top: 12px;
  }
  html body header .sp_menu span:nth-child(3) {
    top: 24px;
  }
  html body header .sp_menu.active {
    background-image: url("../../images/common/menu-btn-sp-open.png");
  }
  html body header .sp_menu.active span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html body header .sp_menu.active span:nth-child(2), html body header .sp_menu.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 991px) {
  html body main {
    margin-top: 50px;
  }
}
html body footer {
  background-color: #3E3A39;
}
html body footer .inner {
  max-width: 1030px;
  width: 100%;
  padding: 100px 15px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  html body footer .inner {
    padding: 30px 15px;
  }
}
html body footer .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  html body footer .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body footer .box-wrap figure {
  text-align: left;
}
html body footer .box-wrap figure img {
  width: 70%;
  margin: 0;
}
@media screen and (max-width: 991px) {
  html body footer .box-wrap figure {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  html body footer .box-wrap figure img {
    width: 200px;
  }
}
html body footer .footer-link {
  text-align: center;
}
html body footer .footer-link ul {
  display: grid;
  grid-template-columns: 140px 140px;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  html body footer .footer-link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  html body footer .footer-link ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
html body footer .footer-link ul li {
  color: #fff;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  html body footer .footer-link ul li {
    font-size: 10px;
  }
}
html body footer .footer-link ul li a {
  width: 100%;
  height: 40px;
  border: 1px solid #FFFFFF;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 767px) {
  html body footer .footer-link ul li a {
    height: 45px;
    font-size: 16px;
  }
}
html body footer .footer-link ul li a:hover {
  color: #3E3A39;
  background-color: #fff;
}
html body footer .footer-link ul li span {
  display: block;
  margin-top: 5px;
}
html body footer .copyright {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 991px) {
  html body footer .copyright {
    padding-bottom: calc(60px + 1rem);
  }
}
@media screen and (max-width: 767px) {
  html body footer .copyright {
    font-size: 10px;
  }
}
html body .subvisual {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
  margin-top: 74.9px;
}
@media screen and (max-width: 991px) {
  html body .subvisual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  html body .subvisual {
    margin-top: 50px;
    height: 200px;
  }
}
html body .subvisual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  z-index: 1;
}
html body .subvisual h1 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  html body .subvisual h1 {
    font-size: 1.75rem;
  }
}
html body .subvisual h1 span {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  html body .subvisual h1 span {
    font-size: 0.75rem;
  }
}
html body .contents-breadcrumb {
  padding-top: 1.25rem;
}
html body .contents-breadcrumb.single-breadcrumb {
  margin-top: 86px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 991px) {
  html body .contents-breadcrumb.single-breadcrumb {
    margin-top: 50px;
  }
}
html body .contents-breadcrumb .breadcrumb a {
  border-bottom: 1px solid #555;
}
html body .contents-breadcrumb .breadcrumb span.bread-list {
  padding: 0 0.625rem;
}
html body .contents-breadcrumb .breadcrumb span.bread-nolink {
  padding: 0 0.625rem;
}
html body .contents-breadcrumb .breadcrumb span.current-item {
  padding: 0 0.625rem;
}
html body .pagetop {
  position: fixed;
  z-index: 11;
  right: 20px;
  bottom: 60px;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid #45C1EF;
  border-radius: 0;
  padding-top: 15px;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  html body .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 70px;
    padding-top: 12px;
  }
}
html body .pagetop:hover {
  opacity: 0.6;
}
html body .pagetop::after {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-color: #45C1EF #45C1EF transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
}
html body .pagetop span {
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  html body .pagetop span {
    font-size: 0.625rem;
  }
}
html body .contents {
  color: #3E3A39;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents {
    padding: 2rem 0;
  }
}
html body .contents h2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  html body .contents h2 {
    margin-bottom: 20px;
  }
}
html body .contents h2 span {
  display: block;
  font-size: 0.75rem;
  font-family: "Noto Sans JP";
  position: relative;
  margin-top: 15px;
}
html body .contents h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 20px;
  height: 1px;
  background-color: #555;
}
html body .contents h2.h2_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 300;
  color: #3E3A39;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html body .contents h2.h2_ttl {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575px) {
  html body .contents h2.h2_ttl {
    margin-bottom: 20px;
  }
  html body .contents h2.h2_ttl img {
    height: 20px;
  }
  html body .contents h2.h2_ttl + figure {
    width: calc(100% + 2rem);
    margin: auto -1rem;
  }
}
html body .contents h2.h2_ttl span {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  html body .contents h2.h2_ttl span {
    font-size: 15px;
    margin-top: 10px;
  }
}
html body .contents h2.h2_ttl span::before {
  content: none;
}
html body .contents h2.h2_ttl span.blue {
  color: #5F7DBD;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  html body .contents h2.h2_ttl span.blue {
    margin-bottom: 5px;
  }
}
html body .contents h2.h2_ttl span.pink {
  color: #D7A0AD;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  html body .contents h2.h2_ttl span.pink {
    margin-bottom: 5px;
  }
}
html body .contents p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  html body .contents p {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
html body .contents .more a {
  color: #888;
  display: inline-block;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  html body .contents .more a {
    margin-top: 40px;
  }
}
html body .contents .more a:hover::after {
  width: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
html body .contents .more a::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent transparent #888 transparent;
}
html body .contents .more a::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  height: 1px;
  width: calc(100% + 20px);
  background-color: #888;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
html body .wrapper {
  max-width: calc(1000px + 2rem);
  margin: 0 auto;
  padding: 0 1rem;
}
html body .cta-fixed {
  width: 90px;
  height: 280px;
  position: fixed;
  top: 30%;
  right: 0;
  border-radius: 12px 0px 0px 12px;
}
@media screen and (max-width: 991px) {
  html body .cta-fixed {
    width: 100%;
    height: 60px;
    border-radius: 12px 12px 0px 0px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    z-index: 10;
    bottom: -150px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  html body .cta-fixed.show {
    bottom: 0px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
html body .cta-fixed a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  border-radius: 12px 0px 0px 12px;
  background-color: #BC4B41;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 1.2px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  html body .cta-fixed a {
    border-radius: 12px 12px 0px 0px;
    background-color: #45C1EF;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 18px;
    text-align: center;
  }
}
html body .cta-fixed a span {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  html body .cta-fixed a span {
    font-size: 14px;
  }
}
html body .cta-fixed a:hover {
  opacity: 0.8;
}
html body .btn {
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  height: 70px;
  border-radius: 8px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  html body .btn {
    height: 45px;
  }
}
html body .btn a {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.6px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body .btn a {
    font-size: 12px;
  }
}
html body .btn a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 35px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .btn a::after {
    width: 16px;
    height: 13px;
    right: 15px;
  }
}
html body .btn a:hover {
  opacity: 0.8;
}
html body .btn.brown a {
  background-color: #B89E46;
}
html body .btn.brown a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.brown-2 a {
  border: 2px solid #B89E46;
  background-color: #fff;
  color: #B89E46;
}
html body .btn.brown-2 a::after {
  background-image: url("../../images/common/ico-arw-brown.png");
}
html body .btn.brown-3 a {
  background-color: #C19A6C;
}
html body .btn.brown-3 a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.pink-1 a {
  background-color: #D7A0AD;
}
html body .btn.pink-1 a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.pink-2 a {
  background-color: #D7A0AD;
}
html body .btn.pink-2 a::after {
  background-image: url("../../images/common/ico-arw-bottom.svg");
}
html body .btn.blue-1 a {
  border: 2px solid #5F7DBD;
  color: #5F7DBD;
}
html body .btn.blue-1 a:hover {
  color: #fff;
  background-color: #5F7DBD;
}
html body .btn.blue-1 a:hover::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.blue-1 a::after {
  background-image: url("../../images/common/ico-btn-blue.png");
}
html body .btn.blue-3 a {
  background-color: #5F7DBD;
  border: 2px solid #5F7DBD;
  color: #fff;
}
html body .btn.blue-3 a:hover {
  opacity: 0.8;
}
html body .btn.blue-3 a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.blue-2 a {
  background-color: #6BD5E3;
  border: 2px solid #6BD5E3;
  color: #fff;
}
html body .btn.blue-2 a:hover {
  opacity: 0.8;
}
html body .btn.blue-2 a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.light_blue a {
  background-color: #45C1EF;
  border: 2px solid #45C1EF;
  color: #fff;
}
html body .btn.light_blue a:hover {
  opacity: 0.8;
}
html body .btn.light_blue a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.light_blue-2 a {
  background-color: #fff;
  border: 2px solid #45C1EF;
  color: #45C1EF;
}
html body .btn.light_blue-2 a:hover {
  opacity: 0.8;
}
html body .btn.light_blue-2 a::after {
  background-image: url("../../images/common/ico-arw-light_blue.png");
}
html body .btn.light_green a {
  background-color: #75BF59;
  border: 2px solid #75BF59;
  color: #fff;
}
html body .btn.light_green a:hover {
  opacity: 0.8;
}
html body .btn.light_green a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.light_green-2 a {
  background-color: #fff;
  border: 2px solid #75BF59;
  color: #75BF59;
}
html body .btn.light_green-2 a:hover {
  opacity: 0.8;
}
html body .btn.light_green-2 a::after {
  background-image: url("../../images/common/ico-arw-light_green.png");
}
html body .btn.orange a {
  background-color: #E28836;
  border: 2px solid #E28836;
  color: #fff;
}
html body .btn.orange a:hover {
  opacity: 0.8;
}
html body .btn.orange a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.orange-2 a {
  background-color: #fff;
  border: 2px solid #E28836;
  color: #E28836;
}
html body .btn.orange-2 a:hover {
  opacity: 0.8;
}
html body .btn.orange-2 a::after {
  background-image: url("../../images/common/ico-arw-orange.png");
}
html body .btn.red a {
  background-color: #BC4B41;
  border: 2px solid #BC4B41;
  color: #fff;
}
html body .btn.red a:hover {
  opacity: 0.8;
}
html body .btn.red a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body .btn.ocher a {
  background-color: #B2AC97;
  border: 2px solid #B2AC97;
  color: #fff;
}
html body .btn.ocher a:hover {
  opacity: 0.8;
}
html body .btn.ocher a::after {
  background-image: url("../../images/common/ico-btn-white.png");
}
html body img {
  height: auto;
  max-width: 100%;
}
html body figure {
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body span.pc {
    display: none;
  }
}
html body span.sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body span.sp {
    display: inline-block;
  }
}
html body br.pc {
  display: none;
}
@media screen and (min-width: 576px) {
  html body br.pc {
    display: block;
  }
}
html body br.md {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html body br.md {
    display: block;
  }
}
html body br.md-ika {
  display: none;
}
@media screen and (max-width: 1000px) {
  html body br.md-ika {
    display: block;
  }
}
html body br.sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body br.sp {
    display: block;
  }
}
html body .cf::before, html body .cf::after {
  display: table;
  clear: both;
  content: "";
}
html body .alpha {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
html body .alpha:hover {
  opacity: 0.75;
}
html body .pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .pc_only {
    display: none;
  }
}
html body .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp_only {
    display: block;
  }
}
html body .md-over {
  display: none;
}
@media (992px <= width) {
  html body .md-over {
    display: block;
  }
}
html body .md-under {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .md-under {
    display: block;
  }
}
html body .t_r {
  text-align: right;
}
html body .t_c {
  text-align: center;
}
@media (992px <= width) {
  html body .pc_center {
    text-align: center !important;
  }
}
@media screen and (max-width: 991px) {
  html body .pc_center {
    text-align: left !important;
  }
}/*# sourceMappingURL=common.css.map */