@charset "UTF-8";
/* ==========================================================
base style
========================================================== */
/* ==========================================================
 mixin 
========================================================== */
/* ==========================================================
base style
========================================================== */
.c-skipnav {
  margin: 0;
}
.c-skipnav .skip-link {
  position: absolute;
  top: -26px;
  left: 0;
  display: inline-block;
  height: 1px;
  padding: 2px 10px;
  text-align: left;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  background: #AA8944;
  transition: top 0.3s ease;
  z-index: 5;
}
.c-skipnav .skip-link:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.c-blubtn {
  background-color: #324468;
  color: #fff;
  font-weight: 700;
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-blubtn:hover:hover {
    background-color: #8f9bb3;
  }
}
.c-blubtn a, .c-blubtn button {
  padding: 1.5rem 6rem;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-blubtn a, .c-blubtn button {
    font-size: 1.4rem;
    padding: 0.7rem;
  }
}
.c-blubtn button {
  width: 100%;
  color: inherit;
}
.c-blubtn .blubtn-nopad {
  padding: 1.5rem 0;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-blubtn .blubtn-nopad {
    font-size: 1.4rem;
    padding: 0.7rem;
  }
}
.c-blubtn--small {
  background-color: #324468;
  color: #fff;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.3s;
}
.c-blubtn--small a {
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-blubtn--small a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-blubtn--small:hover:hover {
    background-color: #fff;
    color: #324468;
    border: 1px solid #324468;
  }
}

.c-graybtn {
  background-color: #747474;
  color: #fff;
  font-weight: 700;
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-graybtn:hover:hover {
    background-color: #8f9bb3;
  }
}
.c-graybtn a {
  padding: 1.5rem 6rem;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-graybtn a {
    font-size: 1.4rem;
    padding: 0.7rem;
  }
}

.c-whibtn {
  background-color: #fff;
  border: 1px solid #324468;
  color: #324468;
  font-weight: 700;
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-whibtn:hover:hover {
    background-color: #8f9bb3;
    color: #fff;
    border: 1px solid transparent;
  }
}
.c-whibtn a {
  padding: 1.5rem;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-whibtn a {
    font-size: 1.4rem;
    padding: 0.7rem;
  }
}
.c-whibtn--small {
  background-color: #fff;
  border: 1px solid #324468;
  color: #324468;
  font-weight: 700;
  transition: 0.3s;
}
.c-whibtn--small a {
  display: flex;
  width: 100%;
  height: inherit;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-whibtn--small a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-whibtn--small:hover:hover {
    background-color: #324468;
    color: #fff;
    border: 1px solid transparent;
  }
}

.c-fgoldbtn {
  color: #fff;
  background-color: #AA8944;
  transition: 0.3s;
  border: 1px solid transparent;
}
.c-fgoldbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 4rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-fgoldbtn:hover:hover {
    background-color: #fff;
    border: 1px solid #AA8944;
    color: #AA8944;
    font-weight: 700;
  }
}

.c-goldbtn {
  border: 1px solid #AA8944;
  color: #AA8944;
  font-weight: 700;
  background-color: #fff;
  transition: 0.3s;
}
.c-goldbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 4rem;
}
@media (max-width: 767px) {
  .c-goldbtn a {
    font-size: 1.4rem;
  }
}
.c-goldbtn a p {
  width: 100%;
  text-align: center;
}
.c-goldbtn--arw {
  display: flex;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .c-goldbtn:hover:hover {
    background-color: #AA8944;
    border: 1px solid transparent;
    color: #fff;
  }
}

.c-more {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border: solid 1px #d0d0d0;
  text-align: center;
  width: 17rem;
  height: 3.7rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-more {
    font-size: 1.4rem;
  }
}
.c-more p {
  width: 90%;
}
@media (hover: hover) and (pointer: fine) {
  .c-more:hover:hover {
    background: #d0d0d0;
    color: #fff;
    border: 1px solid transparent;
  }
}
.c-more--on {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.3rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
  width: 14rem;
  height: 3rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-more--on {
    background-color: #F4F4F4;
    position: relative;
    height: 1.6rem;
    width: 100%;
  }
}
.c-more--on p {
  width: 90%;
  font-size: 13px;
}
@media (max-width: 767px) {
  .c-more--on p {
    font-size: 1rem;
    width: 8.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-more--on:hover:hover {
    background: #d0d0d0;
    color: #fff;
    border: 1px solid transparent;
  }
}

.c-ctrl {
  width: 12rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.c-ctrl__btn {
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adadad;
  font-size: 1.4rem;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23adadad%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-Pause%22%3E%3Cpath%20d%3D%22M7%205v14M17%205v14%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.c-ctrl__btn.is-off {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23adadad%22%20stroke-width%3D%221%22%20class%3D%22ai%20ai-TriangleRightFill%22%3E%3Cpath%20d%3D%22M8%206a1%201%200%200%201%201.6-.8l8%206a1%201%200%200%201%200%201.6l-8%206A1%201%200%200%201%208%2018V6z%22%2F%3E%3C%2Fsvg%3E");
}
.c-ctrl__arw {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adadad;
  font-size: 1.4rem;
  cursor: pointer;
}
.c-ctrl__arw::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  border-top: currentColor 1px solid;
  border-right: currentColor 1px solid;
  width: 1rem;
  height: 1rem;
  transform: translateX(25%) rotate(-135deg);
}
.c-ctrl__arw--next::after {
  transform: translateX(-25%) rotate(45deg);
}
.c-ctrl .__next::after {
  transform: translateX(-10%) rotate(45deg);
}

.obj--ctrl-border {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #adadad;
  border-left: 1px solid #adadad;
}

.c-play {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' style='enable-background:new 0 0 36 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6;%7D%0A%3C/style%3E%3Cpath class='st0' d='M10.5,7.5v21 M25.5,7.5v21'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-play.is-off {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' style='enable-background:new 0 0 36 36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M12,9c0-0.8,0.7-1.5,1.5-1.5c0.3,0,0.6,0.1,0.9,0.3l12,9c0.7,0.5,0.8,1.4,0.3,2.1c-0.1,0.1-0.2,0.2-0.3,0.3 l-12,9c-0.7,0.5-1.6,0.4-2.1-0.3C12.1,27.6,12,27.3,12,27V9z'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .c-play {
    width: 18px;
    height: 18px;
    border-radius: 5px;
  }
}

.c-trans {
  width: 100%;
  height: inherit;
  color: currentColor;
  border: 1px solid currentColor;
  padding: 1rem 0;
  cursor: pointer;
}

.c-breadcrumb {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1rem;
  }
}
.c-breadcrumb__list {
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: scroll;
  }
}
.c-breadcrumb__list li {
  display: inline;
}

.c-plus {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 2px;
  height: 20px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transition: 0.3s;
}
.c-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.js-minus .c-plus {
  transform: rotate(90deg);
}
.js-minus .c-plus::before {
  width: 0;
  height: 0;
}

.js-rotate .c-plus {
  transform: rotate(45deg);
}

.c-date {
  width: 20px;
  height: 26px;
  display: inline-block;
  margin-right: 1rem;
}
.c-date img {
  vertical-align: unset;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-date {
    width: 2rem;
    height: 2.3rem;
  }
}

.c-close {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
.c-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/* ==========================================================
base style
========================================================== */
.c-select {
  width: 100%;
  display: flex;
}
.c-select label {
  width: 24%;
  font-size: 1.5rem;
  background-color: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-select label {
    font-size: 1.3rem;
  }
}
.c-select select {
  width: 76%;
  height: 4.6rem;
  border: 1px solid #ddd;
  padding-left: 1rem;
  appearance: none;
  color: #333333;
}
@media (max-width: 767px) {
  .c-select select {
    font-size: 1.2rem;
  }
}

/*formテキスト*/
.c-form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  box-sizing: border-box;
}

.c-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #131431 inset;
}

/*formラジオボタン*/
/*formチェックボックス*/
.c-form-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-form-checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.c-form-checkbox-name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #666;
  position: relative;
}

.c-form-checkbox-name:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}

.c-form-checkbox input:checked + .c-form-checkbox-name {
  color: #131431;
}

.c-form-checkbox input:checked + .c-form-checkbox-name:before {
  border: 1px solid #324468;
  background-color: #324468;
}

.c-form-checkbox input:checked + .c-form-checkbox-name:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.4em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.65em;
  transform: translateY(-1px) rotate(45deg);
}

.c-form-checkbox input:focus-visible + .c-form-checkbox-name .c-form-checkbox-text {
  background: linear-gradient(transparent 90%, #324468 90%);
}

/*formセレクトボックス*/
.c-form-select {
  position: relative;
}

.c-form-select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}

.c-form-select select {
  height: 2.4em;
  width: 100%;
  padding: 0 8px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  cursor: pointer;
}

.c-form-select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #324468 inset;
}

/*formテキストエリア*/
.c-form-textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  resize: vertical;
  box-sizing: border-box;
}

.c-form-textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #324468 inset;
}

.u-inner {
  position: relative;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .u-inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .u-in--pc {
    width: calc(100% - 1.5rem);
  }
}

.u-font-en {
  font-family: "proxima-nova", "source-han-sans-japanese", sans-serif !important;
  font-weight: 400;
}

.u-font-enb {
  font-family: "proxima-nova", "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.u-font-b {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.u-font-semi {
  font-weight: 600;
}

.u-font-med {
  font-weight: 500;
}

.u-siz-eng {
  font-size: 1.06em;
}

.u-font-cute {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================
base style
========================================================== */
.u--new, .u--gift, .u--wait, .u--other, .u--campnew {
  display: none;
}

.u--link {
  cursor: pointer;
}

.u-new {
  position: relative;
}
.u-new .u--new {
  position: absolute;
  top: 1rem;
  padding: 0.2rem 1rem;
  margin: 0 1rem;
  display: inline-block;
  vertical-align: middle;
  height: 3rem;
  font-size: 1.2rem;
  color: #f77f06;
  background: #fff;
  border: 1px solid #F77F06;
  z-index: 1;
}
@media (max-width: 767px) {
  .u-new .u--new {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.6rem;
    font-size: 1rem;
    padding: 0 0.5rem;
    margin: unset;
  }
}
.u-new .u--new-in {
  margin: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 3rem;
  font-size: 1.2rem;
  color: #f77f06;
  background: #fff;
  border: 1px solid #F77F06;
}
@media (max-width: 767px) {
  .u-new .u--new-in {
    height: 1.6rem;
    font-size: 1rem;
    padding: 0 0.5rem;
    margin: unset;
  }
}

.u--opendate {
  font-size: 1.2rem;
  color: #f77f06;
  width: unset !important;
}
@media (max-width: 767px) {
  .u--opendate {
    font-size: 1rem;
  }
}

.u--campnew {
  padding: 0.2rem 1rem;
  display: inline-block;
  height: 3rem;
  font-size: 1.2rem;
  background-color: #CF5353;
  color: #fff;
}
@media (max-width: 767px) {
  .u--campnew {
    padding: 0 0.3rem 1rem;
    height: 1.5rem;
    font-size: 1rem;
  }
}
.u--campnew-not {
  visibility: hidden;
  width: 0;
  display: inline-block;
}

.u-gift .u--gift {
  display: block;
  position: absolute;
  top: -3.7rem;
  height: 4rem;
  width: 22rem;
}
@media (max-width: 767px) {
  .u-gift .u--gift {
    height: 3.7rem;
    width: 14rem;
    top: -2.5rem;
  }
}

.u-wait .u--hide {
  display: none !important;
}
.u-wait .u--link {
  pointer-events: none;
}
.u-wait .u--wait {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28.4rem;
  background: #dddfe3;
}
@media (max-width: 1079px) {
  .u-wait .u--wait {
    height: 28.7rem;
    max-height: 28.7rem;
  }
}
@media (max-width: 767px) {
  .u-wait .u--wait {
    height: 12rem;
  }
}
.u-wait .u--wait__txt {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .u-wait .u--wait__txt {
    font-size: 1.4rem;
  }
}
.u-wait .u--wait__txt-icon {
  width: 5rem;
  height: 5rem;
}
.u-wait .u--wait__txt-icon img {
  vertical-align: unset;
}
.u-wait .u--wait__txt span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .u-wait .u--wait__txt span {
    font-size: 1rem;
  }
}
.u-wait .u--other {
  border: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #324468;
  position: relative;
  color: #fff;
  transition: 0.3s;
}
.u-wait .u--other p {
  text-align: center;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .u-wait .u--other:hover:hover {
    background-color: #8f9bb3;
  }
}

.u-name {
  background: #fff;
  display: inline-block;
  height: fit-content;
  padding: 0 1rem;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .u-name {
    width: fit-content;
  }
}

.u-link {
  width: 1rem;
  height: 1.2rem;
  position: absolute;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-link img {
  vertical-align: unset;
}

.u-larger {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  bottom: 1rem;
  right: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1207%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.364%22%20height%3D%2225.364%22%20viewBox%3D%220%200%2025.364%2025.364%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_590%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20590%22%20width%3D%2225.364%22%20height%3D%2225.364%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1206%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201206%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1055%22%20data-name%3D%22%E3%83%91%E3%82%B9%201055%22%20d%3D%22M12.682%2C0a12.682%2C12.682%2C0%2C0%2C0%2C0%2C25.364h9.769a2.913%2C2.913%2C0%2C0%2C0%2C2.913-2.913V12.682A12.682%2C12.682%2C0%2C0%2C0%2C12.682%2C0%22%20fill%3D%22%23131431%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1056%22%20data-name%3D%22%E3%83%91%E3%82%B9%201056%22%20d%3D%22M23.17%2C12.682A10.278%2C10.278%2C0%2C1%2C1%2C12.892%2C2.4%2C10.278%2C10.278%2C0%2C0%2C1%2C23.17%2C12.682Z%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1057%22%20data-name%3D%22%E3%83%91%E3%82%B9%201057%22%20d%3D%22M18.944%2C11.512H13.735V6.3H11.471v5.209H6.262v2.265h5.209v5.208h2.264v-5.2h5.209Z%22%20fill%3D%22%23131431%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.u-near .u--near {
  display: block;
  position: absolute;
  top: -3.7rem;
  height: 4rem;
  width: 22rem;
}
@media (max-width: 767px) {
  .u-near .u--near {
    height: 3.7rem;
    width: 14rem;
    top: -2.5rem;
  }
}

.u-yoyaku {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.u-yoyaku--wrapcenter {
  font-size: 20px;
  width: 58rem;
  height: 6rem;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1079px) {
  .u-yoyaku--wrapcenter {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .u-yoyaku--wrapcenter {
    width: 100%;
    margin: unset;
    font-size: 16px;
    height: 50px;
  }
}
.u-yoyaku--wrapcenter__btn {
  height: 3.2rem !important;
}
@media (max-width: 767px) {
  .u-yoyaku--wrapcenter__btn {
    width: 23px !important;
    height: 23px !important;
  }
}
.u-yoyaku--wrap {
  font-size: 20px;
  width: 58rem;
  margin-left: calc(100% - 58rem);
  height: 6rem;
  font-weight: 700;
}
@media (max-width: 1079px) {
  .u-yoyaku--wrap {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .u-yoyaku--wrap {
    width: 100%;
    margin: unset;
    font-size: 16px;
    height: 50px;
  }
}
.u-yoyaku--wrap__btn {
  height: 3.2rem !important;
}
@media (max-width: 767px) {
  .u-yoyaku--wrap__btn {
    width: 23px !important;
    height: 23px !important;
  }
}
.u-yoyaku .u--gift {
  width: 221px;
  height: 60px;
  top: -35px;
}
.u-yoyaku .u--near {
  width: 290px;
  height: 60px;
  top: -36px;
}

.u-ttline {
  padding-left: 1rem;
  margin-bottom: 1rem;
  border-left: 1px solid #333333;
}
.u-ttline--pc {
  padding-left: 1rem;
  margin-bottom: 1rem;
  border-left: 1px solid #333333;
}
@media (max-width: 767px) {
  .u-ttline--pc {
    border-left: none;
    padding-left: unset;
    margin-bottom: unset;
  }
}

.u-btnlike {
  box-sizing: border-box;
  border-bottom: 5px solid #7d642d;
  border-right: 5px solid #7d642d;
}
.u-btnlike.c-card__txt-conv--bl {
  border-bottom: 5px solid #1d2d4c;
  border-right: 5px solid #1d2d4c;
}

.u-more {
  font-size: 1rem;
  color: currentColor;
  font-weight: 700;
}

.u-checkp {
  height: 2.4rem;
  width: 7.1rem;
  display: block;
}

.u-pd3 {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .u-pd3 {
    padding: 2rem 0;
  }
}

.u-nobtn .u--nobtn .c-card__txt-conv--con {
  display: none;
}
.u-nobtn .u--nobtn .c-card__txt-conv--ph {
  max-width: unset;
}
@media (max-width: 767px) {
  .u-nobtn .u--nobtn .exhibit-place-tel {
    border-right: unset;
    position: relative;
    width: 100%;
  }
  .u-nobtn .u--nobtn .exhibit-place-tel::after {
    content: "";
    position: absolute;
    top: 0.9rem;
    left: 5rem;
    color: #fff;
    white-space: nowrap;
  }
}
.u-nobtn .u--nobtn .exhibit-place-tel .u-revertimg {
  width: 2.4rem;
}

/* ==========================================================
base style
========================================================== */
.u-arw {
  color: currentColor;
  position: absolute;
  right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}
.u-arw::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.u-arw--next {
  position: relative;
  right: 1rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}
@media (max-width: 767px) {
  .u-arw--next {
    right: 0;
  }
}
.u-arw--next::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.u-arw--ku {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}
.u-arw--ku::before, .u-arw--ku::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.u-arw--ku::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.u-arw--ku::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.obj--bot {
  bottom: 2rem;
}

.obj--botbot {
  bottom: 1.2rem;
  right: 0.7rem;
}

.u-arw-on {
  position: relative;
}
.u-arw-on__bg {
  position: absolute;
  display: flex;
  align-items: center;
  width: 4rem;
  height: 4rem;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  color: #333333;
}
.u-arw-on__bg--bn {
  background-color: rgba(255, 255, 255, 0.6);
  color: #333333;
  position: absolute;
  display: flex;
  align-items: center;
  width: 3rem;
  height: 2.7rem;
  bottom: 0;
  right: 0;
}

.u-darw {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
  pointer-events: none;
}

.u-darw.darw-close {
  transform: translateY(0%) rotate(315deg);
}

.u-down {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.u-play {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.u-play::before {
  content: "";
  color: currentColor;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* ==========================================================
    rwd switch
========================================================== */
.u-md {
  display: none !important;
}

.u-sp {
  display: none !important;
}

.u-md.u-pc {
  display: block !important;
}

.u-spi {
  display: none !important;
}

.u-pci {
  display: inline-block !important;
}

@media screen and (max-width: 1079px) {
  .u-md {
    display: block !important;
  }
  .u-md.u-pc {
    display: none !important;
  }
  .u-md.u-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp--flex {
    display: flex !important;
  }
  .u-pci {
    display: none !important;
  }
  .u-spi {
    display: inline-block !important;
  }
}
.u-hide {
  display: none;
}

@media (max-width: 767px) {
  .u-revertimg img {
    filter: brightness(100);
  }
}

.u-js-three {
  display: flex;
  justify-content: space-between;
}
.u-js-three li {
  width: calc(33.3333333333% - 1rem);
}

.u-padd2 {
  padding: 2rem 0 8rem;
}

.u-paddn {
  padding: 0;
}

.obj--noscroll {
  overflow: hidden;
}

.u-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}

.u-counter {
  color: #adadad;
  left: 0;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .u-counter {
    position: absolute;
    padding-left: 1rem;
    font-size: 1rem;
  }
}
.u-counter .pagingInfo {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .u-counter .pagingInfo {
    font-size: 2rem;
  }
}

/* 左右のスライド */
.u-emslid li:not(.slick-center) {
  transform: scale(0.85) !important;
}
@media (max-width: 767px) {
  .u-emslid li:not(.slick-center) {
    transform: scale(1) !important;
  }
}

.u-topslid .slick-center {
  transform: scale(1.5);
}
@media (max-width: 767px) {
  .u-topslid .slick-center {
    transform: scale(1);
  }
}
.u-topslid .slick-list {
  overflow: unset;
}

.u-topslid li:not(.slick-center) {
  transform: scale(0.8) !important;
}
@media (max-width: 767px) {
  .u-topslid li:not(.slick-center) {
    transform: scale(1) !important;
  }
}
.u-topslid li:not(.slick-center) .u-topslid--hid {
  display: none;
}
@media (max-width: 767px) {
  .u-topslid li:not(.slick-center) .u-topslid--hid {
    display: flex;
    opacity: 0;
  }
}
.u-topslid li:not(.slick-center) .p-pusl__item-img img {
  filter: brightness(0.6);
}

.u-nodot .slick-dots {
  display: none !important;
}

.u-flexcol .slick-track {
  display: flex;
}
.u-flexcol .slick-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-slickpnt .u-relat .slick-slide {
  position: relative;
}

.slickmain .slick-track {
  display: flex !important;
}
.slickmain .slick-slide {
  height: inherit !important;
  max-height: 35vw;
}
@media (max-width: 767px) {
  .slickmain .slick-slide {
    max-height: 65vw;
  }
}

.slickmain.slick-slider {
  touch-action: auto !important;
}

.js-modalSlide.slick-slider {
  touch-action: auto !important;
}

.u-mg0-5 .slick-slide {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
@media (max-width: 767px) {
  .u-mg0-5 .slick-slide {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}

.u-mg1 .slick-slide {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
@media (max-width: 767px) {
  .u-mg1 .slick-slide {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}

.u-mg2 .slick-slide {
  margin-right: 2rem !important;
}
@media (max-width: 767px) {
  .u-mg2 .slick-slide {
    margin-right: 2rem !important;
  }
}

@media (max-width: 767px) {
  .slickbnr .slick-slide {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.slickosu .slick-list {
  margin: 0 -1rem;
}

.p-slickpnt .slick-next, .p-slickpnt .slick-prev, .js-modalSlide .slick-next, .js-modalSlide .slick-prev {
  font-size: 0;
}
.p-slickpnt .slick-arrow, .js-modalSlide .slick-arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-slickpnt .slick-arrow, .js-modalSlide .slick-arrow {
    top: 25%;
  }
}
.p-slickpnt .slick-arrow::after, .js-modalSlide .slick-arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.p-slickpnt .slick-prev, .js-modalSlide .slick-prev {
  left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-slickpnt .slick-prev, .js-modalSlide .slick-prev {
    left: 0;
  }
}
.p-slickpnt .slick-prev::after, .js-modalSlide .slick-prev::after {
  transform: translate(-10%, 10%) rotate(225deg);
}
.p-slickpnt .slick-next, .js-modalSlide .slick-next {
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-slickpnt .slick-next, .js-modalSlide .slick-next {
    right: 0;
  }
}
.p-slickpnt .slick-next::after, .js-modalSlide .slick-next::after {
  transform: translate(-10%, 10%) rotate(45deg);
}
.p-slickpnt .slick-track, .js-modalSlide .slick-track {
  display: flex;
}
.p-slickpnt .slick-slide, .js-modalSlide .slick-slide {
  height: auto !important;
}

.slickoth1 .slick-list,
.slickoth2 .slick-list {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

/* ==========================================================
 土地探しLP（tochi）
 ※ Settings.scssに緑系のカラー変数が存在しないため、
   カンプに合わせた色は都度hex直書き＋「仮color」コメントで対応しています。
   （$primary/$secondary/$tertiary/$gray/$blackはSettings.scss記載のものをそのまま使用）
========================================================== */
#nayami,
#choice,
#bunjo,
#ippan {
  scroll-margin-top: calc(96px + 4rem);
}
@media (max-width: 767px) {
  #nayami,
  #choice,
  #bunjo,
  #ippan {
    scroll-margin-top: calc(58px + 14rem);
  }
}

/* ---------- FV ---------- */
.p-fv {
  position: relative;
  width: 100%;
}

.p-fv__peep {
  position: absolute;
  bottom: 0;
  width: 50rem;
  right: 15%;
}
@media (max-width: 767px) {
  .p-fv__peep {
    width: 70%;
    right: 5%;
  }
}

.p-fv__txt {
  position: absolute;
  left: 6%;
  top: 5%;
  max-width: 76rem;
  width: 57vw;
}
@media (max-width: 767px) {
  .p-fv__txt {
    left: 50%;
    transform: translateX(-50%);
    top: -3rem;
    width: 80%;
  }
}

.p-fv__img {
  width: 100%;
}

.p-fv__img img {
  width: 100%;
  height: 56rem;
  object-fit: cover;
  object-position: left;
}

@media (max-width: 767px) {
  .p-fv__img img {
    height: 100%;
  }
}
.p-fv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr min-content;
  padding: 6rem 6rem 4rem;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .p-fv__inner {
    padding: 4rem 2rem 3rem;
  }
}
.p-fv__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .p-fv__ttl {
    font-size: 2.4rem;
  }
}
.p-fv__sub {
  font-size: 1.4rem;
  color: #333333;
  margin-top: 1rem;
}

.p-fv__btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(30rem, 37rem));
  gap: 1.2rem;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 767px) {
  .p-fv__btns {
    grid-template-columns: 1fr 1fr;
    bottom: -3rem;
    width: 95%;
    gap: 0.5rem;
  }
}
.p-fv__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 3rem;
  line-height: 1.4;
  position: relative;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-fv__btn {
    padding: 1.5rem;
  }
}

.p-fv__btn--pri {
  background-color: #226200;
  color: #fff;
  transition: 0.3s;
}
.p-fv__btn--pri:hover {
  background-color: #1f4b33;
  transition: 0.3s;
}

.p-fv__btn--sec {
  background-color: #F7F5E9;
  color: #333333;
  transition: 0.3s;
}
.p-fv__btn--sec:hover {
  background-color: #FFEF90;
  transition: 0.3s;
}

.p-fv__btn-t {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-fv__btn-t {
    font-size: 1.3rem;
  }
}

.p-fv__btn-s {
  font-size: 1.4rem;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .p-fv__btn-s {
    font-size: 1rem;
  }
}

.p-fv__btn-simg {
  max-width: 8.8rem;
  width: 80%;
}
@media (max-width: 767px) {
  .p-fv__btn-simg {
    width: 6rem;
    line-height: 1;
  }
}

.p-fv__btnarw {
  position: absolute;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-color: #226200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .p-fv__btnarw {
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
.p-fv__btn--pri .p-fv__btnarw {
  background-color: white;
}
.p-fv__btnarw .u-arw--ku {
  color: white;
}
.p-fv__btn--pri .p-fv__btnarw .u-arw--ku {
  color: #226200;
}
.p-fv__btnarw .u-arw--ku::after {
  width: 0.2em;
}
.p-fv__btnarw .u-arw--ku::before {
  height: 0.2em;
}

.p-fv__btns-sentinel {
  height: 1px;
}

.p-fv__btns-fixed {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 1.5rem 0;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s;
}
@media (max-width: 767px) {
  .p-fv__btns-fixed {
    background-color: #fff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem 0;
  }
}
.p-fv__btns-fixed.is-show {
  opacity: 1;
  transform: translateY(0);
}
.p-fv__btns-fixed .p-fv__btns {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  margin-inline: auto;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-fv__btns-fixed .p-fv__btns {
    width: 100%;
  }
}
.p-fv__btns-fixed .p-fv__btns--fixed {
  pointer-events: all;
}
.p-fv__btns-fixed .u-inner {
  width: 95% !important;
}

/* ---------- LEAD ---------- */
.p-lead {
  width: 100%;
  position: relative;
}

.p-lead__arw {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  transform: rotate(90deg);
  transition: 0.3s;
  font-size: 1rem;
  color: #5A8443;
}
@media (max-width: 767px) {
  .p-lead__arw {
    width: 2rem;
    height: 2rem;
  }
}
.p-lead__arw .u-arw--ku::after {
  width: 0.2em;
}
.p-lead__arw .u-arw--ku::before {
  height: 0.2em;
}

.p-lead__img {
  width: 100%;
}

.p-lead__img img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-lead__img img {
    height: 30rem;
    object-position: 88%;
  }
}

.p-lead__inner {
  padding: 11rem 0 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-lead__inner {
    padding-top: 8rem;
  }
}

.p-lead__txt {
  font-size: 1.8rem;
  color: #333333;
  line-height: 2;
}

@media (max-width: 767px) {
  .p-lead__txt {
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}
.p-lead__tabs {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 30rem));
  gap: 1%;
  justify-content: center;
}
@media (max-width: 1079px) {
  .p-lead__tabs {
    gap: 0.3rem;
  }
}

@media (max-width: 767px) {
  .p-lead__tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
}
.p-lead__tab a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  border: 2px solid #226200;
  border-radius: 1rem;
  padding: 1.4rem 1.2rem;
  font-weight: 600;
  transition: 0.3s;
}
.p-lead__tab a:hover {
  background-color: #F0F5ED;
  transition: 0.3s;
}
.p-lead__tab a:hover .p-lead__arw {
  transform: translateY(0.5rem) rotate(90deg);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-lead__tab a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.7rem;
    gap: 0.3rem;
  }
}

.p-lead__tab-l {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-lead__tab-l {
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }
}

.p-lead__tab-l--point {
  background-color: #333333;
}

.p-lead__tab-l--choice {
  background-color: #5A8443;
}

.p-lead__tab-l--land1 {
  background-color: #226200;
}

.p-lead__tab-l--land2 {
  background-color: #DBBD0B;
}

.p-lead__tab-t {
  font-size: 1.6rem;
  text-align: left;
}

@media (max-width: 767px) {
  .p-lead__tab-t {
    font-size: 1.4rem;
  }
}
.p-lead__tabs-sentinel {
  height: 1px;
}

.p-lead__tabs-fixed {
  position: fixed;
  left: 0;
  top: 9.6rem;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 0;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s, top 0.3s, opacity 0.3s;
}
@media (max-width: 767px) {
  .p-lead__tabs-fixed {
    top: 58px;
    padding: 0.8rem 0;
  }
}
.p-lead__tabs-fixed.is-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.p-lead__tabs-fixed .p-lead__tabs {
  margin-top: 0;
}

body.js-headerHide .p-lead__tabs-fixed {
  top: 0;
}

/* ---------- WOR ---------- */
.p-wor {
  width: 100%;
  background-color: #fff;
  padding: 6rem 0;
}

@media (max-width: 767px) {
  .p-wor {
    padding: 3rem 0;
  }
}
.p-wor__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333333;
}

@media (max-width: 767px) {
  .p-wor__ttl {
    font-size: 2rem;
  }
}
.p-wor__list {
  max-width: 86rem;
  margin-inline: auto;
  width: 100%;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 767px) {
  .p-wor__list {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}
.p-wor__item {
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 4rem 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-wor__item {
    display: grid;
    grid-template-columns: 6rem 1fr;
    align-items: center;
    padding: 2rem 1rem 2rem 2rem;
  }
}

.p-wor__img {
  width: 10rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-wor__img {
    width: 6rem;
  }
}
.p-wor__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-wor__txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-wor__txt {
    margin-top: unset;
    font-size: 1.4rem;
  }
}

.p-wor__sub {
  margin-top: 6rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333333;
  padding-bottom: 0.6px;
  border-bottom: 1px solid #226200;
  width: fit-content;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-wor__sub {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
/* ---------- DIA（トータルサポート円形図） ---------- */
.p-dia {
  position: relative;
  margin: 5rem auto 0;
  max-width: 52rem;
  width: 100%;
  height: 40rem;
  display: grid;
  place-items: center;
}

@media (max-width: 767px) {
  .p-dia {
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.p-dia__main {
  width: 100%;
}

@media (max-width: 767px) {
  .p-dia__main {
    position: static;
    transform: none;
  }
}
/* ---------- CHO ---------- */
.p-cho {
  width: 100%;
  background-color: #fff;
  padding: 6rem 0;
}

@media (max-width: 767px) {
  .p-cho {
    padding: 3rem 0;
  }
}
.p-cho__inner {
  max-width: 116rem;
  width: 100%;
  margin-inline: auto;
}

.p-cho__ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: #333333;
}

@media (max-width: 767px) {
  .p-cho__ttl {
    font-size: 2rem;
  }
}
.p-cho__list {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media (max-width: 767px) {
  .p-cho__list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-cho__item {
  position: relative;
  padding: 2rem;
  background-color: #F0F5ED;
  text-align: center;
}
.p-cho__item.mod--ippan {
  background-color: #F7F5E9;
}
.p-cho__item a {
  background-color: white;
  display: block;
  transition: 0.3s;
}
.p-cho__item a:hover .p-cho__arw {
  transform: rotate(90deg) translateX(0.5rem);
  transition: 0.3s;
}

.p-cho__img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-cho__img {
    aspect-ratio: 2/1;
    overflow: hidden;
  }
}

.p-cho__img img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-cho__img img {
    height: 100%;
    object-position: center;
  }
}

.p-cho__ico {
  position: absolute;
  left: 50%;
  top: -4rem;
  transform: translateX(-50%);
  width: 8rem;
}

.p-cho__bot {
  padding: 1.3rem 0.5rem 1rem;
}

.p-cho__item-t {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
}

@media (max-width: 767px) {
  .p-cho__item-t {
    font-size: 1.6rem;
  }
}
.p-cho__item-x {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-cho__item-x {
    font-size: 1.4rem;
  }
}

.p-cho__arw {
  margin-top: 0.5rem;
  transform: rotate(90deg);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-inline: auto;
  color: #226200;
}
.mod--ippan .p-cho__arw {
  color: #DBBD0B;
}

/* ---------- CTA ---------- */
.p-cta {
  width: 100%;
  background-color: #F8F8F8;
  padding: 7.8rem 0 7rem;
  text-align: center;
}
.p-cta.mod--w {
  background-color: white;
}

@media (max-width: 767px) {
  .p-cta {
    padding: 3rem 0;
  }
}
.p-cta__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333333;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.p-cta__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #DBBD0B;
}

@media (max-width: 767px) {
  .p-cta__ttl {
    font-size: 1.8rem;
    line-height: 1.7;
    padding-bottom: 2rem;
  }
}
.p-cta__sub {
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-cta__sub {
    font-size: 1.4rem;
  }
}

.p-cta__btns {
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 34.5rem));
  justify-content: center;
  gap: 2rem;
}

@media (max-width: 767px) {
  .p-cta__btns {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    width: 105%;
    margin-left: -2.5%;
  }
}
.p-cta__btn {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 3rem;
  position: relative;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .p-cta__btn {
    padding: 1.5rem;
  }
}

.p-cta__btn--pri {
  background-color: #226200;
  color: #fff;
  transition: 0.3s;
}
.p-cta__btn--pri:hover {
  background-color: #1f4b33;
  transition: 0.3s;
}

.p-cta__btn--sec {
  background-color: #F7F5E9;
  color: #333333;
  transition: 0.3s;
}
.p-cta__btn--sec:hover {
  background-color: #FFEF90;
  transition: 0.3s;
}

.p-cta__btn-t {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-cta__btn-t {
    font-size: 1.3rem;
  }
}

.p-cta__btn-s {
  font-size: 1.4rem;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .p-cta__btn-s {
    font-size: 1rem;
  }
}

.p-cta__btn-simg {
  max-width: 8.8rem;
  width: 80%;
}
@media (max-width: 767px) {
  .p-cta__btn-simg {
    width: 6rem;
    line-height: 1;
  }
}

.p-cta__btnarw {
  position: absolute;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-color: #226200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .p-cta__btnarw {
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
.p-cta__btn--pri .p-cta__btnarw {
  background-color: white;
}
.p-cta__btnarw .u-arw--ku {
  color: white;
}
.p-cta__btn--pri .p-cta__btnarw .u-arw--ku {
  color: #226200;
}
.p-cta__btnarw .u-arw--ku::after {
  width: 0.2em;
}
.p-cta__btnarw .u-arw--ku::before {
  height: 0.2em;
}

/* ---------- LOT（分譲地） ---------- */
.p-lot {
  width: 100%;
  background-color: #F0F5ED;
  padding: 6rem 0 9rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-lot {
    padding: 3rem 0;
  }
}
.p-lot__ico {
  width: 8rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.p-lot__ttl {
  margin-top: 3rem;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  color: #333333;
}

@media (max-width: 767px) {
  .p-lot__ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-lot__lead {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-lot__lead {
    font-size: 1.6rem;
  }
}

.p-lot__sub {
  margin-top: 8rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #226200;
}
@media (max-width: 767px) {
  .p-lot__sub {
    margin-top: 4rem;
    font-size: 2rem;
  }
}

.p-lot__list {
  max-width: 82rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  text-align: left;
}

@media (max-width: 767px) {
  .p-lot__list {
    grid-template-columns: 1fr;
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 767px) {
  .p-lot__list.slick-initialized {
    display: block;
  }
  .p-lot__list {
    margin-top: 1.5rem;
  }
  .p-lot__list.slick-initialized .slick-list {
    overflow-x: hidden;
    overflow-y: visible;
    padding-top: 1.5rem !important;
  }
  .p-lot__num {
    left: 0;
  }
  .p-lot__item {
    margin: 0 1rem;
  }
  .p-lot__list.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
  }
  .p-lot .slick-slide {
    height: auto;
    display: flex !important;
    flex-direction: column;
  }
  .p-lot .slick-slide > div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .p-lot__item {
    height: auto;
    width: 100%;
  }
  .p-lot .slick-dots {
    position: static;
    margin-block: 2rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
  }
  .p-lot .slick-dots li {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0;
  }
  .p-lot .slick-dots li button {
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
  }
  .p-lot .slick-dots li button::before {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
    background-color: #c9a94b;
    opacity: 1;
    border: unset;
    box-shadow: unset;
  }
  .p-lot .slick-dots li.slick-active button::before {
    background-color: #5A8443;
  }
}
.p-lot__item {
  position: relative;
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 23rem 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .p-lot__item {
    grid-template-columns: 1fr;
  }
}

.p-lot__num {
  font-family: "noto sans jp", serif;
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #5A8443;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  padding-bottom: 0.3rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-lot__num {
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
  }
}

.p-lot__item-ico {
  width: 8rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.p-lot__item-ico img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-lot__item-l {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.p-lot__item-l .eng {
  display: block;
  font-size: 1.2rem;
  color: #5A8443;
}

.p-lot__item-d {
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
}
@media (max-width: 767px) {
  .p-lot__item-d {
    font-size: 1.4rem;
  }
}
.p-lot__item-d .dot {
  color: #5A8443;
}
@media (max-width: 767px) {
  .p-lot__item-d li {
    display: grid;
    grid-template-columns: 2rem 1fr;
  }
}

.p-lot__note {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: right;
  max-width: 82rem;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-lot__note {
    text-align: left;
    font-size: 1rem;
  }
}

/* ---------- GEN（一般宅地導入） ---------- */
.p-gen {
  width: 100%;
  background-color: #F6F5F4;
  padding: 6rem 0;
  text-align: center;
}

@media (max-width: 767px) {
  .p-gen {
    padding: 3rem 0;
  }
}
.p-gen__ico {
  width: 8rem;
  margin: 0 auto;
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
.p-gen__ico img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-gen__ttl {
  margin-top: 3rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #333333;
}

@media (max-width: 767px) {
  .p-gen__ttl {
    font-size: 2rem;
  }
}
.p-gen__lead {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-gen__lead {
    font-size: 1.6rem;
  }
}

/* ---------- FLOW（ご相談の流れ） ---------- */
.p-flow {
  max-width: 126rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 8rem;
  text-align: center;
}

.p-flow__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .p-flow__ttl {
    font-size: 2rem;
  }
}

.p-flow__list {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  text-align: left;
}

.p-flow__item {
  align-items: center;
  border-top: 2px solid #DBBD0B;
  position: relative;
  padding: 3rem 0 2rem;
}

@media (max-width: 767px) {
  .p-flow__item {
    padding: 3rem 0;
  }
}
.p-flow__itemwrap {
  display: grid;
  grid-template-columns: 12rem 1fr;
  max-width: 82rem;
  width: 100%;
  margin-inline: auto;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-flow__itemwrap {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    justify-items: center;
  }
}

.p-flow__step {
  position: absolute;
  top: -3.7rem;
  line-height: 1.2;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-flow__step {
    grid-row: auto;
  }
  .p-flow__txts {
    text-align: center;
  }
}
.p-flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  background-color: #FFEF90;
  border: 2px solid #DBBD0B;
  width: 4rem;
  height: 4rem;
  line-height: 1;
  margin-inline: auto;
}

.p-flow__img {
  width: 12rem;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .p-flow__img {
    width: 7rem;
  }
}
.p-flow__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-flow__item-t {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-flow__item-t {
    font-size: 1.6rem;
  }
}

.p-flow__item-x {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-flow__item-x {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    text-align: left;
  }
}

/* ---------- SVC（ハイムコンシェルジュ） ---------- */
.p-svc {
  margin-top: 4rem;
  background-color: #fff;
  padding: 3rem 5rem 4rem;
  text-align: center;
  border-radius: 2rem;
  margin-bottom: 3rem;
  position: relative;
}

@media (max-width: 767px) {
  .p-svc {
    padding: 2rem 1.5rem;
  }
}
.p-svc__mark {
  display: block;
  position: relative;
  padding: 0.6rem 2rem;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.5rem;
  background: #F0F5ED;
  border-radius: 3px;
  margin-bottom: 1.4rem;
}
.p-svc__mark::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border: 10px solid #F0F5ED;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  display: block;
}
@media (max-width: 767px) {
  .p-svc__mark {
    font-size: 1.4rem;
    padding: 0.3rem 2rem;
  }
}

.p-svc__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  color: #226200;
}
@media (max-width: 767px) {
  .p-svc__ttl {
    font-size: 2rem;
  }
}
.p-svc__ttl sup {
  font-size: 1.2rem;
  vertical-align: super;
  color: #226200;
}
@media (max-width: 767px) {
  .p-svc__ttl sup {
    font-size: 1rem;
  }
}

.p-svc__logo {
  max-width: 12.8rem;
  width: 12.8rem;
  margin-inline: auto;
}

.p-svc__sub {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-svc__sub {
    font-size: 1.4rem;
  }
}

.p-svc__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: left;
}

@media (max-width: 767px) {
  .p-svc__list {
    grid-template-columns: 1fr;
  }
}
.p-svc__item {
  position: relative;
  background-color: #F0F5ED;
  padding: 3rem 1.5rem;
  text-align: center;
  border-radius: 2rem;
}

.p-svc__num {
  font-family: "noto sans jp", serif;
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #5A8443;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 400;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .p-svc__num {
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
  }
}

.p-svc__ico {
  width: 13rem;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .p-svc__ico {
    width: 8rem;
  }
}

.p-svc__txt {
  margin-top: 1rem;
  line-height: 1.8;
}
.p-svc__txt .lead {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-svc__txt .lead {
    font-size: 1.4rem;
  }
}
.p-svc__txt .txt {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .p-svc__txt .txt {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

.p-svc__note {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .p-svc__note {
    font-size: 1rem;
  }
}

/* ---------- FAQ ---------- */
.p-faq {
  width: 100%;
  background-color: #fff;
  padding: 6rem 0;
}

@media (max-width: 767px) {
  .p-faq {
    padding: 3rem 0;
  }
}
.p-faq__label {
  display: inline-block;
  background-color: #a00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.5rem 2rem;
}

.p-faq__ttl {
  display: inline-block;
  margin-left: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .p-faq__ttl {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.p-faq__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
}

.p-faq__item {
  border-bottom: 1px solid #e0e0e0;
}

.p-faq__q {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
}

.p-faq__q-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #1f4b33;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-faq__q-txt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}

@media (max-width: 767px) {
  .p-faq__q-txt {
    font-size: 1.3rem;
  }
}
.p-faq__q-tgl {
  text-align: center;
  font-size: 1.6rem;
}

.p-faq__a {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 0 0 1.5rem;
}

.p-faq__a-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #c9a94b;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-faq__a-txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

/* ---------- LNK ---------- */
.p-lnk {
  background-color: #fff;
}
.p-lnk__line {
  max-width: 126rem;
  margin-inline: auto;
  width: 100%;
  margin-top: 4rem;
  height: 4px;
  width: 100%;
  background-color: #DBBD0B;
}
@media (max-width: 767px) {
  .p-lnk__line {
    margin-top: 2rem;
  }
}

.p-lnk__note {
  margin-top: 6rem;
  font-size: 1.2rem;
  max-width: 116rem;
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .p-lnk__note {
    margin-top: 3rem;
    font-size: 1rem;
  }
}

.p-lnk__list {
  padding: 4rem 0 4rem;
  max-width: 77rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 767px) {
  .p-lnk__list {
    grid-template-columns: 1fr;
    padding: 2rem 0;
  }
}
.p-lnk__item a {
  position: relative;
  display: block;
  transition: 0.3s;
}
.p-lnk__item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.p-lnk__img {
  width: 100%;
}

.p-lnk__img img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

.p-lnk__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-lnk__arw {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */