﻿@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../../../house/_fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../../../house/_fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../../../house/_fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../../../house/_fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype")
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../../../house/_fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../../../house/_fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../../../house/_fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../../../house/_fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype")
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../../../house/_fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../../../house/_fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../../../house/_fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../../../house/_fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype")
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir="rtl"] .slick-slide {
  float: right
}
.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 transparent
}
.slick-arrow.slick-hidden {
  display: none
}
img {
  outline: 0
}
button.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  height: 50px;
  width: 50px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  background: transparent;
  cursor: pointer;
  border: 0;
  margin-top: -25px
}
button.slick-arrow.slick-next {
  right: -50px
}
button.slick-arrow.slick-next::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg)
}
button.slick-arrow.slick-prev {
  left: -50px
}
button.slick-arrow.slick-prev::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(45deg)
}
.slick-dots {
  margin-top: 15px
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #bbb;
  border-radius: 50%
}
.slick-dots li button {
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 0;
  background: transparent
}
.slick-dots li.slick-active {
  background: #565656
}
.slick-slide:focus {
  outline: none
}
body {
  font-size: 13px;
  font-family: 'Noto Sans Japanese', 'Roboto', sans-serif;
  line-height: 1.4
}
* {
  box-sizing: border-box
}
h1, h2, h3 {
  font-weight: 400
}
img {
  max-width: 100%
}
.inner {
  width: 1024px;
  margin: 0 auto
}
.sp {
  display: none
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    min-width: 980px;
    padding: 0 10px
  }
}
@media screen and (max-width: 768px) {
  .inner {
    min-width: 100%
  }
  img.sp {
    display: inline-block
  }
  .pc, img.pc {
    display: none
  }
  .sp {
    display: block
  }
  img {
    max-width: 100%;
    height: auto
  }
  a, a:link {
    -webkit-transition: none;
    transition: none
  }
  a:hover {
    opacity: 1
  }
}
.notes {
  font-size: 10px;
  color: #666;
  line-height: 1.4
}
#spmenu {
  display: none
}
@media screen and (max-width: 768px) {
  #spmenu {
    display: block;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 36px;
    height: 36px;
    z-index: 9999999;
    font-size: 10px
  }
  #spmenu {
    background: #666
  }
  #spmenu a, #spmenu a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box
  }
  #spmenu a {
    position: relative;
    width: 36px;
    height: 36px
  }
  #spmenu a span {
    position: absolute;
    left: 5px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px
  }
  #spmenu a span:nth-of-type(1) {
    top: 10px
  }
  #spmenu a span:nth-of-type(2) {
    top: 17px
  }
  #spmenu a span:nth-of-type(3) {
    bottom: 10px
  }
  #spmenu a.active span:nth-of-type(1) {
    width: 45%;
    -webkit-transform: translate3d(1px, 3px, 0) rotate(45deg);
    transform: translate3d(1px, 3px 0) rotate(45deg)
  }
  #spmenu a.active span:nth-of-type(2) {
    -webkit-transform: translate3d(1px, 0, 0) rotate(-45deg);
    transform: translate3d(1px, 0, 0) rotate(-45deg)
  }
  #spmenu a.active span:nth-of-type(3) {
    width: 34%;
    -webkit-transform: translate3d(13px, -1px, 0) rotate(45deg);
    transform: translate3d(13px, -1px, 0) rotate(45deg)
  }
}
#header {
  position: relative;
  width: 100%;
  padding: 0;
  border-top: 1px solid #ccc;
  z-index: 999999;
  background: #fff
}
@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    border-top: 0;
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.3)
  }
  body {
    padding-top: 50px
  }
}
#siteId {
  width: 1024px;
  margin: 10px auto;
  line-height: 0
}
#l-header {
  height: 30px
}
body.fixed #wrap {
  padding-top: 50px
}
@media screen and (max-width: 1024px) {
  #siteId {
    width: 100%;
    padding: 0 10px
  }
  #global .btn {
    right: 10px
  }
}
@media screen and (max-width: 768px) {
  #global .menu li {
    width: 100%
  }
  #siteId {
    position: relative
  }
  #siteId img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
  }
}
@media screen and (max-width: 768px) {
  #siteId {
    width: 100%;
    margin: 6px auto;
    padding: 0 10px
  }
}
#siteId span {
  display: none
}
#siteId img {
  width: 340px;
  height: auto
}
@media screen and (max-width: 768px) {
  #siteId img {
    width: auto;
    height: 38px
  }
}
#global {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  font-weight: 500;
  letter-spacing: 0.05em
}
@media screen and (max-width: 768px) {
  #global {
    border: 0
  }
}
#global .inner {
  position: relative
}
#global li {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  text-align: center
}
#global .menu {
  position: relative;
  display: flex;
  border-left: 1px solid #888
}
@media screen and (max-width: 768px) {
  #global .menu {
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    height: 100vh;
    border-left: 0;
    background: #f0ede6;
    color: #444
  }
  #global .inner {
    padding: 0
  }
}
#global .menu li {
  position: relative;
  width: calc(100%/6);
  border-right: 1px solid #888
}
@media screen and (max-width: 768px) {
  #global .menu li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
  }
}
#global .menu li span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #a1a1a1
}
#global .menu a {
  position: relative;
  display: block;
  padding: 8px 20px 7px 20px;
  transition: .2s
}
@media all and (-ms-high-contrast: none) {
  #global .menu a {
    padding: 11px 20px 4px 20px
  }
}
@media screen and (max-width: 768px) {
  #global .menu a {
    padding: 8px 0 6px 0;
    transition: none;
    color: #444;
    font-size: 15px
  }
  #global .menu li span {
    color: #444
  }
}
#global .menu a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e4d021;
  opacity: 0;
  transition: .2s
}
@media screen and (max-width: 768px) {
  #global .menu a::after {
    display: none
  }
  #global .menu li.outline {
    display: block
  }
}
#global .menu li a span.m-new {
  position: absolute;
  display: inline;
  top: -14px;
  right: -21px;
  padding: 4px;
  font-size: 0.9rem;
  line-height: 1em;
  background: #C00;
  color: #FFF
}
#global .menu a.current::after, #global .menu a.current:hover::after, #global .menu a:hover::after {
  opacity: 1
}
body.home #global .menu li.home a::after {
  opacity: 1
}
body.division #global .menu li.division a::after {
  opacity: 1
}
body.plan #global .menu li.plan a::after {
  opacity: 1
}
body.map #global .menu li.map a::after {
  opacity: 1
}
body.location #global .menu li.location a::after {
  opacity: 1
}
body.concept #global .menu li.concept a::after {
  opacity: 1
}
body.landscape #global .menu li.landscape a::after {
  opacity: 1
}
body.interior #global .menu li.interior a::after {
  opacity: 1
}
body.outline #global .menu li.outline a::after {
  opacity: 1
}
#global .btn {
  position: absolute;
  right: 0;
  bottom: 60px
}
#global .btn li {
  display: inline-block;
  margin-left: 5px
}
#global .btn li a {
  display: block;
  padding: 10px 80px;
  border-radius: 0;
  font-weight: 700;
  transition: .2s;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #222;
  border: 1px solid #666
}
@media screen and (max-width: 768px) {
  #global .btn li a {
    transition: none
  }
}
@media all and (-ms-high-contrast: none) {
  #global .btn li a {
    padding: 13px 80px 7px 80px
  }
}
@media screen and (max-width: 768px) {
  #global .btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    text-align: center
  }
  #global .btn.z-index {
    z-index: -1
  }
  #global .btn li {
    display: inline-block;
    width: 44%;
    margin: 0 1.5%
  }
  #global .btn.noreserve li {
    width: 80%
  }
  #global .btn li a {
    padding: 10px 0
  }
}
#global .btn li.request a {
  background: #a4d1d7
}
#global .btn li.reserve a {
  background: #ffee08
}
#global .btn li.request a:hover {
  opacity: 0.8
}
#global .btn li.reserve a:hover {
  opacity: 0.8
}
@media screen and (max-width: 768px) {
  #global .btn li.request a:hover {
    opacity: 1
  }
  #global .btn li.reserve a:hover {
    opacity: 1
  }
}
#global .btn li.reserve a:hover span {
  opacity: 1
}
#global .btn li.reserve a span {
  position: absolute;
  bottom: -105px;
  left: 5px
}
#pagetop {
  text-align: center
}
#pagetop a {
  display: block;
  padding: 8px 0;
  background: #ccc;
  font-size: 1.3rem;
  color: #666;
  line-height: 1
}
@media all and (-ms-high-contrast: none) {
  #pagetop a {
    padding: 11px 0 5px 0
  }
}
#contactbox {
  padding: 25px 0 30px 0;
  background: #f0ede6;
  color: #333
}
#contactbox.noform {
  text-align: center
}
#contactbox .telbox {
  float: left;
  width: 60%
}
@media screen and (max-width: 768px) {
  #contactbox .telbox {
    float: none;
    width: 100%;
    text-align: center
  }
}
#contactbox.noform .telbox {
  float: none;
  width: auto;
  display: inline-block
}
#contactbox .btn {
  float: left;
  width: 40%
}
@media screen and (max-width: 768px) {
  #contactbox .btn {
    display: none
  }
}
#contactbox h2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500
}
#contactbox h2 span {
  display: block;
  width: 120px;
  height: 1px;
  margin: 5px auto 0 auto;
  background: #666
}
#contactbox .name {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700
}
#contactbox .tel {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 4.0rem;
  font-family: Roboto Condensed
}
#contactbox .tel a {
  color: #111
}
#contactbox .tel img {
  width: auto;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle
}
#contactbox .day {
  display: inline-block;
  font-size: 1.2rem;
  color: #111
}
#contactbox .day span {
  display: block
}
#contactbox p {
  margin-bottom: 20px;
  letter-spacing: 0.05em
}
#contactbox .btn li a {
  position: relative;
  display: block;
  padding: 15px 0;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  transition: .2s;
  background: #a4d1d7;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #666;
  color: #222
}
@media all and (-ms-high-contrast: none) {
  #contactbox .btn li a {
    padding: 19px 0 11px 0
  }
}
#contactbox .btn li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -6px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #222;
  transition: .2s
}
#contactbox .btn li.request a {
  background: #a4d1d7
}
#contactbox .btn li.reserve a {
  margin-bottom: 10px;
  background: #ffee08
}
#contactbox .btn li.request a:hover::after {
  right: 8px
}
#contactbox .btn li.reserve a:hover::after {
  right: 8px
}
#footer {
  clear: both;
  width: 100%;
  padding: 10px 0;
  background: #efefef;
  text-align: center;
  border-top: 1px solid #fff
}
#footer li {
  font-size: 1.1rem;
  display: inline-block
}
#footer li a {
  color: #333
}
#footer li::after {
  content: '｜';
  margin: 0 15px
}
#footer li:last-child::after {
  content: none
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0;
    border-top: 1px solid #ddd
  }
  #footer li {
    float: left;
    display: block;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd
  }
  #footer li:nth-child(1), #footer li:nth-child(2n+1) {
    border-right: 1px solid #ddd
  }
  #footer li a {
    display: block;
    padding: 8px 0
  }
  #footer li::after {
    content: none;
    margin: 0
  }
  #footer li:last-child::after {
    content: none
  }
}
.col2 li {
  float: left;
  width: 48%
}
.col2 li:nth-child(2n) {
  float: right
}
.col3 li {
  float: left;
  width: 32.2%;
  margin-right: 1.7%;
  margin-bottom: 16px
}
.col3 li:nth-child(3n) {
  margin-right: 0
}
.col4 li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 15px
}
.col4 li:nth-child(4n) {
  margin-right: 0
}
@media screen and (max-width: 768px) {
  .col2 li {
    float: none;
    width: 100%;
    margin-bottom: 10px
  }
  .col2 li:nth-child(2n) {
    float: none
  }
  .col3 li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
  }
  .col3 li:nth-child(3n) {
    margin-right: 0
  }
  .col4 li {
    float: left;
    width: 48%;
    margin-right: 0
  }
  .col4 li:nth-child(2n) {
    float: right
  }
  .col4 li:nth-child(2n+1) {
    clear: both
  }
}
.pink {
  color: #7b4150
}
.red {
  color: #f00
}
.mtxt {
  font-size: 1.4rem
}
em {
  font-weight: 500;
  font-style: normal
}
#contents {
  padding-bottom: 30px
}
#contents p {
  line-height: 1.6em
}
.pagetitle {
  margin: 30px 0 50px 0;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.2em;
  font-size: 2.8rem
}
.pagetitle span.en {
  display: block;
  font-size: 1.0rem;
  color: #a1a1a1;
  letter-spacing: 0.08em
}
@media screen and (max-width: 768px) {
  .pagetitle {
    margin-bottom: 30px;
    font-size: 2.2rem
  }
}
.lead {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 16px
  }
}
.lead2 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em
}
@media screen and (max-width: 768px) {
  .lead2 {
    font-size: 20px
  }
}
.lead3 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2 !important
}
@media screen and (max-width: 768px) {
  .lead3 {
    font-size: 15px;
    line-height: 1.7
  }
}
.hdtit2 {
  margin-bottom: 20px;
  padding: 10px;
  border-left: 8px solid #669966;
  font-weight: 700;
  font-size: 1.8rem;
  background: #f4f4f4;
  border-radius: 0;
  letter-spacing: 0.05em;
  color: #443a38
}
.hdtit3 {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 0;
  color: #7b4150;
  border-bottom: 1px dotted #7b4150
}
@media screen and (max-width: 768px) {
  .hdtit2 {
    font-size: 1.6rem
  }
  .hdtit3 {
    font-size: 1.4rem
  }
}
.inner-s {
  width: 800px;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .inner-s {
    width: 100%
  }
}
.aligncenter {
  text-align: center
}
.alignleft {
  text-align: left
}
.alignright {
  text-align: right
}
table.tblsyle01 {
  width: 100%;
  margin-bottom: 20px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc
}
table.tblsyle01 caption {
  margin-bottom: 5px;
  text-align: left;
  font-weight: 700;
  font-size: 1.4rem
}
.tblsyle01 th, .tblsyle01 td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}
.tblsyle01 th {
  background: #f0ede6
}
.tblsyle01.divisiontbl td br {
  display: none
}
table.tblsyle01.center th, table.tblsyle01.center td {
  text-align: center
}
table.tblsyle01.left th, table.tblsyle01.left td {
  text-align: left
}
.tblsyle01.outline th {
  width: 185px
}
@media screen and (max-width: 768px) {
  table.tblsyle01 {
    width: 100%
  }
  table.tblsyle01 caption {
    font-size: 1.3rem
  }
  .outline .tblsyle01 th, .outline .tblsyle01 td {
    display: block;
    box-sizing: border-box
  }
  .tblsyle01.divisiontbl td {
    height: 50px;
    vertical-align: middle
  }
  .tblsyle01.divisiontbl td br {
    display: block
  }
  .tblsyle01.outline th {
    width: 100%;
    box-sizing: border-box
  }
}
#contents p {
  margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  #contents p {
    margin-bottom: 15px
  }
}
#kv {
  margin: 10px 0 50px 0;
  text-align: center;
  line-height: 0
}
@media screen and (max-width: 768px) {
  #kv {
    margin: 0 0 30px 0
  }
  #kv .inner {
    padding: 0
  }
}
.bnrarea {
  margin-bottom: 40px
}
.campaignbnr {
  width: 100%;
  max-width: 560px;
  margin: 10px auto
}
.campaignbnr img {
  width: 100%;
  border: 1px solid #ccc
}
.reservebnr {
  text-align: center;
  margin-bottom: 15px
}
.bnrarea li a {
  position: relative;
  display: block;
  padding: 10px;
  padding-bottom: 6px;
  border: 1px solid #ccc;
  transition: .3s
}
.bnrarea li a:hover {
  border-color: #555
}
.bnrarea li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  margin-top: -6px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #837160
}
.bnrarea .pict {
  display: table-cell;
  width: 30%;
  vertical-align: top
}
.bnrarea .pict img {
  width: 100%;
  height: auto;
  box-sizing: border-box
}
.bnrarea h2 {
  display: table-cell;
  width: 62%;
  padding: 3px 5% 5px 3%;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #443a38
}
.bnrarea .lifestyle_bnr h2 {
  color: #bb770c
}
.bnrarea h2 span {
  display: block;
  margin: 5px 0 0 0;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5em;
  color: #111
}
.bnrarea h2 span.new {
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 3px 5px;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1em;
  color: #fff;
  background: #C00
}
#topicswrap #topics {
  float: left;
  width: 57%
}
@media screen and (max-width: 768px) {
  #topicswrap #topics {
    float: none;
    width: 100%;
    margin-bottom: 30px
  }
}
#topicswrap #topics a {
  text-decoration: underline
}
#topicswrap #topics a:hover {
  text-decoration: none !important
}
#topicswrap .hd {
  margin-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  color: #443a38;
  letter-spacing: 0.05em;
  font-weight: 500
}
#topicswrap #topics dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd
}
#topicswrap #aside {
  float: right;
  width: 39%
}
@media screen and (max-width: 768px) {
  #topicswrap #aside {
    width: 100%
  }
}
#top-pickup ul {
  display: flex
}
@media screen and (max-width: 768px) {
  #top-pickup ul {
    padding: 0 5px
  }
}
#top-pickup ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px
}
@media screen and (max-width: 768px) {
  #top-pickup ul li {
    margin-right: 20px
  }
}
#top-pickup ul li:nth-child(3) {
  margin-right: 0
}
.mb40 {
  margin-bottom: 40px !important
}
#mv {
  margin-bottom: 30px
}
span.caption {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  color: #666;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-style: normal;
  font-display: swap;
  text-align: right;
  line-height: 1.3
}
@media screen and (max-width: 768px) {
  span.caption {
    text-align: left
  }
}