/**
 * init
 * (c) FOURDIGIT Inc.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
body {
  margin: 0;
  padding: 0;
  border: none; }

/* image */
img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style: none; }

a {
  cursor: pointer; }

table {
  font-size: 100%; }

hr.separator {
  display: none; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

/**
 * HTMLtag, siteCommonClass
 */
a {
  color: #333;
  text-decoration: none; }

a:hover {
  text-decoration: none !important; }

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

.page {
  color: #333;
  font-weight: 300;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.15em;
  min-width: 1300px;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  @media (max-width: 768px) {
    .page {
      min-width: unset; } }

.ly_header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997; }

.ly_cont {
  margin-top: 160px;
  font-family: "Noto Serif JP", serif;
  background-color: #372e22; }
  @media (max-width: 768px) {
    .ly_cont {
      margin-top: 48px; } }
  .ly_cont_inner {
    padding-top: 70px;
    background: url(../imgs/bg-brown.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .ly_cont_inner {
        padding-top: 50px;
        background-size: 400% auto; } }

.ly_footer_inner {
  background-color: #ffffff;
  position: relative; }

.bl_flexBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .bl_flexBox[data-default_margin="on"] {
    margin-top: 40px; }
    @media (max-width: 768px) {
      .bl_flexBox[data-default_margin="on"] {
        margin-top: 30px; } }
  @media (max-width: 768px) {
    .bl_flexBox__2col, .bl_flexBox__3colSp1col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .bl_flexBox__2col .bl_flexBox_item {
    width: 490px; }
    .bl_flexBox__2col .bl_flexBox_item:nth-child(n+3) {
      margin-top: 30px; }
    @media (max-width: 768px) {
      .bl_flexBox__2col .bl_flexBox_item {
        width: 100%; }
        .bl_flexBox__2col .bl_flexBox_item:not(:first-child) {
          margin-top: 30px; } }
  @media (min-width: 769px) {
    .bl_flexBox__2colRightLarge .bl_flexBox_item:nth-child(odd) {
      width: 320px; }
    .bl_flexBox__2colRightLarge .bl_flexBox_item:nth-child(even) {
      width: 660px; } }
  @media (max-width: 768px) {
    .bl_flexBox__2colRightLarge .bl_flexBox_item {
      width: 100%; }
      .bl_flexBox__2colRightLarge .bl_flexBox_item:not(:first-child) {
        margin-top: 30px; } }
  @media (min-width: 769px) {
    .bl_flexBox__2colLeftLarge .bl_flexBox_item:nth-child(odd) {
      width: 660px; }
    .bl_flexBox__2colLeftLarge .bl_flexBox_item:nth-child(even) {
      width: 320px; } }
  @media (max-width: 768px) {
    .bl_flexBox__2colLeftLarge .bl_flexBox_item {
      width: 100%; }
      .bl_flexBox__2colLeftLarge .bl_flexBox_item:not(:first-child) {
        margin-top: 30px; } }
  .bl_flexBox__3colSp1col .bl_flexBox_item {
    width: 320px; }
    @media (min-width: 769px) {
      .bl_flexBox__3colSp1col .bl_flexBox_item:nth-child(n+4) {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .bl_flexBox__3colSp1col .bl_flexBox_item {
        width: 100%; }
        .bl_flexBox__3colSp1col .bl_flexBox_item:not(:first-child) {
          margin-top: 30px; } }
  .bl_flexBox__3colSp2col .bl_flexBox_item {
    width: 320px; }
    @media (min-width: 769px) {
      .bl_flexBox__3colSp2col .bl_flexBox_item:nth-child(n+4) {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .bl_flexBox__3colSp2col .bl_flexBox_item {
        width: 48%; }
        .bl_flexBox__3colSp2col .bl_flexBox_item:nth-child(n+3) {
          margin-top: 30px; } }
  .bl_flexBox__4col .bl_flexBox_item {
    width: 235px; }
    @media (min-width: 769px) {
      .bl_flexBox__4col .bl_flexBox_item:nth-child(n+5) {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .bl_flexBox__4col .bl_flexBox_item {
        width: 48%; }
        .bl_flexBox__4col .bl_flexBox_item:nth-child(n+3) {
          margin-top: 30px; } }
  @media (min-width: 769px) {
    .bl_flexBox__rev {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
          -ms-flex-direction: row-reverse !important;
              flex-direction: row-reverse !important; } }
  @media (min-width: 769px) {
    .bl_flexBox__cen {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.bl_capGradetion {
  background: -webkit-gradient(linear, left bottom, left top, from(#362e22), color-stop(20%, rgba(54, 46, 34, 0.707721)), to(rgba(54, 46, 34, 0)));
  background: linear-gradient(0deg, #362e22 0%, rgba(54, 46, 34, 0.707721) 20%, rgba(54, 46, 34, 0) 100%); }

.bl_capArea {
  padding: 40px 0; }
  @media (max-width: 768px) {
    .bl_capArea {
      padding: 40px 0 90px; } }

.bl_footerNavlist {
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2; }
  @media (min-width: 769px) {
    .bl_footerNavlist {
      padding: 13px; } }
  @media (max-width: 768px) {
    .bl_footerNavlist {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 769px) {
    .bl_footerNavlist_item {
      margin: 0 22px; } }
  @media (max-width: 768px) {
    .bl_footerNavlist_item {
      padding: 15px 0;
      width: calc(50% - 0.5px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      font-family: "Noto Serif JP", serif;
      letter-spacing: 0.16em;
      line-height: 1;
      font-size: 13px; }
      .bl_footerNavlist_item:nth-child(odd) {
        border-right: 1px solid #999999; }
      .bl_footerNavlist_item:not(:last-child) {
        border-bottom: 1px solid #999999; } }
  .bl_footerNavlist_item a {
    position: relative;
    color: #ffffff; }
    .bl_footerNavlist_item a:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: -1px;
      left: 0;
      opacity: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      background-color: #ffffff; }
    @media (min-width: 769px) {
      .bl_footerNavlist_item a:hover:after, .bl_footerNavlist_item a.is_active:after {
        opacity: 1; } }

.bl_footerBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .bl_footerBtnArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 15px; } }

.bl_footerMiniBnr {
  width: 290px;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media (max-width: 768px) {
    .bl_footerMiniBnr {
      width: 216px;
      margin-top: 20px; } }
  .bl_footerMiniBnr:hover {
    opacity: 0.6; }
.bl_footer-desc {
  text-align: center;
  margin-top: 40px;
}
.bl_footerContact {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif; }
  @media (max-width: 768px) {
    .bl_footerContact {
      margin-top: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .bl_footerContact_ttl {
    font-size: 21px;
    letter-spacing: 0.14em; }
    @media (max-width: 768px) {
      .bl_footerContact_ttl {
        font-size: 15px; } }
  .bl_footerContact_shop {
    font-size: 12px; }
    @media (min-width: 769px) {
      .bl_footerContact_shop {
        margin-left: 30px; } }
    @media (max-width: 768px) {
      .bl_footerContact_shop {
        margin-top: 12px;
        font-size: 10px; } }
  .bl_footerContact_tel {
    font-size: 52px;
    line-height: 0.7;
    font-family: 'EB Garamond', serif; }
    @media (min-width: 769px) {
      .bl_footerContact_tel {
        margin-left: 30px;
        pointer-events: none; } }
    @media (max-width: 768px) {
      .bl_footerContact_tel {
        position: relative;
        margin-top: 10px;
        padding: 15px 0 15px 30px;
        width: 100%;
        text-align: center;
        font-size: 31px;
        background-color: #efefef;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .bl_footerContact_tel:after {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          top: 50%;
          left: 45px;
          background-image: url(../../assets/imgs/icon-tel.png);
          background-size: contain;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
  .bl_footerContact_time {
    font-size: 12px; }
    @media (min-width: 769px) {
      .bl_footerContact_time {
        margin-left: 20px; } }
    @media (max-width: 768px) {
      .bl_footerContact_time {
        margin-top: 10px; } }

.bl_footerCompanyList {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 768px) {
    .bl_footerCompanyList {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .bl_footerCompanyList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 769px) {
      .bl_footerCompanyList_item + .bl_footerCompanyList_item {
        margin-left: 50px; } }
    @media (max-width: 768px) {
      .bl_footerCompanyList_item + .bl_footerCompanyList_item {
        margin-top: 30px; } }
  .bl_footerCompanyList_ttl {
    text-indent: -.5em;
    font-size: 10px; }
  .bl_footerCompanyList_link {
    display: block;
    margin-top: 3px; }
    @media (max-width: 768px) {
      .bl_footerCompanyList_link {
        margin-top: 12px; } }

.bl_right {
  margin-top: 40px;
  border-top: 1px solid #cccccc;
  padding: 20px 0 20px; }
  .bl_right_txt {
    font-family: 'EB Garamond', serif;
    line-height: 0.7;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.01em; }

.bl_headerUtils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 0;
  font-size: 14px; }
  @media (min-width: 769px) {
    .bl_headerUtils {
      -webkit-transition: 0.5s;
      transition: 0.5s; } }
  @media (max-width: 768px) {
    .bl_headerUtils {
      padding: 10px 0; } }
  .bl_headerUtils_logo {
    margin-left: 70px; }
    @media (max-width: 768px) {
      .bl_headerUtils_logo {
        margin-left: calc((50/750)*100vw); } }
        .bl_headerUtils_btns {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: 10px; }
          @media (max-width: 768px) {
            .bl_headerUtils_btns {
              display: none; } }
        @media (min-width: 769px) {
          .is_start .bl_headerUtils {
            padding: 20px 0 10px; } }

.bl_subNavBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .bl_subNavBtns_item {
    white-space: nowrap;
    position: relative;
    padding-left: 15px;
    line-height: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .bl_subNavBtns_item:hover {
      opacity: 0.5; }
    .bl_subNavBtns_item:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 50%;
      left: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #333333;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .bl_subNavBtns_item + .bl_subNavBtns_item {
      margin-left: 20px;
      letter-spacing: 0.10em; }

      .bl_headerContactBtn {
        white-space: nowrap;
        margin-left: 10px;
        padding: 15px 20px;
        line-height: 1;
        background-color: #333333;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .bl_headerContactBtn:hover {
          opacity: 0.5; }
          @media (max-width: 768px) {
            .bl_headerContactBtn {
              width: 100%;
              margin: 15px auto 0;
              box-sizing: border-box;
              text-align: center;
              display: block;
              padding: 20px;
            } }


.bl_hamburger {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 17px;
  cursor: pointer;
  z-index: 9999; }
  .bl_hamburger_ttl {
    position: absolute;
    font-size: 8px;
    bottom: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    letter-spacing: 0.1em; }
  .bl_hamburger,
  .bl_hamburger i {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 769px) {
      .bl_hamburger,
      .bl_hamburger i {
        display: none; } }
  .bl_hamburger i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333; }
    .bl_hamburger i:nth-of-type(1) {
      top: 0; }
    .bl_hamburger i:nth-of-type(2) {
      top: 7px; }
    .bl_hamburger i:nth-of-type(3) {
      bottom: 0; }
  .bl_hamburger.is_active {
    color: #ffffff; }
    .bl_hamburger.is_active i {
      background-color: #ffffff; }
      .bl_hamburger.is_active i:nth-of-type(1) {
        -webkit-transform: translateY(7.5px) rotate(-45deg);
                transform: translateY(7.5px) rotate(-45deg); }
      .bl_hamburger.is_active i:nth-of-type(2) {
        opacity: 0; }
      .bl_hamburger.is_active i:nth-of-type(3) {
        -webkit-transform: translateY(-7.5px) rotate(45deg);
                transform: translateY(-7.5px) rotate(45deg); }

@media (min-width: 769px) {
  .bl_headerNav {
    background-color: #000; } }

    @media (max-width: 768px) {
      .bl_headerNav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 98; }
        .bl_headerNav .bl_headerNavList,
        .bl_headerNav .bl_headerNavList__btn {
          opacity: 0;
          pointer-events: none;
          -webkit-transition: 1s;
          transition: 1s; }
        .bl_headerNav.is_active {
          pointer-events: auto;
          height: 100%; }
          .bl_headerNav.is_active .bl_headerNavList,
          .bl_headerNav.is_active .bl_headerNavList__btn {
            opacity: 1;
            pointer-events: auto; } }

.bl_headerNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.05em; }
  @media (min-width: 769px) {
    .bl_headerNavList li {
      border-right: 1px solid #ffffff; }
      .bl_headerNavList li:first-child {
        border-left: 1px solid #ffffff; } }
  @media (max-width: 768px) {
    .bl_headerNavList {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      padding-top: 50px; }
      .bl_headerNavList:after {
        content: '';
        position: absolute;
        width: 100vw;
        height: 2000px;
        background-color: rgba(17, 17, 17, 0.9);
        z-index: -1; } }
  .bl_headerNavList_link {
    position: relative;
    display: block;
    padding: 15px 0;
    line-height: 1;
    font-size: 16px; }
    @media (min-width: 769px) {
      .bl_headerNavList_link {
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 50px;
        width: 175px; } }
    @media (max-width: 768px) {
      .bl_headerNavList_link {
        color: #ffffff;
        border-top: 1px solid #4f5152;
        text-align: center; }
        .bl_headerNavList li:last-of-type .bl_headerNavList_link {
          border-bottom: 1px solid #4f5152; } }
    .bl_headerNavList_link .ja {
      font-family: "Noto Serif JP", serif; }
      @media (min-width: 769px) {
        .bl_headerNavList_link .ja {
          display: none; } }
    .bl_headerNavList_link .en {
      font-family: 'Crimson Text', serif;
      font-weight: 100;
      letter-spacing: 0.05em; }
      @media (max-width: 768px) {
        .bl_headerNavList_link .en {
          display: none; } }
    .bl_headerNavList_link:hover, .bl_headerNavList_link.is_active {
      background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(0%, #b3a56c), to(#d1c8a6));
      background: linear-gradient(0deg, white 0%, #b3a56c 0%, #d1c8a6 100%);
      color: #ffffff; }
  .bl_headerNavList__btn {
    margin: 15px 25px; }
    @media (min-width: 769px) {
      .bl_headerNavList__btn {
        display: none; } }

.bl_floatNav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media (min-width: 769px) {
    .bl_floatNav {
      display: none; } }
  .bl_floatNav_item {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 15px 0;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .bl_floatNav_item__tel {
      padding-left: 20px;
      background: -webkit-gradient(linear, left bottom, left top, from(#d4d4d4), color-stop(40%, #f3f3f3), color-stop(60%, #f3f3f3), to(#d4d4d4));
      background: linear-gradient(0deg, #d4d4d4 0%, #f3f3f3 40%, #f3f3f3 60%, #d4d4d4 100%); }
      .bl_floatNav_item__tel:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        top: 49%;
        left: 35%;
        background-image: url(../../assets/imgs/icon-tel.png);
        background-size: contain;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .bl_floatNav_item__contact {
      position: relative;
      color: #ffffff;
      z-index: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; 
      background-color: #c3b481;
          padding-left: 7px;
        }
      /* .bl_floatNav_item__contact:before {
        content: '';
        position: absolute; */
/*        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #c3b481;*/
/*        z-index: -2;*/
        /* width: 26px;
        height: 20px;
        top: 30%;
        left: 9%; */
        /* background-image: url(../../assets/imgs/icon-mail.png);
        background-size: contain;
        background-repeat: no-repeat; */
         }
      .bl_floatNav_item__contact:after {
        content: '';
        position: absolute;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        top: 50%;
        left: 50%;
        background: -webkit-gradient(linear, left bottom, left top, from(#baad7b), color-stop(40%, #8d7d48), color-stop(60%, #8b7a46), to(#baad7b));
        background: linear-gradient(0deg, #baad7b 0%, #8d7d48 40%, #8b7a46 60%, #baad7b 100%);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border: 1px solid #b9a359;
        z-index: -1; }
      .bl_floatNav_item__contact:hover {
        opacity: 0.6; }
  .bl_floatNav.is_hide, .bl_floatNav.is_reachEnd {
    pointer-events: none;
    opacity: 0 !important; }

.bl_lifeInfo {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .bl_lifeInfo {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .bl_lifeInfo[data-default_margin="on"] {
    margin-top: 100px; }
    @media (max-width: 768px) {
      .bl_lifeInfo[data-default_margin="on"] {
        margin-top: 60px; } }
  .bl_lifeInfo_ttl {
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 0.8; }
    @media (max-width: 768px) {
      .bl_lifeInfo_ttl {
        font-size: 22px; } }
  .bl_lifeInfo_img {
    margin-top: 40px; }
  .bl_lifeInfo_listBlock {
    margin-top: 30px; }

@media (min-width: 769px) {
  .bl_facilityBlock:nth-child(n+3) {
    margin-top: 20px !important; } }

@media (max-width: 768px) {
  .bl_facilityBlock:nth-child(n+2) {
    margin-top: 20px !important; } }

.bl_facilityBlock_name {
  text-align: center;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(0%, #2b241b), color-stop(40%, #433b2f), color-stop(60%, #494237), to(#2b241b));
  background: linear-gradient(90deg, white 0%, #2b241b 0%, #433b2f 40%, #494237 60%, #2b241b 100%);
  border-top: 1px solid #5f5649;
  line-height: 1;
  padding: 8px 0 10px;
  font-size: 18px; }
  @media (max-width: 768px) {
    .bl_facilityBlock_name {
      font-size: 14px; } }

.bl_facilityBlock_list {
  margin-top: 5px; }
  .bl_facilityBlock_list_item {
    font-size: 14px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 768px) {
      .bl_facilityBlock_list_item {
        font-size: 10px; } }
    .bl_facilityBlock_list_item:nth-child(n+2) {
      border-top: 1px solid #5f5649; }

.bl_lifestyleSlider_content {
  position: relative;
  margin-top: 30px;
  margin-bottom: -25px; }

.bl_sliderBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s ease;
  transition: 1s ease; }
  .bl_sliderBlock_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 768px) {
      .bl_sliderBlock_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .bl_sliderBlock_txtArea {
    width: 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 768px) {
      .bl_sliderBlock_txtArea {
        width: 100%; } }
  .bl_sliderBlock_slideArea {
    width: 745px;
    margin: 0; }
    @media (max-width: 768px) {
      .bl_sliderBlock_slideArea {
        width: 100%; } }
    .bl_sliderBlock_slideArea_item {
      position: relative;
      z-index: 1; }
  .bl_sliderBlock.is_opened {
    opacity: 1;
    pointer-events: auto; }
  .bl_sliderBlock [role="button"] {
    background-color: rgba(0, 0, 0, 0.8);
    width: 35px;
    height: 75px; }
    .bl_sliderBlock [role="button"].swiper-button-next {
      right: 0;
      left: auto;
      -webkit-transform-origin: center right;
              transform-origin: center right; }
    .bl_sliderBlock [role="button"].swiper-button-prev {
      left: 0;
      right: auto;
      -webkit-transform-origin: center left;
              transform-origin: center left; }
    .bl_sliderBlock [role="button"].swiper-button-next, .bl_sliderBlock [role="button"].swiper-button-prev {
      margin-top: 0;
      -webkit-transform: translateY(calc(-50% - 12.5px));
              transform: translateY(calc(-50% - 12.5px)); }
      @media (max-width: 768px) {
        .bl_sliderBlock [role="button"].swiper-button-next, .bl_sliderBlock [role="button"].swiper-button-prev {
          -webkit-transform: translateY(calc(-50% - 12.5px)) scale(0.8);
                  transform: translateY(calc(-50% - 12.5px)) scale(0.8); } }
      .bl_sliderBlock [role="button"].swiper-button-next:hover, .bl_sliderBlock [role="button"].swiper-button-prev:hover {
        opacity: 0.6; }
    .bl_sliderBlock [role="button"].swiper-button-next:before, .bl_sliderBlock [role="button"].swiper-button-prev:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      border-style: solid; }
    .bl_sliderBlock [role="button"].swiper-button-next:before {
      -webkit-transform: translate(-40%, -50%);
              transform: translate(-40%, -50%);
      border-width: 8.5px 0 8.5px 8px;
      border-color: transparent transparent transparent #ffffff; }
    .bl_sliderBlock [role="button"].swiper-button-prev:before {
      -webkit-transform: translate(-60%, -50%);
              transform: translate(-60%, -50%);
      border-width: 8.5px 8px 8.5px 0;
      border-color: transparent #ffffff transparent transparent; }
    .bl_sliderBlock [role="button"].swiper-button-next:after, .bl_sliderBlock [role="button"].swiper-button-prev:after {
      content: ""; }

@media (min-width: 769px) {
  .bl_slideDisc {
    margin-top: 30px; } }

.bl_slideDisc_ttl {
  padding-bottom: 12px;
  position: relative;
  font-size: 26px;
  line-height: 0.8;
  text-align: center;
  font-family: 'Crimson Text', serif; }
  .bl_slideDisc_ttl:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #edc159; }

.bl_slideDisc_txt {
  margin-top: 25px; }

@media (max-width: 768px) {
  .bl_sliderThumb {
    margin-top: 30px;
    padding-bottom: 25px; } }

.bl_sliderThumb .swiper-wrapper .swiper-slide {
  margin-bottom: 9px; }
  @media (min-width: 769px) {
    .bl_sliderThumb .swiper-wrapper .swiper-slide {
      height: 56px !important; } }
  @media (max-width: 768px) {
    .bl_sliderThumb .swiper-wrapper .swiper-slide {
      height: 40px !important; } }
  @media (min-width: 769px) {
    .bl_sliderThumb .swiper-wrapper .swiper-slide:last-child {
      margin-bottom: -4px !important; } }

.bl_sliderThumb_item {
  position: relative;
  background-color: #111111;
  z-index: 1; }
  @media (max-width: 768px) {
    .bl_sliderThumb_item {
      overflow: hidden;
      height: 40px; } }
  .bl_sliderThumb_item:hover,
  .swiper-slide-thumb-active .bl_sliderThumb_item {
    cursor: pointer; }
    .bl_sliderThumb_item:hover .bl_sliderThumb_image,
    .swiper-slide-thumb-active .bl_sliderThumb_item .bl_sliderThumb_image {
      opacity: 1; }
      @media (max-width: 768px) {
        .bl_sliderThumb_item:hover .bl_sliderThumb_image,
        .swiper-slide-thumb-active .bl_sliderThumb_item .bl_sliderThumb_image {
          margin-top: -10px; } }

.bl_sliderThumb_image {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.2; }

.bl_sliderThumb_txt {
  position: absolute;
  color: #ffffff;
  width: 100%;
  top: 50%;
  left: 50%;
  line-height: 0.8;
  font-family: 'Crimson Text', serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5);
  z-index: 2; }
  @media (max-width: 768px) {
    .bl_sliderThumb_txt {
      font-size: 12px; } }

.bl_floorPlanChangeBlock {
  position: relative; }
  .bl_floorPlanChangeBlock_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1s ease;
    transition: 1s ease; }
    .bl_floorPlanChangeBlock_item.is_selected {
      opacity: 1;
      pointer-events: auto; }

.bl_commingsoonBox {
  background: #ccc;
  height: 200px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-family: 'Crimson Text', serif; }
  @media (max-width: 768px) {
    .bl_commingsoonBox {
      height: 150px; } }
  .bl_commingsoonBox_txt {
    font-size: 30px; }

.bl_tab {
  position: relative;
  border-bottom: 2px solid #ccbb7c;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .bl_tab[data-default_margin="on"] {
    margin-bottom: 55px; }
    @media (max-width: 768px) {
      .bl_tab[data-default_margin="on"] {
        margin-bottom: 40px; } }
  .bl_tab:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 1px; }
  .bl_tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-bottom: 1px solid #ebe5cb; }
    @media (max-width: 768px) {
      .bl_tab_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .bl_tab_list_item {
      width: 100%; }
      @media (min-width: 769px) {
        .bl_tab_list_item:first-child {
          width: calc(100% - 1px); }
        .bl_tab_list_item + .bl_tab_list_item {
          border-left: 1px solid #fff; } }
      @media (max-width: 768px) {
        .bl_tab_list_item + .bl_tab_list_item {
          margin-top: 1px; } }
    .bl_tab_list_link {
      color: #ffffff;
      position: relative;
      padding: 12px 7% 12px 0;
      display: block;
      background-color: #000;
      text-align: center;
      line-height: 0.8;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      font-size: 18px;
      font-family: 'Crimson Text', serif; }
      @media (max-width: 768px) {
        .bl_tab_list_link {
          padding: 10px 7% 8px 0;
          font-size: 12px; } }
      .bl_tab_list_link:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        right: 12px;
        border-style: solid;
        border-width: 7px 7px 0 7px;
        border-color: #ffffff transparent transparent transparent;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media (max-width: 768px) {
          .bl_tab_list_link:after {
            border-width: 5px 5px 0 5px; } }
      .bl_tab_list_link:hover, .bl_tab_list_link.is_active {
        color: #ffffff;
        background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(0%, #b3a56c), to(#d1c8a6));
        background: linear-gradient(0deg, white 0%, #b3a56c 0%, #d1c8a6 100%); }

.bl_toLowMv {
  position: relative;
  padding-top: calc((680/2880)*100%);
  border-bottom: 3px solid #f4eaab; }
  @media (max-width: 768px) {
    .bl_toLowMv {
      padding-top: calc((300/750)*100%); } }
  .bl_toLowMv_txt {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 0.8;
    font-size: 35px;
    letter-spacing: 0.1em;
    font-family: 'Crimson Text', serif;
    font-size: 35px;
    color: #ffffff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .bl_toLowMv_txt {
        line-height: 1.1; } }
  .bl_toLowMv_cap {
    position: absolute;
    right: 8px;
    bottom: 5px; }

.el_pageTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 97; }
  @media (max-width: 768px) {
    .el_pageTopBtn {
      bottom: 60px; } }
  .el_pageTopBtn.is_active {
    position: absolute;
    bottom: calc(100% + 20px); }

.el_cantactBtn {
  display: block;
  position: relative;
  width: 550px;
  padding: 24px 0px 24px 0px;
  font-size: 27px;
  letter-spacing: 0.26em;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768px) {
    .el_cantactBtn {
      padding: 24px 0px 24px 0px;
      width: 100%;
      font-size: 20px;
      letter-spacing: 0.1em; } }
  .el_cantactBtn i {
    position: absolute;
    width: 28px;
    height: 25px;
    top: 50%;
    right: 20px;
    background-image: url(../../assets/imgs/icon-cantactBtn.png);
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .el_cantactBtn i {
        right: 5px;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8); } }
  .el_cantactBtn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c3b481;
    z-index: -2; }
  .el_cantactBtn:after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 50%;
    left: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#baad7b), color-stop(40%, #8d7d48), color-stop(60%, #8b7a46), to(#baad7b));
    background: linear-gradient(0deg, #baad7b 0%, #8d7d48 40%, #8b7a46 60%, #baad7b 100%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #b9a359;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .el_cantactBtn:hover {
    opacity: 0.7; }

.el_hanrei {
  margin-top: 30px;
  color: #a39b8f; }

.el_hanrei .el_cap {
  color: #a39b8f; }

.el_hanrei .el_cap {
  margin-top: 5px; }

.el_hanrei ul {
  font-size: 0;
  letter-spacing: -.4em;
  line-height: 0; }

.el_hanrei ul li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.5; }

.el_hanrei ul li.icon {
  padding-left: 30px; }

.el_hanrei ul li.icon.frame {
  padding-left: 26px; }

.el_hanrei ul li.icon:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 10px; }

.el_hanrei ul li.storage:before {
  width: 23px;
  height: 8px;
  border: solid 1px #413e3d;
  background: #e6c6a1; }

.el_hanrei ul li.air:before {
  background: url(../imgs/img-hanrei-air.png); }

.el_hanrei ul li.shitsugaiki:before {
  background: url(../imgs/img-hanrei-shitsugaiki.png); }

.el_hanrei ul li.yuka:before {
  background: #fbe9e9; }

@media screen and (max-width: 736px) {
  .el_hanrei ul {
    text-align: left; }
  .el_hanrei ul li {
    display: block;
    margin-right: 0;
    font-size: 10px; }
  .el_hanrei ul li:nth-child(n+2) {
    margin-top: 10px; }
  .el_hanrei ul li.icon:before {
    top: 4px; }
  .el_hanrei ul li.frame:before {
    top: -3px; } }

.el_darkBrownLayer {
  background-color: #261d13; }

@media (min-width: 769px) {
  .el_headingLv1 {
    width: 295px; } }

@media (max-width: 768px) {
  .el_headingLv1 {
    width: 202px; } }

.el_headingLv2 {
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1.6; }
  .el_headingLv2:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.6) * 0.5em); }
  .el_headingLv2:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em); }
  @media (max-width: 768px) {
    .el_headingLv2 {
      font-size: 21px; } }
  .el_headingLv2[data-default_margin="on"] {
    margin-bottom: 45px; }
    @media (max-width: 768px) {
      .el_headingLv2[data-default_margin="on"] {
        margin-bottom: 30px; } }

.el_headingLv3 {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.6; }
  .el_headingLv3:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.6) * 0.5em); }
  .el_headingLv3:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em); }
  @media (max-width: 768px) {
    .el_headingLv3 {
      font-size: 18px; } }
  .el_headingLv3[data-default_margin="on"] {
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .el_headingLv3[data-default_margin="on"] {
        margin-bottom: 30px; } }

.el_headingLv4 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.6; }
  .el_headingLv4:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.6) * 0.5em); }
  .el_headingLv4:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em); }
  @media (max-width: 768px) {
    .el_headingLv4 {
      font-size: 16px; } }

.el_headingLv5 {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6; }
  .el_headingLv5:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.6) * 0.5em); }
  .el_headingLv5:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em); }
  @media (max-width: 768px) {
    .el_headingLv5 {
      font-size: 14px; } }

.el_txt {
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0; }
  .el_txt:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.4) * 0.5em); }
  .el_txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.4) * 0.5em); }
  .el_txt[data-default_margin="on"] {
    margin-top: 45px; }
    @media (max-width: 768px) {
      .el_txt[data-default_margin="on"] {
        margin-top: 30px; } }
  @media (max-width: 768px) {
    .el_txt {
      font-size: 13px; } }

.el_smallTxt {
  font-size: 12px;
  line-height: 2.4;
  letter-spacing: 0; }
  .el_smallTxt:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.4) * 0.5em); }
  .el_smallTxt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.4) * 0.5em); }
  @media (max-width: 768px) {
    .el_smallTxt {
      font-size: 10px; } }

.el_ttlBlock[data-default_margin="on"] {
  margin-bottom: 45px; }
  @media (max-width: 768px) {
    .el_ttlBlock[data-default_margin="on"] {
      margin-bottom: 30px; } }

.el_cap {
  color: #999999;
  font-size: 10px;
  letter-spacing: 0.1em; }
  .el_imgWrapper .el_cap {
    position: absolute; }
    .el_imgWrapper .el_cap__halfInRight {
      right: calc(50% + 8px);
      bottom: 5px; }
    .el_imgWrapper .el_cap__halfOutRight {
      right: 50%;
      bottom: -20px; }
    .el_imgWrapper .el_cap__inRight {
      right: 8px;
      bottom: 5px; }
    .el_imgWrapper .el_cap__outRight {
      right: 0px;
      bottom: -20px; }
    .el_imgWrapper .el_cap__inLeft {
      left: 8px;
      bottom: 5px; }
    .el_imgWrapper .el_cap__outLeft {
      left: 0px;
      bottom: -20px; }

  .el_imgWrapper .el_cap__myStyle{
     right: 8px;
     bottom: 20%;
  }
  @media (max-width: 768px) {
    .el_imgWrapper .el_cap__myStyle{
      bottom: 25%;
      font-size: 8px!important;
    }
  }

.el_wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .el_wrapper {
      width: 100%;
      padding: 0 calc((50/750)*100vw);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.el_imgWrapper {
  position: relative; }

@media (min-width: 769px) {
  .hp_spOnly {
    display: none; } }

@media (max-width: 768px) {
  .hp_pcOnly {
    display: none; } }

@media (min-width: 769px) {
  .hp_pcWhiteSpaceNowrap {
    white-space: nowrap; } }

@media (max-width: 768px) {
  .hp_spMt5 {
    margin-top: 5px; } }

@media (max-width: 768px) {
  .hp_spMt10 {
    margin-top: 10px; } }

@media (max-width: 768px) {
  .hp_spMt15 {
    margin-top: 15px; } }

@media (max-width: 768px) {
  .hp_spMt20 {
    margin-top: 20px; } }

@media (max-width: 768px) {
  .hp_spMt25 {
    margin-top: 25px; } }

@media (max-width: 768px) {
  .hp_spMt30 {
    margin-top: 30px; } }

@media (max-width: 768px) {
  .hp_spMt35 {
    margin-top: 35px; } }

@media (max-width: 768px) {
  .hp_spMt40 {
    margin-top: 40px; } }

@media (max-width: 768px) {
  .hp_spMt45 {
    margin-top: 45px; } }

@media (max-width: 768px) {
  .hp_spMt50 {
    margin-top: 50px; } }

@media (max-width: 768px) {
  .hp_spMt55 {
    margin-top: 55px; } }

@media (max-width: 768px) {
  .hp_spMt60 {
    margin-top: 60px; } }

@media (max-width: 768px) {
  .hp_spMt65 {
    margin-top: 65px; } }

@media (max-width: 768px) {
  .hp_spMt70 {
    margin-top: 70px; } }

@media (max-width: 768px) {
  .hp_spMt75 {
    margin-top: 75px; } }

@media (max-width: 768px) {
  .hp_spMt80 {
    margin-top: 80px; } }

@media (max-width: 768px) {
  .hp_spMt85 {
    margin-top: 85px; } }

@media (max-width: 768px) {
  .hp_spMt90 {
    margin-top: 90px; } }

@media (max-width: 768px) {
  .hp_spMt95 {
    margin-top: 95px; } }

@media (max-width: 768px) {
  .hp_spMt100 {
    margin-top: 100px; } }

@media (max-width: 768px) {
  .hp_spMt105 {
    margin-top: 105px; } }

@media (max-width: 768px) {
  .hp_spMt110 {
    margin-top: 110px; } }

@media (max-width: 768px) {
  .hp_spMt115 {
    margin-top: 115px; } }

@media (max-width: 768px) {
  .hp_spMt120 {
    margin-top: 120px; } }

@media (max-width: 768px) {
  .hp_spMt125 {
    margin-top: 125px; } }

@media (max-width: 768px) {
  .hp_spMt130 {
    margin-top: 130px; } }

@media (max-width: 768px) {
  .hp_spMt135 {
    margin-top: 135px; } }

@media (max-width: 768px) {
  .hp_spMt140 {
    margin-top: 140px; } }

@media (max-width: 768px) {
  .hp_spMt145 {
    margin-top: 145px; } }

@media (max-width: 768px) {
  .hp_spMt150 {
    margin-top: 150px; } }

@media (max-width: 768px) {
  .hp_spMt155 {
    margin-top: 155px; } }

@media (max-width: 768px) {
  .hp_spMt160 {
    margin-top: 160px; } }

@media (max-width: 768px) {
  .hp_spMt165 {
    margin-top: 165px; } }

@media (max-width: 768px) {
  .hp_spMt170 {
    margin-top: 170px; } }

@media (max-width: 768px) {
  .hp_spMt175 {
    margin-top: 175px; } }

@media (max-width: 768px) {
  .hp_spMt180 {
    margin-top: 180px; } }

@media (max-width: 768px) {
  .hp_spMt185 {
    margin-top: 185px; } }

@media (max-width: 768px) {
  .hp_spMt190 {
    margin-top: 190px; } }

@media (max-width: 768px) {
  .hp_spMt195 {
    margin-top: 195px; } }

@media (max-width: 768px) {
  .hp_spMt200 {
    margin-top: 200px; } }

@media (min-width: 769px) {
  .hp_pcMt5 {
    margin-top: 5px; } }

@media (min-width: 769px) {
  .hp_pcMt10 {
    margin-top: 10px; } }

@media (min-width: 769px) {
  .hp_pcMt15 {
    margin-top: 15px; } }

@media (min-width: 769px) {
  .hp_pcMt20 {
    margin-top: 20px; } }

@media (min-width: 769px) {
  .hp_pcMt25 {
    margin-top: 25px; } }

@media (min-width: 769px) {
  .hp_pcMt30 {
    margin-top: 30px; } }

@media (min-width: 769px) {
  .hp_pcMt35 {
    margin-top: 35px; } }

@media (min-width: 769px) {
  .hp_pcMt40 {
    margin-top: 40px; } }

@media (min-width: 769px) {
  .hp_pcMt45 {
    margin-top: 45px; } }

@media (min-width: 769px) {
  .hp_pcMt50 {
    margin-top: 50px; } }

@media (min-width: 769px) {
  .hp_pcMt55 {
    margin-top: 55px; } }

@media (min-width: 769px) {
  .hp_pcMt60 {
    margin-top: 60px; } }

@media (min-width: 769px) {
  .hp_pcMt65 {
    margin-top: 65px; } }

@media (min-width: 769px) {
  .hp_pcMt70 {
    margin-top: 70px; } }

@media (min-width: 769px) {
  .hp_pcMt75 {
    margin-top: 75px; } }

@media (min-width: 769px) {
  .hp_pcMt80 {
    margin-top: 80px; } }

@media (min-width: 769px) {
  .hp_pcMt85 {
    margin-top: 85px; } }

@media (min-width: 769px) {
  .hp_pcMt90 {
    margin-top: 90px; } }

@media (min-width: 769px) {
  .hp_pcMt95 {
    margin-top: 95px; } }

@media (min-width: 769px) {
  .hp_pcMt100 {
    margin-top: 100px; } }

@media (min-width: 769px) {
  .hp_pcMt105 {
    margin-top: 105px; } }

@media (min-width: 769px) {
  .hp_pcMt110 {
    margin-top: 110px; } }

@media (min-width: 769px) {
  .hp_pcMt115 {
    margin-top: 115px; } }

@media (min-width: 769px) {
  .hp_pcMt120 {
    margin-top: 120px; } }

@media (min-width: 769px) {
  .hp_pcMt125 {
    margin-top: 125px; } }

@media (min-width: 769px) {
  .hp_pcMt130 {
    margin-top: 130px; } }

@media (min-width: 769px) {
  .hp_pcMt135 {
    margin-top: 135px; } }

@media (min-width: 769px) {
  .hp_pcMt140 {
    margin-top: 140px; } }

@media (min-width: 769px) {
  .hp_pcMt145 {
    margin-top: 145px; } }

@media (min-width: 769px) {
  .hp_pcMt150 {
    margin-top: 150px; } }

@media (min-width: 769px) {
  .hp_pcMt155 {
    margin-top: 155px; } }

@media (min-width: 769px) {
  .hp_pcMt160 {
    margin-top: 160px; } }

@media (min-width: 769px) {
  .hp_pcMt165 {
    margin-top: 165px; } }

@media (min-width: 769px) {
  .hp_pcMt170 {
    margin-top: 170px; } }

@media (min-width: 769px) {
  .hp_pcMt175 {
    margin-top: 175px; } }

@media (min-width: 769px) {
  .hp_pcMt180 {
    margin-top: 180px; } }

@media (min-width: 769px) {
  .hp_pcMt185 {
    margin-top: 185px; } }

@media (min-width: 769px) {
  .hp_pcMt190 {
    margin-top: 190px; } }

@media (min-width: 769px) {
  .hp_pcMt195 {
    margin-top: 195px; } }

@media (min-width: 769px) {
  .hp_pcMt200 {
    margin-top: 200px; } }

[data-color="shadow"] {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5); }

[data-color="white"] {
  color: #ffffff; }

[data-color="black"] {
  color: #333333; }

[data-align="center"] {
  text-align: center; }

@media (min-width: 769px) {
  [data-align="pc-center"] {
    text-align: center; } }

@media (max-width: 768px) {
  [data-align="sp-center"] {
    text-align: center; } }

[data-align="right"] {
  text-align: right; }
