#news .btn a, #location .btn a, #gallery .btn a, #plan .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 80px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 27px;
}
#news .btn a:hover, #location .btn a:hover, #gallery .btn a:hover, #plan .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #news .btn a, #location .btn a, #gallery .btn a, #plan .btn a {
    max-width: 280px;
    height: 70px;
    font-size: 16px;
    background-position: center right 20px;
    background-size: 20px;
  }
}

#news h2, #location h2, #gallery h2, #plan h2, #property h2 {
  font-size: 72px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
#news h2 small, #location h2 small, #gallery h2 small, #plan h2 small, #property h2 small {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: 1179px) {
  #news h2, #location h2, #gallery h2, #plan h2, #property h2 {
    font-size: 50px;
  }
  #news h2 small, #location h2 small, #gallery h2 small, #plan h2 small, #property h2 small {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #news h2, #location h2, #gallery h2, #plan h2, #property h2 {
    font-size: 34px;
  }
  #news h2 small, #location h2 small, #gallery h2 small, #plan h2 small, #property h2 small {
    font-size: 14px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainimage .image.galleryanimation {
  position: sticky;
  overflow: hidden;
  top: 0;
  height: 100vh;
  /*  @include tab {
    top: 90px;
  }
  @include sp {
    top: 0px;
  } */
}
#mainimg #mainimage .image.galleryanimation img {
  transition: transform 1.6s ease-out, filter 1.2s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  filter: blur(10px);
  transform: scale(1.6);
}
#mainimg #mainimage .image.galleryanimation.animation_on img {
  filter: blur(0);
  transform: scale(1);
}
#mainimg #mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: fixed;
  left: 0;
  /*  top: 50%;
  transform: translateY(-50%); */
  bottom: 50%;
  transform: translateY(50%);
  width: 100%;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #fff;
}
#mainimg .catch.fixednone {
  position: absolute;
  bottom: 50vh;
}
#mainimg .catch img {
  max-width: 300px;
}
#mainimg .catch p {
  margin-top: 25px;
  display: block;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-shadow: 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7);
}
#mainimg .catch h2 {
  font-weight: 400;
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-shadow: 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7), 0 0 38px rgba(0, 0, 0, 0.7);
}
#mainimg .reserve {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding-top: 3px;
  width: 439.5px;
  height: 139.5px;
  background: url(../images/prbnr.png) no-repeat center/cover;
  font-size: 23px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
}
#mainimg .reserve a {
  transition: all 0.5s ease-out;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  height: calc(100% - 36px);
}
#mainimg .reserve a:hover {
  opacity: 0.6;
}
#mainimg .reserve.fixednone {
  position: absolute;
}
@media (max-width: 1179px) {
  #mainimg .catch p {
    margin-top: 25px;
    font-size: 34px;
    margin-top: 2.1186440678vw;
    font-size: 2.8813559322vw;
    text-shadow: 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7);
  }
  #mainimg .catch h2 {
    font-size: 60px;
    font-size: 5.0847457627vw;
    text-shadow: 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7), 0 0 3.2203389831vw rgba(0, 0, 0, 0.7);
  }
  #mainimg .reserve {
    bottom: 10px;
    right: 15px;
    width: 351.6px;
    height: 111.6px;
    font-size: 18px;
  }
  #mainimg .reserve a {
    width: calc(100% - 30px);
    height: calc(100% - 26px);
  }
}
@media (max-width: 767px) {
  #mainimg #mainimage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #mainimg .catch img {
    max-width: 240px;
  }
  #mainimg .reserve {
    bottom: 50px;
    right: 0px;
    width: 241.725px;
    height: 76.725px;
    font-size: 15px;
  }
  #mainimg .reserve a {
    width: calc(100% - 20px);
    height: calc(100% - 18px);
  }
  #mainimg .reserve.fixednone {
    bottom: 0px;
  }
}

/* ----------------------------------------------
property
------------------------------------------------- */
#property {
  margin-bottom: 130px;
  background-color: #121212;
}
#property h2 {
  margin-bottom: 50px;
}
#property .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#property #propertyslider {
  padding: 40px 10px;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#property #propertyslider .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  content: "";
  color: transparent;
  font: 0/0 a;
}
#property #propertyslider .slick-arrow.slick-prev {
  left: -50px;
  background: url(../images/prev-arrow.png) no-repeat center/cover;
}
#property #propertyslider .slick-arrow.slick-next {
  right: -50px;
  background: url(../images/next-arrow.png) no-repeat center/cover;
}
#property #propertyslider .block {
  margin: 0 20px;
  position: relative;
}
#property #propertyslider .block .image {
  position: relative;
}
#property #propertyslider .block .image:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 116px;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
#property #propertyslider .block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/234;
  -o-object-fit: cover;
     object-fit: cover;
}
#property #propertyslider .block a {
  transition: all 0.5s ease-out;
  position: relative;
  text-decoration: none;
  display: block;
}
#property #propertyslider .block a:hover {
  opacity: 0.6;
}
#property #propertyslider .block .point {
  position: absolute;
  top: 0;
  left: 25px;
  width: 64px;
  height: 80px;
  color: #fff;
  text-align: center;
  background-color: #000000;
}
#property #propertyslider .block .point small {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#property #propertyslider .block .point p {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#property #propertyslider .block .title {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.57), 0 0 10px rgba(0, 0, 0, 0.57), 0 0 10px rgba(0, 0, 0, 0.57), 0 0 10px rgba(0, 0, 0, 0.57), 0 0 10px rgba(0, 0, 0, 0.57);
}
#property #propertyslider .block .title .small {
  display: block;
  margin-bottom: 3px;
  font-size: 20px;
}
#property #propertyslider .block .title strong {
  color: #ffae2f;
}
#property .bottom {
  height: 200px;
  display: flex;
  align-items: center;
  font-size: 38px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  color: #fff;
}
#property .bottom .itemtext {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
}
#property .bottom .number {
  font-size: 61px;
}
#property .bottom .text1 {
  font-size: 30px;
}
#property .bottom .text2 {
  font-size: 25px;
}
@media (max-width: 1399px) {
  #property #propertyslider .slick-arrow.slick-prev {
    left: 10px;
  }
  #property #propertyslider .slick-arrow.slick-next {
    right: 10px;
  }
}
@media (max-width: 1179px) {
  #property #propertyslider .block {
    margin: 0 10px;
  }
  #property #propertyslider .block .image:before {
    height: 80px;
  }
  #property #propertyslider .block .image img {
    min-height: 200px;
  }
  #property #propertyslider .block .point {
    left: 15px;
    width: 56px;
    height: 58px;
  }
  #property #propertyslider .block .point small {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1;
  }
  #property #propertyslider .block .point p {
    font-size: 34px;
    line-height: 1;
  }
  #property #propertyslider .block .title {
    bottom: 10px;
    padding: 0 10px;
    font-size: 20px;
  }
  #property #propertyslider .block .title .small {
    font-size: 15px;
  }
  #property .bottom {
    font-size: 30px;
  }
  #property .bottom .itemtext {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  #property .bottom .number {
    font-size: 50px;
  }
  #property .bottom .text1 {
    font-size: 24px;
  }
  #property .bottom .text2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #property {
    margin-bottom: 80px;
  }
  #property #propertyslider .block .image:before {
    height: 70px;
  }
  #property #propertyslider .block .image img {
    min-height: 160px;
  }
  #property #propertyslider .block .point {
    left: 10px;
    width: 52px;
    height: 56px;
  }
  #property #propertyslider .block .point p {
    font-size: 30px;
  }
  #property #propertyslider .block .title {
    font-size: 18px;
  }
  #property #propertyslider .block .title .small {
    font-size: 14px;
  }
  #property .bottom {
    height: 26.075619296vw;
    font-size: 3.9113428944vw;
    color: #fff;
  }
  #property .bottom .itemtext {
    gap: 3.9113428944vw;
  }
  #property .bottom .number {
    font-size: 6.518904824vw;
  }
  #property .bottom .text1 {
    font-size: 3.1290743155vw;
  }
  #property .bottom .text2 {
    font-size: 2.8683181226vw;
  }
}
/* ----------------------------------------------
plan
------------------------------------------------- */
#plan {
  margin-bottom: 100px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
#plan .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#plan h2 {
  margin-bottom: 40px;
}
#plan .text {
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #dcdcdc;
}
#plan .plancontents {
  display: flex;
  justify-content: space-between;
}
#plan .plancontents .imgbox {
  width: 47.4576271186%;
  border: solid 2px #f9f8f4;
}
#plan .plancontents .imgbox a {
  transition: all 0.5s ease-out;
}
#plan .plancontents .imgbox a:hover {
  opacity: 0.6;
}
#plan .plancontents .imgbox img {
  width: 100%;
}
#plan .plancontents .txtbox {
  width: 50%;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
#plan .plancontents .txtbox .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  height: 80px;
  font-size: 24px;
  background-color: #f9f8f4;
}
#plan .plancontents .txtbox .plantext {
  margin-bottom: 50px;
  font-size: 16px;
}
#plan .plancontents .txtbox .plantext li {
  display: flex;
}
#plan .plancontents .txtbox .plantext li + li {
  margin-top: 5px;
}
#plan .plancontents .txtbox .plantext li:before {
  margin-top: 9px;
  margin-right: 7px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
#plan .plancontents .txtbox .floors {
  display: flex;
  justify-content: space-between;
}
#plan .plancontents .txtbox .floors .floor {
  width: 45.7627118644%;
  padding: 10px;
  border: solid 2px #f9f8f4;
  text-align: center;
}
#plan .plancontents .txtbox .floors .floor a {
  transition: all 0.5s ease-out;
}
#plan .plancontents .txtbox .floors .floor a:hover {
  opacity: 0.6;
}
#plan .btn {
  margin-top: 60px;
}
#plan .btn a {
  margin: 0 auto;
}
@media (max-width: 1179px) {
  #plan .text {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  #plan .plancontents .txtbox .title {
    margin-bottom: 20px;
    height: 50px;
    font-size: 20px;
  }
  #plan .plancontents .txtbox .plantext {
    margin-bottom: 30px;
    font-size: 15px;
  }
  #plan .plancontents .txtbox .plantext li {
    display: flex;
  }
  #plan .plancontents .txtbox .plantext li:before {
    margin-top: 6px;
  }
  #plan .plancontents .txtbox .floors .floor {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #plan {
    margin-bottom: 80px;
  }
  #plan .text {
    font-size: 15px;
  }
  #plan .plancontents {
    flex-direction: column;
    align-items: center;
  }
  #plan .plancontents .imgbox {
    margin-bottom: 15px;
  }
  #plan .plancontents .imgbox,
  #plan .plancontents .txtbox {
    width: 100%;
    max-width: 500px;
  }
  #plan .plancontents .txtbox .title {
    height: 46px;
    font-size: 18px;
  }
}
/* ----------------------------------------------
gallery
------------------------------------------------- */
#gallery {
  margin-bottom: 140px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  padding-top: 140px;
  padding-bottom: 100px;
}
#gallery h2 {
  text-align: center;
  margin-bottom: 60px;
  color: #fff !important;
}
#gallery h2 small {
  color: #fff !important;
}
#gallery .gallerycontents .image img {
  height: 100%;
}
#gallery .gallerycontents .image.galleryanimation {
  position: sticky;
  top: 0px;
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 1179px) {
  #gallery .gallerycontents .image.galleryanimation {
    top: 90px;
  }
}
@media (max-width: 767px) {
  #gallery .gallerycontents .image.galleryanimation {
    top: 0px;
  }
}
#gallery .gallerycontents .image.galleryanimation img {
  transition: transform 1s ease-out, filter 0.8s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  filter: blur(10px);
  transform: scale(1.2);
}
#gallery .gallerycontents .image.galleryanimation.animation_on img {
  filter: blur(0);
  transform: scale(1);
}
#gallery .btn {
  margin-top: 90px;
}
#gallery .btn a {
  margin: 0 auto;
  background-color: #fff !important;
  background-image: url(../images/btn-arrow2.png);
}
@media (max-width: 1179px) {
  #gallery {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  #gallery .btn {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #gallery {
    margin-bottom: 80px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  #gallery h2 {
    margin-bottom: 40px;
  }
  #gallery .btn {
    margin-top: 60px;
  }
}
/* ----------------------------------------------
location
------------------------------------------------- */
#location {
  margin-bottom: 90px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
#location h2 {
  margin-bottom: 40px;
}
#location .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#location .locationcontents .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
#location .locationcontents .text {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.025em;
  padding-bottom: 30px;
  border-bottom: solid 1px #dcdcdc;
}
#location .locationcontents .maps {
  max-width: 1000px;
  margin: 0 auto;
}
#location .locationcontents .maps .map {
  margin-bottom: 40px;
  /*  height: 640px;
  iframe {
    width: 100%;
    height: 100%;
  } */
}
#location .locationcontents .maps .area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  gap: 35px;
  background-color: #390609;
}
#location .locationcontents .maps .area p {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
#location .locationcontents .maps .area p:before {
  margin-right: 10px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
#location .btn {
  margin-top: 60px;
}
#location .btn a {
  margin: 0 auto;
}
#location .calloutset.col4 {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
#location .calloutset.col4 .block {
  width: 22.0338983051%;
}
#location .calloutset.col4 .block:not(:nth-child(4n+1)) {
  margin-left: 3.9548022599%;
}
#location .calloutset.col4 .image {
  margin-bottom: 10px;
}
#location .calloutset.col4 .image img {
  width: 100%;
  height: auto;
}
#location .calloutset.col4 .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
#location .calloutset.col4 .text {
  font-size: 16px;
}
@media (max-width: 1179px) {
  #location .locationcontents .title {
    font-size: 28px;
  }
  #location .locationcontents .text {
    font-size: 16px;
    padding-bottom: 20px;
  }
  #location .locationcontents .maps .map {
    /*    height: 360px; */
  }
  #location .locationcontents .maps .area {
    height: 80px;
    gap: 30px;
  }
  #location .locationcontents .maps .area p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #location {
    margin-bottom: 70px;
  }
  #location .calloutset.col4 {
    justify-content: space-between;
  }
  #location .calloutset.col4 .block {
    width: 45.8823529412%;
  }
  #location .calloutset.col4 .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  #location .calloutset.col4 .block:nth-child(n+3) {
    margin-top: 50px;
  }
  #location .calloutset.col4 .title {
    font-size: 16px;
  }
  #location .calloutset.col4 .text {
    font-size: 14px;
  }
  #location .locationcontents .title {
    font-size: 20px;
  }
  #location .locationcontents .text {
    margin-bottom: 50px;
    font-size: 15px;
    padding-bottom: 15px;
  }
  #location .locationcontents .maps .map {
    margin-bottom: 30px;
    height: 300px;
  }
  #location .locationcontents .maps .map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #location .locationcontents .maps .area {
    flex-wrap: wrap;
    gap: 0px 25px;
  }
  #location .locationcontents .maps .area p {
    font-size: 18px;
  }
}
/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  margin-bottom: 80px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
#menu .contents {
  display: flex;
}
#menu .block {
  width: 50%;
}
#menu .block:nth-child(1) .title,
#menu .block:nth-child(1) .txtbox {
  padding-left: calc((100vw - 1180px) / 2);
}
@media (max-width: 1300px) {
  #menu .block:nth-child(1) .title,
  #menu .block:nth-child(1) .txtbox {
    padding-left: 20px;
  }
}
#menu .block:nth-child(1) .title {
  padding-right: 110px;
  background-position: bottom 0px right 40px;
}
@media (max-width: 1300px) {
  #menu .block:nth-child(1) .title {
    padding-right: 80px;
    background-position: bottom 0px right 20px;
  }
}
#menu .block:nth-child(1) .txtbox {
  padding-right: 40px;
}
@media (max-width: 1300px) {
  #menu .block:nth-child(1) .txtbox {
    padding-right: 20px;
  }
}
#menu .block:nth-child(2) .title,
#menu .block:nth-child(2) .txtbox {
  padding-left: 40px;
  padding-right: calc((100vw - 1180px) / 2);
}
@media (max-width: 1300px) {
  #menu .block:nth-child(2) .title,
  #menu .block:nth-child(2) .txtbox {
    padding-left: 20px;
  }
}
#menu .block:nth-child(2) .title {
  background-position: bottom 0px right calc((100vw - 1180px) / 2);
}
@media (max-width: 1300px) {
  #menu .block:nth-child(2) .title {
    padding-right: 80px;
    background-position: bottom 0px right 20px;
  }
}
@media (max-width: 1300px) {
  #menu .block:nth-child(2) .txtbox {
    padding-right: 20px;
  }
}
#menu .block .image {
  margin-bottom: 30px;
  position: relative;
}
#menu .block .image a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: block;
  position: relative;
}
#menu .block .image a:hover {
  opacity: 0.6;
}
#menu .block .image a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0.4);
}
#menu .block .image a:hover:after {
  opacity: 0;
}
#menu .block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 800/500;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .block .title {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 48px;
  background-image: url(../images/menu-arrow.png);
  background-repeat: no-repeat;
  background-size: 60px;
}
#menu .block .title small {
  margin-top: 20px;
  display: block;
  font-size: 16px;
}
#menu .block .title2 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#menu .block .text {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
@media (max-width: 1179px) {
  #menu .block:nth-child(1) .title, #menu .block:nth-child(2) .title {
    padding-right: 60px;
  }
  #menu .block .image {
    margin-bottom: 20px;
  }
  #menu .block .title {
    bottom: 20px;
    font-size: 32px;
    background-size: 40px;
  }
  #menu .block .title small {
    margin-top: 15px;
    font-size: 15px;
  }
  #menu .block .title2 {
    font-size: 22px;
  }
  #menu .block .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #menu .contents {
    display: block;
  }
  #menu .block {
    width: 100%;
  }
  #menu .block:nth-child(1) .title, #menu .block:nth-child(2) .title {
    padding-left: 10px;
    padding-right: 50px;
  }
  #menu .block:nth-child(1) .txtbox, #menu .block:nth-child(2) .txtbox {
    padding-left: 10px;
    padding-right: 10px;
  }
  #menu .block:nth-child(2) {
    margin-top: 50px;
  }
  #menu .block .image {
    margin-bottom: 15px;
  }
  #menu .block .image img {
    width: 100%;
    height: 260px;
    aspect-ratio: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #menu .block .title {
    font-size: 28px;
    background-size: 30px;
  }
  #menu .block .title small {
    font-size: 14px;
  }
  #menu .block .title2 {
    font-size: 18px;
  }
  #menu .block .text {
    font-size: 15px;
  }
}
/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 110px;
}
#news h2 {
  font-size: 34px;
  margin-bottom: 50px;
}
#news .btn a {
  max-width: 240px;
  height: 60px;
  font-size: 16px;
}
@media (max-width: 1179px) {
  #news h2 {
    font-size: 28px;
  }
  #news .btn a {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 70px;
  }
  #news .titles {
    text-align: center;
    margin-bottom: 50px;
  }
  #news .btn a {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
topbottom_text
------------------------------------------------- */
.topbottom_text {
  margin-bottom: 100px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .topbottom_text {
    font-size: 14px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- *//*# sourceMappingURL=index.css.map */