@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

main {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #e6e5e5;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

button {
  display: block;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  outline: none;
}

a {
  color: inherit;
}

svg {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p::selection,
dt::selection,
dd::selection,
ul::selection,
li::selection,
a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
span::selection,
small::selection,
br::selection {
  background-color: #00374c;
  color: #fff;
}

img {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

strong {
  font-weight: 500;
}

.oh-l-site {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.oh-m-btn__link {
  display: block;
}

.oh-m-footerBody {
  background-color: #ebebeb;
}

.oh-m-footerBnr__bnr {
  display: block;
}

.oh-m-footerBnr__txt {
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}

.oh-m-footerNote__ttl {
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #000;
}

.oh-m-footerNote__txt {
  line-height: 1.66667;
}

.oh-m-footerFoot {
  position: relative;
  background-color: #000;
  display: flex;
  align-items: center;
}

.oh-m-footerFoot__copyright {
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  width: 100%;
}

.oh-m-footerFoot__pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ac8d32;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: all 400ms;
  z-index: 10;
}

.oh-m-footerFoot__pageTop.oh-is-scroll {
  opacity: 0;
  visibility: hidden;
}

.oh-m-footerFoot__pageTop_ico {
  fill: #fff;
  transform: rotate(-90deg);
}

.oh-m-footerFoot__pageTop_txt {
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-gallery {
  background-image: linear-gradient(0deg, #4e4e4e 0%, #1c1c1c 100%);
}

.oh-m-gallery__ttl {
  text-align: center;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.oh-m-gallery__txt {
  color: #fff;
}
.oh-m-gallery__table__tr {
  border-bottom: 1px #ac8d32 solid;
}
.oh-m-gallery__table__th {
  width: 25%;
  text-align: left;
  letter-spacing: 1.2px;
}
.oh-m-gallery__table__td {
  display: block;
}
.oh-m-gallery__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #00374c 0%, #00374c 100%);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-header {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.oh-m-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oh-m-header__head_logo {
  display: block;
}

.oh-m-headerNav__list_link {
  display: block;
}

.oh-m-kvMain {
  position: relative;
}

.oh-m-kvMain__btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.oh-m-kvMain__scroll {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.oh-m-localNav {
  background-color: #c4ced7;
}

.oh-m-localNav__list {
  display: flex;
  flex-wrap: wrap;
}

.oh-m-localNav__link {
  display: block;
  position: relative;
}

.oh-m-localNav__link_body {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.oh-m-localNav__link_body_ttl {
  color: #00374c;
  line-height: 1.40625;
}

.oh-m-map {
  background-color: #c4ced7;
}

.oh-m-map__ttl {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.oh-m-map__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #00374c 0%, #00374c 100%);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-sec1 {
  position: relative;
}

.oh-m-sec1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.oh-m-sec1__ttlBox {
  position: relative;
}

.oh-m-sec1__ttlBox_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.oh-m-sec1__ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.oh-m-sec1__ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
}

.oh-m-sec1Block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oh-m-sec1Block__col1 {
  width: 100%;
  background: #fff;
}

.oh-m-sec1Block__col1_img {
  width: 100%;
}

.oh-m-sec1Block__col1_txt {
  background: #fff;
  width: 100%;
}

.oh-m-sec1Block__col1_flex {
  background: #fff;
}

.oh-m-sec1Block__col1_flex_img {
  flex-shrink: 0;
}

.oh-m-sec1Block__col2_txt {
  background: #fff;
}

.oh-m-sec1Block__blueBg {
  background: #00374c;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-sec1Block__blueBg_white {
  color: #e6e5e5;
}

.oh-m-sec1Block__blueBg_gold {
  color: #dac05a;
}

.oh-m-sec1oh-Block__ttl {
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
}
.oh-m-sec1oh-Block__ttl .oh-s {
  font-size: 80%;
}
.oh-m-sec1oh-Block__ttl .oh-c {
  color: #988236;
}

.oh-m-sec1oh-Block__ttl_center {
  text-align: center;
}

.oh-m-sec1oh-Block__ttl + .oh-m-sec1Block__body {
  border-top: 1px #AC8D32 solid;
}

.oh-m-sec1Block__body {
  font-feature-settings: "palt" 1;
}

.oh-m-sec1Block__table {
  width: 100%;
}

.oh-m-sec1Block__table th {
  color: #505050;
  letter-spacing: .1em;
}

.oh-m-sec1Block__table_td {
  text-align: center;
  font-feature-settings: "palt" 1;
  letter-spacing: .05em;
}

.oh-m-sec1Block__table_td.oh-border {
  border-bottom: 1px #e6e5e5 solid;
}

.oh-m-sec1Block__table_td span {
  display: inline-block;
}

.oh-m-sec1Block__table_td span.oh-txt {
  display: block;
}

.oh-m-sec1Block__table_notice {
  color: rgba(0, 0, 0, 0.5);
  
}

.oh-m-sec2 {
  position: relative;
}

.oh-m-sec2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.oh-m-sec2__ttlBox {
  position: relative;
}

.oh-m-sec2__ttlBox_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.oh-m-sec2__ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.oh-m-sec2__ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
}

.oh-m-sec2Block__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oh-m-sec2Block__col1 {
  width: 100%;
  background: #fff;
}

.oh-m-sec2Block__col1_img {
  width: 100%;
}

.oh-m-sec2Block__col1_txt {
  background: #fff;
  width: 100%;
}

.oh-m-sec2Block__col1_flex {
  background: #fff;
}

.oh-m-sec2Block__col1_flex_img {
  flex-shrink: 0;
}

.oh-m-sec2Block__col2_txt {
  background: #fff;
}

.oh-m-sec2Block__col2_txt .oh-m-sec2oh-Block__ttl + .oh-m-sec2Block__body {
  border-top: 1px #AC8D32 solid;
}

.oh-m-sec2Block__blueBg {
  background: #00374c;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-sec2Block__blueBg_white, .oh-m-sec2Block__blueBg_gold {
  vertical-align: middle;
	vertical-align: baseline;
	display: inline-block;
	transform: translateY(0.05em);
}

.oh-m-sec2Block__blueBg_white {
  color: #e6e5e5;
}

.oh-m-sec2Block__blueBg_gold {
  color: #dac05a;
}

.oh-m-sec2oh-Block__ttl {
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
}

.oh-m-sec2oh-Block__ttl_center {
  text-align: center;
}

.oh-m-sec2Block__body {
  font-feature-settings: "palt" 1;
}

.oh-m-sec2Block__gallery {
  background: linear-gradient(180deg, #000 0%, #e6e5e5 60%);
  position: relative;
}

.oh-m-sec2Block__gallery_ttl {
  color: #fff;
}

.oh-m-sec2Block__gallery_ttl .oh-ja {
  display: block;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-sec2Block__gallery_ttl .oh-en {
  display: block;
  text-align: center;
  font-family: "Cardo", "Noto Serif JP", serif;
  letter-spacing: .1em;
}

.oh-m-sec2Block__gallery_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin: auto;
}

.oh-m-sec2Block__gallery_wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}

.oh-m-sec2Block__gallery_slide {
  flex-shrink: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .2s;
}

.oh-m-sec2Block__gallery_slide.swiper-slide-active {
  opacity: 1;
}

.oh-m-sec2Block__gallery_slide_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  border-bottom: 1px #AC8D32 solid;
}

.oh-m-sec2Block__gallery_slide_body {
  font-feature-settings: "palt" 1;
}

.oh-m-sec2Block__gallery_prev, .oh-m-sec2Block__gallery_next {
  background: url("/res/msn/img/lp/bukken_lp/btn_arrow.png") center/100% no-repeat;
  display: block;
  position: absolute;
  z-index: 10;
  pointer-events: all;
  cursor: pointer;
}

.oh-m-sec2Block__gallery_prev img, .oh-m-sec2Block__gallery_next img {
  width: 100%;
}

.oh-m-sec2Block__gallery_next {
  transform: rotate(180deg);
}

.oh-m-sec2Block2__ttl {
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  text-align: center;
}

.oh-m-sec2Block2__body {
  font-feature-settings: "palt" 1;
}

.oh-m-sec3 {
  position: relative;
}

.oh-m-sec3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.oh-m-sec3__ttlBox {
  position: relative;
}

.oh-m-sec3__ttlBox_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.oh-m-sec3__ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.oh-m-sec3__ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
}

.oh-m-sec3Block__image_left {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.oh-m-sec3Block__image_right {
  position: relative;
  margin-left: auto;
}

.oh-m-sec3Block__image_notice {
  position: absolute;
  right: 0;
}

.oh-m-sec3Block__cta {
  background-position: center;
  background-size: 100% auto;
}

.oh-m-sec3Block__cta_ttl {
  border-bottom: 1px #fff solid;
  border-top: 1px #fff solid;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.oh-m-sec3Block__cta_ttl::before, .oh-m-sec3Block__cta_ttl::after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
}

.oh-m-sec3Block__cta_ttl span {
  vertical-align: baseline;
}

.oh-m-sec3Block__cta_ttl span.oh-gold {
  color: #AC8D32;
}

.oh-m-sec3Block__cta_txt {
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.oh-m-sec3Block__type {
  background: #fff;
  border: 1px #AC8D32 solid;
}

.oh-m-sec3Block__type_type {
  font-family: "Cardo", "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oh-m-sec3Block__type_type::before, .oh-m-sec3Block__type_type::after {
  content: "";
  background: #AC8D32;
  display: inline-block;
}

.oh-m-sec3Block__type_room {
  color: #AC8D32;
  font-family: "Cardo", "Noto Serif JP", serif;
  text-align: center;
}

.oh-m-sec3Block__type_floor {
  border-bottom: 1px #AC8D32 solid;
  border-top: 1px #AC8D32 solid;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.oh-m-sec3Block__type_floor span.oh-line {
  background: rgba(0, 0, 0, 0.3);
  display: block;
}

.oh-m-sec3Block__type_list_item {
  position: relative;
}

.oh-m-sec3Block__type_list_item::before {
  background: #AC8D32;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}

.oh-type-note {
  width : 100%;
  margin : 30px 72px 0;
  font-size : 12px;
  line-height : 1.8;
}
.oh-type-note img {
  width : 280px;
  display : inline;
  margin-bottom : 10px;
}

.oh-m-sec3Block__facility {
  background: #fff;
  border: 1px #AC8D32 solid;
}

.oh-m-sec3Block__facility_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #00374c;
  text-align: center;
}

.oh-m-sec3Block__facility_ribbon {
  color: #fff;
  background: linear-gradient(90deg, #00374c 0%, #014e6a 49%, #00374c 100%);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  margin: auto;
  text-align: center;
  position: relative;
}

.oh-m-sec3Block__facility_ribbon::before, .oh-m-sec3Block__facility_ribbon::after {
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.oh-m-sec3Block__facility_ribbon::before {
  background: linear-gradient(to bottom left, #00374c 50%, transparent 50.1%) top left/100% 50% no-repeat, linear-gradient(to top left, #00374c 50%, transparent 50.1%) bottom left/100% 50% no-repeat;
  position: absolute;
}

.oh-m-sec3Block__facility_ribbon::after {
  background: linear-gradient(to bottom right, #00374c 50%, transparent 50.1%) top left/100% 50% no-repeat, linear-gradient(to top right, #00374c 50%, transparent 50.1%) bottom left/100% 50% no-repeat;
}

.oh-m-sec3Block__facility_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.oh-m-sec3Block__facility_list_item {
  background-image: linear-gradient(-90deg, #ac8d32 0%, #ac8d32 0%, #f1deb3 51%, #ac8d32 100%);
  display: flex;
  flex-direction: column;
}

.oh-m-sec3Block__facility_list_txt {
  text-align: center;
  flex-grow: 1;
  font-feature-settings: "palt" 1;
  display: flex;
  align-items: center;
  justify-content: center;
	flex-direction: column;
}
.oh-m-sec3Block__facility_list_txt span {
	font-size: 60%;
}
.oh-m-sec3Block__facility_txt {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
}

.oh-m-sec3oh-Block__ttl {
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
}

.oh-m-sec3oh-Block__ttl_center {
  text-align: center;
}

.oh-m-sec4 {
  position: relative;
}

.oh-m-sec4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.oh-m-sec4__ttlBox {
  position: relative;
}

.oh-m-sec4__ttlBox_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.oh-m-sec4__ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.oh-m-sec4__ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
}

.oh-m-sec4Block1__ttlBox_ttl {
  text-align: center;
  color: #00374c;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-sec4Block1__ttlBox_deco {
  margin-left: auto;
  margin-right: auto;
}

.oh-m-sec4Block2__ttl {
  text-align: center;
  line-height: 1.55556;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-sec4Block2__ttl strong {
  color: #670001;
}

.oh-m-sec4Block3__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #00374c 0%, #014e6a 49%, #00374c 100%);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #fff;
}

.oh-m-sec4Block3__box1 {
  background-repeat: no-repeat;
  background-position: top center;
}

.oh-m-sec4Block3__box1_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(-90deg, #ac8d32 0%, #ac8d32 0%, #f1deb3 51%, #ac8d32 100%);
}

.oh-m-sec4Block3__box1_copy {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.4;
}

.oh-m-sec4Block3__box1_copy strong {
  color: #670001;
}

.oh-m-sec4Block3__box2 {
  background-color: #fff;
}

.oh-m-sec4Block3__box2_ttl {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.55556;
}

.oh-m-sec4Block3__box2_ttl strong {
  color: #670001;
}

.oh-m-sec4Block3__box2_txt {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.45455;
}

.oh-m-sec4Block4__ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
}

.oh-m-sec4Block4__ttl strong {
  color: #AC8D32;
}

.oh-m-sec4Block4__box1 {
  background-color: #fff;
}

.oh-m-sec4Block4__box1_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-sec4Block4__box1_body_ttlSub {
  color: #00374c;
}

.oh-m-sec4Block4__box1_body_txt {
  letter-spacing: 0.025em;
  line-height: 1.625;
}

.oh-m-sec5 {
  position: relative;
}

.oh-m-sec5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.oh-m-sec5__ttlBox {
  position: relative;
}

.oh-m-sec5__ttlBox_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.oh-m-sec5__ttlBox_body_ttlSub {
  color: #dac05a;
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.oh-m-sec5__ttlBox_body_ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  color: #e6e5e5;
  line-height: 1.4;
}

.oh-m-sec5Block__list {
  display: flex;
  flex-wrap: wrap;
}

.oh-m-sec5Block__list_item {
  width: 50%;
}

.oh-m-sec5Block__list_item_txt {
  background-color: #00374c;
  color: #e6e5e5;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.42857;
}

.oh-m-sec5Block__head {
  color: #e6e5e5;
  text-align: center;
  background-image: linear-gradient(-90deg, #00374c 0%, #014e6a 51%, #00374c 100%);
}

.oh-m-sec5Block__head_ttl {
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-sec5Block__head_ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(180deg, #ac8d32 0%, #f1deb3 100%);
}

.oh-m-sec5Block__head_txt {
  line-height: 1.71429;
}

.oh-m-sec5Block__body {
  background-color: #fff;
}

.oh-m-sec5Block__body_txt {
  line-height: 1.71429;
}

.oh-m-sec5Block__body_main_box_ttl {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(-90deg, #ac8d32 0%, #ac8d32 0%, #f1deb3 51%, #ac8d32 100%);
  line-height: 1.28571;
}

.oh-m-sec5Block__body_main_box_copy {
  text-align: center;
  line-height: 1.2;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.oh-m-sec5Block__body_main_box_copy strong {
  color: #AC8D32;
}

.oh-inviewFadeIn {
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1) 300ms;
}

.oh-inviewFadeIn.oh-is-fadeIn {
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  button {
    transition: all 400ms;
  }
  button:hover {
    opacity: 0.8;
  }
  a {
    transition: all 400ms;
  }
  a:hover {
    opacity: 0.8;
  }
  .oh-l-inner {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-l-only--pc {
    display: block !important;
  }
  .oh-l-only--sp {
    display: none !important;
  }
  .oh-l-site {
    min-width: 1260px;
  }
  .oh-m-btn__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .oh-m-btn__item {
    width: 534px;
  }
  .oh-m-fixedBottomButtons {
    display: none;
  }
  .oh-m-footerBody {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .oh-m-footerBtn {
    margin-bottom: 40px;
  }
  .oh-m-footerBnr {
    width: 728px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .oh-m-footerBnr__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .oh-m-footerBnr__txt {
    margin-top: 8px;
    font-size: 10px;
  }
  .oh-m-footerNote__ttl {
    font-size: 12px;
    padding: 7px 10px;
    margin-bottom: 7px;
  }
  .oh-m-footerNote__txt {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .oh-m-footerFoot {
    height: 80px;
    padding-left: 46px;
    justify-content: space-between;
  }
  .oh-m-footerFoot__copyright {
    font-size: 12px;
  }
  .oh-m-footerFoot__pageTop {
    width: 80px;
    height: 80px;
  }
  .oh-m-footerFoot__pageTop_ico {
    width: 11px;
    height: 16px;
    margin-bottom: 8px;
  }
  .oh-m-footerFoot__pageTop_txt {
    font-size: 12px;
  }
  .oh-m-gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .oh-m-gallery__inner {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-m-gallery__ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
	
  .oh-m-gallery__img__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .oh-m-gallery__img {
    width: calc(364% / 9.6);
    max-width: 364px;
    /* margin-right: 30px; */
  }
  .oh-m-gallery__txt {
    width: calc(520% / 9.6);
    /* margin-top: 36px; */
    font-size: 16px;
    line-height: 1.875;
  }
	
  .oh-m-gallery__table__td {
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .oh-m-gallery__table__notes {
    font-size: 12px;
  }
  .oh-m-gallery__btn {
    margin-top: 36px;
    width: 320px;
    height: 56px;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  }
  .oh-m-header {
    position: absolute;
  }
  .oh-m-header__inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .oh-m-header__head_logo {
    width: 180px;
  }
  .oh-m-header__body_menuBtn {
    display: none;
  }
  .oh-m-headerNav--whitePC {
    color: #fff;
  }
  .oh-m-headerNav__list {
    display: flex;
    align-items: center;
  }
  .oh-m-headerNav__list_item:not(:last-child) {
    margin-right: 24px;
  }
  .oh-m-headerNav__list_link {
    font-size: 14px;
  }
  .oh-m-headerNav__utils {
    display: none;
  }
  .oh-m-headerMenu {
    display: none;
  }
  .oh-m-kvMain__btn {
    width: 321px;
    bottom: 120px;
  }
  .oh-m-kvMain__btn:hover {
    opacity: 1;
  }
  .oh-m-kvMain__scroll {
    width: 60px;
    bottom: 0;
  }
  .oh-m-localNav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .oh-m-localNav__list {
    margin-top: -10px;
  }
  .oh-m-localNav__item {
    width: 360px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .oh-m-localNav__item:nth-child(3n) {
    margin-right: 0;
  }
  .oh-m-localNav__link_body {
    padding-left: 30px;
    padding-right: 40px;
  }
  .oh-m-localNav__link_body_head {
    display: none;
  }
  .oh-m-localNav__link_body_ttl {
    font-size: 16px;
  }
  .oh-m-map {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .oh-m-map__inner {
    width: 644px;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-m-map__ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .oh-m-map__btn {
    margin-top: 24px;
    width: 320px;
    height: 56px;
    font-size: 16px;
  }
  .oh-m-sec1 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .oh-m-sec1:before {
    height: 320px;
  }
  .oh-m-sec1__ttlBox {
    margin-bottom: 58px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-m-sec1__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .oh-m-sec1__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .oh-m-sec1__ttlBox_body_ttl {
    font-size: 50px;
  }
  .oh-m-sec1__ttlBox_bg {
    margin-top: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .oh-m-sec1__btn {
    padding: 40px 0 80px;
  }
  .oh-m-sec1Block:not(:last-child) {
    margin-bottom: 40px;
  }
  .oh-m-sec1Block__repeat:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .oh-m-sec1Block__col1 {
    padding: 60px 72px;
  }
  .oh-m-sec1Block__col1_txt {
    padding: 60px 72px;
  }
  .oh-m-sec1Block__col1_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 72px;
  }
  .oh-m-sec1Block__col1_flex_img {
    margin-right: 72px;
  }
  .oh-m-sec1Block__col2 {
    width: calc(50% - 1px);
  }
  .oh-m-sec1Block__col2_img {
    width: 50%;
  }
  .oh-m-sec1Block__col2_txt {
    padding: 60px 72px;
    width: 50%;
  }
  .oh-m-sec1Block__col3 {
    width: calc((100% - 4px) / 3);
  }
  .oh-m-sec1Block__blueBg {
    padding: 10px 25px 16px;
  }
    
  .oh-m-sec1 .oh-m-sec1Block__col3 .oh-m-sec1Block__blueBg{
    padding: 16px 25px 16px;
    }
    
    
  .oh-m-sec1Block__blueBg_white, .oh-m-sec1Block__blueBg_gold {
    margin: 0 1px;
  }
  .oh-m-sec1Block__blueBg_white {
    font-size: 25px;
  }
  .oh-m-sec1Block__blueBg_white .oh-text_min {
	  font-size: 0.5em;
	  display: inline-block;
	  margin-bottom: 0.2em;
  }
  .oh-m-sec1Block__blueBg_white.oh-line_bottom .oh-text_min {
	  font-size: 0.42em;
	  display: inline-block;
	  margin-top: 1.0em;
	  margin-bottom: 0;
  }
  .oh-m-sec1Block__blueBg_gold {
    font-size: 50px;
  }
  .oh-m-sec1oh-Block__ttl {
    font-size: 30px;
    line-height: 1.5;
  }
  .oh-m-sec1oh-Block__ttl + .oh-m-sec1Block__body {
    margin-top: 17px;
    padding-top: 14px;
  }
.oh-m-sec1oh-Block__ttl.oh-ex_02 {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: -0.02em;
    }
.oh-m-sec1oh-Block__ttl.oh-ex_02 span {
        font-size: 14px;
        letter-spacing: 0;
        display: block;
        margin-top: 0.2em;
    }
  .oh-m-sec1Block__body {
    font-size: 16px;
    line-height: 1.875;
  }
  .oh-m-sec1Block__table .oh-border {
    border-bottom: 1px #e6e5e5 solid;
  }
  .oh-m-sec1Block__table th {
    font-size: 18px;
    text-align-last: left;
    width: 110px;
    vertical-align: middle;
  }
  .oh-m-sec1Block__table_td {
    font-size: 14px;
    padding: 12px 0;
  }
  .oh-m-sec1Block__table_td span.oh-txt {
    font-size: 20px;
    line-height: 17px;
  }
  .oh-m-sec1Block__table_td span.oh-num {
    font-size: 24px;
    margin: 0 2px;
  }
  .oh-m-sec1Block__table_station {
    padding: 18px 0;
  }
  .oh-m-sec1Block__table_price {
    line-height: 1.3;
    padding: 18px 0;
  }
  .oh-m-sec1Block__table_notice {
    font-size: 10px;
	  letter-spacing: -0.05em;
  }
	
    .oh-m-sec1Block__blueBg .oh-acc .oh-eki{
        color: #FFF;
        font-size: 25px;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .oh-m-sec1Block__blueBg .oh-acc .oh-sen{
        color: #FFF;
        font-size: 12px;
    }
    .oh-m-sec1Block__blueBg .oh-acc .oh-k1{
        color: #FFF;
        font-size: 18px;
    }
	
	
	
  .oh-m-sec2 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .oh-m-sec2:before {
    height: 320px;
  }
  .oh-m-sec2__ttlBox {
    margin-bottom: 58px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-m-sec2__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .oh-m-sec2__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .oh-m-sec2__ttlBox_body_ttl {
    font-size: 50px;
  }
  .oh-m-sec2__ttlBox_bg {
    margin-top: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .oh-m-sec2__btn {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .oh-m-sec2Block {
    margin-bottom: 40px;
  }
  .oh-m-sec2Block__deco {
    margin: 32px auto 30px;
    width: 110px;
  }
  .oh-m-sec2Block__col1 {
    padding: 60px 72px;
  }
  .oh-m-sec2Block__col1_txt {
    padding: 60px 72px;
  }
  .oh-m-sec2Block__col1_flex {
    display: flex;
    justify-content: space-between;
    padding: 72px;
  }
  .oh-m-sec2Block__col1_flex_img {
    margin-right: 72px;
  }
  .oh-m-sec2Block__col2 {
    width: calc(50% - 1px);
  }
  .oh-m-sec2Block__col2_img {
    width: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background: #fff;
  }
  .oh-m-sec2Block__col2_txt {
    padding: 40px 72px;
    width: 50%;
  }
  .oh-m-sec2Block__col2_txt .oh-m-sec2oh-Block__ttl + .oh-m-sec2Block__body {
    margin-top: 17px;
    padding-top: 14px;
  }
  .oh-m-sec2Block__col3 {
    width: calc((100% - 4px) / 3);
  }
  .oh-m-sec2Block__blueBg {
    padding: 15px 5px;
  }
  .oh-m-sec2Block__blueBg_white, .oh-m-sec2Block__blueBg_gold {
    margin: 0 3px;
  }
  .oh-m-sec2Block__blueBg_white {
    font-size: 25px;
  }
  .oh-m-sec2Block__blueBg_gold {
    font-size: 50px;
  }
    .oh-m-sec2Block__blueBg.oh-ex_txt1 .oh-m-sec2Block__blueBg_gold {
        line-height: 0.6;
    }
  .oh-m-sec2oh-Block__ttl {
    font-size: 30px;
    line-height: 1.5;
  }
  .oh-m-sec2oh-Block__ttl.oh-ex01 {
    font-size: 28px;
    line-height: 1.5;
  }
  .oh-m-sec2Block__body {
    font-size: 16px;
    line-height: 1.875;
  }
  .oh-m-sec2Block__gallery_ttl {
    padding-top: 76px;
    padding-bottom: 36px;
  }
  .oh-m-sec2Block__gallery_ttl .oh-ja {
    font-size: 30px;
    letter-spacing: .1em;
    margin-bottom: 24px;
  }
  .oh-m-sec2Block__gallery_ttl .oh-en {
    font-size: 18px;
  }
  .oh-m-sec2Block__gallery_slide {
    width: 720px;
  }
  .oh-m-sec2Block__gallery_slide_ttl {
    font-size: 30px;
    line-height: 1.3;
    margin-top: 28px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .oh-m-sec2Block__gallery_slide_ttl .oh-s {
    font-size: 60%;
    display: block;
  }
.oh-m-sec2Block__gallery_slide_body {
    font-size: 16px;
    line-height: 1.875;
	letter-spacing: -0.03em;
  }
  .oh-m-sec2Block__gallery_prev, .oh-m-sec2Block__gallery_next {
    height: 26px;
    top: 393px;
    width: 19px;
  }
  .oh-m-sec2Block__gallery_prev {
    left: 130px;
  }
  .oh-m-sec2Block__gallery_next {
    right: 130px;
  }
  .oh-m-sec2Block2 {
    margin-bottom: 40px;
    margin-top: 64px;
  }
  .oh-m-sec2Block2__ttl {
    font-size: 40px;
    line-height: 1.5;
  }
  .oh-m-sec2Block2__body {
    font-size: 16px;
    line-height: 1.875;
    margin: auto;
    width: 960px;
  }
  .oh-m-sec3 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .oh-m-sec3:before {
    height: 320px;
  }
  .oh-m-sec3__ttlBox {
    margin-bottom: 58px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
  .oh-m-sec3__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .oh-m-sec3__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .oh-m-sec3__ttlBox_body_ttl {
    font-size: 50px;
  }
  .oh-m-sec3__ttlBox_bg {
    margin-top: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .oh-m-sec3__btn {
    padding-top: 44px;
    padding-bottom: 80px;
  }
  .oh-m-sec3Block {
    margin-bottom: 40px;
  }
  .oh-m-sec3Block__image {
    display: flex;
    margin-bottom: 40px;
  }
  .oh-m-sec3Block__image_right {
    /*margin-top: -38px;
    margin-bottom: -30px;*/
    align-self: center;
  }
  .oh-m-sec3Block__image_txt {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 72px;
    padding-right: 72px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .oh-m-sec3Block__image_notice {
    bottom: 30px;
    font-size: 10px;
  }
  .oh-m-sec3Block__col2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .oh-m-sec3Block__cta {
    align-items: center;
    background-image: url("/res/msn/img/lp/bukken_lp/sec3_cta_bg.png");
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 40px 72px;
  }
  .oh-m-sec3Block__cta_ttl {
    font-size: 24px;
    padding: 3px 0;
    width: 440px;
  }
  .oh-m-sec3Block__cta_ttl::before, .oh-m-sec3Block__cta_ttl::after {
    height: 2px;
  }
  .oh-m-sec3Block__cta_ttl::before {
    margin-bottom: 12px;
  }
  .oh-m-sec3Block__cta_ttl::after {
    margin-top: 23px;
  }
  .oh-m-sec3Block__cta_ttl span {
    margin: 0 2px;
  }
  .oh-m-sec3Block__cta_ttl span.oh-num {
    font-size: 60px;
  }
  .oh-m-sec3Block__cta_txt {
    font-size: 16px;
    line-height: 1.5625;
    padding-top: 18px;
  }
  .oh-m-sec3Block__cta_right .oh-m-btn__link {
    width: 440px;
  }
  .oh-m-sec3Block__type {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 70px;
  }
  .oh-m-sec3Block__type_item {
    padding-top: 68px;
    width: 442px;
    display: flex;
    flex-direction: column;
  }
  .oh-m-sec3Block__type_item:nth-child(2n) {
    margin-left: 72px;
  }
  .oh-m-sec3Block__type_type {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .oh-m-sec3Block__type_type::before, .oh-m-sec3Block__type_type::after {
    height: 2px;
    margin: 0 7px;
    width: 10px;
  }
  .oh-m-sec3Block__type_room {
    font-size: 40px;
    margin-bottom: 6px;
  }
  .oh-m-sec3Block__type_room span {
    font-size: 30px;
  }
  .oh-m-sec3Block__type_floor {
    margin-bottom: 15px;
    padding: 25px 0 19px;
  }
  .oh-m-sec3Block__type_floor span.oh-txt {
    font-size: 16px;
    line-height: 1.25;
    margin-right: 10px;
  }
  .oh-m-sec3Block__type_floor span.oh-line {
    height: 36px;
    width: 1px;
    margin-right: 10px;
  }
  .oh-m-sec3Block__type_floor span.oh-area {
    font-size: 40px;
    margin-right: 5px;
  }
  .oh-m-sec3Block__type_floor span.oh-unit{
    font-size: 30px;
    margin-right: 10px;
  }
  .oh-m-sec3Block__type_floor span.oh-balcony {
    font-size: 16px;
  }
  .oh-m-sec3Block__type_list {
    margin-bottom: 20px;
  }
  .oh-m-sec3Block__type_list_item {
    font-size: 16px;
    line-height: 1.875;
    padding-left: 22px;
  }
  .oh-m-sec3Block__type_list_item::before {
    height: 8px;
    top: 12px;
    width: 8px;
  }
  .oh-m-sec3Block__type_img {
    margin-top: auto;
  }
  .oh-m-sec3Block__type_hanrei {
    width: 100%;
    margin-top: 40px;
    font-size: 13px;
    line-height: 1.5;
  }
  .oh-m-sec3Block__type_hanrei .oh-img {
    width: 312px;
    /*width: 311px;*/
  }
  .oh-m-sec3Block__type_hanrei .oh-en {
    margin-bottom: 1em;
  }
  .oh-m-sec3Block__facility {
    padding: 61px 72px;
  }
  .oh-m-sec3Block__facility_ttl {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 36px;
  }
  .oh-m-sec3Block__facility_ttl .oh-num {
    font-size: 50px;
  }
  .oh-m-sec3Block__facility_ribbon {
    font-size: 30px;
    margin-bottom: 40px;
    padding: 13px;
    width: 514px;
  }
  .oh-m-sec3Block__facility_ribbon::before, .oh-m-sec3Block__facility_ribbon::after {
    width: 20px;
  }
  .oh-m-sec3Block__facility_ribbon::before {
    left: -20px;
  }
  .oh-m-sec3Block__facility_ribbon::after {
    right: -20px;
  }
  .oh-m-sec3Block__facility_list {
    margin-bottom: 20px;
  }
  .oh-m-sec3Block__facility_list_item {
    margin-bottom: 8px;
    width: 233px;
  }
  .oh-m-sec3Block__facility_list_item.oh-wide {
    width: 474px;
  }
  .oh-m-sec3Block__facility_list_txt {
    font-size: 16px;
    line-height: 1.25;
    padding: 6px;
  }
  .oh-m-sec3Block__facility_txt {
    font-size: 30px;
    line-height: 1.5;
  }
  .oh-m-sec3oh-Block__ttl {
    font-size: 27px;
    line-height: 1.5;
  }
  .oh-m-sec4 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .oh-m-sec4:before {
    height: 320px;
  }
  .oh-m-sec4__ttlBox {
    margin-bottom: 58px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-m-sec4__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .oh-m-sec4__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .oh-m-sec4__ttlBox_body_ttl {
    font-size: 50px;
  }
  .oh-m-sec4__ttlBox_bg {
    margin-top: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .oh-m-sec4Block1 {
    margin-bottom: 80px;
  }
  .oh-m-sec4Block1__ttlBox {
    margin-bottom: 38px;
  }
  .oh-m-sec4Block1__ttlBox_ttl {
    font-size: 40px;
    padding-bottom: 38px;
  }
  .oh-m-sec4Block1__ttlBox_deco {
    width: 110px;
  }
  .oh-m-sec4Block2 {
    margin-bottom: 80px;
  }
  .oh-m-sec4Block2__ttl {
    font-size: 20px;
  }
  .oh-m-sec4Block2__ttl strong {
    font-size: 40px;
  }
  .oh-m-sec4Block3 {
    margin-bottom: 80px;
  }
  .oh-m-sec4Block3__ttl {
    font-size: 30px;
    height: 56px;
    margin-bottom: 24px;
  }
  .oh-m-sec4Block3__box1 {
    padding-top: 20px;
    padding-bottom: 80px;
    background-image: url("/res/msn/img/lp/bukken_lp/sec4_block3_box1_bg.png");
    margin-bottom: 22px;
    background-size: 100% auto;
  }
  .oh-m-sec4Block3__box1_list {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
  }
  .oh-m-sec4Block3__box1_item {
    font-size: 25px;
    line-height: 1.6;
    width: 306px;
    height: 122px;
    border: 2px solid #AC8D32;
  }
  .oh-m-sec4Block3__box1_item:not(:last-child) {
    margin-right: 16px;
  }
  .oh-m-sec4Block3__box1_copy {
    font-size: 20px;
  }
  .oh-m-sec4Block3__box1_copy strong {
    font-size: 40px;
  }
  .oh-m-sec4Block3__box2 {
    padding: 70px 10px 10px;
    border: 1px solid #AC8D32;
  }
  .oh-m-sec4Block3__box2_ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .oh-m-sec4Block3__box2_list {
    display: flex;
    justify-content: center;
  }
  .oh-m-sec4Block3__box2_item {
    width: 209px;
  }
  .oh-m-sec4Block3__box2_item:not(:last-child) {
    margin-right: 40px;
  }
  .oh-m-sec4Block3__box2_txt {
    margin-top: 42px;
    font-size: 10px;
    text-align: right;
  }
  .oh-m-sec4Block4 {
    margin-bottom: 80px;
  }
  .oh-m-sec4Block4__ttl {
    background-image: url("/res/msn/img/lp/bukken_lp/deco_ttl2.png"), url("/res/msn/img/lp/bukken_lp/deco_ttl2.png");
    font-size: 30px;
    padding: 38px 20px;
    margin-bottom: 40px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .oh-m-sec4Block4__ttl strong {
    font-size: 40px;
  }
  .oh-m-sec4Block4__box1 {
    display: flex;
    align-items: flex-end;
    padding: 70px;
    border: 1px solid #AC8D32;
  }
  .oh-m-sec4Block4__box1_body {
    width: 50%;
  }
  .oh-m-sec4Block4__box1_body_ttl {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .oh-m-sec4Block4__box1_body_ttlSub {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .oh-m-sec4Block4__box1_body_txt {
    font-size: 16px;
  }
  .oh-m-sec4Block4__box1_body_txt span {
    font-size: 12px;
  }
  .oh-m-sec4Block4__box1_table {
    width: 50%;
    padding-left: 50px;
  }
  .oh-m-sec5 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .oh-m-sec5:before {
    height: 320px;
  }
  .oh-m-sec5__ttlBox {
    margin-bottom: 58px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .oh-m-sec5__ttlBox_body {
    padding: 78px 20px 20px 20px;
  }
  .oh-m-sec5__ttlBox_body_ttlSub {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .oh-m-sec5__ttlBox_body_ttl {
    font-size: 50px;
  }
  .oh-m-sec5__ttlBox_bg {
    margin-top: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .oh-m-sec5Block:not(:last-child) {
    margin-bottom: 40px;
  }
  .oh-m-sec5Block__list {
    margin-left: -4px;
    margin-right: -4px;
  }
  .oh-m-sec5Block__list_item {
    padding-left: 4px;
    padding-right: 4px;
  }
  .oh-m-sec5Block__list_item_txt {
    font-size: 25px;
    padding: 19px 25px;
  }
  .oh-m-sec5Block__head {
    padding: 70px 72px;
  }
  .oh-m-sec5Block__head_ttl {
    font-size: 30px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .oh-m-sec5Block__head_ttl:before {
    height: 1px;
  }
  .oh-m-sec5Block__head_txt {
    font-size: 16px;
  }

  .oh-m-sec5Block__body {
    display: flex;
    padding: 72px;
  }
  .oh-m-sec5Block__body_txt {
    width: 50%;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .oh-m-sec5Block__body_main {
    width: 50%;
    padding-left: 50px;
  }
  .oh-m-sec5Block__body_main_box--01 {
    padding-right: 40px;
  }
  .oh-m-sec5Block__body_main_box_ttl {
    padding: 9px;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .oh-m-sec5Block__body_main_box_ttl--copy {
    margin-bottom: 3px;
  }
  .oh-m-sec5Block__body_main_box_copy {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .oh-m-sec5Block__body_main_box_copy strong {
    font-size: 34px;
  }
  .oh-m-sec5Block__body_main_box_txt {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
    .oh-m-sec2Block__blueBg.oh-ex_txt1 .oh-m-sec2Block__blueBg_white.ex {
        margin-left: 0.2em;
    }
  .oh-l-inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .oh-l-only--pc {
    display: none !important;
  }
  .oh-l-only--sp {
    display: block !important;
  }
  .oh-m-btn__item:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .oh-m-fixedBottomButtons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.66667vw;
    background-color: rgba(38, 38, 38, 0.9);
    color: #fff;
    font-size: 3.46667vw;
    z-index: 90;
    transform: translateY(101%);
    transition: transform 0.3s ease-out;
  }
  .oh-m-fixedBottomButtons.oh-is-show {
    transform: translateY(0%);
  }
  .oh-m-fixedBottomButtons__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .oh-m-fixedBottomButtons__item {
    width: 50%;
  }
  .oh-m-fixedBottomButtons__item:first-child a {
    border-top-left-radius: 0.66667vw;
    border-bottom-left-radius: 0.66667vw;
  }
  .oh-m-fixedBottomButtons__item:last-child {
    margin-left: 1px;
    width: calc(50% - 1px);
  }
  .oh-m-fixedBottomButtons__item:last-child a {
    border-top-right-radius: 0.66667vw;
    border-bottom-right-radius: 0.66667vw;
    background-color: #ac8d32;
  }
  .oh-m-fixedBottomButtons__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 9.06667vw;
    background-color: #670001;
    text-align: center;
    font-family: YakuHanMP, "Noto Serif JP", serif;
  }
  .oh-m-footerBody {
    padding-top: 10.66667vw;
  }
  .oh-m-footerBtn {
    margin-bottom: 10.66667vw;
  }
  .oh-m-footerBnr {
    margin-bottom: 10.66667vw;
  }
  .oh-m-footerBnr__item:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .oh-m-footerBnr__txt {
    margin-top: 2.4vw;
    font-size: 2.66667vw;
  }
  .oh-m-footerNote__ttl {
    font-size: 3.2vw;
    padding: 2vw 2.66667vw;
    margin-bottom: 3.2vw;
  }
  .oh-m-footerNote__txt {
    font-size: 3.2vw;
    margin-bottom: 6.93333vw;
  }
  .oh-m-footerFoot {
    height: 10.66667vw;
    justify-content: center;
  }
  .oh-m-footerFoot__copyright {
    text-align: center;
    font-size: 2.66667vw;
  }
  .oh-m-footerFoot__pageTop {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  .oh-m-footerFoot__pageTop_ico {
    width: 1.86667vw;
    height: 2.53333vw;
    margin-bottom: 0.8vw;
  }
  .oh-m-footerFoot__pageTop_txt {
    font-size: 2.66667vw;
  }
  .oh-m-gallery {
    padding-top: 8.53333vw;
    padding-bottom: 8.53333vw;
  }
  .oh-m-gallery__inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .oh-m-gallery__ttl {
    font-size: 4.8vw;
    font-size: 3.9vw;
    margin-bottom: 5.33333vw;
  }
  .oh-m-gallery__txt {
    margin-top: 5.6vw;
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .oh-m-gallery__table__th {
    letter-spacing: 0.2vw;
  }
  .oh-m-gallery__table__td {
    margin-top: 2vw;
    margin-bottom: 2vw;
    line-height: 1.4;
  }
  .oh-m-gallery__table__notes {
    font-size: 2.13333vw;
  }
  .oh-m-gallery__btn {
    margin-top: 5.6vw;
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
    box-shadow: 0 0 2.66667vw rgba(255, 255, 255, 0.2);
  }
  .oh-m-headerWrap {
    padding-top: 13.86667vw;
  }
  .oh-m-header {
    position: fixed;
    background-color: #fff;
    height: 13.86667vw;
  }
  .oh-m-header__inner {
    height: 100%;
    padding-left: 1.6vw;
  }
  .oh-m-header__head_logo {
    width: 50vw;
  }
  .oh-m-header__body_nav {
    display: none;
  }
  .oh-m-headerNav {
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding-top: 13.86667vw;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
    padding-bottom: 5.33333vw;
    background-color: rgba(235, 235, 235, 0.98);
    transition: all 400ms;
    opacity: 0;
    visibility: hidden;
  }
  .oh-m-headerNav.oh-is-open {
    opacity: 1;
    visibility: visible;
  }
  .oh-m-headerNav__list {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .oh-m-headerNav__list_link {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12.8vw;
    font-size: 4.8vw;
  }
  .oh-m-headerNav__utils_item:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
  .oh-m-headerNav__utils_link {
    display: block;
  }
  .oh-m-headerMenuBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 18.93333vw;
    height: 13.86667vw;
    transition: all 400ms;
  }
  .oh-m-headerMenuBtn.oh-is-open {
    background-color: #d6000f;
  }
  .oh-m-headerMenuBtn.oh-is-open .oh-m-headerMenuBtn__ico span {
    background-color: #fff;
    transform-origin: center;
  }
  .oh-m-headerMenuBtn.oh-is-open .oh-m-headerMenuBtn__ico span:nth-child(1) {
    transform: translateY(1.33333vw) rotate(25deg);
  }
  .oh-m-headerMenuBtn.oh-is-open .oh-m-headerMenuBtn__ico span:nth-child(2) {
    transform: translateY(-1.33333vw) rotate(-25deg);
  }
  .oh-m-headerMenuBtn.oh-is-open .oh-m-headerMenuBtn__txt {
    color: #fff;
  }
  .oh-m-headerMenuBtn__ico {
    display: block;
    margin-top: 0.53333vw;
  }
  .oh-m-headerMenuBtn__ico span {
    display: block;
    width: 10.93333vw;
    height: 0.53333vw;
    background-color: #000;
    transition: transform 400ms;
  }
  .oh-m-headerMenuBtn__ico span:nth-child(1) {
    margin-bottom: 2.13333vw;
  }
  .oh-m-headerMenuBtn__txt {
    margin-top: 1.86667vw;
    font-family: "Cardo", "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 3.46667vw;
    line-height: 1.0;
    letter-spacing: 0.01em;
    transition: color 400ms;
  }
  .oh-m-headerMenu {
    display: block;
  }
  .oh-m-kvMain__btn {
    width: 48.13333vw;
    bottom: 16.26667vw;
  }
  .oh-m-kvMain__scroll {
    width: 8vw;
    bottom: 0vw;
  }
  .oh-m-localNav {
    padding-top: 10.93333vw;
    padding-bottom: 10.93333vw;
  }
  .oh-m-localNav__list {
    margin-top: -3.06667vw;
  }
  .oh-m-localNav__item {
    width: 43.06667vw;
    margin-top: 3.06667vw;
  }
  .oh-m-localNav__item:nth-child(2n) {
    margin-left: 3.06667vw;
  }
  .oh-m-localNav__link_body {
    justify-content: center;
    padding: 3.2vw 0.66667vw 5.6vw;
  }
  .oh-m-localNav__link_body_ttl {
    text-align: center;
    font-size: 3.73333vw;
  }
  .oh-m-map {
    padding-top: 8.53333vw;
    padding-bottom: 8.53333vw;
  }
  .oh-m-map__inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .oh-m-map__ttl {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
  .oh-m-map__btn {
    margin-top: 5.33333vw;
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
  }
  .oh-m-sec1 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .oh-m-sec1:before {
    height: 39.46667vw;
  }
  .oh-m-sec1__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .oh-m-sec1__ttlBox_body {
    padding: 7.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .oh-m-sec1__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec1__ttlBox_body_ttl {
    font-size: 6vw;
  }
  .oh-m-sec1__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .oh-m-sec1__btn {
    padding-top: 5.33333vw;
  }
  .oh-m-sec1Block:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec1Block__col1 {
    padding: 6.4vw 5.33333vw;
  }
  .oh-m-sec1Block__col1_txt {
    padding: 6.66667vw 5.33333vw;
  }
  .oh-m-sec1Block__col1_flex {
    padding: 8.93333vw 5.33333vw;
  }
  .oh-m-sec1Block__col1_flex_img {
    width: 74vw;
    margin: 0 auto 8.8vw;
  }
  .oh-m-sec1Block__col2 {
    width: 44.53333vw;
  }
  .oh-m-sec1Block__col2_img {
    width: 100%;
  }
  .oh-m-sec1Block__col2_txt {
    padding: 6.66667vw 5.33333vw;
    width: 100%;
  }
  .oh-m-sec1Block__col2 .oh-m-sec1oh-Block__ttl {
    font-size: 3.73333vw;
    line-height: 1.25;
  }
.oh-m-sec1oh-Block__ttl.oh-ex_02 span {
        font-size: 3.4vw;
        letter-spacing: 0;
        display: block;
        margin-top: 0.3em;
    }
	.oh-m-sec1Block__col3 {
    width: 29.64vw;
  }
  .oh-m-sec1 .oh-m-sec1Block__col3 .oh-m-sec1Block__blueBg {
    padding: 2.66667vw 0 2.93333vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
  }
  .oh-m-sec1Block__blueBg {
    padding: 1.73333vw 0 2.93333vw;
      min-height: 37%;
  }
  .oh-m-sec1Block__blueBg_white, .oh-m-sec1Block__blueBg_gold {
    margin: 0 0.53333vw;
	  margin: 0;
  }
  .oh-m-sec1Block__blueBg_white {
    font-size: 3.73333vw;
  }
  .oh-m-sec1Block__blueBg_gold {
    font-size: 6.66667vw;
    font-size: 7.2vw;
  }
  .oh-m-sec1Block__blueBg_time {
    display: block;
    width: 100%;
    margin-top: 0.53333vw;
  }
  .oh-m-sec1oh-Block__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
  }
  .oh-m-sec1oh-Block__ttl_pc {
    display: none;
  }
  .oh-m-sec1oh-Block__ttl + .oh-m-sec1Block__body {
    margin-top: 3.6vw;
    padding-top: 2.53333vw;
  }
  .oh-m-sec1Block__body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .oh-m-sec1Block__table {
    border-top: none !important;
  }
  .oh-m-sec1Block__table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .oh-m-sec1Block__table th {
    background: #e6e5e5;
    width: 100%;
    font-size: 3.73333vw;
    padding: 1.2vw 3.73333vw;
  }
  .oh-m-sec1Block__table_td {
    width: 50%;
    font-size: 3.73333vw;
    padding: 1.6vw 0 3.2vw;
  }
  .oh-m-sec1Block__table_td span.oh-txt {
    font-size: 4.8vw;
    line-height: 5.46667vw;
  }
  .oh-m-sec1Block__table_td span.oh-num {
    font-size: 6.13333vw;
    margin: 0 0.53333vw;
  }
  .oh-m-sec1Block__table_price {
    line-height: 1.2;
  }
  .oh-m-sec1Block__table_notice {
    font-size: 2.93333vw;
  }
	
  .oh-m-sec1Block__blueBg_white .oh-text_min {
    font-size: 0.7em;
    display: inline-block;
    margin-bottom: 0.2em;
    line-height: 1.3
  }
  .oh-m-sec1Block__blueBg_white.oh-line_bottom .oh-text_min {
    font-size: 0.55em;
    display: inline-block;
    margin-top: 1.0em;
    margin-bottom: 0;
    text-align: left;
    padding: 0 0.5em;
    line-height: 1.4;
  }    
  .oh-m-sec1Block__blueBg .oh-acc{
      width: 90%;
  }
  .oh-m-sec1Block__blueBg .oh-acc .oh-eki{
      color: #FFF;
      font-size: 3.73333vw;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 10px;
  }
  .oh-m-sec1Block__blueBg .oh-acc .oh-sen{
      color: #FFF;
      font-size: 2.73333vw;
      line-height: 1.7;
      padding-bottom: 0.3em;
  }
  .oh-m-sec1Block__blueBg .oh-acc .oh-k1{
      color: #FFF;
      font-size: 2.73333vw;
  }
	
  .oh-m-sec2 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .oh-m-sec2:before {
    height: 39.2vw;
  }
  .oh-m-sec2__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .oh-m-sec2__ttlBox_body {
    padding: 7.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .oh-m-sec2__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec2__ttlBox_body_ttl {
    font-size: 5.8vw;
	  letter-spacing: -0.03em;
  }
  .oh-m-sec2__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .oh-m-sec2__btn {
    padding-top: 4vw;
  }
  .oh-m-sec2Block {
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec2Block__deco {
    margin: 3.6vw auto 2.8vw;
    width: 14.66667vw;
  }
  .oh-m-sec2Block__col1 {
    padding: 6.4vw 5.33333vw;
  }
  .oh-m-sec2Block__col1_txt {
    padding: 6.66667vw 5.33333vw;
  }
  .oh-m-sec2Block__col1_flex {
    padding: 8.93333vw 5.33333vw;
  }
  .oh-m-sec2Block__col1_flex_img {
    width: 74vw;
    margin: 0 auto 8.8vw;
  }
  .oh-m-sec2Block__col2 {
    width: 44.53333vw;
  }
  .oh-m-sec2Block__col2_img {
    width: 100%;
  }
  .oh-m-sec2Block__col2_txt {
    padding: 6.66667vw 5.33333vw;
    width: 100%;
  }
  .oh-m-sec2Block__col2_txt .oh-m-sec2oh-Block__ttl + .oh-m-sec2Block__body {
    margin-top: 3.6vw;
    padding-top: 2.53333vw;
  }
  .oh-m-sec2Block__col2 .oh-m-sec2oh-Block__ttl {
    font-size: 3.73333vw;
    line-height: 1.25;
  }
  .oh-m-sec2Block__col3 {
    width: 29.64vw;
  }
  .oh-m-sec2Block__blueBg {
    padding: 2.66667vw 0 3.33333vw;
    line-height: 1.5;
  }
  .oh-m-sec2Block__blueBg_white, .oh-m-sec2Block__blueBg_gold {
    margin: 0 0.4vw;
  }
  .oh-m-sec2Block__blueBg_white {
    font-size: 3.73333vw;
  }
  .oh-m-sec2Block__blueBg_gold {
    font-size: 6.66667vw;
  }
  .oh-m-sec2oh-Block__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
  }
  .oh-m-sec2oh-Block__ttl.oh-ex01 {
    font-size: 4.2vw;
    line-height: 1.55556;
  }
  .oh-m-sec2oh-Block__ttl_pc {
    display: none;
  }
  .oh-m-sec2Block__body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .oh-m-sec2Block__gallery_ttl {
    padding-top: 10.13333vw;
    padding-bottom: 5.6vw;
  }
  .oh-m-sec2Block__gallery_ttl .oh-ja {
    font-size: 4.8vw;
    letter-spacing: .2em;
    margin-bottom: 2.8vw;
  }
  .oh-m-sec2Block__gallery_ttl .oh-en {
    font-size: 2.4vw;
  }
  .oh-m-sec2Block__gallery_slide {
    width: 76vw;
  }
  .oh-m-sec2Block__gallery_slide_ttl {
    border-width: 0.26667vw;
    font-size: 4.8vw;
    font-size: 4.1vw;
    line-height: 1.25;
    margin-bottom: 1.33333vw;
    margin-top: 4vw;
    padding-bottom: 2.53333vw;
  }
    .oh-m-sec2Block__gallery_slide_ttl .oh-s {
      font-size:80%;
      /*text-align: right;
      display: block;*/
    }
    .oh-m-sec2Block__gallery_slide_ttl .oh-s1 {
        font-size:80%;
        font-size:90%;
    }
	.oh-m-sec2Block__gallery_slide_body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .oh-m-sec2Block__gallery_prev, .oh-m-sec2Block__gallery_next {
    height: 3.46667vw;
    top: 47.46667vw;
    width: 2.53333vw;
  }
  .oh-m-sec2Block__gallery_prev {
    left: 2vw;
  }
  .oh-m-sec2Block__gallery_next {
    right: 2vw;
  }
  .oh-m-sec2Block2 {
    margin-top: 9.06667vw;
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec2Block2__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
  }
  .oh-m-sec2Block2__body {
    font-size: 3.73333vw;
    line-height: 1.71429;
  }
  .oh-m-sec3 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .oh-m-sec3:before {
    height: 48.53333vw;
  }
  .oh-m-sec3__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .oh-m-sec3__ttlBox_body {
    padding: 7.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .oh-m-sec3__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec3__ttlBox_body_ttl {
    font-size: 6.66667vw;
  }
  .oh-m-sec3__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .oh-m-sec3__btn {
    padding-top: 5.33333vw;
  }
  .oh-m-sec3Block {
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec3Block__image {
    margin-bottom: 1.33333vw;
  }
  .oh-m-sec3Block__image_left {
    margin-bottom: 1.33333vw;
  }
  .oh-m-sec3Block__image_right img {
    width: 100%;
    margin: 15px auto;
    margin: 15px auto 25px;
  }
  .oh-m-sec3Block__image_txt {
    text-align: center;
    padding: 6.66667vw 3.2vw;
  }
  .oh-m-sec3Block__image_notice {
    bottom: 4vw;
    font-size: 2.4vw;
  }
  .oh-m-sec3Block__cta {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/sec3_cta_bg.png");
    padding: 5.33333vw;
  }
  .oh-m-sec3Block__cta_ttl {
    border-width: 0.13333vw;
    font-size: 5.33333vw;
    padding: 0.4vw 0;
	  margin-bottom: 4vw;
  }
  .oh-m-sec3Block__cta_ttl::before, .oh-m-sec3Block__cta_ttl::after {
    height: 0.4vw;
  }
  .oh-m-sec3Block__cta_ttl::before {
    margin-bottom: 1.2vw;
  }
  .oh-m-sec3Block__cta_ttl::after {
    margin-top: 2.53333vw;
  }
  .oh-m-sec3Block__cta_ttl span.oh-num {
    font-size: 10.13333vw;
  }
  .oh-m-sec3Block__cta_txt {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding: 2.66667vw 0 3.06667vw;
  }
  .oh-m-sec3Block__cta_right .oh-m-btn__link {
    box-shadow: 0 0 4.66667vw rgba(255, 255, 255, 0.1);
  }
  .oh-m-sec3Block__type {
    padding: 8.53333vw 6.66667vw;
    border-width: 0.26667vw;
  }
  .oh-m-sec3Block__type_item:not(:last-child) {
    margin-bottom: 10.66667vw;
  }
  .oh-m-sec3Block__type_type {
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec3Block__type_type::before, .oh-m-sec3Block__type_type::after {
    height: 0.53333vw;
    width: 1.33333vw;
    margin: 0 1.2vw;
  }
  .oh-m-sec3Block__type_room {
    font-size: 9.33333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec3Block__type_room span {
    font-size: 4.8vw;
  }
  .oh-m-sec3Block__type_floor {
    border-width: 0.26667vw;
    flex-wrap: wrap;
    margin-bottom: 1.2vw;
    padding: 2.13333vw 0 3.33333vw;
  }
  .oh-m-sec3Block__type_floor span.oh-txt {
    font-size: 3.46667vw;
    line-height: 1.07692;
    margin-right: 1.33333vw;
  }
  .oh-m-sec3Block__type_floor span.oh-line {
    height: 6.66667vw;
    margin-right: 1.33333vw;
    width: 0.26667vw;
  }
  .oh-m-sec3Block__type_floor span.oh-area {
    font-size: 8.53333vw;
    margin-right: 0.8vw;
  }
  .oh-m-sec3Block__type_floor span.oh-unit{
    font-size: 4.8vw;
  }
  .oh-m-sec3Block__type_floor span.oh-balcony {
    width: 100%;
    text-align: center;
    font-size: 3.73333vw;
    margin-top: 2.8vw;
  }
  .oh-m-sec3Block__type_list {
    margin-bottom: 4.66667vw;
  }
  .oh-m-sec3Block__type_list_item {
    font-size: 3.73333vw;
    line-height: 1.71429;
    padding-left: 4vw;
  }
  .oh-m-sec3Block__type_list_item::before {
    height: 2.13333vw;
    top: 2.66667vw;
    width: 2.13333vw;
  }
  .oh-m-sec3Block__type_img {
    margin: auto -2vw;
    width: 70.4vw;
    width: calc(100% + 4vw);
  }
  .oh-m-sec3Block__type_img.oh-fgtype{
        display: inline-block;
        transform: translate(3%, 0);
    }
  .oh-m-sec3Block__type_hanrei {
    margin-top: calc((20 / 375) * 100vw);
  }
  .oh-m-sec3Block__type_hanrei .oh-img {
    width: 90%;
    margin: 0 auto 3vw;
  }
  .oh-m-sec3Block__type_hanrei .oh-en {
    margin: 0 auto;
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .oh-m-sec3Block__type_hanrei .oh-txt {
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .oh-type-note {
    font-size : 10px;
    margin : 30px 0 0;
  }
  .oh-m-sec3Block__facility {
    padding: 5.33333vw 6.66667vw;
    border-width: 0.26667vw;
  }
  .oh-m-sec3Block__facility_ttl {
    font-size: 4.8vw;
    line-height: 1.36111;
    margin-bottom: 4vw;
  }
  .oh-m-sec3Block__facility_ttl .oh-num {
    font-size: 8vw;
  }
  .oh-m-sec3Block__facility_ribbon {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 4vw;
    padding: 0.66667vw 0 0.93333vw;
    width: calc(100% - 5.33333vw);
  }
  .oh-m-sec3Block__facility_ribbon::before, .oh-m-sec3Block__facility_ribbon::after {
    width: 2.66667vw;
  }
  .oh-m-sec3Block__facility_ribbon::before {
    left: -2.66667vw;
  }
  .oh-m-sec3Block__facility_ribbon::after {
    right: -2.66667vw;
  }
  .oh-m-sec3Block__facility_list {
    margin-bottom: 3.2vw;
  }
  .oh-m-sec3Block__facility_list_item {
    width: 37.33333vw;
  }
  .oh-m-sec3Block__facility_list_item.oh-wide {
    width: 100%;
  }
  .oh-m-sec3Block__facility_list_item:nth-last-child(n+3) {
    margin-bottom: 1.33333vw;
  }
  .oh-m-sec3Block__facility_list_item:nth-last-child(2) {
    margin-bottom: 1.33333vw;
  }
  .oh-m-sec3Block__facility_list_txt {
    font-size: 3vw;
    line-height: 1.16667;
    padding: 0.8vw 0.1vw;
    letter-spacing: -0.04em;
  }
  .oh-m-sec3Block__facility_txt {
    font-size: 4.26667vw;
    line-height: 1.625;
  }
  .oh-m-sec3oh-Block__ttl {
    font-size: 4.8vw;
    line-height: 1.55556;
  }
  .oh-m-sec3oh-Block__ttl_pc {
    display: none;
  }
  .oh-m-sec4 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .oh-m-sec4:before {
    height: 40.26667vw;
  }
  .oh-m-sec4__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .oh-m-sec4__ttlBox_body {
    padding: 7.2vw 1.33333vw 2.66667vw 1.33333vw;
  }
  .oh-m-sec4__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec4__ttlBox_body_ttl {
    font-size: 6vw;
  }
  .oh-m-sec4__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .oh-m-sec4Block1 {
    margin-bottom: 10.66667vw;
  }
  .oh-m-sec4Block1__ttlBox {
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec4Block1__ttlBox_ttl {
    font-size: 4.26667vw;
/*    font-size: 3.9vw;*/
    font-size: 4.4vw;
      line-height: 1.4;
    padding-bottom: 4vw;
  }
  .oh-m-sec4Block1__ttlBox_deco {
    width: 14.66667vw;
  }
  .oh-m-sec4Block2 {
    margin-bottom: 10.66667vw;
  }
  .oh-m-sec4Block2__ttl {
    font-size: 4.8vw;
  }
  .oh-m-sec4Block2__ttl strong {
    font-size: 6.4vw;
  }
  .oh-m-sec4Block3 {
    margin-bottom: 10.66667vw;
  }
  .oh-m-sec4Block3__ttl {
    font-size: 4.8vw;
    height: 11.73333vw;
    margin-bottom: 3.06667vw;
  }
  .oh-m-sec4Block3__box1 {
    padding: 5.33333vw 5.33333vw 12.53333vw;
    margin-bottom: 5.33333vw;
    background-image: url("/res/msn/img/lp/bukken_lp/sp/sec4_block3_box1_bg.png");
    background-size: auto 100%;
  }
  .oh-m-sec4Block3__box1_list {
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec4Block3__box1_item {
    font-size: 4vw;
    height: 12.8vw;
    border: 0.53333vw solid #AC8D32;
  }
  .oh-m-sec4Block3__box1_item:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
  .oh-m-sec4Block3__box1_copy {
    font-size: 4.8vw;
  }
  .oh-m-sec4Block3__box1_copy strong {
    font-size: 5.86667vw;
  }
  .oh-m-sec4Block3__box2 {
    padding: 8.53333vw 5.33333vw 8.53333vw;
    border: 0.13333vw solid #AC8D32;
  }
  .oh-m-sec4Block3__box2_ttl {
    font-size: 4.26667vw;
    margin-bottom: 6.66667vw;
  }
  .oh-m-sec4Block3__box2_item:not(:last-child) {
    margin-bottom: 14.93333vw;
  }
  .oh-m-sec4Block3__box2_txt {
    margin-top: 54px;
    font-size: 2.93333vw;
  }
  .oh-m-sec4Block4 {
    margin-bottom: 10.66667vw;
  }
  .oh-m-sec4Block4__ttl {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/deco_ttl2.png"), url("/res/msn/img/lp/bukken_lp/sp/deco_ttl2.png");
    padding: 6vw 0vw;
    margin-left: 5.33333vw;
    margin-right: 5.33333vw;
    line-height: 1.6;
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec4Block4__ttl strong {
    font-size: 6.4vw;
  }
  .oh-m-sec4Block4__box1 {
    padding: 5.33333vw 4.8vw;
    border: 0.13333vw solid #AC8D32;
  }
  .oh-m-sec4Block4__box1_body_ttl {
    font-size: 4.8vw;
    margin-bottom: 4.26667vw;
  }
  .oh-m-sec4Block4__box1_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec4Block4__box1_body_txt {
    font-size: 3.73333vw;
  }
  .oh-m-sec4Block4__box1_table {
    margin-top: 4vw;
  }
  .oh-m-sec5 {
    padding-top: 12.8vw;
    padding-bottom: 21.33333vw;
  }
  .oh-m-sec5:before {
    height: 47.86667vw;
  }
  .oh-m-sec5__ttlBox {
    margin-bottom: 8.53333vw;
  }
  .oh-m-sec5__ttlBox_body {
    padding: 7.2vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .oh-m-sec5__ttlBox_body_ttlSub {
    font-size: 3.73333vw;
    margin-bottom: 2.13333vw;
  }
  .oh-m-sec5__ttlBox_body_ttl {
    font-size: 6vw;
  }
  .oh-m-sec5__ttlBox_bg {
    margin-top: -2.66667vw;
    margin-left: -2.66667vw;
    width: calc(100% + 5.33333vw);
  }
  .oh-m-sec5Block:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec5Block__list {
    margin-left: -0.13333vw;
    margin-right: -0.13333vw;
  }
  .oh-m-sec5Block__list_item {
    padding-left: 0.13333vw;
    padding-right: 0.13333vw;
  }
  .oh-m-sec5Block__list_item_txt {
    font-size: 3.73333vw;
    padding: 2.53333vw 0 2.66667vw;
  }
  .oh-m-sec5Block__head {
    padding: 8vw 5.33333vw;
  }
  .oh-m-sec5Block__head_ttl {
    font-size: 4.8vw;
    padding-bottom: 4.26667vw;
    margin-bottom: 4.26667vw;
  }
  .oh-m-sec5Block__head_ttl:before {
    height: 0.26667vw;
  }
  .oh-m-sec5Block__head_txt {
    font-size: 3.73333vw;
  }
  .oh-m-sec5Block__body {
    padding: 5.33333vw;
  }
  .oh-m-sec5Block__body_txt {
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec5Block__body_main_box:not(:last-child) {
    margin-bottom: 10.4vw;
  }
  .oh-m-sec5Block__body_main_box_ttl {
    padding: 2.4vw;
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
  }
  .oh-m-sec5Block__body_main_box_copy {
    font-size: 4.26667vw;
    margin-bottom: 4.8vw;
  }
  .oh-m-sec5Block__body_main_box_copy strong {
    font-size: 6.4vw;
  }
  .oh-m-sec5Block__body_main_box_txt {
    margin-top: 4.8vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }

  /* 横スクロール対応 */
  .oh-m-scroll__horizon {
    overflow: auto;
  }
  .oh-m-scroll__horizon img {
    max-width: none;
    width: auto;
  }
}

/* modal */
.oh-js-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.oh-js-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}
.oh-js-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .oh-js-modal_content {
    width: 85%;
  }
}

.oh-js-modal_content_inner {
  position: relative;
}

.oh-js-modal_close {
  position: absolute;
  bottom: calc( 100% + 4px);
  left: calc( 100% + 4px);
  font-size: 0;
}
.oh-js-modal_close:before {
  font-size: 24px;
  color: #fff;
  content: '✕';
  font-weight: bold;
}
.oh-js-modal-open {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/*=======================
.oh-cap-image
=======================*/
.oh-cap-image {
  position : relative;
  min-height: 0%;
  margin: 0;
}

.oh-cap-image .oh-cap{
  position : absolute;
  right : 5px;
  bottom: 5px;
  color : #fff;
  z-index : 2;
  font-size : 10px;
}

.oh-cap-image .oh-cap.oh-cap-left {
  right : auto;
  left : 10px;
}

.oh-cap-image .oh-cap.oh-cap-bk {
  color : #000;
}

.oh-cap-image .oh-cap.oh-cap-under {
  position : static;
  margin-top : 5px;
  color : #000;
}

/* 追加　*/
@media screen and (max-width: 767px), print {
  .oh-sp-center {text-align: center; }
  .oh-sp-scroll-wrap {
    overflow: scroll;
    height: 100vw;
  }
  .oh-sp-scroll {
    width: 180vw;
  }
  .oh-m-sec3Blocl--sp1col {
    display: block;
  }
  .oh-m-sec3Blocl--sp1col .oh-l-only--sp{
    background: transparent;
  }
  .oh-m-sec3Blocl--sp1col .oh-m-sec2Block__col2 {
    width: 100%;
  }
  sup {
    font-size: 0.5em;
    display: inline-block;
    vertical-align: text-top;
    margin-left: -0.2em;
    padding-top: 0.2em;
  }
  
  .oh-m-sec2Block__gallery_desc {
    margin-bottom: 6vw;
    text-align: center;
    line-height: 1.4;
    font-size: 3.3vw;
  }
}
/* -----追加PC------ */
@media screen and (min-width: 768px), print {
  
  .oh-m-sec2Block__gallery_desc {
    font-size: 16px;
    margin-bottom: 60px;
  }

  sup {
    font-size: 0.5em;
    display: inline-block;
    vertical-align: text-top;
    margin-left: -0.2em;
    padding-top: 0.5em;
  }
  .oh-m-sec2Block__gallery {
    margin-top: 120px;
  }
  .oh-border-top {
    border-top: 2px solid #fff;
  }
  .oh-m-sec1Block__col1_img--map {
    max-width: 644px;
    margin:0 auto;
  }
  .oh-m-map__inner {
    width:644px;
    width:770px;
  }
  .oh-m-sec2Block__col1_txt_mt1 {
    margin-top: 2px;
  }
  .oh-m-sec3Block__image_txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .oh-m-sec3Block__image_txt_note {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    color: #999;
  }

}

small {font-size: 10px;}

.oh-m-sec1Block__body .oh-ex1 {
	font-size: 120%;
        line-height: 1.2;
    margin-bottom: 0.5em;
}
.oh-m-sec1Block__body .oh-ex1 .oh-l {
	font-size: 130%;
	color: #988236;
}
.oh-m-sec1Block__body .oh-ex2 {
	line-height: 1;
	text-align: center;
	padding: 0.3em;
	background: #eae5d4;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .oh-m-gallery__img {
      max-width: 80%;
      margin: 0 auto;
  }
}
    
@media screen and (max-width: 767px) {
.oh-pinch2 {
    text-align: right;
    padding-top: 5px;
}    
.oh-pinch2{
        text-align: right;
        padding-top: 5px;
    margin-left: auto;
    display: flex!important;
    justify-content: flex-end;
    }
    .oh-pinch2 img{
        max-width: 200px;
        display: block;
        
    }    
    
}

.oh-ta_c{text-align:center;}
.oh-ta_r{text-align:right;}
.oh-ta_l{text-align:left;}
@media screen and (max-width: 767px) {
    .oh-ta_c_sp{text-align:center!important;}
    .oh-ta_r_sp{text-align:right!important;}
    .oh-ta_l_sp{text-align:left!important;}
}

.oh-pos_re{
    position: relative;
}

.oh-pt0{padding-top:0 !important;}.oh-pt1{padding-top:1px !important;}.oh-pt2{padding-top:2px !important;}.oh-pt3{padding-top:3px !important;}.oh-pt4{padding-top:4px !important;}.oh-pt5{padding-top:5px !important;}.oh-pt6{padding-top:6px !important;}.oh-pt7{padding-top:7px !important;}.oh-pt8{padding-top:8px !important;}.oh-pt9{padding-top:9px !important;}.oh-pt10{padding-top:10px !important;}.oh-pt15{padding-top:15px !important;}.oh-pt20{padding-top:20px !important;}.oh-pt25{padding-top:25px !important;}.oh-pt30{padding-top:30px !important;}.oh-pt35{padding-top:35px !important;}.oh-pt40{padding-top:40px !important;}.oh-pt45{padding-top:45px !important;}.oh-pt50{padding-top:50px !important;}.oh-pt55{padding-top:55px !important;}.oh-pt60{padding-top:60px !important;}.oh-pt65{padding-top:65px !important;}.oh-pt70{padding-top:70px !important;}.oh-pt75{padding-top:75px !important;}.oh-pt80{padding-top:80px !important;}.oh-pt85{padding-top:85px !important;}.oh-pt90{padding-top:90px !important;}.oh-pt95{padding-top:95px !important;}.oh-pt100{padding-top:100px !important;}.oh-pr0{padding-right:0 !important;}.oh-pr1{padding-right:1px !important;}.oh-pr2{padding-right:2px !important;}.oh-pr3{padding-right:3px !important;}.oh-pr4{padding-right:4px !important;}.oh-pr5{padding-right:5px !important;}.oh-pr6{padding-right:6px !important;}.oh-pr7{padding-right:7px !important;}.oh-pr8{padding-right:8px !important;}.oh-pr9{padding-right:9px !important;}.oh-pr10{padding-right:10px !important;}.oh-pr15{padding-right:15px !important;}.oh-pr20{padding-right:20px !important;}.oh-pr25{padding-right:25px !important;}.oh-pr30{padding-right:30px !important;}.oh-pr35{padding-right:35px !important;}.oh-pr40{padding-right:40px !important;}.oh-pr45{padding-right:45px !important;}.oh-pr50{padding-right:50px !important;}.oh-pr55{padding-right:55px !important;}.oh-pr60{padding-right:60px !important;}.oh-pr65{padding-right:65px !important;}.oh-pr70{padding-right:70px !important;}.oh-pr75{padding-right:75px !important;}.oh-pr80{padding-right:80px !important;}.oh-pr85{padding-right:85px !important;}.oh-pr90{padding-right:90px !important;}.oh-pr95{padding-right:95px !important;}.oh-pr100{padding-right:100px !important;}.oh-pl0{padding-left:0 !important;}.oh-pl1{padding-left:1px !important;}.oh-pl2{padding-left:2px !important;}.oh-pl3{padding-left:3px !important;}.oh-pl4{padding-left:4px !important;}.oh-pl5{padding-left:5px !important;}.oh-pl6{padding-left:6px !important;}.oh-pl7{padding-left:7px !important;}.oh-pl8{padding-left:8px !important;}.oh-pl9{padding-left:9px !important;}.oh-pl10{padding-left:10px !important;}.oh-pl15{padding-left:15px !important;}.oh-pl20{padding-left:20px !important;}.oh-pl25{padding-left:25px !important;}.oh-pl30{padding-left:30px !important;}.oh-pl35{padding-left:35px !important;}.oh-pl40{padding-left:40px !important;}.oh-pl45{padding-left:45px !important;}.oh-pl50{padding-left:50px !important;}.oh-pl55{padding-left:55px !important;}.oh-pl60{padding-left:60px !important;}.oh-pl65{padding-left:65px !important;}.oh-pl70{padding-left:70px !important;}.oh-pl75{padding-left:75px !important;}.oh-pl80{padding-left:80px !important;}.oh-pl85{padding-left:85px !important;}.oh-pl90{padding-left:90px !important;}.oh-pl95{padding-left:95px !important;}.oh-pl100{padding-left:100px !important;}.oh-pb0{padding-bottom:0 !important;}.oh-pb1{padding-bottom:1px !important;}.oh-pb2{padding-bottom:2px !important;}.oh-pb3{padding-bottom:3px !important;}.oh-pb4{padding-bottom:4px !important;}.oh-pb5{padding-bottom:5px !important;}.oh-pb6{padding-bottom:6px !important;}.oh-pb7{padding-bottom:7px !important;}.oh-pb8{padding-bottom:8px !important;}.oh-pb9{padding-bottom:9px !important;}.oh-pb10{padding-bottom:10px !important;}.oh-pb15{padding-bottom:15px !important;}.oh-pb20{padding-bottom:20px !important;}.oh-pb25{padding-bottom:25px !important;}.oh-pb30{padding-bottom:30px !important;}.oh-pb35{padding-bottom:35px !important;}.oh-pb40{padding-bottom:40px !important;}.oh-pb45{padding-bottom:45px !important;}.oh-pb50{padding-bottom:50px !important;}.oh-pb55{padding-bottom:55px !important;}.oh-pb60{padding-bottom:60px !important;}.oh-pb65{padding-bottom:65px !important;}.oh-pb70{padding-bottom:70px !important;}.oh-pb75{padding-bottom:75px !important;}.oh-pb80{padding-bottom:80px !important;}.oh-pb85{padding-bottom:85px !important;}.oh-pb90{padding-bottom:90px !important;}.oh-pb95{padding-bottom:95px !important;}.oh-pb100{padding-bottom:100px !important;}.oh-mt0{margin-top:0 !important;}.oh-mt1{margin-top:1px !important;}.oh-mt2{margin-top:2px !important;}.oh-mt3{margin-top:3px !important;}.oh-mt4{margin-top:4px !important;}.oh-mt5{margin-top:5px !important;}.oh-mt6{margin-top:6px !important;}.oh-mt7{margin-top:7px !important;}.oh-mt8{margin-top:8px !important;}.oh-mt9{margin-top:9px !important;}.oh-mt10{margin-top:10px !important;}.oh-mt15{margin-top:15px !important;}.oh-mt20{margin-top:20px !important;}.oh-mt25{margin-top:25px !important;}.oh-mt30{margin-top:30px !important;}.oh-mt35{margin-top:35px !important;}.oh-mt40{margin-top:40px !important;}.oh-mt45{margin-top:45px !important;}.oh-mt50{margin-top:50px !important;}.oh-mt55{margin-top:55px !important;}.oh-mt60{margin-top:60px !important;}.oh-mt65{margin-top:65px !important;}.oh-mt70{margin-top:70px !important;}.oh-mt75{margin-top:75px !important;}.oh-mt80{margin-top:80px !important;}.oh-mt85{margin-top:85px !important;}.oh-mt90{margin-top:90px !important;}.oh-mt95{margin-top:95px !important;}.oh-mt100{margin-top:100px !important;}.oh-mr0{margin-right:0 !important;}.oh-mr1{margin-right:1px !important;}.oh-mr2{margin-right:2px !important;}.oh-mr3{margin-right:3px !important;}.oh-mr4{margin-right:4px !important;}.oh-mr5{margin-right:5px !important;}.oh-mr6{margin-right:6px !important;}.oh-mr7{margin-right:7px !important;}.oh-mr8{margin-right:8px !important;}.oh-mr9{margin-right:9px !important;}.oh-mr10{margin-right:10px !important;}.oh-mr15{margin-right:15px !important;}.oh-mr20{margin-right:20px !important;}.oh-mr25{margin-right:25px !important;}.oh-mr30{margin-right:30px !important;}.oh-mr35{margin-right:35px !important;}.oh-mr40{margin-right:40px !important;}.oh-mr45{margin-right:45px !important;}.oh-mr50{margin-right:50px !important;}.oh-mr55{margin-right:55px !important;}.oh-mr60{margin-right:60px !important;}.oh-mr65{margin-right:65px !important;}.oh-mr70{margin-right:70px !important;}.oh-mr75{margin-right:75px !important;}.oh-mr80{margin-right:80px !important;}.oh-mr85{margin-right:85px !important;}.oh-mr90{margin-right:90px !important;}.oh-mr95{margin-right:95px !important;}.oh-mr100{margin-right:100px !important;}.oh-ml0{margin-left:0 !important;}.oh-ml1{margin-left:1px !important;}.oh-ml2{margin-left:2px !important;}.oh-ml3{margin-left:3px !important;}.oh-ml4{margin-left:4px !important;}.oh-ml5{margin-left:5px !important;}.oh-ml6{margin-left:6px !important;}.oh-ml7{margin-left:7px !important;}.oh-ml8{margin-left:8px !important;}.oh-ml9{margin-left:9px !important;}.oh-ml10{margin-left:10px !important;}.oh-ml15{margin-left:15px !important;}.oh-ml20{margin-left:20px !important;}.oh-ml25{margin-left:25px !important;}.oh-ml30{margin-left:30px !important;}.oh-ml35{margin-left:35px !important;}.oh-ml40{margin-left:40px !important;}.oh-ml45{margin-left:45px !important;}.oh-ml50{margin-left:50px !important;}.oh-ml55{margin-left:55px !important;}.oh-ml60{margin-left:60px !important;}.oh-ml65{margin-left:65px !important;}.oh-ml70{margin-left:70px !important;}.oh-ml75{margin-left:75px !important;}.oh-ml80{margin-left:80px !important;}.oh-ml85{margin-left:85px !important;}.oh-ml90{margin-left:90px !important;}.oh-ml95{margin-left:95px !important;}.oh-ml100{margin-left:100px !important;}.oh-mb0{margin-bottom:0 !important;}.oh-mb1{margin-bottom:1px !important;}.oh-mb2{margin-bottom:2px !important;}.oh-mb3{margin-bottom:3px !important;}.oh-mb4{margin-bottom:4px !important;}.oh-mb5{margin-bottom:5px !important;}.oh-mb6{margin-bottom:6px !important;}.oh-mb7{margin-bottom:7px !important;}.oh-mb8{margin-bottom:8px !important;}.oh-mb9{margin-bottom:9px !important;}.oh-mb10{margin-bottom:10px !important;}.oh-mb15{margin-bottom:15px !important;}.oh-mb20{margin-bottom:20px !important;}.oh-mb25{margin-bottom:25px !important;}.oh-mb30{margin-bottom:30px !important;}.oh-mb35{margin-bottom:35px !important;}.oh-mb40{margin-bottom:40px !important;}.oh-mb45{margin-bottom:45px !important;}.oh-mb50{margin-bottom:50px !important;}.oh-mb55{margin-bottom:55px !important;}.oh-mb60{margin-bottom:60px !important;}.oh-mb65{margin-bottom:65px !important;}.oh-mb70{margin-bottom:70px !important;}.oh-mb75{margin-bottom:75px !important;}.oh-mb80{margin-bottom:80px !important;}.oh-mb85{margin-bottom:85px !important;}.oh-mb90{margin-bottom:90px !important;}.oh-mb95{margin-bottom:95px !important;}.oh-mb100{margin-bottom:100px !important;}
.oh-mw960{margin:0 auto; max-width:960px;}
.oh-side_spc{padding-left:10px; padding-right:10px;}
.oh-mb5_rwd{margin-bottom:5px !important;}
.oh-mb10_rwd{margin-bottom:10px !important;}
.oh-mb15_rwd{margin-bottom:15px !important;}
.oh-mb20_rwd{margin-bottom:20px !important;}
.oh-mb25_rwd{margin-bottom:25px !important;}
.oh-mb30_rwd{margin-bottom:30px !important;}
.oh-mb35_rwd{margin-bottom:35px !important;}
.oh-mb40_rwd{margin-bottom:40px !important;}
.oh-mb45_rwd{margin-bottom:45px !important;}
.oh-mb50_rwd{margin-bottom:50px !important;}
.oh-mb60_rwd{margin-bottom:60px !important;}
.oh-mb70_rwd{margin-bottom:70px !important;}
.oh-mb80_rwd{margin-bottom:80px !important;}
.oh-mb90_rwd{margin-bottom:90px !important;}
.oh-mb100_rwd{margin-bottom:100px !important;}
@media screen and (max-width: 787px){
  .oh-mb5_rwd{margin-bottom:1% !important;}
  .oh-mb10_rwd{margin-bottom:2% !important;}
  .oh-mb15_rwd{margin-bottom:3% !important;}
  .oh-mb20_rwd{ margin-bottom:4% !important;}
  .oh-mb25_rwd{margin-bottom:5% !important;}
  .oh-mb30_rwd{margin-bottom:6% !important;}
  .oh-mb35_rwd{margin-bottom:7% !important;}
  .oh-mb40_rwd{margin-bottom:8% !important;}
  .oh-mb45_rwd{margin-bottom:9% !important;}
  .oh-mb50_rwd{margin-bottom:10% !important;}
  .oh-mb60_rwd{margin-bottom:12% !important;}
  .oh-mb70_rwd{margin-bottom:14% !important;}
  .oh-mb80_rwd{margin-bottom:16% !important;}
  .oh-mb90_rwd{margin-bottom:18% !important;}
  .oh-mb100_rwd{margin-bottom:20% !important;}
  .oh-mb0_sp{margin-bottom:0px !important;}
  .oh-mb5_sp{margin-bottom:5px !important;}
  .oh-mb10_sp{margin-bottom:10px !important;}
  .oh-mb15_sp{margin-bottom:15px !important;}
  .oh-mb20_sp{ margin-bottom:20px !important;}
  .oh-mb25_sp{margin-bottom:25px !important;}
  .oh-mb30_sp{margin-bottom:30px !important;}
  .oh-mb35_sp{margin-bottom:35px !important;}
  .oh-mb40_sp{margin-bottom:40px !important;}
  .oh-mb45_sp{margin-bottom:45px !important;}
  .oh-mb50_sp{margin-bottom:50px !important;}
  .oh-mb60_sp{margin-bottom:60px !important;}
  .oh-mb70_sp{margin-bottom:70px !important;}
  .oh-mb80_sp{margin-bottom:80px !important;}
  .oh-mb90_sp{margin-bottom:90px !important;}
  .oh-mb100_sp{margin-bottom:100px !important;}  
    
    .oh-mb5_333_sp{
        margin-bottom: 5.33333vw !important;
    }
}
.oh-vpc{}
.oh-vsp{display:none;}
.oh-vpc1600_sp{}
.oh-vsp1600_sp{display:none;}
.oh-vpc1600{}
.oh-vsp1600{display:none;}
.oh-vpc900{}
.oh-vsp900{display:none;}
.oh-vpc640{}
.oh-vsp640{display:none;}
.oh-vpc600{}
.oh-vsp600{display:none;}
.oh-vpc460{}
.oh-vsp460{display:none;}
.oh-vpc480{}
.oh-vsp480{display:none;}
.oh-vpc380{}
.oh-vsp380{display:none;}
@media screen and (max-width:900px){
.oh-vpc900{display:none;}
.oh-vsp900{display:block;}
}
@media screen and (max-width:767px){
.oh-vpc{display:none;}
.oh-vsp{display:block;}
}
@media screen and (max-width:1600px){
.oh-vpc1600_sp{display:none;}
.oh-vsp1600_sp{display:block;}
.oh-vpc1600{display:none;}
.oh-vsp1600{display:block;}
}
@media screen and (max-width:767px){
.oh-vpc1600_sp{display:block;}
.oh-vsp1600_sp{display:none;}
}
@media screen and (max-width:640px){
.oh-vpc640{display:none;}
.oh-vsp640{display:block;}
}
@media screen and (max-width:600px){
.oh-vpc600{display:none;}
.oh-vsp600{display:block;}
}
@media screen and (max-width:480px){
.oh-vpc480{display:none;}
.oh-vsp480{display:block;}
}
@media screen and (max-width:460px){
.oh-vpc460{display:none;}
.oh-vsp460{display:block;}
}
@media screen and (max-width:380px){
.oh-vpc380{display:none;}
.oh-vsp380{display:block;}
}

sup {
	font-size: 20%;
	vertical-align: top;
	position: relative;
}
@media screen and (max-width:767px){
sup {
	font-size: 40%;
}
}

.oh-notice {
	color: rgba(0, 0, 0, 0.5);
	font-size: 10px;
}

@media screen and (max-width: 767px) {
	.oh-sp_w {
		width: calc(100% + 10.66666vw);
		margin: 0 -5.33333vw;
	}
}

@media screen and (max-width: 767px) {
.oh-pinch2 {
    text-align: right;
    padding-top: 5px;
}    
.oh-pinch2{
        text-align: right;
        padding-top: 5px;
    margin-left: auto;
    display: flex!important;
    justify-content: flex-end;
    }
    .oh-pinch2 img{
        max-width: 200px;
        display: block;
        
    }    
    
}


.oh-box_sld {
	position: relative;
}

.oh-scroll-hint-icon-wrap {
	display: none;
}

@media screen and (max-width: 767px) {
	.oh-sld767 .oh-sld {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.oh-sld767 .oh-scroll-hint-icon-wrap {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.oh-sld480 .oh-sld {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.oh-sld480 .oh-scroll-hint-icon-wrap {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.oh-m-scroll__horizon.oh-i1 img {
		height: 200px;
	}
}

@keyframes scroll-hint-appear {
	0% {
		transform: translateX(40px);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	50%,
	100% {
		transform: translateX(-40px);
		opacity: 0;
	}
}

.oh-scroll-hint.is-right-scrollable {
	background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.oh-scroll-hint.is-right-scrollable.is-left-scrollable {
	background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.oh-scroll-hint.is-left-scrollable {
	background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.oh-scroll-hint-icon {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 60px);
	box-sizing: border-box;
	width: 120px;
	height: 80px;
	border-radius: 5px;
	transition: opacity .3s;
	transition-delay: .3s;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	padding: 20px 10px 10px 10px;
}

.oh-scroll-hint-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	pointer-events: none;
}

.oh-scroll-hint-text {
	font-size: 10px;
	color: #FFF;
	margin-top: 5px;
}

.oh-scroll-hint-icon-wrap.is-active .oh-scroll-hint-icon {
	opacity: .8;
}

.oh-scroll-hint-icon:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.oh-scroll-hint-icon:after {
	content: "";
	width: 34px;
	height: 14px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -20px;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
	opacity: 0;
	transition-delay: 2.4s;
}

.oh-scroll-hint-icon-wrap.is-active .oh-scroll-hint-icon:after {
	opacity: 1;
}

.oh-scroll-hint-icon-wrap.is-active .oh-scroll-hint-icon:before {
	animation: scroll-hint-appear 1.2s oh-linear;
	animation-iteration-count: 2;
}

.oh-scroll-hint-icon-white {
	background-color: #FFF;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.oh-scroll-hint-icon-white:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.oh-scroll-hint-icon-white:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.oh-scroll-hint-icon-white .oh-scroll-hint-text {
	color: #000;
}


/* 2025/02/04 追記 */
/* 共通パーツ No.4：30分見学コースパーツ */
.oh-m-point30min__content {
  background: linear-gradient(0deg, #AC8D32 0%, #FFF 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px #AC8D32 solid;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.oh-m-point30min__ctaLink {
  display: inline-block;
  width: 100%;
  padding: 12px 24px;
  background-color: #86202c;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-weight: 400;
}
.oh-m-point30min__ctaLink::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.oh-m-point30min__red {
  color: #86202C;
  margin: 0 2px;
}
.oh-m-point30min__pointHighlight {
  color: #86202C;
  background: linear-gradient(transparent 75%, #ffbb1b4a 75%);
}
.oh-m-point30min__pointText {
  font-size: .7em;
}
.oh-m-point30min__number--medium {
  font-size: 1.7em;
}
.oh-m-point30min__slash {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.oh-m-point30min__slash::before,
.oh-m-point30min__slash::after {
  background-color: #676767;
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 55px;
}
.oh-m-point30min__slash::before {
  margin-right: 10px;
  transform: rotate(50deg);
}
.oh-m-point30min__slash::after {
  margin-left: 10px;
  transform: rotate(-50deg);
}
.oh-m-point30min__ttl {
  color: #636363;
  text-align: center;
}
.oh-m-point30min__body {
  color: rgb(0, 55, 76);
  text-align: center;
}
.oh-m-point30min__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.oh-m-point30min__point {
  border: 1px solid #CCC;
  background: #f7f7f7;
}
.oh-m-point30min__pointTitle {
  padding-top: 15px;
  color: #AC8D32;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px;
}
.oh-m-point30min__pointDescription {
  padding-bottom: 15px;
  color: rgb(0, 55, 76);
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
/* 共通パーツ No.9,10：5連ボタン */
.oh-m-btn__link {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  border-style: solid;
}
.oh-m-btn__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.oh-m-btn__link--request {
  border-color: #670001;
}
.oh-m-btn__link--request::after {
  background-color: #ac8d32;
}
.oh-m-btn__link--reserve {
  border-color: #ac8d32;
  background-image: linear-gradient(to top, #c9aa66, #ac8d32);
}
.oh-m-btn__link--reserve::after {
  background-color: #670001;
}
.oh-m-btn__link--hp {
  border-color: #919191;
  background-image: linear-gradient(to top, #b6b6b6, #656565);
}
.oh-m-btn__link--hp::after {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  /* 共通パーツ No.4：30分見学コースパーツ */
  .oh-m-point30min {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .oh-m-point30min__ctaLink {
    font-size: 24px;
    padding: 18px 28px;
    letter-spacing: 0.3px;
  }
  .oh-m-point30min__ctaLink::after {
    width: 14px;
    height: 9.5px;
    right: 14px;
  }
  .oh-m-point30min__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 50px;
  }
  .oh-m-point30min__ttl {
    font-size: 20px;
    padding: 3px 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .oh-m-point30min__body {
    font-size: 18px;
  }
  .oh-m-point30min__number--large {
    font-size: 45px;
  }
  .oh-m-point30min__cta {
    width: 450px;
  }
  .oh-m-point30min__points {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .oh-m-point30min__point {
    width: calc((100% - 4px) / 4);
  }
  /* 共通パーツ No.9,10：5連ボタン */
  .oh-m-btn__list {
    display: flex;
    gap: 30px;
  }
  .oh-m-btn__link {
    letter-spacing: 5px;
    font-size: 25px;
    padding: 21px;
    border-width: 2px;
  }
  .oh-m-btn__link::after {
    right: 20px;
    width: 11px;
    height: 9px;
  }
  .oh-m-btn__link--request {
    background-image: linear-gradient(to top, #902d2e, #670001, #670001);
  }
  .oh-m-btn__link--request::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url("/res/msn/img/lp/bukken_lp/ribbon.png") no-repeat 50% 50%/contain;
    width: 91px;
    height: 54px;
    top: -0.5px;
    left: 0;
  }
  /* 共通パーツ No.11：間取りの上CVボタン */
  .oh-m-btn__link--larger {
    padding: 19px;
    font-size: 19px;
    letter-spacing: 6px;
  }
  .oh-m-btn__link--larger::before {
    width: 75px;
    height: 42px;
    top: 1px;
  }
  .oh-m-btn__link--larger::after {
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .oh-m-localNav__link_body {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  .oh-m-localNav__link_body_head {
    background: linear-gradient(to top, #003b51 30%, #004c68);
    color: #fff;
    font-size: 12px;
    padding: 5px 0 5px;
    width: 99%;
    margin: 1px auto;
    text-align: center;
  }
  /* 共通パーツ No.4：30分見学コースパーツ */
  .oh-m-point30min {
    margin-top: 5.33vw;
    margin-bottom: 5.33vw;
  }
  .oh-m-point30min__content {
    padding: 5.53vw 3.67vw;
    border-width: 0.27vw;
  }
  .oh-m-point30min__ctaLink {
    font-size: 4.66vw;
    padding: 5.33vw 4vw;
  }
  .oh-m-point30min__ctaLink::after {
    width: 2.6vw;
    height: 2.3vw;
    right: 3.35vw;
  }
  .oh-m-point30min__ttl {
    border-width: 0.13vw;
    font-size: 3vw;
    padding: 0.4vw 0;
    margin-bottom: 1.33vw;
  }
  .oh-m-point30min__body {
    font-size: 2.8vw;
    line-height: 1.56;
  }
  .oh-m-point30min__number--large {
    font-size: 8.13vw;
  }
  .oh-m-point30min__points {
    margin-top: 2.67vw;
    margin-bottom: 2.67vw;
  }
  .oh-m-point30min__pointTitle {
    padding-top: 2.67vw;
    font-size: 3.73vw;
    margin-bottom: 1.33vw;
  }
  .oh-m-point30min__pointDescription {
    padding-bottom: 2.67vw;
    font-size: 3.2vw;
  }
  .oh-m-point30min__point {
    width: 40.64vw;
  }
  .oh-m-point30min__slash::before, .oh-m-point30min__slash::after {
    height: 0.53vw;
    width: 10.67vw;
  }
  /* 共通パーツ No.6：追従フッター */
  .oh-m-fixedBottomButtons__link--request::before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: url("/res/msn/img/lp/bukken_lp/sp/icon_lock.svg") no-repeat 50% 50%/contain;
    width: 2.8vw;
    height: 3.8vw;
    margin-right: 3.2vw;
  }
  /* 共通パーツ No.20,21,23：ハンバーガーメニュー */
  .oh-m-headerNav__utils_link {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7.47vw 5.33vw;
    width: 100%;
    height: 20.53vw;
    font-size: 5.6vw;
    letter-spacing: 0.53vw;
    color: #fff;
    background: linear-gradient(to top, #961a21, #740a02);
    border: 0.26vw solid #740a02;
    text-align: center;
    text-decoration: none;
    font-family: YakuHanMP, "Noto Serif JP", "oh-icon", serif;
  }
  .oh-m-headerNav__utils_link::after {
    content: "";
    position: absolute;
    display: block;
    width: 2.66vw;
    height: 2.13vw;
    right: 4.85vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #a28c3d;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    transform: rotate(90deg);
  }
  /* 共通パーツ No.21,23：ハンバーガーメニュー_資料請求パーツ */
  .oh-m-headerNav__utils_link--request::before {
    content: "";
    display: inline-block;
    position: relative;
    background: url("/res/msn/img/lp/bukken_lp/sp/icon_lock.svg") no-repeat 50% 50%/contain;
    width: 4.26vw;
    height: 5.6vw;
    margin-right: 4vw;
    top: -0.26vw;
  }
  /* 来場予約ボタン */
  .oh-m-headerNav__utils_link--reserve {
    background: linear-gradient(to bottom, #b29042, #d1af62);
    border: 0.26vw solid #b29042;
  }
  .oh-m-headerNav__utils_link--reserve::after {
    background-color: #670d03;
  }
  /* 共通パーツ No.20：ハンバーガーメニュー_30分見学コースパーツ */
  .oh-m-headerNav__utils_link--reserve30min {
    background: #86202c;
    font-size: 4.53vw;
    border: none;
  }
  .oh-m-headerNav__utils_link--reserve30min::after {
    background-color: #fff;
  }
  /* 共通パーツ No.9,10：5連ボタン */
  .oh-m-btn__link {
    border-width: 1px;
    letter-spacing: 1.33vw;
    font-size: 4.13vw;
    padding: 3.5vw 4vw 3.5vw;
    border-radius: 1.33vw;
    height: 13.2vw;
    background-image: linear-gradient(to top, #e4e4e4, #fefefe);
    color: #660002;
  }
  .oh-m-btn__link::before {
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 
    2.67vw;
    background: no-repeat 50% 50%/contain;
  }
  .oh-m-btn__link::after {
    right: 4.6vw;
    width: 2.53vw;
    height: 1.86vw;
    background-color: #660002;
  }
  .oh-m-btn__link--request {
    background-image: linear-gradient(to top, #961a21, #740a02);
    color: #fff;
  }
  .oh-m-btn__link--request::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon_lock.svg");
    width: 4.4vw;
    height: 5.86vw;
  }
  .oh-m-btn__link--request::after {
    background-color: #ac8d32;
  }
  .oh-m-btn__link--reserve {
    background-image: linear-gradient(to top, #cba756, #b38f1d);
    color: #fff;
  }
  .oh-m-btn__link--reserve::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon-route-walk.svg");
    width: 3.2vw;
    height: 5.33vw;
  }
  .oh-m-btn__link--reserve::after {
    background-color: #660002;
  }
  .oh-m-btn__link--madori::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon-floorplan.svg");
    width: 5.066vw;
    height: 5.33vw;
  }
  .oh-m-btn__link--photo::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon-camera.svg");
    width: 5.33vw;
    height: 4.39vw;
  }
  .oh-m-btn__link--pricelist::before {
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon-file-text.svg");
    width: 3.86vw;
    height: 5.33vw;
  }
  .oh-m-btn__link--hp {
    border-radius: 0;
    color: #fff;
    border-color: #919191;
    background-image: linear-gradient(to top, #b6b6b6, #656565);
    padding: 6.66vw 4.53vw;
    font-size: 5.33vw;
    height: 19.2vw;
  }
  .oh-m-btn__link--hp::after {
    background-color: #fff;
  }
  .oh-m-btn__link--hp .oh-m-btn__text {
    letter-spacing: 1.33vw
  }
  .oh-m-btn__item:not(:last-child) {
    margin-bottom: 2.4vw;
  }
  .oh-m-btn__itemInner {
    text-align: right;
  }
  .oh-m-btn__text {
    letter-spacing: 0.5vw;
  }
  .oh-m-btn__wrap:not(:first-child) {
    margin-top: 9.33vw;
  }
  .oh-m-btn__head {
    text-align: center;
  }
  .oh-m-btn__lbl {
    position: relative;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #003043;
    font-size: 3.47vw;
    letter-spacing: 0.02em;
    border-radius: 2.87vw;
    padding: 1.07vw 4.27vw;
    display: inline-block;
    margin-bottom: 2.93vw;
  }
  .oh-m-btn__lbl::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 1.07vw 1.07vw 0;
    border-style: solid;
    border-color: #003043 transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -0.8vw;
    margin: 0 auto;
  }
  .oh-m-btn__ttl {
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
    font-size: 5.33vw;
    letter-spacing: 0.02em;
    position: relative;
    margin-bottom: 4.8vw;
    color: #003043;
  }
  .oh-m-btn__ttl::before,
  .oh-m-btn__ttl::after {
    content: '';
    display: block;
    background: #003043;
    width: 6.93vw;
    height: 0.4vw;
    position: absolute;
    top: 2.4vw;
  }
  .oh-m-btn__ttl::before {
    transform: rotate(65deg);
    left: 1.6vw;
  }
  .oh-m-btn__ttl::after {
    transform: rotate(-65deg);
    right: 1.6vw;
  }
  .oh-m-btn__ttl_point {
    color: #780c05;
  }
  .oh-m-btn__diagnose {
    position: relative;
    display: inline-block;
    color: #0956ad;
    font-size: 2.93vw;
    border-bottom: 0.27vw solid #0956ad;
    line-height: 1;
    padding: 0 3.2vw 1.07vw 0;
  }
  .oh-m-btn__diagnose::after {
    content: '';
    display: block;
    width: 1.47vw;
    height: 1.47vw;
    box-sizing: border-box;
    border-top: 0.4vw solid #0956ad;
    border-right: 0.4vw solid #0956ad;
    transform: rotate(45deg);
    position: absolute;
    top: 0.53vw;
    right: 0.53vw;
  }
  .oh-m-diagnose__reserve {
    display: block;
    margin-top: 8px;
  }
  .oh-m-diagnose {
    display: none;
    background: #fff;
    padding: 2.67vw 3.2vw;
    letter-spacing: 0.02em;
    margin-top: 2.67vw;
  }
  .oh-m-diagnose.is-close{
    transform: scale(0.1);
    transition: 0.3s cubic-bezier(0,.47,.56,1);
    opacity: 0.1;
  }
  .oh-m-diagnose.oh-is-open{
    display: block;
    transform: scale(1);
    transition: 0.3s cubic-bezier(0,.47,.56,1);
    opacity: 1;
  }
  .oh-m-diagnose__lbl1 {
    font-size: 13px;
    line-height: 25px;
    background: #f0f0f0;
    padding: 0 7px;
    margin-bottom: 10px;
  }
  .oh-m-diagnose__income {
    display: flex;
    align-items: center;
    margin-bottom: 3.2vw;
  }
  .oh-m-diagnose__input {
    width: 60vw;
    font-size: 4.27vw;
    padding: 1.87vw 2.93vw;
    border: 1px solid #505050;
    border-radius: 1.6vw;
  }
  .oh-m-diagnose__unit {
    font-size: 3.46vw;
    margin-left: 1.33vw;
  }
  .oh-m-diagnose__btn {
    position: relative;
    display: block;
  }
  .oh-m-diagnose__btn[disabled] {
    pointer-events: none;
    background: #b6b6b6;
    border-color: transparent;
  }
  .oh-m-diagnose__btn[disabled] .oh-m-diagnose__btn_img--disabled {
    opacity: 1;
  }
  .oh-m-diagnose__btn[disabled] .oh-m-diagnose__btn_img--enabled {
    opacity: 0;
  }
  .oh-m-diagnose__btn_img--disabled {
    position: relative;
    z-index: 1;
    opacity: 0;
  }
  .oh-m-diagnose__btn_img--enabled {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .oh-m-diagnose__caption1 {
    font-size: 2.67vw;
    color: #3c3c3c;
    text-align: right;
    margin-top: 2.67vw;
  }
  .oh-m-diagnose__box {
    display: none;
    margin-top: 8.53vw;
  }
  .oh-m-diagnose__box.oh-is-open{
    display: block;
    transform: scale(1);
    transition: 0.3s cubic-bezier(0,.47,.56,1);
    opacity: 1;
  }
  .oh-m-diagnose__result {
    position: relative;
    margin-bottom: 3.73vw;
  }
  .oh-m-diagnose__result::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 2.67vw 2.67vw 0;
    border-style: solid;
    border-color: #282828 transparent transparent;
    position: absolute;
    top: -4.8vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .oh-m-diagnose__result_header {
    background: #3c3c3c;
    color: #fff;
    font-size: 3.46vw;
    line-height: 6.66vw;
    padding: 0 3.2vw;
  }
  .oh-m-diagnose__result_body {
    display: flex;
    border: 1px solid #3c3c3c;
  }
  .oh-m-diagnose__result_left {
    font-size: 3.46vw;
    width: 44%;
    border-right: 1px solid #3c3c3c;
    background: #f0f0f0;
    padding: 4.26vw 2.66vw 3.2vw;
  }
  .oh-m-diagnose__result_right {
    width: 56%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 2.4vw 4vw;
  }
  .oh-m-diagnose__result_num {
    font-size: 5.86vw;
    color: #d6000f;
    font-weight: bold;
    display: block;
  }
  .oh-m-diagnose__result_unit {
    font-size: 4.27vw;
    margin-left: 0.53vw;
    display: block;
  }
  .oh-m-diagnose__caption2 {
    color: #3c3c3c;
    font-size: 2.67vw;
    line-height: 1.56;
    margin-bottom: 6.93vw;
  }
  .oh-m-diagnose__lbl2 {
    font-size: 3.46vw;
    text-align: center;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2.67vw;
  }
  .oh-m-diagnose__lbl2_box {
    position: relative;
    display: inline-block;
  }
  .oh-m-diagnose__lbl2_box::before,
  .oh-m-diagnose__lbl2_box::after {
    content: '';
    display: block;
    width: 4.27vw;
    height: 0.53vw;
    background: #3c3c3c;
    position: absolute;
    top: 1.87vw;
  }
  .oh-m-diagnose__lbl2_box::before {
    transform: rotate(60deg);
    left: -4vw;
  }
  .oh-m-diagnose__lbl2_box::after {
    transform: rotate(-60deg);
    right: -4vw;
  }
  .oh-m-diagnose__lbl2_exa {
    color: #780c05;
  }
  .oh-m-diagnose__lbl3 {
    font-size: 3.46vw;
    text-align: center;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-weight: 600;
    margin: 5.33vw 0 3.2vw;
  }
  .oh-m-diagnose__lbl3_exa {
    color: #b49020;
  }
  .oh-m-diagnose__arrow {
    position: relative;
    width: 0;
    height: 0;
    border-width: 1.86vw 1.86vw 0;
    border-style: solid;
    border-color: #3c3c3c transparent transparent;
    margin: 0 auto;
  }
  .oh-m-diagnose__arrow::before,
  .oh-m-diagnose__arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 1.86vw 1.86vw 0;
    border-style: solid;
    margin: 0 auto;
    position: absolute;
    left: -1.86vw;
  }
  .oh-m-diagnose__arrow::before {
    border-color: #282828 transparent transparent;
    z-index: 2;
    top: -2.93vw;
  }
  .oh-m-diagnose__arrow::after {
    border-color: #fff transparent transparent;
    z-index: 1;
    top: -2.4vw;
  }
  .oh-m-diagnose__btn {
    border-color: #670001;
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 3.8vw;
    width: 100%;
    font-size: 3.73vw;
    letter-spacing: 0.53vw;
    color:#fff;
    background: linear-gradient(to bottom, #670d03 0%, #b1160b 100%);
    border: 1px solid;
    border-radius: 1.6vw;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    font-family: YakuHanMP, "Noto Serif JP", "oh-icon", serif;
  }
  .oh-m-diagnose__btn--reserve {
    background-image: linear-gradient(to top, #cba756, #b38f1d);
    border-color: #ac8d32;
    margin-top: 2.13vw;
  }
  .oh-m-diagnose__btn--request::before {
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 2.67vw;
    top: 0.26vw;
    background: no-repeat 50% 50% / contain;
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon_lock.svg");
    width: 3.46vw;
    height: 4.53vw;
    top: -0.26vw;
  }
  /* 共通パーツ No.11：間取りの上CVボタン */
  .oh-m-btn__link--larger {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    font-family: YakuHanMP, "Noto Serif JP", "oh-icon", serif;
    padding: 6vw 5.33vw 5vw;
    margin-top: 4vw;
    font-size: 5.07vw;
    height: 18.13vw;
    background: linear-gradient(to bottom, #670001, #902c2d);
    border: 1px solid #670001;
    border-radius: 0;
  }
  .oh-m-btn__link--larger::before {
    width: 4.26vw;
    height: 5.6vw;
    margin-right: 1.6vw;
  }
  .oh-m-btn__link--larger::after {
    width: 2.93vw;
    height: 1.79vw;
    right: 2.6vw;
  }
  .oh-m-btn__link--larger .oh-m-btn__text {
    letter-spacing: 0;
  }
  .oh-m-btn__sub {
    width: 47vw;
    position: absolute;
    top: -3.9vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3.733vw;
    text-align: center;
    padding: 1.33vw 0;
    border: 2px #cbb57b solid;
    background: linear-gradient(180deg, rgba(231, 210, 160, 1) 0%, rgba(216, 192, 130, 1) 35%, rgba(175, 146, 52, 1) 100%);
    letter-spacing: 0.05em;
    color: #75070b;
    font-size: 3.2vw;
    font-weight: bold;
  }
  /* 共通パーツ No.24：間取り個別CV */
  .oh-m-sec3Block__type_cta {
    position: relative;
    margin-top: 4.67vw;
  }
  .oh-m-sec3Block__type_cta_btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3.46vw;
    font-size: 3.46vw;
    letter-spacing: 0.53vw;
    color: #fff;
    background: linear-gradient(to bottom, #670d03 0%, #b1160b 100%);
    border: none;
    border-radius: 1.6vw;
    text-align: center;
    text-decoration: none;
    font-family: YakuHanMP, "Noto Serif JP", "oh-icon", serif;
  }
  .oh-m-sec3Block__type_cta_btn::before {
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 2.67vw;
    top: 0.26vw;
    background: no-repeat 50% 50% / contain;
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon_lock.svg");
    width: 3.46vw;
    height: 4.53vw;
    top: -0.26vw;
  }
  .oh-m-sec3Block__type_cta_btn::after {
    content: '';
    position: absolute;
    display: block;
    width: 2.66vw;
    height: 1.6vw;
    right: 3.8vw;
    background-color: rgb(162, 140, 61);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    transform: rotate(90deg);
  }
  /* 共通パーツ No.7：5連ボタン上アンケート */
  .oh-m-enquete {
    text-align: center;
    padding: 5.33vw 0;
    background: #d6d6d6;
    margin: 5.33vw -5.33vw;
    font-family: YakuHanMP, "Noto Serif JP", serif;
  }
  .oh-m-enquete__lbl {
    position: relative;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #003043;
    font-size: 3.46vw;
    letter-spacing: 0.02em;
    border-radius: 2.86vw;
    padding: 1.06vw 4.26vw;
    display: inline-block;
    margin-bottom: 2.93vw;
  }
  .oh-m-enquete__lbl::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 1.06vw 1.06vw 0;
    border-style: solid;
    border-color: #003043 transparent transparent;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -0.8vw;
    margin: 0 auto;
  }
  .oh-m-enquete__ttl {
    position: relative;
    font-weight: 500;
    text-align: center;
    font-size: 5.33vw;
    color: #003043;
    line-height: 1.3em;
  }
  .oh-m-enquete__step {
    display: none;
  }
  .oh-m-enquete__step.oh-is-open {
    display: block;
    transform: scale(1);
    transition: 0.3s cubic-bezier(0,.47,.56,1);
    opacity: 1;
  }
  .oh-m-enquete__step_title {
    margin: 2.66vw 5.33vw;
    padding: 2.66vw;
    border: 0;
    border-radius: 1.33vw;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: #fff;
    color: #933;
  }
  .oh-m-enquete__step_no {
    font-size: 0.75em;
  }
  .oh-m-enquete__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 4vw;
  }
  .oh-m-enquete__frame {
    display: inline-block;
    margin: 0;
    width: 50%;
    background: transparent;
    letter-spacing: -1em;
  }
  .oh-m-enquete__item {
    display: block;
    border: solid 0.26vw;
    border-radius: 1.33vw;
    border-color: #933;
    margin: 1.33vw;
    line-height: 3;
    color: #933;
    background: #fff;
    letter-spacing: 0;
  }
  .oh-m-enquete__item_text {
    display: block;
  }
  .oh-m-enquete__item_input {
    display: none;
  }
  .oh-m-enquete__step_title_text {
    line-height: 1.2;
    font-size: 0.8em;
    color: #003043;
  }
  .oh-m-enquete__step_title_point {
    line-height: 1.1;
    font-weight: 1.0em;
    color: #933;
  }
  .oh-m-enquete__step_desc {
    color: #003043;
  }
  .oh-m-enquete__step_desc_text {
    line-height: 1.2;
    font-size: 0.7em;
  }
  .oh-m-enquete__step_desc_arrow {
    display: block;
    line-height: 1.2;
    font-size: 0.4em;
    margin-top: 1.06vw;
  }
  .oh-m-enquete__cta {
    margin: 2.66vw 5.33vw 0;
  }
  .oh-m-enquete__cta_link {
    position: relative;
    font-weight: 700;
    font-size: 4.26vw;
    line-height: 1;
    height: 12.53vw;
    border-radius: 1.33vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0.26vw solid #670001;
    background: linear-gradient(to bottom,#750a03 0%,#951920 100%);
    color: #fff;
    padding: 0 2.13vw;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .oh-m-enquete__cta_link::before {
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 2.67vw;
    top: 0.26vw;
    background: no-repeat 50% 50% / contain;
    background-image: url("/res/msn/img/lp/bukken_lp/sp/icon_lock.svg");
    width: 3.46vw;
    height: 4.53vw;
    top: -0.26vw;
  }
  .oh-m-enquete__cta_link::after {
    content: '';
    position: absolute;
    display: block;
    width: 2.66vw;
    height: 1.6vw;
    right: 3.8vw;
    background-color: rgb(162, 140, 61);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    transform: rotate(90deg);
  }
}

/* セクション5 */
.oh-m-sec5Block__note {
  margin: 3em -0.5em -3em;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .oh-m-sec5_notice {
    font-size: 2.93333vw;
    color: #000;
    display: inline;
    padding-bottom: 5px;
  }
  
  .oh-m-sec5Block__list_item_notice {
    display: block;
    font-size: 0.625rem;
    text-align: right;
    padding: 0 10px;
  }
  
  .oh-m-sec5Block__note {
    font-size: 2.73333vw;
    margin-top: 2em;
    margin-bottom: -1em;
  }
}

@media screen and (min-width: 768px) {
  .oh-m-sec5_notice {
    font-size: 12px;
    color: #000;
    display: inline;
    padding-bottom: 5px;
  }

  .oh-m-sec5Block__list_item_notice {
    display: block;
    font-size: 0.75rem;
    text-align: right;
  }
}

/* インタビューセクション */
@media screen and (max-width: 767px) {
  .oh-ohkaizen-interview {
    background-color: #fff;
    padding: 20px 0 40px;
  }

  .oh-ohkaizen-interview_title {
    padding: 0 15px;
  }

  .oh-ohkaizen-interview_contents {
    margin-top: 10px;
  }

  .oh-ohkaizen-interview_contents--01 {
    margin-top: 20px;
  }

  .oh-ohkaizen-interview_button {
    margin-top: 40px;
  }

  .oh-ohkaizen-interview_button__link {
    display: block;
    width: 302px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .oh-ohkaizen-insertInterviewParts {
    background: #fff;
  }

  .oh-ohkaizen-insertInterviewParts__inn {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }

  .oh-ohkaizen-insertInterviewParts__heading {
    margin-bottom: 40px;
  }

  .oh-ohkaizen-insertInterviewParts__blocks {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    margin: 0 -16px calc(-16px + 56px);
  }

  .oh-ohkaizen-insertInterviewParts__block {
    display: block;
    margin: 0 16px 16px;
    width: calc(50% - 32px);
  }

  .oh-ohkaizen-insertInterviewParts__button {
    width: 534px;
    margin: 0 auto;
  }
}
