* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  clear: both
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section, main {
  display: block
}

em {
  font-style: normal
}

::-moz-selection {
  background: #141414;
  color: #fff
}

::selection {
  background: #141414;
  color: #fff
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

a, a:visited {
  color: inherit
}

*:before, *:after {
  box-sizing: inherit
}

:root ul {
  letter-spacing: -1px;
  word-spacing: -1px
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ol, ul {
  list-style: none
}

video {
  max-width: 100%
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

[hidden] {
  display: none !important
}

[disabled] {
  cursor: not-allowed
}

:focus:not(:focus-visible) {
  outline: none
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before, .slick-track:after {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide img.pc {
  display: none
}

.slick-slide img.sp {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 30%;
  display: block;
  width: 34px;
  height: 34px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  z-index: 10
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: .8
}

.slick-prev {
  left: 20px;
  background: url(../images/icon-left.svg) no-repeat center center;
  background-size: cover
}

.slick-next {
  right: 20px;
  background: url(../images/icon-right.svg) no-repeat center center;
  background-size: cover
}

.top_model .slick-prev, .top_model .slick-next {
  top: 40%
}

.hover_slide {
  height: 100%;
  display: none
}

.hover_slide.slick-initialized {
  display: block
}

.hover_slide .slick-counter {
  position: absolute;
  top: auto;
  bottom: -35px;
  right: 83px;
  font-size: 1.2rem
}

.hover_slide .inner {
  height: 100%
}

.hover_slide .slick-prev, .hover_slide .slick-next {
  height: 33px;
  width: 33px;
  top: auto;
  bottom: -55px
}

.hover_slide .slick-prev {
  right: calc(33px + .2rem);
  left: auto;
  background: url(../images/icon-arrow4_l.svg) no-repeat center center;
  background-size: 100% auto
}

.hover_slide .slick-next {
  right: .1rem;
  background: url(../images/icon-arrow4_r.svg) no-repeat center center;
  background-size: 100% auto
}

.top_slide {
  height: 100%;
  display: none;
  overflow: hidden
}

.top_slide.slick-initialized {
  display: block
}

.top_slide .inner {
  height: 100%
}

.top_slide .slick-prev, .top_slide .slick-next {
  height: 80px;
  width: 50px;
  top: 50%
}

.top_slide .slick-prev {
  left: -12px;
  background: url(../images/icon-arrow3_r.svg) no-repeat center center;
  background-size: auto 100%
}

.top_slide .slick-next {
  right: -12px;
  background: url(../images/icon-arrow3_l.svg) no-repeat center center;
  background-size: auto 100%
}

.slide_type4 {
  height: 40%;
  display: none
}

.slide_type4.slick-initialized {
  display: block
}

.slide_type4 .inner {
  height: 100%
}

.slide_type4 .slick-prev, .slide_type4 .slick-next {
  height: 33px;
  width: 33px;
  top: auto;
  bottom: -38px
}

.slide_type4 .slick-prev {
  right: calc(33px + 2.9rem);
  left: auto;
  background: url(../images/icon-arrow4_l.svg) no-repeat center center;
  background-size: 100% auto
}

.slide_type4 .slick-next {
  right: 2.6rem;
  background: url(../images/icon-arrow4_r.svg) no-repeat center center;
  background-size: 100% auto
}

.slide_type4 .slick-counter {
  position: absolute;
  bottom: -22px;
  background: #fff;
  height: 34px;
  right: 0;
  line-height: 34px;
  padding: 0 .5em;
  font-size: 12px;
  font-size: 0.75rem
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0)
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "●";
  text-align: center;
  color: #dcdddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #be907b
}

.slick-track {
  margin: 0
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0)
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
  transform: scale(0.6)
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6)
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6)
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6)
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6)
}

[data-aos=zoom-out] {
  transform: scale(1.2)
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0)
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0)
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3e3a39;
  line-height: 1.6;
  letter-spacing: .02em;
  text-align: justify;
  word-break: break-all;
  font-weight: 500;
  -webkit-line-break: strict;
  -ms-line-break: strict;
  line-break: strict
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.aligncenter {
  display: block;
  margin: 0 auto
}

.alignright {
  float: right
}

.alignleft {
  float: left
}

.brsp {
  display: inline-block
}

.brpc {
  display: none
}

.brtab {
  display: none
}

.sp {
  display: inline-block
}

.pc {
  display: none !important
}

.tab {
  display: none !important
}

a {
  text-decoration: none;
  transition: opacity .4s ease-out
}

a:hover .mask img, a:active .mask img {
  transform: translate(-50%, 0) scale(1.1);
  opacity: .8
}

a:hover+.btn_type1, a:active+.btn_type1 {
  color: #fff
}

a:hover+.btn_type1::before, a:active+.btn_type1::before {
  opacity: 1
}

a:hover+.btn_type1::after, a:active+.btn_type1::after {
  background: url(../images/icon-arrow_w.svg) no-repeat center center;
  background-size: 100% auto
}

.mask {
  position: relative;
  display: block;
  overflow: hidden
}

.mask img {
  transition: all .4s ease-out
}

.mask::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  z-index: 3
}

.imgover {
  overflow: hidden;
  display: block
}

.imgover>* {
  transition: all .4s ease-out
}

.imgover:hover>img, .imgover:hover .target, .imgover:active>img, .imgover:active .target {
  transform: scale(1.1)
}

.imgover:hover+.btn_type1, .imgover:active+.btn_type1 {
  color: #fff
}

.imgover:hover+.btn_type1::before, .imgover:active+.btn_type1::before {
  opacity: 1
}

.imgover:hover+.btn_type1::after, .imgover:active+.btn_type1::after {
  background: url(../images/icon-arrow7_w.svg) no-repeat center center;
  background-size: 100% auto
}

[data-aos=flap] img {
  opacity: 0
}

[data-aos=flap].aos-animate .aos-flap_hide {
  animation: key2 1s;
  display: inline-block;
  height: 100%;
  background-color: #f2f1f4;
  transform: rotate(0.0001deg);
  outline: 1px solid rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 10
}

[data-aos=flap].aos-animate img {
  opacity: 1;
  animation: key1 1s
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0)
}

@keyframes key2 {
  0% {
    left: 0;
    width: 0px;
    height: 100%
  }

  50% {
    left: 0;
    width: 100.1%;
    height: 100%
  }

  100% {
    left: 100.1%;
    width: 0px;
    height: 100%
  }
}

@keyframes key1 {
  0% {
    opacity: 0
  }

  51% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.line_house {
  border-bottom: solid 2px #be907b;
  position: relative
}

.line_house::after {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background: url(https://digital-exhibition-hall.house-ai-concierge.com//wp-content/uploads/2020/09/bd3.png) no-repeat center bottom;
  background-size: 100% auto;
  right: 1rem;
  position: absolute;
  bottom: 0
}

.line_house.top {
  margin-bottom: 2rem
}

.bg_color {
  background: rgba(188, 166, 90, .13)
}

.bg_color.spnone {
  background: none
}

.btn_80 {
  width: 80%;
  margin: 0 auto
}

.btn_90 {
  width: 90%;
  margin: 0 auto
}

.btn_type1 {
  border: solid 2px #be907b;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #595757;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: all .6s ease-out;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  background: #fff;
  cursor: pointer;
  padding-right: 2rem
}

.btn_type1:hover, .btn_type1:active {
  color: #fff
}

.btn_type1:hover::before, .btn_type1:active::before {
  opacity: 1
}

.btn_type1:hover::after, .btn_type1:active::after {
  background: url(../images/icon-arrow7_w.svg) no-repeat center center;
  background-size: 100% auto
}

.btn_type1.noarrow::after {
  content: none
}

.btn_type1::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all .6s ease-out;
  opacity: 0;
  background: #c9b77a;
  background: -webkit-linear-gradient(top, #C9B77A 0%, #B7914E 100%);
  background: linear-gradient(to bottom, #C9B77A 0%, #B7914E 100%);
  border-radius: 30px
}

.btn_type1::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon-arrow7.svg) no-repeat center center;
  background-size: 100% auto;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%)
}

.btn_type1 a, .btn_type1 span {
  display: block;
  z-index: 4;
  position: relative
}

.btn_type2 {
  margin: 0 auto;
  text-align: center
}

.btn_type2 a {
  background: #595757;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 1.5rem
}

.btn_type3 {
  background: #9fa0a0;
  padding: .5rem;
  margin: 60px auto
}

.btn_type3 a {
  color: #fff;
  display: block;
  position: relative
}

.btn_type3 a::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 10px;
  background: url(../images/icon-arrow_w.svg) no-repeat center center;
  background-size: 100% auto;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%)
}

.btn_type3 {
  border: solid 2px #595757;
  background: #fff url(../images/icon-arrow6_r.svg) no-repeat right 1rem center;
  background-size: .6rem auto;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 1.4;
  color: #595757;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 auto 2rem;
  text-align: center;
  position: relative;
  transition: all .6s ease-out
}

.btn_type3:hover, .btn_type3:active {
  color: #fff;
  background: #595757 url(../images/icon-arrow6_r_w.svg) no-repeat right 1rem center;
  background-size: .6rem auto
}

.btn_type4 a {
  border: solid 2px #be907b;
  background: rgba(188, 166, 90, .13);
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #595757;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative
}

.btn_type4 a::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 10px;
  background: url(../images/icon-arrow_bk.svg) no-repeat center center;
  background-size: 100% auto;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%)
}

.btn_type5 {
  border: solid 2px #595757;
  background: #fff url(../images/icon-arrow6_l.svg) no-repeat left 1rem center;
  background-size: .6rem auto;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 1.4;
  color: #595757;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 auto 2rem;
  text-align: center;
  position: relative;
  transition: all .6s ease-out
}

.btn_type5:hover, .btn_type5:active {
  color: #fff;
  background: #595757 url(../images/icon-arrow6_l_w.svg) no-repeat left 1rem center;
  background-size: .6rem auto
}

.btn_tel {
  border: solid 2px #be907b;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #595757;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: all .6s ease-out;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  background: #fff;
  max-width: 330px;
  cursor: pointer;
  padding-right: 2rem
}

.btn_tel:hover a, .btn_tel:active a {
  color: #fff
}

.btn_tel:hover a::before, .btn_tel:active a::before {
  background: url(../images/icon-tel_w.svg) no-repeat center center;
  background-size: 100% auto
}

.btn_tel:hover::after, .btn_tel:active::after {
  opacity: 1
}

.btn_tel::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all .6s ease-out;
  opacity: 0;
  background: #c9b77a;
  background: -webkit-linear-gradient(top, #C9B77A 0%, #B7914E 100%);
  background: linear-gradient(to bottom, #C9B77A 0%, #B7914E 100%);
  border-radius: 30px
}

.btn_tel a, .btn_tel span {
  display: block;
  z-index: 4;
  position: relative
}

.btn_tel a::before, .btn_tel span::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon-tel.svg) no-repeat center center;
  background-size: 100% auto;
  margin-right: 1rem;
  vertical-align: sub;
  position: relative;
  z-index: 2
}

.list_type1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem
}

.list_type1 li {
  width: 48%;
  border: solid 1px #898989;
  padding: .5em;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1rem
}

.list_type1_wrap {
  padding: 0 30px;
  margin-bottom: 2rem
}

.list_type1_box {
  margin-bottom: 2rem
}

.list_type2 {
  padding-top: 40px
}

.news .list_type2 {
  padding: 0px 20px 0 20px
}

.list_type2 li {
  width: 100%;
  margin-bottom: 2rem
}

.list_type2 li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.list_type2 li .img {
  width: 100px
}

.list_type2 li .content {
  width: calc(100% - 110px)
}

.list_type2 li .area {
  background: #727171;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 5px;
  display: inline-block
}

.list_type2 li .date {
  font-size: 12px;
  font-size: 0.75rem
}

.list_type2 li .tt {
  font-size: 14px;
  font-size: 0.875rem
}

.list_type3 {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 2rem .5rem
}

.list_type3 li {
  padding: .7rem .5rem .7rem 2.5rem;
  background: url(../images/icon-arrow5_r.svg) no-repeat center left 1.5rem;
  background-size: 7px auto
}

.list_type3.line {
  margin: .5rem .5rem 1rem .5rem;
  border-bottom: solid 1px #dcdddd
}

.list_type4 {
  font-size: 12px;
  font-size: 0.75rem;
  margin: .5rem .5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #dcdddd
}

.list_type4 li {
  width: 50%;
  padding: .7rem .5rem .7rem 2.5rem;
  background: url(../images/icon-arrow5_r.svg) no-repeat center left 1.5rem;
  background-size: 7px auto;
  border-bottom: solid 1px #dcdddd;
  min-height: 3rem;
  line-height: 1.2
}

.list_type4 li:nth-of-type(2n+1) {
  border-right: solid 1px #dcdddd
}

.list_type4 li a {
  display: block
}

.list_type5 {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 22px 0
}

.list_type5 li {
  background: #595757;
  color: #fff;
  padding: 0 .5rem;
  margin: 0 .5rem .5rem 0;
  font-size: 14px;
  font-size: 0.875rem
}

.list_type5 li.color {
  background: #be907b
}

.list_link {
  padding: 30px
}

.list_link li {
  width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #be907b;
  height: 5rem
}

.list_link li.fb {
  background: url(../images/icon-fb.svg) no-repeat center left 1em;
  background-size: 4rem auto
}

.list_link li.insta {
  background: url(../images/icon-insta.svg) no-repeat center left 1em;
  background-size: 4rem auto
}

.list_link li.site {
  background: url(../images/icon-hp.svg) no-repeat center left 2em;
  background-size: 2rem auto
}

.list_link li a {
  display: block;
  background: url(../images/icon-right2.svg) no-repeat center right .7em;
  background-size: 1.5rem auto;
  height: inherit;
  padding: 0 3rem 0 6rem;
  display: flex;
  align-items: center
}

.list_link li .txt {
  flex: 1;
  line-height: 1.2
}

.list_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%
}

.header .list_icon {
  height: calc(100% - 1px)
}

.list_icon li {
  width: 20%;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.01em;
  padding-top: 8px;
  transition: all .4s ease-out
}

.list_icon.li-6 li {
  width: calc(100% / 6);
  margin: 0 auto
}

.list_icon li:hover, .list_icon li:active {
  background: rgba(188, 166, 90, .2)
}

.header .list_icon li {
  width: 55px;
  padding-top: 15px;
  position: relative
}

.header .list_icon li::before {
  content: "";
  position: absolute;
  height: 80%;
  top: 10%;
  display: block;
  width: 1px;
  background: #b4b4b5;
  left: 0
}

.list_icon li .icon {
  display: block;
  height: 28px;
  line-height: 21px
}

.list_icon li .txt {
  line-height: 1;
  letter-spacing: -0.1em;
  padding-top: 2px;
  transform: scale(0.9);
  display: inline-block
}

.list_icon li.color {
  background: rgba(188, 166, 90, .2)
}

.list_icon li.model img {
  width: 25px
}

.list_icon li.model2 img {
  width: 28px
}

.list_icon li.crown img {
  width: 16px
}

.list_icon li.house img {
  width: 19px
}

.list_icon li.star img {
  width: 16px
}

.list_icon li.flag img {
  width: 16px
}

.list_icon li.info img {
  width: 23px
}

.list_icon li.access img {
  width: 18px
}

.list_icon li.list img {
  width: 21px
}

.list_icon li.bill img {
  width: 16px
}

.list_icon li.glasses img {
  width: 27px
}

.list_icon li.top img {
  width: 19px
}

.list_icon li.light img {
  width: 22px
}

.list_icon li.chk img {
  width: 17px
}

.list_icon li.memo img {
  width: 15px
}

.list_icon li.voice img {
  width: 19px
}

.stripe {
  background-image: linear-gradient(-45deg, #fff 25%, rgba(188, 166, 90, 0.3) 25%, rgba(188, 166, 90, 0.3) 50%, #fff 50%, #fff 75%, rgba(188, 166, 90, 0.3) 75%, rgba(188, 166, 90, 0.3));
  background-size: 10px 10px;
  background-attachment: fixed
}

.stripe_pc {
  background: none
}

.stripe_sp {
  background-image: linear-gradient(-45deg, #fff 25%, rgba(188, 166, 90, 0.3) 25%, rgba(188, 166, 90, 0.3) 50%, #fff 50%, #fff 75%, rgba(188, 166, 90, 0.3) 75%, rgba(188, 166, 90, 0.3));
  background-size: 10px 10px;
  background-attachment: fixed
}

.bread {
  background: rgba(188, 166, 90, .13);
  margin: 5px 0 1.5rem
}

.bread_icon {
  width: 1.2rem;
  vertical-align: baseline;
}

.bread_list {
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap
}

.bread_list li {
  font-size: 12px;
  font-size: 0.75rem
}

.bread_list li:not(:last-of-type)::after {
  content: "＞";
  padding: 0 2px;
  transform: scale(0.5, 1.5);
  display: inline-block
}

.ly_full {
  width: 100%
}

.ly_inner {
  margin: 0 5%
}

.header {
  border-bottom: solid 1px #b4b4b5;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 100;
  height: 77px;
  background: #fff;
  display: flex;
  align-items: center;
}

.header.hide {
  transform: translateY(-100%)
}

.header_logo {
  width: 70px;
  margin-left: 5px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem
}

.header_logo .img {
  margin-bottom: 3px;
  display: block
}

.header_logo .img.only {
  padding: 0;
  width: 48px
}

.header_menu {
  position: absolute;
  top: 0;
  right: 59px;
  height: inherit
}

.wrap {
  padding-top: 77px
}

.footer {
  background: #eee
}

.footer_box {
  padding: 30px 20px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "HG明朝E", serif, "Sawarabi Mincho"
}

.footer .logo {
  width: 60%;
  margin: 0 auto 2rem
}

.footer .txt {
  text-align: center;
  margin-bottom: 2rem
}

.footer .ft_link {
  padding: 0 30px;
  margin-bottom: 2rem;
  font-size: 12px;
  font-size: 0.75rem
}

.footer .ft_link li {
  margin-bottom: 1rem
}

.footer .ft_link2 {
  padding: 0 30px;
  font-size: 12px;
  font-size: 0.75rem
}

.footer .ft_link2_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.footer .ft_link2 li {
  margin: 0 0 1rem
}

.footer .bnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.footer .bnr_list li {
  width: 49%;
  margin-bottom: 1rem
}

.footer .address {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  background: #fff;
  padding: 1em;
  text-align-last: center
}

.gotop {
  width: 40px;
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  z-index: 999
}

.gnavi_event a {
  background: #be907b url(../images/icon-event_w.svg) no-repeat center left 1rem;
  background-size: 1.5rem 1.5rem;
  width: 70%;
  padding: 1rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  position: relative
}

.gnavi_event a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 5px;
  right: 5px
}

.gnavi_toplink {
  text-align: center;
  padding: .5rem 0
}

.gnavi_toplink a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem
}

.gnavi_link {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  padding-top: 2rem
}

.gnavi_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 59px;
  height: 77px;
  background: #be907b
}

.gnavi_btn_in {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 40px)
}

.gnavi_btn.active span:nth-of-type(1) {
  transform: rotate(45deg) translateY(-50%);
  top: 27%
}

.gnavi_btn.active span:nth-of-type(2) {
  opacity: 0
}

.gnavi_btn.active span:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-50%);
  top: 27%
}

.gnavi_btn.active span.txt {
  letter-spacing: -0.05em;
  transform: none;
  top: auto
}

.gnavi_btn span {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  transition: opacity .4s ease-out
}

.gnavi_btn span:nth-of-type(1) {
  top: 0
}

.gnavi_btn span:nth-of-type(2) {
  top: 27%
}

.gnavi_btn span:nth-of-type(3) {
  top: 55%
}

.gnavi_btn span.txt {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  bottom: -4px;
  height: auto;
  background: none;
  text-align: center;
  position: absolute;
  bottom: 14px;
  top: auto
}

.gnavi_menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 80;
  height: 100vh;
  width: 100%;
  transform: translateY(-100%);
  transition: transform .6s ease-out 0s;
  padding-top: 100px;
  padding-bottom: 2em;
  overflow-y: auto
}

.gnavi_menu.active {
  transform: none
}

.gnavi_list {
  padding: 0 20px;
  margin-bottom: 2rem
}

.gnavi_list .stripe a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1rem
}

.gnavi_list li {
  font-size: 1rem;
  letter-spacing: .04em
}

.gnavi_list li.menu-item-has-children>a::after {
  background: url(../images/plus.svg) no-repeat center right;
  right: .3em
}

.gnavi_list li .sub-menu {
  display: none
}

.gnavi_list li .sub-menu li a {
  border-bottom: none;
  position: relative;
  padding: .5em 1em .5em 2em
}

.gnavi_list li .sub-menu li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 1em;
  background: url(../images/arrow_rg1.svg) no-repeat center left;
  background-size: auto 100%;
  transform: translateY(-50%)
}

.gnavi_list li.sp {
  display: block
}

.gnavi_list li span {
  display: inline-block;
  margin-left: .5em;
  padding-left: .5em;
  line-height: 90%
}

.gnavi_list li a {
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  border-bottom: solid 1px #be907b;
  color: #595757;
  position: relative;
  text-align: center
}

.gnavi_list li a::after {
  content: "";
  display: block;
  position: absolute;
  width: .9em;
  height: .9em;
  top: 50%;
  right: .5em;
  background: url(../images/arrow_rg2.svg) no-repeat center right;
  background-size: auto 100%;
  transform: translateY(-50%)
}

.ftsearch_box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 150;
  background: #fff;
  transform: translateY(100%);
  overflow-y: auto;
  transition: transform .4s ease-out
}

.ftsearch_box.active {
  transform: none
}

.ftsearch_box .inner {
  padding-bottom: 80px
}

.ftsearch_box .txt {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 2rem
}

.ftsearch_logo {
  width: 94px;
  margin: 0 auto;
  padding-top: 60px
}

.ftsearch_close {
  background: #9a9a8f;
  padding: 1rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%
}

.ftsearch_close img {
  width: 30px
}

.ftsearch_btn {
  background: #a28319;
  color: #fff;
  padding: .5rem .5rem .5rem 4rem;
  line-height: 2rem;
  font-size: 15px;
  font-size: 0.9375rem;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 70
}

.ftsearch_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  padding: .2rem;
  background: #595757 url(../images/icon-search_w.svg) no-repeat center center;
  background-size: 1.6rem auto
}

.ftbtn {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 70
}

.ftbtn.gnavi {
  position: relative;
  bottom: auto;
  left: auto
}

.ftbtn_event a {
  color: #fff;
  background-image: linear-gradient(-45deg, #E0C707 25%, #D7B800 25%, #D7B800 50%, #E0C707 50%, #E0C707 75%, #D7B800 75%, #D7B800);
  background-size: 10px 10px;
  background-attachment: fixed;
  padding: .8rem .5rem;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  display: block;
  width: 100%
}

.ftbtn_event .icon {
  padding-right: .5rem
}

.ftbtn_event .icon img {
  width: 1rem
}

.ftbtn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #fff
}

.gnavi .ftbtn_list {
  display: block
}

.ftbtn_list li {
  width: 50%;
  line-height: 2rem;
  transition: opacity .4s ease-out
}

.gnavi .ftbtn_list li {
  margin: 0 auto 1rem
}

.ftbtn_list li:hover, .ftbtn_list li:active {
  opacity: .8
}

.ftbtn_list li span {
  display: inline-block;
  padding: .5rem .5rem .5rem 1.9rem;
  font-size: 13px;
  font-size: 0.8125rem
}

.ftbtn_list li.balloon {
  background: #6A341F
}

.ftbtn_list li.balloon span {
  background: url(../images/icon-balloon.svg) no-repeat left center;
  background-size: 1.6rem auto
}

.ftbtn_list li.book {
  background: #FCF1EF
}

.ftbtn_list li.book span {
  background: url(../images/icon-book.svg) no-repeat left center;
  background-size: 1.6rem auto
}

.ftbtn_list li.visit {
  background: #be907b
}

.ftbtn_list li.visit span {
  background: url(../images/icon-bill_w.svg) no-repeat left center;
  background-size: 1.6rem auto
}

.ftbtn_list li a {
  display: block;
  text-align: center
}

.top_slider {
  position: relative
}

.top_slider_txt {
  position: absolute;
  bottom: 7px;
  left: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "HG明朝E", serif, "Sawarabi Mincho";
  padding: 2px 2rem;
  background: gold;
  box-shadow: -1px 0 6px rgba(0, 0, 0, .16);
  line-height: inherit
}

.top_slider_txt2 {
  position: absolute;
  top: 10px;
  width: calc(100% - 80px);
  left: 0px
}

.top_maker_list {
  margin-bottom: 0
}

.top_maker_list li {
  height: 71px;
  text-align: center
}

.top_maker_list img {
  height: 100%;
  width: auto;
  max-width: none
}

.top_pickup {
  margin-bottom: 68px
}

.top_pickup_ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: .5rem
}

.top_pickup_ttl span {
  display: block;
  color: #be907b;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.1
}

.top_pickup_box {
  margin-bottom: 40px;
  padding: 0 22px
}

.top_pickup_box img {
  margin-bottom: 20px
}

.top_pickup_wrap .imgover {
  text-align: center;
}

.top_pickup_img {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.top_pickup .icon {
  text-align: center
}

.top_pickup .icon img {
  width: 31px
}

.top_charm.park {
  margin-bottom: 40px
}

.top_charm_box {
  padding: 0 22px
}

.top_charm .icon {
  text-align: center
}

.top_charm .icon img {
  width: 31px
}

.top_charm_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.top_charm_list li {
  width: calc((100% - 22px)/2);
  margin-bottom: 22px
}

.top_charm_list a {
  display: block
}

.top_charm_list .btn {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: .7rem
}

.top_charm_list .btn p {
  flex: 1
}

.top_charm_list .more {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  font-weight: bold;
  padding-left: 1.5rem;
  background: url(../images/icon-arrow7.svg) no-repeat left top;
  background-size: 1rem auto;
  margin: 0;
  width: 100%
}

.top_exh {
  padding: 68px 0 40px 0
}

.top_exh .icon {
  text-align: center;
  margin-bottom: 10px
}

.top_exh .icon img {
  width: 31px
}

.top_exh_box {
  padding: 0 22px 0
}

.top_exh_list li:hover .txt, .top_exh_list li:active .txt {
  background: #be907b url(../images/icon-arrow7_w.svg) no-repeat right .5rem center;
  background-size: 1rem auto;
  color: #fff
}

.top_exh_list .txt {
  border-bottom: solid 5px #d8d0b8;
  background: #fff url(../images/icon-arrow7.svg) no-repeat right .5rem center;
  background-size: 1rem auto;
  line-height: 2rem;
  font-weight: bold;
  padding: .5em;
  width: 70%;
  margin: -1.5rem auto 2rem;
  position: relative;
  z-index: 10;
  transition: all .6s ease-out
}

.top_exh_close {
  width: 47px;
  margin: 0 auto 40px
}

.top_model_wrap {
  padding-bottom: 60px
}

.top_model_wrap .icon {
  text-align: center
}

.top_model_wrap .icon img {
  width: 31px
}

.top_model_wrap .line_house {
  margin-bottom: 0
}

.top_model .slide_type2 {
  margin-bottom: 60px
}

.top_linkbar {
  padding: 40px 22px
}

.top_linkbar .more {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  font-weight: bold;
  padding-left: 1.5rem;
  background: url(../images/icon-arrow7.svg) no-repeat left top 3px;
  background-size: 1rem auto;
  margin: 10px 0 1rem 0;
  width: 100%
}

.top_linkbar_list li {
  margin-bottom: 20px
}

.top_ttl {
  text-align: center;
  padding: 0 0 .2em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem
}

.top_news .icon {
  text-align: center
}

.top_news .icon img {
  width: 31px
}

.top_event {
  margin-bottom: 68px
}

.top_event_ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: .5rem
}

.top_event_ttl span {
  display: block;
  color: #be907b;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.1
}

.top_event .icon {
  text-align: center
}

.top_event .icon img {
  width: 22px
}

.top_event_wrap {
  padding: 40px 22px
}

.top_event_lists li {
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 0.875rem
}

.top_event_lists .ttl {
  display: block;
  font-weight: bold
}

.top_event_lists .name {
  border: solid 1px #be907b;
  color: #be907b;
  margin-left: .5rem;
  padding: 1px 8px;
  font-size: .75rem
}

.top_event_lists .time {
  font-size: .9rem
}

@keyframes loop {
  0% {
    transform: translateX(100%)
  }

  to {
    transform: translateX(-100%)
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-200%)
  }
}

.sns_box {
  margin: 0 22px 2rem;
  border: solid 5px #be907b;
  padding: 10px 10px 0 10px
}

.park .sns_box {
  padding: 0
}

.sns_ttl {
  padding: 1.2rem 1rem 1.2rem 50px;
  border-bottom: solid #be907b 1px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  background: url(../images/icon-arrow_b.svg) no-repeat right .5em center;
  background-size: 1.2em 1.2em
}

.sns_ttl .item {
  display: inline-block;
  position: absolute;
  left: 10px
}

.sns_ttl .item img {
  width: 53px;
  margin-left: -10px
}

.sns_link {
  padding: 1rem 2rem 1rem 90px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../images/icon-arrow7.svg) no-repeat right .5em center;
  background-size: 1.2em 1.2em
}

.sns_link a {
  display: block
}

.sns_link .item {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.sns_link .item img {
  width: 60px
}

.sns_list_wrap {
  display: none
}

.sns_list li {
  padding: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: solid 1px #be907b;
  background: url(../images/icon-right2.svg) no-repeat right .5rem center;
  background-size: 1rem auto
}

.sns_list li:last-of-type {
  border: none
}

.sns_list li a {
  display: block
}

.toppage {
  background: #f6f3ea;
  padding-bottom: 80px
}

.toppage .logo {
  width: 188px;
  margin: 40px auto
}

.toppage .ttl {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 2
}

.top_area {
  border: solid 8px #be907b;
  background: #fff;
  margin: 2rem 0;
  padding: 1rem 1rem 2rem 1rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .2)
}

.top_area .ttl {
  color: #be907b;
  font-size: 29px;
  font-size: 1.8125rem;
  border-bottom: 3px solid #be907b;
  margin: 0 1rem 2rem 1rem
}

.top_box {
  margin: 0 22px 3rem
}

.top_box .accsess {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em
}

.top_list li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 1rem;
  text-decoration: underline
}

.page .page_content {
  padding: 0 20px 2rem
}

.page .page_content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 1.25rem 0 .5rem;
  line-height: 1.6
}

.page .page_content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1.2rem 0 .5rem;
  line-height: 1.6
}

.page_header {
  margin-bottom: 0
}

.page_header_sub {
  margin-bottom: 2rem
}

.page_header_sub .txt {
  text-align: center;
  font-weight: bold
}

.page_header .pagetitle {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 1rem
}

.page_header .company {
  padding: 42px 0 30px;
  padding-bottom: 0px;
}

.page_header .company_logo {
  text-align: center;
/*   margin-bottom: 2rem */
}

.page_header .company_logo img {
  max-height: 80px;
  width: auto;
  max-width: 95%
}

.page_header .company_name {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center
}

/* 20260212追加 */
.page_header .modeladdress {
  font-size: 20px;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 0px;
	padding-top: 20px;
}

@media screen and (max-width:768px) {
.page_header .company {
  padding: 0px 0 30px;
}
}

.page_header .title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0
}

.page_header .copy {
  padding: 0 30px
}

.menu3 {
  border-top: solid 1px #b4b4b5;
  border-bottom: solid 1px #b4b4b5;
  height: 64px;
  background: #fff;
  transition: .5s
}

.menu3.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 70
}

.menu3.hide {
  top: 76px
}

.ttl_a {
  background: rgba(188, 166, 90, .13);
  font-size: 19px;
  font-size: 1.1875rem;
  padding: 1rem;
  font-weight: bold;
  min-height: 4rem
}

.ttl_a span {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 1rem;
  text-align: center;
  width: 40px
}

.ttl_a span.w30 img {
  width: 27px;
  padding-top: 3px
}

.ttl_a span.w40 {
  vertical-align: -6px
}

.ttl_a span.w40 img {
  width: 36px
}

.ttl_b {
  font-size: 20px;
  font-size: 1.25rem;
  padding: .5rem;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 5% 1rem;
  border-bottom: solid 2px #be907b
}

.ttl_c {
  font-size: 20px;
  font-size: 1.25rem;
  padding: .5rem;
  font-weight: bold;
  text-align: center
}

.ttl_d {
  font-size: 20px;
  font-size: 1.25rem;
  padding: .5rem;
  font-weight: bold;
  text-align: center
}

.ttl_e {
  font-weight: bold;
  margin-bottom: 1rem
}

.ttl_f {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  position: relative
}

.ttl_f::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 18px;
  background: #595757;
  left: calc(50% - .5px);
  bottom: 22px
}

.ttl_f span {
  display: inline-block;
  padding: 0 2rem 8px;
  border-bottom: solid 1px #595757;
  margin-bottom: 40px
}

.slide_type1 {
  margin-bottom: 2rem
}

.slide_type1 .item {
  padding: 0 10px
}

.slide_type1 .item_inner {
  background: #fff;
  box-shadow: -1px 0 6px rgba(0, 0, 0, .16)
}

.slide_type1 .imgbox {
  height: 210px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem
}

.slide_type1 .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none
}

.slide_type1 .ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  padding: 0 1rem;
  min-height: 4rem
}

.slide_type1 .txt {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1rem 1.5rem 1rem
}

.slide_type2 {
  margin-bottom: 2rem;
  padding-top: 40px
}

.top_model_wrap .slide_type2 {
  margin-bottom: 60px
}

.slide_type2 .item {
  padding: 0 10px
}

.slide_type2 .park_event .ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  padding: 0 0rem 1rem 0rem;
  line-height: 1.4
}

.slide_type2 .park_event .date {
  padding: 0;
  font-size: .8rem;
  margin-left: 0
}

.slide_type2 .park_event .where {
  padding: 0 0 .6rem 0;
  font-size: .8rem;
  margin-left: 0
}

.slide_type2 .imgbox {
  height: 210px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem
}

.slide_type2 .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none
}

.slide_type2 .ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  padding: 0 1rem 1rem 1rem
}

.slide_type2 .txt {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1rem 1rem 1rem
}

.slide_type2 .txt2 {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1rem 0rem 1rem
}

.slide_type3 {
  padding-top: 40px;
  margin-bottom: 2rem
}

.slide_type3 .item {
  padding: 0 10px
}

.slide_type3 .item_inner {
  background: #fff;
  box-shadow: -1px 0 6px rgba(0, 0, 0, .16)
}

.slide_type3 .imgbox {
  height: 210px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem
}

.slide_type3 .imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none
}

.slide_type3 .ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  padding: 0 1rem 1rem 1rem;
  min-height: 4.5rem
}

.slide_type3 .txt {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1rem 1rem 1rem
}

.slide_type3 .info {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 1rem .5rem 1rem
}

.slide_type4 .txt {
  font-size: 14px;
  font-size: 0.875rem;
  padding: .5rem
}

.imgbox {
  cursor: pointer
}

.imghover::before, .imghover::after {
  content: "";
  transition: background .4s ease-out
}

.imghover:hover, .imghover:active {
  position: relative
}

.imghover:hover::before, .imghover:active::before {
  content: "";
  background: rgba(0, 0, 0, .37);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3
}

.imghover:hover::after, .imghover:active::after {
  content: "";
  background: url(../images/icon-plus.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  z-index: 4
}

.feature {
  padding-top: 30px
}

.strong {
  margin-bottom: 60px
}

.strong .hover_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.strong .item {
  width: 50%
}

.strong .imghidden {
  position: relative
}

.strong .imghidden::before {
  content: "";
  display: block;
  padding-top: 100%
}

.strong .imghidden img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

.movie_box {
  margin-bottom: 2rem
}

.movie_list {
  padding: 1rem 22px
}

.movie_item {
  margin-bottom: 2rem
}

.youtube {
  padding: 0 30px;
  margin-bottom: 3rem
}

.map {
  padding: 0 30px;
  margin-bottom: 3rem
}

.map_image {
  margin-bottom: 2rem
}

.event .map {
  padding: 0 0 2rem 0;
  margin: 0 22px 3rem;
  border-bottom: solid 1px #595757
}

.event .map_image {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  height: 300px;
  padding-top: 56.25%
}

.event .map_image iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

.map_link {
  width: 100%
}

.map_link a {
  display: block;
  background: #7e7c7c;
  padding: 1rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
  width: 100%;
  border-radius: 3rem
}

.map_link a span::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/icon-map_w.svg) no-repeat center bottom;
  background-size: auto 100%;
  vertical-align: -5px;
  margin-right: 10px
}

.map_address {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 2rem
}

.map_address dt {
  width: 4rem
}

.map_address dd {
  width: calc(100% - 4rem)
}

.company {
  padding-top: 40px
}

.company_head {
  margin-bottom: 60px
}

.company_head .name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem
}

.company_box {
  padding: 30px
}

.company_item {
  margin-bottom: 40px
}

.company_item .ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem
}

.company_item .imgbox {
  margin-bottom: 1rem
}

.news {
  padding-bottom: 68px
}

.itemlist {
  padding-top: 60px
}

.relation {
  margin-bottom: 80px
}

.big_item {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .71);
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 40px 30px;
  display: none
}

.big_item .inner {
  background: #fff;
  width: 100%;
  padding: 1rem 0 40px;
  font-size: 14px;
  font-size: 0.875rem
}

.big_item .inner .imgbox2 {
  margin: 0 1rem 1rem
}

.big_item .inner .imgbox2 img {
  width: auto;
  max-height: 100%;
  margin: 0 auto
}

.big_item .inner .txt2 {
  margin: 0 1rem 1rem;
  line-height: 2
}

.big_item_close {
  position: absolute;
  top: 15px;
  right: -20px;
  transform: translateX(-50%);
  background: none;
  border: none;
  font-size: 14px;
  font-size: .875rem;
  z-index: 500;
  width: 50px
}

.post_header {
  background: rgba(188, 166, 90, .13)
}

.post_header_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 22px 1rem;
  line-height: 1.6
}

.post_content {
  padding: 40px 2rem
}

.content_box {
  margin-bottom: 40px;
  padding-top: 20px
}

.content_ttl {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem
}

.content_img {
  margin-bottom: 1rem
}

.event_cv .btn_type1:first-of-type {
  margin-bottom: 1rem
}

.event_slider {
  margin-bottom: 1rem
}

.event_info {
  padding: 0 22px 2rem
}

.event_info_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #898989;
  margin-bottom: 20px
}

.event_info_list dt {
  width: 3.5rem
}

.event_info_list dd {
  width: calc(100% - 3.5rem)
}

.event_cv {
  padding: 2rem 0 60px
}

.event_content {
  padding: 0 22px 2rem
}

.mw_wp_form_confirm dd {
  width: 100%;
  padding: .5em 1em;
  border: none;
  border-bottom: solid 4px #e3e3e2;
  border-radius: 4px;
  background: #fff;
  min-height: 4em;
  line-height: 3em
}

.mw_wp_form_confirm dd.att {
  background: none;
  margin-top: -2rem;
  line-height: 1.4
}

.mw_wp_form_confirm dd.textarea {
  height: auto
}

.mw_wp_form_confirm dd .full {
  background: none;
  padding: 0;
  border-bottom: none
}

.form.border {
  border-bottom: solid 1px #595757;
  margin-bottom: 2rem
}

.form_ttl {
  background: #595757;
  color: #fff;
  padding: 1rem;
  text-align: center;
  position: relative;
  max-width: 330px;
  margin: 0 auto 3rem
}

.form_ttl::after {
  content: "▼";
  position: absolute;
  bottom: -1rem;
  color: #595757;
  left: calc(50% - .6rem);
  font-size: 1.2rem
}

.form_box {
  padding: 3rem 22px;
  background: #efefef;
  margin-bottom: 3rem
}

.form_box_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold
}

.form dt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: .1rem
}

.form dd {
  margin-bottom: 2rem
}

.form dd.att {
  background: none;
  margin-top: -2rem;
  line-height: 1.4
}

.form .must {
  font-size: 12px;
  font-size: 0.75rem;
  background: #db8c77;
  color: #fff;
  padding: .3em .5em;
  margin-right: .5rem
}

.form .notmust {
  font-size: 12px;
  font-size: 0.75rem;
  background: #7192bc;
  color: #fff;
  padding: .3em .5em;
  margin-right: .5rem
}

.form .full {
  width: 100%;
  padding: .5em 1em;
  border: none;
  border-bottom: solid 4px #e3e3e2;
  border-radius: 4px;
  background: #fff;
  min-height: 4em;
  line-height: 3em
}

.form .full.textarea {
  height: auto
}

.form .harf {
  width: 49%;
  padding: 1em;
  border: none;
  border-bottom: solid 4px #e3e3e2;
  border-radius: 4px;
  background: #fff
}

.form .harf_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.form_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto
}

.form_att {
  color: #c20505
}

.checkbox {
  padding-top: 1rem
}

.checkbox input[type=checkbox].checkbox__item {
  display: none
}

.checkbox label {
  display: inline-block
}

.checkbox .checkbox__item+span {
  padding-left: 2em;
  display: inline-block;
  position: relative
}

.checkbox .checkbox__item+span::after, .checkbox .checkbox__item+span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #aaa;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0
}

.checkbox .checkbox__item+span::after {
  opacity: 0;
  width: 10px;
  height: 15px;
  transform: rotate(45deg);
  left: 5px;
  border: none;
  border-right: 3px solid #3e3a39;
  border-bottom: 3px solid #3e3a39
}

.checkbox .checkbox__item:checked+span::after {
  opacity: 1
}

.accsess_wrap {
  padding: 20px 0
}

.accsess_img {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  height: 300px;
  padding-top: 56.25%
}

.accsess_img iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

.accsess_txt {
  padding: 0 20px;
}

.exe_map {
  padding: 20px
}

.exh .map_image {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  height: 300px;
  padding-top: 56.25%
}

.exh .map_image iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

.special {
  background: #df829e;
  border: double 6px #fff;
  margin: 0 10px 100px;
  padding: 1rem 1rem 100px 1rem;
  position: relative
}

.special_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  border-bottom: solid 2px #be907b;
  margin-bottom: 80px
}

.special .icon {
  text-align: center
}

.special .icon img {
  width: 48px
}

.special .ttl {
  color: #fff;
  line-height: 1.8;
  text-align: center;
  font-weight: bold
}

.special .ttl span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem
}

.special .txt {
  padding: 2rem;
  line-height: 1.8;
  color: #fff
}

.special .img1 {
  position: absolute;
  width: 50%;
  left: 10px;
  bottom: -60px
}

.special .img2 {
  position: absolute;
  width: 45%;
  right: 10px;
  bottom: -80px
}

.faq_nav {
  margin-bottom: 4rem
}

.faq_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.faq_nav_list li {
  padding: .5rem;
  background: rgba(188, 166, 90, .2);
  border: solid 1px #fff
}

.faq_nav_list li.show {
  background: #be907b;
  color: #fff
}

.faq_ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem
}

.faq_container {
  padding: 0 0 2rem
}

.faq_content {
  margin-bottom: 1rem
}

.faq_content dt {
  border-bottom: solid 1px #afafaf;
  padding: .5em 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold
}

.faq_content dt::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/arrow_bg.svg) no-repeat top .3em center;
  background-size: 70% auto
}

.faq_content dt.show::before {
  transform: rotate(180deg)
}

.faq_content dd {
  display: none;
  padding: 1em 2em;
  font-size: 14px;
  font-size: 0.875rem
}

.faq_box {
  display: none
}

.faq_box.show {
  display: block
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #efebd8;
  z-index: 9999;
  display: block
}

.loading.area {
  background: #fff
}

.loading_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: none
}

.loading_icon .txt {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "HG明朝E", serif, "Sawarabi Mincho";
  padding-top: 10px
}

.loading_icon .txt2 {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "HG明朝E", serif, "Sawarabi Mincho";
  background: linear-gradient(transparent 60%, #ffffff 60%)
}

.area .loading_icon .txt2 {
  background: linear-gradient(transparent 60%, #efebd8 60%)
}

.loading_icon .txt3 {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "HG明朝E", serif, "Sawarabi Mincho";
  padding-top: 1rem
}

.loading_icon .img {
  display: block;
  width: 250px;
  margin: 0 auto
}

.loading_icon .img img {
  max-width: none;
  width: 160px;
  margin: 0 auto
}

#SearchView .inner dl:nth-child(3) dt.search_box_parent {
  font-size: 120%;
  font-weight: bold
}

.corona, .freearea {
  text-align: center;
  max-width: 910px;
  margin: 0 1rem 40px
}

.acf-map {
  width: 100%;
  height: 400px
}

.acf-map img {
  max-width: inherit !important
}

.lineup_btns {
  margin-bottom: 80px
}

.lineup_btns .btn_type1 {
  width: auto;
  max-width: 400px
}

.lineup_info {
  padding: 0 1rem 1rem;
  text-align: center
}

.lineup_btn {
  margin-bottom: 1rem
}

.lineup_navs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto 2rem;
  padding: 0 1rem
}

.lineup_nav {
  width: 48%
}

.lineup_nav.none {
  opacity: 0
}

.lineup_nav a {
  background: #595757;
  color: #fff;
  padding: .5rem;
  border-radius: 1.2rem;
  display: block;
  text-align: center
}

.lineup_nav.prev a {
  background: #595757 url(../images/icon-arrow6_l_w.svg) no-repeat left 1rem center/auto 1rem
}

.lineup_nav.next a {
  background: #595757 url(../images/icon-arrow6_r_w.svg) no-repeat right 1rem center/auto 1rem
}

.lineup_eye {
  padding: 2rem 1rem 1rem
}

.lineup_txt {
  padding: 0 1rem;
  margin-bottom: 2rem
}

.lineup_lists {
  margin-bottom: 80px
}

.lineup_links {
  max-width: 1180px;
  margin: 2rem auto;
  padding: 2rem;
  background: rgba(188, 166, 90, .13);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4%
}

.lineup_links li {
  width: 48%
}

.lineup_links li a {
  display: block;
  background: #fff;
  border: solid #b4b4b5 1px;
  text-align: center;
  padding: 5px .5rem
}

.form .reservation_att {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em
}

.form .reservation_att span {
  color: #c20505
}

.reservation .att {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 1.5rem
}

.reservation .att .red {
  color: #c20505
}

.reservation_alert {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.reservation_alert.alert_now {
  display: flex
}

.reservation_alert .inner {
  width: 80%;
  height: 300px;
  max-width: 510px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
  align-content: center;
  padding: 1.5rem;
  flex-direction: column
}

.reservation_alert .close {
  width: 127px;
  font-weight: bold;
  background: #be907b;
  color: #fff;
  line-height: 45px;
  text-align: center
}

.model_box {
  padding-left: 1rem
}

.model_lists3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px
}

.model_lists2 {
  display: none
}

.model_list_box {
  width: 48%;
  position: relative;
  margin-bottom: 73px;
  border: solid 1px #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.model_list_box label {
  height: 100%
}

.model_list_box .tel {
  position: absolute;
  display: block;
  background: #434440;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, .5), 0 0 0 7px #efefef;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  bottom: -50px;
  left: calc(50% - 33px)
}

.model_list_box .tel:hover {
  background: #be907b
}

.model_list_box .tel_txt {
  display: none
}

.model_list_box .tel_icon {
  width: 25px;
  height: 25px
}

.model_list_box .tel_icon img {
  width: 25px;
  height: 25px
}

.model_list_box .img img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 5/3
}

.model_list_box .ttl {
  font-size: .9em;
  font-weight: bold;
  display: block
}

.model_list_box .maker {
  font-size: .9em;
  display: block
}

.model_list_box .content {
  padding: 1rem 1rem 1.6rem 1rem
}

.model_list_box .holiday {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: .8em
}

.model_list_box.chk .model_list_inner {
  position: relative;
  height: inherit
}

.model_list_box.chk .model_list_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .37);
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.model_list_box.chk .model_list_col::before {
  background: #be907b
}

.model_list_box.chk .model_list_col::after {
  content: "";
  display: block;
  width: 1em;
  height: .7em;
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 4px;
  transform: rotate(-45deg)
}

.model_list_col {
  height: inherit;
  background: #fff
}

.model_list_col::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  border: solid 1px #be907b;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0
}

.mw_wp_form_confirm .model_lists2 {
  display: block
}

.mw_wp_form_confirm .model_lists3 {
  display: none
}

.nav_tel {
  margin: 2rem auto
}

.modelhouse_holiday {
  text-align: center;
  margin-top: 5px
}

#charm .container {
  padding: 0 20px
}

#charm .page_ttl {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #be907b
}

#charm section {
  padding: 20px 0 54px 0
}

#charm section:last-of-type {
  padding-bottom: 0
}

#charm .section_ttl {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  line-height: 1.8
}

#charm .section_ttl.show_pc {
  display: none
}

#charm .content-wrap figure {
  margin-top: 14px
}

#charm .content-wrap figure img {
  width: 100%
}

#charm .content-wrap figure img.show_pc {
  display: none
}

#charm .content-wrap p {
  line-height: 1.8;
  padding: 20px 10px 0
}

#charm .reservation_list {
  padding-top: 60px;
  line-height: 1.8
}

#charm .reservation_list li {
  margin-top: 3.6em
}

#charm .reservation_list li:first-of-type {
  margin-top: 0
}

#charm .reservation_list li h3 {
  background-color: #eee9d6;
  padding: 6px 12px
}

#charm .reservation_list li p {
  margin-top: 1em
}

#charm .access_box {
  margin-bottom: 2rem
}

#charm .btn_type1 {
  margin-top: 80px;
  margin-bottom: 80px
}

.charm_intoro {
  padding: 0 22px 40px;
  line-height: 1.8
}

.charm_list {
  padding: 0 22px 60px
}

.charm_list .ttl {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 1rem;
  font-weight: 1rem
}

.charm_list .txt {
  margin-bottom: 2rem
}

.cat_list {
  padding: 0 22px;
  position: relative
}

.cat_list .loading {
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 300;
  display: none
}

.cat_list.info {
  padding-top: 40px
}

.cat_list2 li a {
  display: block;
  border-bottom: 1px solid #be907b;
  padding: .8em 1em
}

.postbox {
  margin-bottom: 2rem
}

.postbox.txt {
  margin-bottom: 0;
  border-bottom: solid 1px #afafaf;
  background: url(../images/icon-arrow7.svg) no-repeat center right 1.25rem;
  background-size: auto 1em
}

.postbox.txt:hover, .postbox.txt:active {
  background: rgba(188, 166, 90, .2) url(../images/icon-arrow7.svg) no-repeat center right 1.25rem;
  background-size: auto 1em
}

.postbox.txt a {
  padding: 1em 3em 1em 1em;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #595757
}

.postbox_img {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  height: 228px;
  overflow: hidden
}

.postbox_img img {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0)
}

.postbox_img .area {
  background: #727171;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
  z-index: 8
}

.postbox_name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em
}

.postbox_name .maker {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: .5em;
  font-weight: normal
}

.postbox_tag li {
  display: inline-block;
  background: #727171;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 10px
}

.postbox_tag li:not(:last-of-type) {
  margin-right: 10px
}

.postbox2 {
  margin-bottom: 2rem;
  background: #fff;
  box-shadow: -1px 0 6px rgba(0, 0, 0, .16);
  padding-bottom: 2rem
}

.lineup .postbox2 {
  box-shadow: none
}

.postbox2 .img {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
  height: 228px;
  overflow: hidden
}

.postbox2 .img img {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0)
}

.postbox2 .img .area {
  background: #727171;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
  z-index: 8
}

.postbox2 .content {
  padding: 0 1rem
}

.lineup .postbox2 .content {
  padding: 0
}

.postbox2 .name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
  min-height: 3rem
}

.postbox2 .name .maker {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: .5em;
  font-weight: normal
}

.postbox2 .info {
  font-size: 12px;
  font-size: 0.75rem
}

.postbox2 .info:last-of-type {
  margin-bottom: .5rem
}

.search.house {
  padding: 0 22px 2rem
}

.search.event {
  padding: 0 22px 2rem
}

.search_link.-harf {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc((100% - 10px) / 3));
  gap: 5px
}

.search_link.-harf li {
  padding: .8rem 1.5rem .8rem 0;
  background: rgba(188, 166, 90, .13) url(../images/icon-arrow_b.svg) no-repeat center right 5px;
  background-size: 21px auto;
  text-align: center
}

.search_link.-movie li {
  padding: 0
}

.search_link.-movie a {
  padding: .8rem 30px;
  display: block
}

.search_link li {
  border-bottom: solid 1px #9fa0a0;
  padding: .8rem 30px;
  background: url(../images/icon-arrow_b.svg) no-repeat center right 30px;
  background-size: 21px auto;
  color: #595757;
  background: rgba(188, 166, 90, .13) url(../images/icon-arrow_b.svg) no-repeat center right 30px;
  background-size: 21px auto;
  border-bottom: solid 1px #be907b;
  cursor: pointer
}

.search_link_box {
  border-bottom: solid 1px #9fa0a0;
  padding: .8rem 30px;
  cursor: pointer;
  display: block;
}

.search_link {
  color: #be907b;
}

.search_box_parent {
  border-bottom: solid 1px #9fa0a0;
  padding: .8rem 30px;
  background: url(../images/icon-arrow_b.svg) no-repeat center right 30px;
  background-size: 21px auto;
  color: #be907b;
  cursor: pointer
}

.house .search_box_parent {
  background: rgba(188, 166, 90, .13) url(../images/icon-arrow_b.svg) no-repeat center right 30px;
  background-size: 21px auto;
  border-bottom: solid 1px #be907b
}

.event .search_box_parent {
  background: rgba(188, 166, 90, .13) url(../images/icon-arrow_b.svg) no-repeat center right 30px;
  background-size: 21px auto;
  border-bottom: solid 1px #be907b;
  color: #595757
}

.search_box_parent.open {
  background: #be907b url(../images/icon-arrow_b_w.svg) no-repeat center right 30px;
  background-size: 21px auto;
  color: #fff
}

.house .search_box_parent.open {
  background: rgba(188, 166, 90, .13) url(../images/icon-arrow_b.svg) no-repeat center right 30px;
  background-size: 21px auto;
  color: #be907b
}

.event .search_box_parent.open {
  background: rgba(188, 166, 90, .13) url(../images/icon-arrow_b.svg) no-repeat center right 30px;
  background-size: 21px auto;
  color: #595757
}

.search_box_parent2 {
  padding: .8rem 30px;
  color: #be907b;
  cursor: pointer;
  background: rgba(188, 166, 90, .13) url(../images/icon-arrow_b.svg) no-repeat center right 30px;
  background-size: 21px auto;
  border-bottom: solid 1px #be907b;
  color: #595757
}

.search_box_child {
  display: none
}

.search_box_child_ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 1.5rem 1rem 0 2rem
}

.search_box_btn, .search_box_btn4 {
  width: 70%;
  margin: 1rem auto 3rem;
  background: #be907b url(../images/icon-search_w.svg) no-repeat center left 1rem;
  background-size: 1.2rem auto;
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: block;
  cursor: pointer
}

.search_box_btn2 {
  width: 70%;
  margin: 1rem auto 3rem;
  background: #be907b url(../images/icon-search_w.svg) no-repeat center left 1rem;
  background-size: 1.2rem auto;
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: block;
  cursor: pointer
}

.search_box_btn3 {
  width: 70%;
  margin: 1rem auto 3rem;
  background: #be907b url(../images/icon-search_w.svg) no-repeat center left 1rem;
  background-size: 1.2rem auto;
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: block;
  cursor: pointer
}

.search_box_count {
  border-bottom: solid 1px #000;
  margin: 0 22px 1rem
}

.search_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem
}

.search_list li {
  width: calc((100% - 10px)/2);
  min-height: 2.6rem;
  display: flex;
  align-items: center;
  padding: 0 .7rem;
  border: solid 1px #c9caca;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
  border-radius: 6px
}

.search_list li:nth-of-type(2n+1) {
  margin-right: 10px
}

.search_list li.select, .search_list li.select2, .search_list li.select3, .search_list li.select4 {
  background: #be907b;
  color: #fff
}

.search_list li span {
  flex: 1
}

.loader, .loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: .6em solid rgba(255, 255, 255, .2);
  border-right: .6em solid rgba(255, 255, 255, .2);
  border-bottom: .6em solid rgba(255, 255, 255, .2);
  border-left: .6em solid #be907b;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.article.list {
  padding-top: 40px
}

.more {
  width: 100px;
  margin: 3rem auto;
  cursor: pointer
}

.maker_spec {
  padding: 0 22px
}

.maker_spec .img {
  margin-bottom: 1rem
}

.maker_spec .name {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem
}

.maker_spec .url {
  text-align: center;
  margin-bottom: 1rem
}

.maker_spec .txt {
  line-height: 1.8;
  margin-bottom: 2rem
}

.maker_list_wrap {
  padding: 0 22px 3rem
}

.maker_list_box {
  border-bottom: solid 1px #c9caca;
  padding-bottom: 1rem;
  margin-bottom: 1rem
}

.maker_list_box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.maker_list_box .img {
  width: 120px
}

.maker_list_box .content {
  width: calc(100% - 130px)
}

.maker_list_box .name {
  font-weight: bold
}

.maker_area li {
  display: inline-block;
  background: #595757;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 5px;
  margin-right: 4px
}

.subttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 1rem;
  margin-bottom: 40px;
  text-align: center
}

.subttl span {
  display: inline-block;
  border-bottom: solid 2px #be907b;
  padding: 0 60px
}

.house_more_section {
  display: none
}

@media screen and (min-width: 1024px) {
  .slick-slide img.pc {
    display: block;
    width: 100%
  }

  .slick-slide img.sp {
    display: none
  }

  .slick-prev, .slick-next {
    top: 50%
  }

  .slick-prev {
    left: -60px
  }

  .slick-next {
    right: -60px
  }

  .hover_slide .slick-prev, .hover_slide .slick-next {
    height: 40px;
    width: 40px;
    bottom: -108px
  }

  .hover_slide .slick-prev {
    right: calc(40px - .6rem)
  }

  .hover_slide .slick-next {
    right: -0.9rem
  }

  .hover_slide .slick-counter {
    bottom: -84px
  }

  .top_slide .slick-prev, .top_slide .slick-next {
    height: 94px;
    width: 60px;
    top: 50%
  }

  .slide_type4 {
    height: 68%
  }

  .slide_type4 .slick-prev, .slide_type4 .slick-next {
    height: 40px;
    width: 40px;
    bottom: -44px
  }

  .slide_type4 .slick-prev {
    right: 28%
  }

  .slide_type4 .slick-next {
    right: calc(28% - 43px)
  }

  .slide_type4 .slick-counter {
    position: absolute;
    right: calc(28% + 43px);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 40px;
    height: 40px;
    bottom: -24px;
    background: #f2f2f2
  }

  #charm .container {
    padding: 0;
    margin-bottom: 60px
  }

  #charm .page_ttl {
    font-size: 1.75em;
    padding-bottom: 24px;
    border-bottom: none;
    position: relative;
    padding-top: 40px
  }

  #charm .btn_type1 {
    margin-top: 120px;
    margin-bottom: 120px
  }

  #charm .page_ttl:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 43px;
    height: 2px;
    background-color: #be907b;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  #charm section {
    padding: 144px 0 0
  }

  #charm section:first-of-type {
    padding-top: 112px
  }

  #charm section.access_wrap {
    padding-top: 60px;
    max-width: 790px;
    margin: 0 auto
  }

  #charm .section_ttl {
    display: inline-block;
    text-align: left;
    font-size: 1.625em
  }

  #charm .access_wrap .section_ttl {
    text-align: center;
    display: block
  }

  #charm .section_ttl.show_pc {
    display: block
  }

  #charm .section_ttl.show_sp {
    display: none
  }

  #charm .content-wrap figure {
    margin-top: 0
  }

  #charm .content-wrap.charm_box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
  }

  #charm .content-wrap.charm_box01 figure {
    width: 41%
  }

  #charm .content-wrap.charm_box01 figure.w35pc {
    width: 35%;
    padding-right: 6%
  }

  #charm .content-wrap figure img.show_sp {
    display: none
  }

  #charm .content-wrap figure img.show_pc {
    display: block
  }

  #charm .content-wrap .charm_box01_txt {
    width: 896px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  #charm .content-wrap .charm_box01_txt p {
    padding: 36px 0 0;
    width: 50%
  }

  #charm .content-wrap.charm_box02 {
    position: relative
  }

  #charm .content-wrap.charm_box02 figure {
    width: 41%
  }

  #charm .content-wrap .charm_box02_txt {
    width: 896px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #charm .content-wrap .charm_box02_txt h3 {
    width: 50%
  }

  #charm .content-wrap .charm_box02_txt p {
    padding: 36px 0 0;
    width: 50%
  }

  #charm .reservation_list_wrap {
    margin-top: 114px;
    background-color: #f8f6ef
  }

  #charm .reservation_list {
    padding-top: 114px;
    padding: 88px 40px;
    max-width: 1060px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
  }

  #charm .reservation_list li {
    margin-top: 3.6em;
    width: 44%
  }

  #charm .reservation_list li:nth-child(1) {
    order: 1
  }

  #charm .reservation_list li:nth-child(2) {
    order: 3
  }

  #charm .reservation_list li:nth-child(3) {
    order: 2
  }

  #charm .reservation_list li:nth-child(4) {
    order: 4
  }

  #charm .reservation_list li:first-of-type, #charm .reservation_list li:nth-child(3) {
    margin-top: 0
  }

  #charm .reservation_list li h3 {
    background-color: #eee9d6;
    padding: 6px 12px
  }

  #charm .reservation_list li p {
    margin-top: 1em
  }

  .charm_intoro {
    padding: 80px 0 80px;
    line-height: 1.8;
    max-width: 670px;
    margin: 0 auto
  }

  .charm_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto
  }

  .charm_list {
    padding: 0 0 60px;
    width: calc((100% - 30px)/2)
  }

  .charm_list .ttl {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 1rem;
    font-weight: 1rem
  }

  .charm_list .txt {
    margin-bottom: 2rem
  }

  .brsp {
    display: none
  }

  .brpc {
    display: inline-block
  }

  .brtab {
    display: none
  }

  .sp {
    display: none !important
  }

  .pc {
    display: inline-block !important
  }

  .tab {
    display: none !important
  }

  .wrap {
    overflow: hidden
  }

  .line_house.top {
    margin-bottom: 32px
  }

  .line_house::after {
    right: 74px;
    width: 56px;
    height: 32px
  }

  .bg_color.spnnone {
    background: rgba(188, 166, 90, .13)
  }

  .bg_color.pcnone {
    background: none
  }

  .bg_color2 {
    background: rgba(188, 166, 90, .13);
    padding: 60px 0
  }

  .btn_type1 {
    width: 298px
  }

  .btn_type2 a {
    width: 321px
  }

  .btn_type3 {
    width: 310px
  }

  .btn_type4 a {
    width: 298px
  }

  .btn_type5 {
    width: 310px
  }

  .list_type5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .list_type5 li {
    margin-right: .25rem;
    margin-left: .25rem
  }

  .list_link {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .list_link li {
    width: calc((100% - 50px)/3)
  }

  .list_icon {
    width: 650px;
    margin: 0 auto
  }

  .list_icon.li-6 {
    width: 750px;
    margin: 0 auto
  }

  .header .list_icon {
    width: auto
  }

  .list_icon li {
    font-size: 14px;
    padding-top: 12px
  }

  .header .list_icon li {
    width: auto;
    padding-right: .2rem;
    padding-left: .2rem;
    padding-top: 23px;
    min-width: 80px
  }

  .header .list_icon li::before {
    content: none
  }

  .list_icon li .icon {
    height: 45px;
    line-height: 33px
  }

  .list_icon li.color {
    background: none
  }

  .list_icon li.stripe_sp {
    background: none
  }

  .list_icon li.stripe_pc {
    background-image: linear-gradient(-45deg, #fff 25%, rgba(188, 166, 90, 0.3) 25%, rgba(188, 166, 90, 0.3) 50%, #fff 50%, #fff 75%, rgba(188, 166, 90, 0.3) 75%, rgba(188, 166, 90, 0.3));
    background-size: 10px 10px;
    background-attachment: fixed
  }

  .list_icon li.model img {
    width: 36px
  }

  .list_icon li.model2 img {
    width: 33px
  }

  .list_icon li.lineup img {
    width: 36px
  }

  .list_icon li.crown img {
    width: 29px
  }

  .list_icon li.house img {
    width: 30px
  }

  .list_icon li.movie img {
    width: 30px
  }

  .list_icon li.star img {
    width: 25px
  }

  .list_icon li.flag img {
    width: 24px
  }

  .list_icon li.info img {
    width: 32px
  }

  .list_icon li.access img {
    width: 24px
  }

  .list_icon li.list img {
    width: 32px
  }

  .list_icon li.bill img {
    width: 34px
  }

  .list_icon li.top img {
    width: 33px
  }

  .list_icon li.light img {
    width: 37px
  }

  .list_icon li.chk img {
    width: 29px
  }

  .list_icon li.memo img {
    width: 23px
  }

  .list_icon li.glasses img {
    width: 37px
  }

  .list_icon li.voice img {
    width: 31px
  }

  .header {
    height: 108px
  }

  .header.hide {
    transform: translateY(-100%)
  }

  .header_logo {
    width: 120px;
    padding: 0;
    margin: 20px;
    font-size: 12px;
    font-size: 0.75rem
  }

  .header_logo .img.only {
    padding: 0;
    width: 100%
  }

  .header_menu {
    right: 0
  }

  .wrap {
    padding-top: 115px
  }

  .footer_box {
    max-width: 730px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column
  }

  .footer .logo {
    width: 180px;
    order: 1
  }

  .footer .areatop {
    order: 2
  }

  .footer .areatop a {
    display: block;
    padding: 1rem;
    border: solid 2px #e2d9b9;
    font-size: 14px;
    font-size: 0.875rem;
    background: #fff;
    font-weight: bold;
    max-width: 400px;
    text-align: center;
    margin: 0 auto 2rem;
    position: relative
  }

  .footer .areatop a::after {
    content: "";
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/icon-arrow7.svg) no-repeat center center;
    background-size: 100% auto;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%)
  }

  .footer .txt {
    font-size: 20px;
    font-size: 1.25rem;
    order: 3;
    margin-bottom: 50px
  }

  .footer .ft_link {
    width: 500px;
    margin: 0 auto 50px;
    order: 5;
    padding: 0
  }

  .footer .ft_link_list {
    display: flex;
    flex-wrap: wrap
  }

  .footer .ft_link li {
    margin-bottom: 1rem;
    width: calc((100% - 60px)/3)
  }
  
  .footer .ft_link li:last-of-type {
    width: 100%;
  }


  .footer .ft_link li:not(:nth-of-type(3n+3)) {
    margin-right: 30px
  }

  .footer .ft_link2 {
    order: 6
  }

  .footer .ft_link2_list {
    justify-content: center
  }

  .footer .ft_link2 li {
    margin: 0 10px 1rem
  }

  .footer .bnr {
    order: 4;
    margin-bottom: 70px
  }

  .footer .bnr_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start
  }

  .footer .bnr_list li {
    width: calc((100% - 40px)/3)
  }

  .footer .bnr_list li:not(:nth-of-type(3n+3)) {
    margin-right: 20px
  }

  .footer .address {
    font-size: 12px;
    font-size: 0.75rem;
    font-style: normal;
    background: #fff;
    padding: 1em;
    text-align-last: center
  }

  .gnavi {
    display: none
  }

  .ftsearch {
    display: none
  }

  .ftbtn_list li {
    width: 48%;
    padding: .8rem 3rem .8rem 5rem;
    font-size: 1.35rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    border: 3px solid #fff;
    outline: 1px solid #000;
    outline-offset: 0px;
    margin: .75%
  }

  .ftbtn_list li span {
    font-size: 1.35rem !important;
    background-size: 2rem auto !important;
    padding: .5rem .5rem .5rem 2.5rem
  }

  .top_slider .item {
    padding: 0 10px
  }

  .top_slider_txt {
    font-size: 29px;
    font-size: 1.8125rem;
    top: 254px;
    bottom: auto;
    left: 9%;
    padding: 2px 2rem;
    min-width: 360px;
    text-align: center
  }

  .top_slider_txt2 {
    width: 433px;
    left: 7%
  }

  .top_maker {
    border-bottom: solid 5px rgba(188, 166, 90, .2)
  }

  .top_maker_list {
    margin: 10px 0
  }

  .top_pickup_wrap {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 0 30px
  }

  .top_pickup_wrap.house-building {
    margin-bottom: 100px;
  }

  .top_pickup_box {
    width: calc((100% - 30px)/2);
    margin-bottom: 0
  }

  .top_pickup .ttl_jp {
    margin-bottom: 40px
  }

  .top_pickup .ttl img {
    width: 117px
  }

  .top_charm.park {
    margin-bottom: 80px
  }

  .top_charm_box {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0
  }

  .top_charm_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .top_charm_list li {
    width: calc((100% - 66px)/4);
    margin-bottom: 0
  }

  .top_charm_list .btn {
    width: 100%;
    height: 169px
  }

  .top_charm_list .more {
    background: url(../images/icon-arrow7.svg) no-repeat left top 2px;
    background-size: 1rem auto
  }

  .top_exh {
    padding: 68px 0
  }

  .top_exh_box {
    padding: 0;
    max-width: 1140px;
    margin: 40px auto 0
  }

  .top_exh_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .top_exh_list li {
    width: calc((100% - 44px)/3)
  }

  .top_exh_list li:nth-of-type(3n+2) {
    transition-delay: .3s !important
  }

  .top_exh_list li:nth-of-type(3n+3) {
    transition-delay: .5s !important
  }

  .top_exh_list.shizuoka li {
    width: calc((100% - 22px)/2)
  }

  .top_exh_list.shizuoka li:nth-of-type(2n+2) {
    transition-delay: .3s !important
  }

  .top_exh_close {
    display: none
  }

  .top_model .slide_type2 {
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-top: 0
  }

  .top_model_wrap {
    padding-bottom: 68px
  }

  .top_linkbar {
    padding: 0;
    max-width: 1050px;
    margin: 40px auto
  }

  .top_linkbar_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .top_linkbar_list li {
    width: calc((100% - 66px)/3);
    margin: 0 11px
  }

  .top_ttl {
    font-size: 20px;
    font-size: 1.25rem;
    padding: .1em 0 .3em
  }

  .top_event .ttl_jp {
    margin-bottom: 40px
  }

  .top_event .ttl img {
    width: 117px
  }

  .top_event_wrap {
    max-width: 1140px;
    margin: 0 auto
  }

  .top_event_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .top_event_lists li {
    margin-bottom: 1rem;
    font-size: 16px;
    font-size: 1rem;
    width: 48%
  }

  .top_event .ttl {
    font-weight: bold
  }

  @keyframes loop {
    0% {
      transform: translateX(100%)
    }

    to {
      transform: translateX(-100%)
    }
  }

  @keyframes loop2 {
    0% {
      transform: translateX(0)
    }

    to {
      transform: translateX(-200%)
    }
  }

  .sns_wrap {
    max-width: 1087px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start
  }

  .sns_wrap.park {
    max-width: 1028px
  }

  .sns_wrap.nagano .sns_box {
    width: 32%
  }

  .sns_box {
    width: 48%;
    margin: 0
  }

  .sns_ttl {
    height: 5rem
  }

  .sns_ttl .item {
    margin-top: -5px
  }

  .sns_link {
    padding: 1rem 2rem 1rem 100px
  }

  .sns_link .item {
    left: 20px
  }

  .sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .sns_list li {
    width: 48%;
    margin: 0 1%;
    padding: 1rem .5rem 1rem 0;
    font-size: .9em
  }

  .sns_list li:nth-last-of-type(2) {
    border: none
  }

  .top_wrap {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .top_box {
    width: 48%;
    margin: 0
  }

  .top_area {
    padding: 60px 40px
  }

  .top_area .ttl {
    font-size: 40px;
    font-size: 2.5rem
  }

  .page .page_content {
    padding: 0 0 80px;
    max-width: 960px;
    margin: 0 auto
  }

  .page .page_content h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1.5rem 0 1rem;
    line-height: 1.6
  }

  .page .page_content p {
    margin-bottom: 80px
  }

  .page .page_content p:first-of-type {
    margin-top: 100px
  }

  .page #charm p:first-of-type {
    margin-top: 0
  }

  .page_header .pagetitle {
    font-size: 29px;
    font-size: 1.8125rem;
    padding: 3rem 1rem 0
  }

  .page_header .pagetitle_wrap {
    background: rgba(188, 166, 90, .13);
    padding: 0 0 2rem 0
  }

  .page_header .company {
    grid-area: company;
    margin-left: calc((100vw - 1120px)/2);
    text-align: center;
    margin-right: 54px;
    border-bottom: solid 2px #be907b
  }

  .page_header .company_wrap {
    border-bottom: solid 2px #be907b;
    position: relative;
    padding-bottom: 2rem;
    display: grid;
    grid-template-areas: "name name""menu menu""company img""copy img"
  }

  .page_header .company_wrap::after {
    content: "";
    display: block;
    width: 56px;
    height: 32px;
    background: url(https://digital-exhibition-hall.house-ai-concierge.com//wp-content/uploads/2020/09/bd3.png) no-repeat center bottom;
    background-size: 100% auto;
    right: 74px;
    position: absolute;
    bottom: 0
  }

  .page_header .company_logo img {
    max-height: 93px
  }

  .page_header .company_name {
    margin-bottom: 1rem
  }

  .page_header .company_area {
    font-size: 18px;
    font-size: 1.125rem;
    background: #be907b;
    padding: 5px 2rem;
    border-radius: 19px;
    color: #fff
  }

  .page_header .title {
    grid-area: name;
    padding: 2.5rem
  }

  .page_header .copy {
    grid-area: copy;
    margin-left: calc((100vw - 1120px)/2);
    margin-right: 54px;
    padding: 2rem 0 0 0
  }

  .page_header .eyecach {
    grid-area: img;
    margin-right: calc((100vw - 1120px)/2);
    width: 731px
  }

  .page_header .eyecach img {
    width: 100%;
    max-width: none
  }

  .menu3 {
    grid-area: menu;
    margin-bottom: 2rem;
    border-top: solid 2px rgba(188, 166, 90, .13);
    border-bottom: solid 2px rgba(188, 166, 90, .13);
    height: 86px
  }

  .menu3.hide {
    top: 108px
  }

  .list_type1 li {
    font-size: 15px;
    font-size: 0.9375rem
  }

  .list_type1_wrap {
    max-width: 1026px;
    margin: 60px auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .list_type1_box {
    width: calc((100% - 30px)/2)
  }

  .list_type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px
  }

  .news .list_type2 {
    padding: 0px 20px 0 20px;
    max-width: 926px;
    margin: 32px auto 0
  }

  .list_type2 li {
    width: 48%;
    margin-bottom: 60px
  }

  .list_type2 li .img {
    width: 120px
  }

  .list_type2 li .content {
    width: calc(100% - 130px)
  }

  .list_type2 li .area {
    font-size: 14px;
    font-size: 0.875rem
  }

  .list_type2 li .date {
    font-size: 16px;
    font-size: 1rem
  }

  .list_type2 li .tt {
    font-size: 16px;
    font-size: 1rem
  }

  .slide_type1 {
    max-width: 940px;
    margin: 0 auto
  }

  .slide_type2 {
    max-width: 1260px;
    margin: 0 auto
  }

  .slide_type2 .item {
    padding: 0 5px
  }

  .slide_type2 .park_event .ttl {
    display: inline-block;
    font-weight: bold;
    margin-left: 1rem;
    padding: 0 1rem 1rem 1rem
  }

  .slide_type2 .park_event .date {
    padding: 0 1rem;
    font-size: .8rem;
    margin-left: 1rem
  }

  .slide_type2 .park_event .where {
    padding: 0 1rem .6rem 1rem;
    font-size: .8rem;
    margin-left: 1rem
  }

  .slide_type3 {
    max-width: 940px;
    margin: 0 auto 60px
  }

  .slide_type4 .item {
    padding: 0 10px
  }

  .slide_type4 .item_inner {
    background: #fff;
    box-shadow: -1px 0 6px rgba(0, 0, 0, .16)
  }

  .slide_type4 .imgbox {
    height: 427px;
    width: auto
  }

  .slide_type4 .imgbox img {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    height: 100%;
    width: auto;
    max-width: none;
    margin: 0 auto
  }

  .slide_type4 .txt {
    text-align: center
  }

  .strong {
    max-width: 1140px;
    margin: 60px auto 40px
  }

  .strong .item {
    width: 25%
  }

  .ttl_b {
    width: 260px;
    margin: 0 auto 2rem
  }

  .ttl_c {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 3rem 0 1.5rem
  }

  .ttl_e {
    font-size: 20px;
    font-size: 1.25rem
  }

  .ttl_f {
    position: relative
  }

  .ttl_f span {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
  }

  .exh .ttl_f span {
    width: auto;
    text-align: center;
    left: auto;
    transform: none
  }

  .youtube {
    padding-top: 60px
  }

  .youtube_box {
    max-width: 560px;
    margin: 0 auto
  }

  .map {
    margin-bottom: 80px
  }

  .event .map {
    padding: 0 calc((100% - 1140px)/2) 60px;
    margin: 0 0 60px
  }

  .map_image {
    max-width: 434px;
    margin: 0 auto 2rem
  }

  .exh .map_image {
    max-width: 890px;
    margin: 0 auto 2rem;
    height: 500px
  }

  .event .map_image {
    max-width: none
  }

  .event .map_image iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
  }

  .map_link {
    width: 320px;
    margin: 0 auto
  }

  .company_list {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .company_item {
    width: calc((100% - 100px)/3)
  }

  .itemlist {
    padding-bottom: 40px
  }

  .big_item .inner {
    background: #fff;
    width: 80vw;
    height: 80vw;
    max-width: 1000px;
    max-height: 800px;
    padding: 28px 1rem 90px;
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }

  .big_item .inner .imgbox2 {
    margin: 0 1rem 20px;
    height: 490px
  }

  .big_item .inner .imgbox2 img {
    max-height: 490px
  }

  .big_item .inner .txt2 {
    margin: 0 1rem 1rem;
    line-height: 2
  }

  .big_item_close {
    width: 60px;
    top: -30px;
    right: -60px
  }

  .post_header {
    max-width: 700px;
    margin: 0 auto;
    background: none
  }

  .post_header_ttl {
    font-size: 32px;
    font-size: 2rem;
    padding: 0 0 2rem;
    text-align: center
  }

  .post_header_img {
    padding: 0;
    margin-bottom: 40px
  }

  .post_header_img img {
    width: 100%;
    max-width: none
  }

  .post_content {
    padding: 0;
    max-width: 660px;
    margin: 0 auto 60px
  }

  .content_ttl {
    font-size: 18px;
    font-size: 1.125rem
  }

  .content_img {
    margin-bottom: 1rem
  }

  .event_cv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .event_cv .btn_type1 {
    margin: 0 1rem
  }

  .event_slider {
    margin-bottom: 2rem
  }

  .event_info {
    padding: 0;
    max-width: 660px;
    margin: 0 auto
  }

  .event_info_list dt {
    width: 3.5rem
  }

  .event_info_list dd {
    width: calc(100% - 3.5rem)
  }

  .event_cv {
    padding: 2rem 0 60px
  }

  .event_content {
    padding: 0 22px 2rem
  }

  .form_box {
    padding: 60px calc((100% - 1000px)/2)
  }

  .accsess_wrap {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    max-width: 910px;
    margin: 60px auto
  }

  .accsess_img {
    width: 60%;
    max-width: 539px;
    height: 335px;
    padding-top: 0
  }

  .exe_map {
    padding: 60px 0
  }

  .exh .map_address {
    position: relative;
    left: 50%;
    transform: translateX(-17%)
  }

  .special {
    max-width: 1000px;
    margin: 80px auto 120px;
    padding: 40px 80px 60px
  }

  .special_ttl {
    width: 100%
  }

  .special .icon {
    text-align: center
  }

  .special .icon img {
    width: 48px
  }

  .special .ttl span {
    display: block;
    font-size: 36px;
    font-size: 2.25rem
  }

  .special .txt {
    width: 420px;
    margin: 0 auto
  }

  .special .img1 {
    width: 327px;
    left: -74px;
    bottom: 19%
  }

  .special .img2 {
    width: 298px;
    right: -49px;
    bottom: 14%
  }

  .faq_nav_list li {
    padding: .2rem .5rem
  }

  .loading_icon .txt {
    font-size: 32px;
    font-size: 2rem
  }

  .loading_icon .txt2 {
    font-size: 34px;
    font-size: 2.125rem
  }

  .loading_icon .txt3 {
    font-size: 21px;
    font-size: 1.3125rem
  }

  .corona, .freearea {
    margin: 0 auto 60px
  }

  .lineup_info {
    max-width: 1140px;
    margin: 1rem auto
  }

  .lineup_eye {
    max-width: 1180px;
    margin: 2rem auto;
    padding: 0
  }

  .lineup_txt {
    text-align: center
  }

  .lineup_links {
    padding: 60px
  }

  .lineup_links li {
    width: 22%
  }

  .model_lists {
    justify-content: flex-start;
    gap: 0 20px
  }

  .model_list_box {
    width: calc((100% - 60px)/4)
  }

  .model_list_box .tel {
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    width: 100%;
    height: 38px;
    border-radius: 0;
    bottom: -38px;
    left: 0
  }

  .model_list_box .tel a {
    display: block;
    color: #fff
  }

  .model_list_box .tel_txt {
    display: inline-block
  }

  .model_list_box .tel_icon {
    margin-right: 1rem;
    margin-left: -1rem
  }

  .model_lists3 {
    gap: 0 20px
  }

  .reservation_alert .txt {
    text-align: center
  }

  .movie_list {
    max-width: 1170px;
    margin: 40px auto 80px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2rem
  }

  .movie_item {
    width: calc((100% - 2rem)/2);
    margin-bottom: 0
  }

  .cat_list {
    max-width: 1170px;
    margin: 80px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap
  }

  .cat_list2 {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto 3rem;
    display: flex;
    flex-wrap: wrap
  }

  .postbox {
    width: calc((100% - 40px)/2)
  }

  .postbox:nth-of-type(2n + 1) {
    margin-right: 40px
  }

  .postbox_img {
    height: 312px
  }

  .postbox2 {
    width: calc((100% - 60px)/3);
    margin-bottom: 60px
  }

  .postbox2:not(:nth-of-type(3n + 3)) {
    margin-right: 30px
  }

  .postbox2_img {
    height: 312px
  }

  .search_link {
    display: flex;
    flex-wrap: wrap;
    width: 100%
  }

  .search_link.-harf {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc((100% - 30px) / 6));
    gap: 5px
  }

  .search_link.-harf li {
    width: 100%;
    background: url(../images/icon-arrow_b.svg) no-repeat center right 5px;
    background-size: 21px auto;
    display: block
  }

  .search_link.-movie li {
    margin: 0
  }

  .search_link.-movie li a {
    display: block
  }

  .search_link li {
    background: url(../images/icon-arrow_b.svg) no-repeat right .3rem center;
    background-size: 1.2rem auto;
    width: 25%;
    text-align: center
  }

  .search_link2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem
  }

  .search_link2 li {
    margin-right: 3rem;
    background: url(../images/icon-arrow_r.svg) no-repeat right center;
    background-size: 1.2rem auto;
    padding-right: 1.8rem;
    border: none
  }

  .search.event {
    max-width: 1140px;
    margin: 2rem auto;
    padding: 1rem 5rem;
    background: rgba(188, 166, 90, .13);
    display: flex;
    flex-wrap: wrap
  }

  .search.event .ttl_d {
    width: 100%
  }

  .search.house {
    padding: 40px 22px 1rem;
    background: rgba(188, 166, 90, .13);
    max-width: 1180px;
    margin: 0 auto 60px
  }

  .search_link li {
    border: none;
    margin: 0 auto
  }

  .event .search_box {
    width: 25%
  }

  .search_box_count {
    max-width: 1165px;
    margin: 0 auto 2rem
  }

  .event .search_box_parent {
    background: url(../images/icon-arrow_b.svg) no-repeat right .3rem center;
    background-size: 1.2rem auto;
    text-align: center
  }

  .house .search_box_parent {
    background: none;
    font-size: 21px;
    font-size: 1.3125rem;
    border: none;
    padding-left: 0
  }

  .search_box_parent2 {
    background: url(../images/icon-arrow_b.svg) no-repeat center right 30px;
    background-size: 1.2rem auto;
    padding-left: 0;
    border: none;
    text-align: center
  }

  .search_box_child {
    display: none
  }

  .house .search_box_child {
    display: block;
    margin-bottom: 40px
  }

  .event .search_box_child {
    position: absolute;
    left: calc((100% - 1140px)/2);
    max-width: 1140px;
    width: 100%;
    margin-top: 20px
  }

  .search_box_btn, .search_box_btn4 {
    width: 175px;
    margin-top: 60px
  }

  .event .search_box_btn, .event .search_box_btn4 {
    margin-top: 10px
  }

  .search_box_btn2 {
    width: 175px;
    margin-top: 60px
  }

  .event .search_box_btn2 {
    margin-top: 10px
  }

  .search_list {
    padding: 0
  }

  .search_list.big li {
    width: calc((100% - 30px)/4);
    padding: 1.5em .5em
  }

  .search_list.big li:not(:nth-of-type(6n+6)) {
    margin-right: 0
  }

  .search_list.big li:not(:nth-of-type(4n+4)) {
    margin-right: 10px
  }

  .search_list li {
    background: #fff;
    text-align: center;
    width: calc((100% - 50px)/6)
  }

  .search_list li:not(:nth-of-type(6n+6)) {
    margin-right: 10px
  }

  .event .search_list li {
    width: calc((100% - 30px)/4)
  }

  .event .search_list li:not(:nth-of-type(4n+4)) {
    margin-right: 10px
  }

  .event .search_list li:nth-of-type(4n+4) {
    margin-right: 0
  }

  .more {
    width: 120px;
    margin: 3rem auto
  }

  .maker_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .maker_list_wrap {
    padding: 0 0 80px 0;
    max-width: 1040px;
    margin: 0 auto
  }

  .maker_list_box {
    width: calc((100% - 50px)/2)
  }

  .maker_list_box .img {
    width: 240px
  }

  .maker_list_box .content {
    width: calc(100% - 240px)
  }

  .maker_list_box .name {
    font-weight: bold;
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 1rem 0
  }

  .maker_spec {
    padding: 0 22px
  }

  .maker_spec .img {
    width: 400px;
    margin: 0 auto 40px
  }

  .maker_spec .name {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem
  }

  .maker_spec .url {
    text-align: center;
    margin-bottom: 1rem
  }

  .maker_spec .txt {
    line-height: 1.8;
    margin-bottom: 2rem;
    width: 400px;
    margin: 0 auto 40px
  }

  .subttl {
    width: 100%
  }

  .house_more_section {
    display: none
  }
}

@media screen and (min-width: 381px) {
  br.sp_show {
    display: none
  }
}

@media screen and (min-width: 1200px) {
  .header .list_icon li {
    width: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 23px;
    min-width: 100px
  }
}

/*# sourceMappingURL=../css/style.min.css.map */








@media screen and (max-width:768px) {
/* ポップアップが開いている時のbody固定 */
.single-house body.popup-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ポップアップの内側コンテナ */
.single-house .inner {
    position: relative;
    max-height: 90vh;
    /* overflow-y: auto; */
    /* margin: 5vh auto; */
    padding: 20px;
    background: #fff;
    /* 既存のスタイルを維持 */
}

/* テキストエリアのスクロール設定 */
.single-house .txt2 {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}

/* スクロールバーのスタイル(オプション) */
.single-house .inner::-webkit-scrollbar,
.single-house .txt2::-webkit-scrollbar {
    width: 8px;
}

.single-house .inner::-webkit-scrollbar-track,
.single-house .txt2::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.single-house .inner::-webkit-scrollbar-thumb,
.single-house .txt2::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.single-house .inner::-webkit-scrollbar-thumb:hover,
.single-house .txt2::-webkit-scrollbar-thumb:hover {
    background: #555;
}
}