@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

a[href^="tel:"] {
  cursor: default;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #333;
  font: 1.8rem/1.8 "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  font-weight: normal;
  word-wrap: break-word;
  margin-top: 0px !important;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 300px;
    font-size: 1.5rem;
  }
}
main {
  display: block;
  padding-top: 110px;
}
@media screen and (max-width: 1370px) {
  main {
    padding-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 90px;
  }
}

p, div, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, address, pre, blockquote, span {
  font-size: 100%;
  line-height: inherit;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  text-align: left;
}

strong, em, b {
  font-weight: bold;
}

hr {
  border: none;
}

label, input, button, textarea, select {
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

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

svg {
  max-width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ==================================================
    print
================================================== */
@media print {
  body {
    width: 1200px;
    transform: scale(0.9);
    transform-origin: 0 0;
    overflow-y: visible !important;
  }

  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
  }
  [data-no-print] {
    display: none !important;
  }
}
/* ==================================================
    layout
================================================== */
.ly_contBase {
  max-width: 100%;
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.ly_cont1000 {
  max-width: 100%;
  width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

.ly_cont1500 {
  max-width: 100%;
  width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

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

/* ==================================================
  module
================================================== */
.el_note {
  font-size: 1.2rem;
  line-height: 1.5;
}

.el_copy {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
}

.el_section_ttl {
  font-size: 4rem;
  color: #333;
  font-family: "Cantarell", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  max-width: 1920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .el_note {
    font-size: 1rem;
  }

  .el_copy {
    font-size: 1.2rem;
  }

  .el_section_ttl {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
    padding-left: 0;
  }
}
/* ==================================================
  スクロールナビ
================================================== */
.bl_scrollnav_wrap {
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  z-index: 100;
  transition: 0.5s ease-out;
}
.bl_scrollnav_wrap.__hide {
  transform: translate(100px, -50%);
  transition: 0.5s ease-out;
}
.bl_scrollnav_wrap.__fixed {
  opacity: 1;
}
.bl_scrollnav_list {
  width: 100px;
}
.bl_scrollnav_item {
  display: block;
  margin-bottom: 1px;
}
.bl_scrollnav_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 1px;
  min-height: 44px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: rgba(100, 100, 100, 0.6);
  mix-blend-mode: multiply;
  font: bold 1.2rem "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  position: relative;
}
.bl_scrollnav_item a:last-of-type {
  border-bottom: none;
}
.bl_scrollnav_item a.__on {
  background-color: rgba(50, 50, 50, 0.8);
}
.bl_scrollnav_item a:hover {
  background-color: rgba(50, 50, 50, 0.8);
  opacity: 1;
}
.bl_scrollnav_item.__icon a {
  line-height: 1;
}
.bl_scrollnav_item.__showroom a {
  background-color: rgba(0, 130, 74, 0.7);
}
.bl_scrollnav_item.__showroom a.__on {
  background-color: rgba(0, 130, 74, 0.9);
}
.bl_scrollnav_item.__showroom a:hover {
  background-color: rgba(0, 130, 74, 0.9);
  opacity: 1;
}
.bl_scrollnav_item.__contact a {
  background-color: rgba(0, 110, 170, 0.7);
}
.bl_scrollnav_item.__contact a.__on {
  background-color: rgba(0, 110, 170, 0.9);
}
.bl_scrollnav_item.__contact a:hover {
  background-color: rgba(0, 110, 170, 0.9);
  opacity: 1;
}
.bl_scrollnav_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
}
.bl_scrollnav_handle {
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 50px;
  background-color: rgba(100, 100, 100, 0.6);
  mix-blend-mode: multiply;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 25px 0 0 25px;
}
.bl_scrollnav_handle::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%) rotate(45deg);
}
.bl_scrollnav_icon {
  width: 26px;
  margin-bottom: 4px;
}
.bl_scrollnav_icon.__contact {
  width: 23px;
  padding-top: 3px;
}
.bl_scrollnav_iconCaption {
  display: block;
  font: bold 1rem "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif !important;
  text-align: center;
  line-height: 1 !important;
}
@media screen and (max-width: 767px) {
  .bl_scrollnav_wrap.__hide {
    transform: translate(95px, -50%);
  }
  .bl_scrollnav_list {
    width: 95px;
  }
  .bl_scrollnav_item a {
    min-height: 44px;
    font-size: 1.1rem;
    padding: 5px 1px;
  }
  .bl_scrollnav_handle {
    width: 44px;
    height: 80px;
    border-radius: 0;
    left: -46px;
  }
  .bl_scrollnav_handle::after {
    content: "MENU";
    font: bold 1.3rem "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 20px;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%) rotate(90deg);
  }
  .bl_scrollnav_icon {
    width: 22px;
    margin-bottom: 6px;
  }
  .bl_scrollnav_icon.__contact {
    width: 20px;
  }
  .bl_scrollnav_iconCaption {
    font-size: 1rem !important;
    line-height: 1 !important;
  }
}

/* ==================================================
  slick
================================================== */
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  cursor: pointer;
  z-index: 10;
}

.prev-arrow {
  left: 15px;
}

.next-arrow {
  right: 15px;
}

/* ==================================================
  header
================================================== */
.ly_header {
  height: 110px;
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.9);
}
.ly_header_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 410px;
  max-width: 100%;
  margin: 0 auto;
}
.ly_header_btnWrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  max-width: 300px;
  width: 48%;
}
.ly_header_btn {
  background-color: #006eaa;
  width: 100%;
  height: 52px;
  position: relative;
}
.ly_header_btnLogo {
  width: 90%;
  margin: 0 auto 10px;
  display: block;
}
.ly_header_btnTxt {
  display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ly_header_btnTxt img {
  vertical-align: middle;
}
.ly_header_lead {
  padding: 8px 20px 8px 20px;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 1.4rem;
  display: inline-block;
  background-color: #999;
  color: #fff;
  position: relative;
}
.ly_header_lead::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0;
  border-top: 15.5px solid #999;
  border-left: 10px solid #999;
  border-bottom: 15.5px solid transparent;
  border-right: 10px solid transparent;
}
.ly_header_inner {
  position: absolute;
  display: block;
  width: 100%;
  height: 110px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1370px) {
  .ly_header {
    height: 125px;
  }
}
@media screen and (max-width: 1199px) {
  .ly_header_logo {
    left: 30px;
    transform: translate(0, -50%);
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .ly_header {
    height: 90px;
  }
  .ly_header_logo {
    left: 15px;
  }
  .ly_header_btnWrap {
    right: 15px;
    min-width: 120px;
  }
  .ly_header_btnLogo {
    margin: 0 auto 5px;
  }
  .ly_header_btn {
    font-size: 1.2rem;
    height: auto;
  }
  .ly_header_btn img {
    width: 12px;
  }
  .ly_header_btnTxt {
    position: static;
    line-height: 1.2;
    padding: 10px 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .ly_header_inner {
    height: 60px;
    bottom: 5px;
  }
  .ly_header_lead {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    padding: 5px 15px;
  }
  .ly_header_lead::after {
    right: -9px;
    top: 0;
    border-top: 10px solid #999;
    border-left: 5px solid #999;
    border-bottom: 10px solid transparent;
    border-right: 5px solid transparent;
  }
}
@media screen and (max-width: 600px) {
  .ly_header_logo {
    max-width: 40%;
  }
}
@media screen and (max-width: 415px) {
  .ly_header_lead {
    font-size: 1rem;
    padding: 3px 5px;
  }
  .ly_header_lead::after {
    right: -9px;
    top: 0;
    border-top: 8px solid #999;
    border-left: 5px solid #999;
    border-bottom: 8px solid transparent;
    border-right: 5px solid transparent;
  }
  .ly_header_btnTxt {
    font-size: 1rem;
  }
}
.el_singleImg_caption {
  padding-top: 15px;
  padding-right: 20px;
  line-height: 1.5;
  max-width: 1920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .el_singleImg_caption {
    padding-left: 20px;
    font-size: 1rem;
    text-align: left;
  }
}

/* ==================================================
  mainTheme
================================================== */
.un_mainTheme_section {
  padding-top: 20px;
}
.un_mainTheme_section.__2nd {
  padding-top: 30px;
}
.un_mainTheme_visual {
  position: relative;
  margin-bottom: 50px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.un_mainTheme_visualInner {
  width: 100%;
}
.un_mainTheme_ttl {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 90%;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
}
.un_mainTheme_ttlLogo {
  margin-right: 20px;
  max-width: 500px;
  width: 40%;
}
.un_mainTheme_ttlTxt {
  max-width: 200px;
  width: 20%;
}
.un_mainTheme_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 20px;
}
.un_mainTheme_noteDate {
  color: #c00;
  font-size: 1.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  display: block;
  padding: 5px 10px;
}
@media screen and (max-width: 1500px) {
  .un_mainTheme_ttl {
    top: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .un_mainTheme_ttl {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .un_mainTheme_section {
    padding-top: 0px;
  }
  .un_mainTheme_section.__2nd {
    padding-top: 10px;
  }
  .un_mainTheme_leadTxt {
    text-align: center;
  }
  .un_mainTheme_ttl {
    display: block;
    top: 20px;
    left: 20px;
  }
  .un_mainTheme_ttl img {
    display: block;
    margin-bottom: 15px;
  }
  .un_mainTheme_ttlLogo {
    width: 50%;
  }
  .un_mainTheme_ttlTxt {
    width: 35%;
  }
  .un_mainTheme_note {
    display: block;
  }
  .un_mainTheme_noteDate {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 5px;
  }
}

/* ==================================================
  welcome エリア
================================================== */
.un_welcome_largeWrap {
  position: relative;
}
.un_welcome_largeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.un_welcome_largeBgInner {
  width: 100%;
  height: 100vh;
  background: url(../img/zrv/bg-sunset.jpg) no-repeat center;
  background-size: cover;
  display: block;
  position: sticky;
  top: 0;
}
.un_welcome_area {
  padding: 80px 20px;
  margin-bottom: 80px;
}
.un_welcome_txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.un_welcome_logo {
  margin-right: 15px;
}
.un_welcome_txt {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.6;
}
.un_welcome_txt__large {
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
  padding-left: 4rem;
}
.un_welcome_btnWrap {
  border: 1px solid #fff;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.un_welcome_btn {
  background-color: #006eaa;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding: 25px;
}
.un_welcome_btn img {
  width: 30px;
}
@media screen and (max-width: 1000px) {
  .un_welcome_txt {
    font-size: 2.4rem;
  }
  .un_welcome_txt__large {
    font-size: 3.8rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .un_welcome_area {
    padding: 50px 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .un_welcome_txtWrap {
    margin-bottom: 15px;
  }
  .un_welcome_logo {
    display: block;
    max-width: 297px;
    width: 70%;
  }
  .un_welcome_txt {
    font-size: 2rem;
  }
  .un_welcome_txt__large {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .un_welcome_btnWrap {
    max-width: auto;
    width: auto;
    margin: 0 auto;
    display: inline-block;
  }
  .un_welcome_btn {
    padding: 15px 25px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .un_welcome_btn img {
    width: 18px;
  }
}
@media screen and (max-width: 600px) {
  .un_welcome_logo {
    width: 60%;
    margin-right: 5px;
  }
  .un_welcome_txt {
    font-size: 2rem;
  }
  .un_welcome_txt__large {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .un_welcome_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .un_welcome_btn {
    padding: 15px;
    font-size: 1.6rem;
  }
}

.un_bnr_area {
  background: url("../img/zrv/bg-zrv.jpg") no-repeat center center/cover;
  padding: 100px 20px;
  margin-bottom: 80px;
  text-align: center;
}
.un_bnr_logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 1485px) {
  .un_bnr_area {
    padding: 80px 20px 100px;
  }
  .un_bnr_txtWrap {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .un_bnr_area {
    padding: 40px 0 40px;
    margin-bottom: 50px;
  }
  .un_bnr_txtWrap {
    padding-top: 30px;
  }
  .un_bnr_logo {
    max-width: 240px;
    width: 70%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 414px) {
  .un_bnr_area {
    padding: 60px 0 40px;
    margin-bottom: 40px;
  }
  .un_bnr_txtWrap {
    padding-top: 0;
  }
}

.un_winter_area {
  background: url("../img/zrv/bg-winter.jpg") no-repeat center center/cover;
}

/* ==================================================
  EXTERIOR
================================================== */
.un_exterior_sectionInner {
  margin-bottom: 100px;
}
.un_exterior_singleCaption {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 80px;
}
.un_exterior_singleImg {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.un_exterior_singleImg.__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.un_exterior_imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.un_exterior_multiImg {
  margin-right: 3%;
}
.un_exterior_multiImg:last-of-type {
  margin-right: 0;
}
.un_exterior_caption {
  max-width: 1500px;
  margin: 15px auto 0;
  padding: 0 15px;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .un_exterior_sectionInner {
    margin-bottom: 60px;
  }
  .un_exterior_singleCaption {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 40px;
  }
  .un_exterior_singleImg.__large {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 56%;
  }
  .un_exterior_singleImg.__large::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .un_exterior_singleImg.__large img {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) scale(1.2);
  }
  .un_exterior_imgWrap {
    display: block;
  }
  .un_exterior_multiImg {
    width: 100%;
  }
  .un_exterior_multiImg img {
    width: 80%;
  }
  .un_exterior_multiImg:first-of-type {
    margin-bottom: 40px;
  }
  .un_exterior_multiImg:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .un_exterior_caption {
    text-align: left;
  }
}

/* ==================================================
  INTERIOR
================================================== */
.un_interior_section {
  padding-bottom: 100px;
}
.un_interior_singleCaption {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 80px;
}
.un_interior_singleImg {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.un_interior_singleImg.__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.un_interior_imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.un_interior_multiImg {
  margin-right: 3%;
}
.un_interior_multiImg:last-of-type {
  margin-right: 0;
}
.un_interior_multiImg img {
  width: 100%;
}
.un_interior_caption {
  max-width: 1500px;
  margin: 15px auto 0;
  padding: 0 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .un_interior_section {
    padding-bottom: 70px;
  }
  .un_interior_singleCaption {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 40px;
  }
  .un_interior_singleImg.__large {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 56%;
  }
  .un_interior_singleImg.__large::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .un_interior_singleImg.__large img {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) scale(1.3);
  }
  .un_interior_caption {
    text-align: left;
  }
  .un_interior_imgWrap {
    display: block;
  }
  .un_interior_multiImg {
    width: 100%;
  }
  .un_interior_multiImg img {
    width: 80%;
  }
  .un_interior_multiImg:first-of-type {
    margin-bottom: 40px;
  }
  .un_interior_multiImg:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 40px;
  }
}

/* ==================================================
  LINE UP
================================================== */
.un_lineup_sectionInner {
  padding-top: 80px;
  margin-bottom: 80px;
}
.un_lineup_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.un_lineup_item {
  background: #f3f3f3;
  padding: 4.5%;
  width: 48%;
}
.un_lineup_item:first-of-type {
  margin-right: 4%;
}
.un_lineup_imgCaption {
  text-align: right;
  line-height: 1.5;
}
.un_lineup_imgWrap {
  margin-bottom: 25px;
}
.un_lineup_typeTtl {
  font-family: "Cantarell", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-size: 4.3rem;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.un_lineup_typeTtl span {
  font-size: 12px;
  vertical-align: middle;
}
.un_lineup_typeLead {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.un_lineup_equipment {
  font-size: 1.6rem;
  font-weight: bold;
}
.un_lineup_equipmentTxt {
  font-size: 1.4rem;
}
.un_lineup_type {
  margin-bottom: 30px;
}
.un_lineup_priceWrap {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  padding: 18px 0;
  margin-bottom: 20px;
}
.un_lineup_priceNote {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 10px;
}
.un_lineup_priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.un_lineup_priceItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  font-weight: bold;
}
.un_lineup_priceTeam {
  font-size: 2.2rem;
  margin-right: 10%;
  line-height: 1.5;
}
.un_lineup_priceDesc {
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 1380px) {
  .un_lineup_priceItem {
    display: block;
  }
  .un_lineup_priceTeam {
    font-size: 1.8rem;
  }
  .un_lineup_priceDesc {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .un_lineup_sectionInner {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .un_lineup_wrap {
    display: block;
  }
  .un_lineup_item {
    padding: 40px;
    width: 100%;
  }
  .un_lineup_item:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .un_lineup_imgCaption {
    text-align: left;
  }
  .un_lineup_typeTtl {
    font-size: 2.8rem;
  }
  .un_lineup_typeLead {
    font-size: 1.6rem;
  }
  .un_lineup_equipment {
    font-size: 1.4rem;
  }
  .un_lineup_equipmentTxt {
    font-size: 1.2rem;
  }
  .un_lineup_priceNote {
    font-size: 1rem;
  }
  .un_lineup_priceItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .un_lineup_priceTeam {
    font-size: 1.8rem;
  }
  .un_lineup_priceDesc {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  .un_lineup_priceNote {
    text-align: left;
    margin-bottom: 10px;
  }
  .un_lineup_priceList {
    display: block;
  }
  .un_lineup_priceItem {
    width: 100%;
  }
  .un_lineup_priceTeam {
    width: 70px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .un_lineup_item {
    padding: 25px;
  }
  .un_lineup_equipmentTxt {
    line-height: 1.5;
  }
}

/* ==================================================
  BODY COLOR
================================================== */
.un_color_sectionInner {
  margin-bottom: 80px;
}
.un_color_wrap {
  background: #f3f3f3;
  padding: 50px 0 0;
  margin-bottom: 15px;
  position: relative;
}
.un_color_list {
  margin-bottom: 70px;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.un_color_caption {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
  padding: 0 15px 15px;
  max-width: 1920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.un_color_nameWrap {
  text-align: center;
}
.un_color_name {
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.un_color_name.__new::before {
  content: "Honda NEW";
  position: absolute;
  top: -25px;
  left: 0;
  background: #e30012;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.2rem;
}
.un_color_img {
  margin-bottom: 40px;
}
.un_color_item {
  transform: scale(0.7);
  margin: 0 -0.2%;
  transition: transform 0.5s;
  text-align: center;
}
.un_color_item.slick-current {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .un_color_sectionInner {
    margin-bottom: 60px;
  }
  .un_color_list {
    margin-bottom: 60px;
  }
  .un_color_caption {
    font-size: 1rem;
    text-align: left;
  }
}

/* ==================================================
  Honda SENSING
================================================== */
.un_sensing_sectionInner {
  background: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
}
.un_sensing_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 20px;
  border-bottom: 1px solid #595757;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.un_sensing_ttlImg {
  margin-right: 20px;
}
.un_sensing_ttlTxt {
  font-size: 2rem;
  line-height: 1.5;
}
.un_sensing_imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.un_sensing_imgItem {
  width: 48%;
}
.un_sensing_imgItem:first-of-type {
  margin-right: 4%;
}
.un_sensing_imgTtl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.un_sensing_variationWrap {
  border: 1px solid #595957;
  padding: 40px;
  margin-bottom: 15px;
  background-color: #fff;
}
.un_sensing_variationTtl {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.un_sensing_variationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.un_sensing_variationItem {
  width: 24%;
  margin-right: 1.3%;
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
}
.un_sensing_variationItem:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .un_sensing_sectionInner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .un_sensing_ttl {
    padding-left: 0;
  }
  .un_sensing_ttlTxt {
    font-size: 1.8rem;
  }
  .un_sensing_imgTtl {
    font-size: 1.6rem;
  }
  .un_sensing_variationWrap {
    padding: 30px;
  }
  .un_sensing_variationTtl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .un_sensing_variationItem {
    font-size: 1.4rem;
  }
  .un_sensing_variationItem {
    width: 48%;
    margin-right: 4%;
  }
  .un_sensing_variationItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .un_sensing_ttl {
    display: block;
  }
  .un_sensing_ttlImg {
    margin-bottom: 10px;
    display: block;
    margin-right: 30px;
  }
  .un_sensing_ttlTxt {
    line-height: 1.5;
  }
  .un_sensing_imgList {
    display: block;
  }
  .un_sensing_imgItem {
    width: 100%;
    margin-bottom: 30px;
  }
  .un_sensing_imgTtl {
    margin-bottom: 5px;
  }
  .un_sensing_variationList {
    display: block;
  }
  .un_sensing_variationItem {
    width: 100%;
    margin-right: 0;
  }
}

/* ==================================================
  Honda CONNECT
================================================== */
.un_connect_sectionInner {
  padding: 80px 0;
}
.un_connect_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 20px;
  margin-bottom: 40px;
}
.un_connect_ttlImg {
  margin-right: 20px;
}
.un_connect_ttlTxt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.un_connect_list {
  background-color: #fff;
  padding: 40px 40px 25px 40px;
  margin: 0 auto 15px;
  max-width: 1140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #595757;
}
.un_connect_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
  margin-bottom: 15px;
}
.un_connect_item:nth-of-type(odd) {
  margin-right: 4%;
}
.un_connect_imgWrap {
  width: 136px;
}
.un_connect_txtLarge {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.un_connect_txtMedium {
  font-size: 1.8rem;
  line-height: 1.5;
}
.un_connect_txtMedium.__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.un_connect_iconWrap {
  width: 46px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .un_connect_sectionInner {
    padding: 60px 0;
  }
  .un_connect_ttl {
    display: block;
  }
  .un_connect_ttlImg {
    display: block;
    margin-bottom: 15px;
    margin-right: 30px;
  }
  .un_connect_ttlTxt {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .un_connect_list {
    padding: 35px 25px 20px 25px;
  }
  .un_connect_imgWrap {
    width: 30%;
  }
  .un_connect_txtLarge {
    font-size: 1.8rem;
  }
  .un_connect_txtMedium {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 620px) {
  .un_connect_list {
    padding: 30px 20px 15px 20px;
    display: block;
  }
  .un_connect_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .un_connect_item:nth-of-type(odd) {
    margin-right: 0;
  }
  .un_connect_ttlTxt {
    font-size: 1.6rem;
  }
}

/* ==================================================
  For Hokkaido
================================================== */
.un_safety_sectionInner {
  margin-bottom: 50px;
}
.un_safety_singleCaption {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 50px;
}
.un_safety_ttl span {
  display: block;
}
.un_safety_ttl.__sub {
  font-size: 2.7rem !important;
}
.un_safety_list {
  display: flex;
  flex-wrap: wrap;
}
.un_safety_item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.un_safety_item:nth-of-type(3n) {
  margin-right: 0;
}
.un_safety_itemImg {
  margin-bottom: 15px;
}
.un_safety_itemTxt {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .un_safety_sectionInner {
    margin-bottom: 50px;
  }
  .un_safety_ttl.__sub {
    font-size: 1.8rem !important;
  }
  .un_safety_singleCaption {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .un_safety_list {
    display: block;
  }
  .un_safety_item {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    width: 90%;
  }
  .un_safety_item:nth-of-type(3n) {
    margin-right: auto;
  }
  .un_safety_itemImg {
    margin-bottom: 10px;
  }
  .un_safety_itemTxt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/* ==================================================
  show room
================================================== */
#un_showRoom_section {
  margin-top: -110px;
  padding-top: 110px;
}
@media screen and (max-width: 1370px) {
  #un_showRoom_section {
    margin-top: -125px;
    padding-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  #un_showRoom_section {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.un_showRoom_sectionInner {
  background-color: #fffadc;
  background-image: url(../img/showroom/bg_showroom.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.un_showRoom_container {
  position: relative;
  padding: 100px 15px 90px;
}
.un_showRoom_ttl {
  text-align: center;
  margin-bottom: 60px;
}
.un_showRoom_ttl img {
  width: 613px;
}
.un_showRoom_message {
  position: absolute;
  top: 140px;
  right: 30px;
  width: 20%;
  max-width: 256px;
}
@media screen and (max-width: 1150px) {
  .un_showRoom_message {
    min-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .un_showRoom_message {
    top: 0px;
    right: 0;
  }
}
.un_showRoom_leadTxt {
  text-align: center;
}
.un_showRoom_leadTxt img {
  max-width: 100%;
  margin: 0 auto;
}
.un_showRoom_listWrap {
  padding: 6%;
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  .un_showRoom_listWrap {
    padding: 6% 45px;
    padding: 6% calc(60px - 1.5%);
  }
}
.un_showRoom_list {
  display: flex;
  flex-wrap: wrap;
}
.un_showRoom_item {
  width: 22%;
  margin: 0 1.5% 4%;
  text-align: center;
}
.un_showRoom_item.__btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #1a1a1a;
  position: relative;
}
.un_showRoom_itemInner.__btn {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 30px;
}
.un_showRoom_btnTxt {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  position: relative;
}
.un_showRoom_btnTxt::after {
  content: url(../img/showroom/arrow-vezel.png);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 22px;
}
.un_showRoom_name {
  font-weight: bold;
}
.un_showRoom_name.__ttl2row {
  line-height: 1.4em;
  padding: 0.15em;
}
.un_showRoom_name_minTxt {
  font-size: 14px;
  display: inline-block;
}
.un_showRoom_address {
  font-size: 1.32rem;
  text-align: left;
}
.un_showRoom_tel {
  font-size: 1.32rem;
  text-align: left;
}
.un_showRoom_shopBtn a {
  color: #fff;
  background-color: #236eb4;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
}
.un_showRoom_item.__event {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.un_showRoom_eventBtn {
  font-weight: bold;
  background-color: #c00001;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.un_showRoom_eventBtn a {
  color: #fff;
  display: block;
}
.un_showRoom_eventBnr {
  flex-grow: 1;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.un_showRoom_carBtn a {
  border: #236eb4 solid 1px;
  color: #236eb4;
  display: block;
  padding: 10px;
  position: relative;
}
.un_showRoom_carBtn a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .un_showRoom_eventBtn {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .un_showRoom_ttl {
    margin-bottom: 30px;
  }
  .un_showRoom_item {
    width: 47%;
    margin: 0 1.5% 4%;
    text-align: left;
  }
  .un_showRoom_shopBtn {
    text-align: center;
  }
  .un_showRoom_carBtn {
    text-align: center;
  }
  .un_showRoom_listWrap {
    padding: 6% 3%;
  }
  .un_showRoom_container {
    padding-bottom: 50px;
  }
  .un_showRoom_address {
    font-size: 1.3rem;
  }
  .un_showRoom_tel {
    font-size: 1.3rem;
  }
}

/* ==================================================
  お問い合わせフォームタブ
================================================== */
.un_tab_list {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.un_tab {
  width: 370px;
  cursor: pointer;
}
.un_tab:first-of-type {
  margin-right: 5%;
}
.un_tab img {
  display: block;
  height: 100%;
}
.un_tabCont {
  background: linear-gradient(180deg, #fff 0%, #fff 2.5%, #eaeaea 2.5%, #eaeaea 100%);
  margin-top: 50px;
  padding-top: 150px;
  display: none;
}
.un_tabCont._is_show {
  display: block;
}
.un_tabCont.__catalog {
  background: linear-gradient(180deg, #fff 0%, #fff 1.5%, #eaeaea 1.5%, #eaeaea 100%);
}
@media screen and (max-width: 767px) {
  .un_tabCont {
    padding-top: 100px;
  }
}
@media screen and (max-width: 414px) {
  .un_tabCont {
    padding-top: 50px;
    background: linear-gradient(180deg, #fff 0%, #fff 1.5%, #eaeaea 1.5%, #eaeaea 100%);
  }
  .un_tabCont.__catalog {
    background: linear-gradient(180deg, #fff 0%, #fff 1%, #eaeaea 1%, #eaeaea 100%);
  }
}

/* ==================================================
  フォーム
================================================== */
#un_form_section {
  margin-top: -110px;
  padding-top: 110px;
}
@media screen and (max-width: 1370px) {
  #un_form_section {
    margin-top: -125px;
    padding-top: 125px;
  }
}
@media screen and (max-width: 767px) {
  #un_form_section {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.un_form {
  width: 100%;
  margin-bottom: 30px;
}
.un_form_sectionInner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 90px 0 0;
}
.un_form_ttlBlock {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: -10;
  max-width: 970px;
  margin: 0 auto 70px;
}
.un_form_ttlBlock h3 {
  width: 500px;
  margin-left: 20px;
}
.un_form_container {
  background-color: #eaeaea;
  position: relative;
  z-index: -1;
  padding-bottom: 100px;
}
.un_form_policyTtl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.un_form_policyWrap {
  border: 1px solid #d7d7d7;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px auto;
}
.un_form_policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  background-color: #fff;
  border: #f1f1f1 solid 10px;
  padding: 30px;
}
.un_form_inputItem {
  width: 30%;
  min-width: 229px;
  vertical-align: top;
  padding: 15px 15px 15px 70px;
}
.un_form_inputItem.__required {
  position: relative;
}
.un_form_inputItem.__required::before {
  content: "必須";
  background-color: #f13749;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}
.un_form td {
  width: 70%;
}
.un_form_selectBox {
  margin-bottom: 30px;
}
.un_form_selectBox select {
  width: 100%;
  padding: 15px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0px !important;
}
.un_form_selectBox select::-ms-expand {
  display: none;
}
.un_form_checkbox_wrap {
  padding-bottom: 30px;
}
.un_form_checkbox {
  width: 100%;
  padding: 10px 30px;
  border-width: 0px !important;
}
.un_form_checkbox p {
  font-weight: bold;
}
.un_form_carType label {
  display: inline-block;
  padding-right: 20px;
}
.un_form_inputArea_wrap {
  padding-bottom: 30px;
}
.un_form_inputArea {
  width: 100%;
  padding: 15px 30px;
  border-width: 0px !important;
}
.un_form_inputArea.__postcode {
  width: 50%;
}
.un_form_txtArea {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 30px;
  border-width: 0px !important;
}
.un_form_sendBtn {
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #24aa37;
  text-align: center;
  border: #fff solid 3px;
  border-radius: 10px;
  box-shadow: 0 0 8px #999;
  padding: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  max-width: 400px;
  width: 100%;
  margin: 0px auto 30px;
}
.un_form_returnBtn {
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #f0394a;
  text-align: center;
  border: #fff solid 3px;
  border-radius: 10px;
  box-shadow: 0 0 8px #999;
  padding: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  max-width: 400px;
  width: 100%;
  margin: 0 15px 30px 0;
}
.un_form_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.un_form_btns button {
  margin: 0 10px 30px 10px !important;
}
.un_form_thanksTtl {
  text-align: center;
  font-weight: bold;
  color: #236eaf;
  font-size: 2rem;
  margin-bottom: 20px;
}
.un_form_thanksTxt {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.un_form_errorTxt {
  color: #f13749;
  padding-top: 5px;
}
.un_form_info {
  padding: 10px;
  border: #24aa37 solid 5px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.un_form_sendBtn.__catalog {
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #24aa37;
  text-align: center;
  border: #fff solid 3px;
  border-radius: 10px;
  box-shadow: 0 0 8px #999;
  padding: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  max-width: 400px;
  width: 100%;
  margin: 0px auto 30px;
}
.un_form_returnBtn.__catalog {
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #f0394a;
  text-align: center;
  border: #fff solid 3px;
  border-radius: 10px;
  box-shadow: 0 0 8px #999;
  padding: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  max-width: 400px;
  width: 100%;
  margin: 0 15px 30px 0;
}

@media screen and (max-width: 767px) {
  .un_form {
    margin-bottom: 30px;
  }
  .un_form_sectionInner {
    padding: 50px 0 0;
  }
  .un_form_container {
    padding-bottom: 10px;
  }
  .un_form_ttlBlock {
    margin: 0 auto 20px;
  }
  .un_form td {
    display: block;
    width: 100%;
  }
  .un_form_inputItem {
    display: block;
    width: 100%;
    padding: 15px 15px 20px 60px;
  }
  .un_form_inputItem.__required::before {
    left: 0;
  }
  .un_form_inputItem.__confirm {
    padding: 15px 0;
  }
  .un_form_checkbox {
    padding: 0 0 15px 0;
  }
  .un_form_checkbox label {
    font-size: 1.26rem;
    padding-right: 10px;
  }
  .un_form_checkbox p {
    font-weight: bold;
  }
  .un_form_inputArea.__postcode {
    width: 100%;
  }
  .un_form_returnBtn, .un_form_sendBtn {
    padding: 10px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .un_form_info {
    line-height: 1.5;
    text-align: left;
  }

  .un_form_returnBtn.__catalog, .un_form_sendBtn.__catalog {
    padding: 10px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .un_form_thanksTtl {
    text-align: center;
    font-size: 1.8rem;
  }
  .un_form_thanksTxt {
    text-align: left;
    font-size: 1.4rem;
  }
}
/* ==================================================
  show room 02
================================================== */
.un_showRoom02_section {
  background-color: #000;
  padding-top: 90px;
}
.un_showRoom02_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.un_showRoom02_ttl img {
  width: 316px;
  padding: 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .un_showRoom02_section {
    padding-top: 50px;
  }
}

/* ==================================================
  copyright
================================================== */
.un_copyright {
  background-color: #000;
  text-align: center;
  padding: 30px 15px;
}
.un_copyright small {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .un_copyright small {
    font-size: 1.1rem;
  }
}

.ly_footer {
  padding: 30px 0;
}
.ly_footer_logo {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
.ly_footer_logo img {
  width: 316px;
}

.ly_gotop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 90;
  background: rgba(0, 0, 0, 0.8);
}
.ly_gotop a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-family: "Cantarell", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 920px) {
  .ly_gotop {
    bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .ly_gotop {
    width: 60px;
    height: 60px;
  }
  .ly_gotop a {
    line-height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .ly_gotop {
    bottom: 100px;
  }
}
@media screen and (max-width: 414px) {
  .ly_gotop {
    bottom: 70px;
  }
}

/* ==================================================
	fadein エフェクト
================================================== */
.js_fadein {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: ease-out 0.7s;
  transition: ease-out 0.7s;
}
.js_fadein.__fromLeft {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.js_fadein.__fromRight {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}

.js_fadein.js_effectScroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* ==================================================
  helper
================================================== */
.hp_alignCenter {
  text-align: center;
}

.hp_alignRight {
  text-align: right;
}

.hp_alignRight-Center {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hp_alignRight-Center {
    text-align: center;
  }
}

.hp_alignRight-Left {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hp_alignRight-Left {
    text-align: left;
  }
}

.hp_fontWh {
  color: #fff;
}

.hp_fontYellow {
  color: #ffd700;
}

.hp_fontBold {
  font-weight: bold;
}

.hp_mb0 {
  margin-bottom: 0px !important;
}

.hp_mb30 {
  margin-bottom: 30px;
}

.hp_mb20 {
  margin-bottom: 20px;
}

.hp_mb15 {
  margin-bottom: 15px;
}

.hp_mb10 {
  margin-bottom: 10px;
}

.hp_mb15-10 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hp_mb15-10 {
    margin-bottom: 10px;
  }
}

.hp_mb20-15 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hp_mb20-15 {
    margin-bottom: 15px;
  }
}

.hp_mb30-20 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hp_mb30-20 {
    margin-bottom: 20px;
  }
}

.hp_mb40-20 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hp_mb40-20 {
    margin-bottom: 20px;
  }
}

.hp_mb60-30 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hp_mb60-30 {
    margin-bottom: 30px;
  }
}

.hp_mb80-50 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .hp_mb80-50 {
    margin-bottom: 50px;
  }
}

.hp_padding0 {
  padding: 0 !important;
}

br.hp_activePc {
  display: block;
}

br.hp_activeSmp {
  display: none;
}

br.hp_activeOver1199 {
  display: block;
}

.hp_activePc {
  display: block;
}

.hp_activeSmp {
  display: none;
}

@media screen and (max-width: 1199px) {
  br.hp_activeOver1199 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  br.hp_activePc {
    display: none !important;
  }

  br.hp_activeSmp {
    display: block !important;
  }

  .hp_activePc {
    display: none !important;
  }

  .hp_activeSmp {
    display: block !important;
  }
}
.hp_fontMeiryo {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Meiryo", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS Pgothic", Helvetica, Arial, sans-serif !important;
}

.hp_fontYugo {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
}

.hp_font14-12 {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 767px) {
  .hp_font14-12 {
    font-size: 1.2rem !important;
  }
}

.hp_font12-10 {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .hp_font12-10 {
    font-size: 1rem !important;
  }
}

.hp_font17-15 {
  font-size: 1.7rem !important;
}
@media screen and (max-width: 767px) {
  .hp_font17-15 {
    font-size: 1.5rem !important;
  }
}

.hp_font22-18 {
  font-size: 2.2rem !important;
}
@media screen and (max-width: 767px) {
  .hp_font22-18 {
    font-size: 1.8rem !important;
  }
}

.hp_fontRed {
  color: #e10014 !important;
}

.hp_inlineBlock {
  display: inline-block;
}

.hp_anchorBlock {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 1370px) {
  .hp_anchorBlock {
    padding-top: 125px;
    margin-top: -125px;
  }
}
@media screen and (max-width: 767px) {
  .hp_anchorBlock {
    padding-top: 90px;
    margin-top: -90px;
  }
}

/* ==================================================
  フォーム選択ボタン 2025/02/26 追記
================================================== */
.un_form_btnList {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.un_form_btnItem {
  width: 32%;
}
.un_form_btnItem > span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.un_form_btnItem a {
  height: 80px;
  background-color: #1a1a1a;
  color: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 40px;
  display: block;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  padding: 10px;
}
.un_form_btnItem a:hover {
  background-color: #fff;
  color: #1a1a1a;
}
.un_form_btnItem a span {
  display: block;
  font-size: 2rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .un_form_btnList {
    margin-bottom: 50px;
  }
  .un_form_btnItem a {
    height: 60px;
    font-size: 1.8rem;
  }
  .un_form_btnItem a span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .un_form_btnList {
    display: block;
    flex-wrap: wrap;
  }
  .un_form_btnItem {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 15px;
  }
  .un_form_btnItem a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .un_form_btnItem a span {
    display: inline-block;
  }
}