@charset "UTF-8";
/*! Writen  by SCSS */
ul.breadlist {
  padding: 3px 3px; }

.main {
  position: relative;
  z-index: 5;
  width: 100%; }
  .main .slide_main {
    position: relative; }
    .main .slide_main li {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: all 1s ease-in-out 0s;
      background: #f4f7f2; }
      .main .slide_main li:first-child {
        position: relative; }
      .main .slide_main li.active {
        opacity: 1; }
      @media screen and (max-width: 480px) {
        .main .slide_main li .cap {
          font-size: 9px; } }
      @media screen and (max-width: 480px) {
        .main .slide_main li .cap2 {
          left: 0;
          right: auto;
          text-align: left; }
        .main .slide_main li .cap1 {
          top: 0;
          bottom: auto;
          left: auto;
          right: 0;
          text-align: right; } }
      .main .slide_main li .f_img {
        position: relative;
        z-index: 5;
        margin: 0; }
      .main .slide_main li #video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: #333;
        display: block;
        line-height: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top right; }
        @media screen and (max-width: 480px) {
          .main .slide_main li #video {
            object-fit: contain; } }
  .main .slide_thum {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 10px; }
    @media screen and (max-width: 480px) {
      .main .slide_thum {
        bottom: 12px;
        gap: 8px; } }
    .main .slide_thum li {
      cursor: pointer;
      width: 15px;
      height: 15px;
      background: #fff;
      opacity: 0.5;
      transition: opacity 0.4s ease-in-out 0s;
      will-change: opacity; }
      @media screen and (max-width: 480px) {
        .main .slide_thum li {
          width: 10px;
          height: 10px; } }
      .main .slide_thum li.active {
        opacity: 1; }

.l-info,
.fbg,
.main,
.l-header {
  overflow: hidden; }

.breadlist_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  /*	body & {
  		position: fixed;
  	}
  	body.on & {
  		position: absolute;
  	}*/ }

ul.breadlist {
  max-width: 100%; }
  ul.breadlist li {
    color: #fff; }
    ul.breadlist li:last-child {
      display: none; }
    ul.breadlist li:after {
      color: #fff; }
    ul.breadlist li:nth-child(2) a {
      pointer-events: none; }
    ul.breadlist li:nth-child(2)::after {
      content: none; }
    ul.breadlist li a {
      color: #fff; }

.obi1 {
  background: linear-gradient(90deg, #021c2a, #113b4e, #021c2a);
  padding: 20px; }
  @media screen and (max-width: 480px) {
    .obi1 {
      padding: 15px; } }
  .obi1 p {
    font-weight: 700;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.2em;
    font-size: clamp(14px, calc(47vw / 16), 47px); }
    @media screen and (max-width: 480px) {
      .obi1 p {
        font-size: calc(22vw / 3.9);
        line-height: 1.4; } }

.obi2 {
  background: #f9f9f5;
  padding: 30px; }
  @media screen and (max-width: 480px) {
    .obi2 {
      padding: 5px 10px; } }
  .obi2 ul {
    max-width: 1600px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 25px; }
    @media screen and (max-width: 480px) {
      .obi2 ul {
        gap: 0; } }
    .obi2 ul li {
      position: relative;
      width: calc(100% / 3);
      text-align: center;
      font-size: clamp(12px, calc(32vw / 16), 32px);
      padding: 0 10px;
      border-right: solid 1px #000;
      font-size: clamp(12px, calc(32vw / 16), 32px);
      /*sup {
      	font-size: 40%;
      	color: #333;
      	top:-1.5em;
      }*/ }
      .obi2 ul li:nth-child(3n) {
        border-right: none; }
      @media screen and (max-width: 480px) {
        .obi2 ul li {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 50%;
          border-right: none;
          padding: 10px 5px;
          border-bottom: solid 1px #000; }
          .obi2 ul li:nth-last-child(-n+2) {
            border-bottom: none; }
          .obi2 ul li:nth-child(2n - 1)::after {
            content: "";
            position: absolute;
            top: 10px;
            right: 0;
            bottom: 10px;
            width: 1px;
            background: #000; } }
      @media screen and (max-width: 480px) {
        .obi2 ul li {
          font-size: calc(15vw / 3.9); } }
      .obi2 ul li .o1 {
        color: #938059;
        font-weight: 700;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.1em; }
        .obi2 ul li .o1 .l1 {
          font-size: 120%;
          display: inline-block; }
        .obi2 ul li .o1 sup {
          font-size: 38%;
          color: #333;
          top: -1.6em;
          letter-spacing: 0; }
      .obi2 ul li .o2 {
        color: #938059;
        font-weight: 700;
        font-weight: 600;
        font-size: 75%;
        margin-top: 0.25em;
        margin-top: 0em; }
        @media screen and (max-width: 480px) {
          .obi2 ul li .o2 {
            font-size: 70%;
            margin-top: 0.25em; } }
        .obi2 ul li .o2 sup {
          font-size: 48%;
          color: #333;
          top: -1.1em;
          letter-spacing: 0; }

.bnr_wrap {
  /*padding: 50px 0 20px;
  @include mq($br_sp){
  	padding: 40px 0 0;
  }*/
  padding: 60px 0 90px; }
  @media screen and (max-width: 480px) {
    .bnr_wrap {
      padding: 40px 0px 50px; } }

.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 1140px; }

.s_ttl {
  font-size: clamp(14px, calc(21vw / 11.8), 21px);
  font-size: clamp(14px, calc(22vw / 11.8), 23px);
  line-height: 1;
  color: #c9a063;
  letter-spacing: 0.1em;
  font-weight: 600; }
  @media screen and (max-width: 480px) {
    .s_ttl {
      font-size: calc(16vw / 3.9);
      font-size: calc(18vw / 3.9); } }

.more a {
  font-size: clamp(12px, calc(17vw / 11.8), 17px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #b28247;
  transition: all 0.3s ease-in-out 0s; }
  @media screen and (max-width: 480px) {
    .more a {
      font-size: calc(13vw / 3.9); } }
  .more a:hover {
    color: #fff; }
  .more a .y {
    margin-left: 0.2em;
    display: inline-block;
    letter-spacing: -0.2em;
    transform: scaleX(0.5); }
.more.of p {
  font-size: clamp(12px, calc(17vw / 11.8), 17px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .more.of p {
      font-size: calc(13vw / 3.9); } }

.concept {
  margin-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .concept {
      margin-bottom: 60px; } }
  .concept .ttl .txt {
    color: #938059;
    padding-bottom: 4em;
    font-size: clamp(12px, calc(17vw / 11.4), 27px);
    line-height: 1;
    letter-spacing: 0.3em;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 3em; }
    @media screen and (max-width: 480px) {
      .concept .ttl .txt {
        font-size: calc(18vw / 3.9); } }
    .concept .ttl .txt::before {
      content: "";
      position: absolute;
      top: 1.3em;
      left: 0;
      right: 0;
      margin-inline: auto;
      width: 2.5em;
      height: 1px;
      background: #938059; }
    .concept .ttl .txt::after {
      content: "";
      position: absolute;
      top: 1.8em;
      left: 50%;
      width: 1px;
      height: 4.5em;
      background: #938059; }
  .concept .bg {
    padding-top: 120px;
    background: url("../images/top/c_bg.webp") top center/100% auto no-repeat; }
    @media screen and (max-width: 480px) {
      .concept .bg {
        background: url("../images/top/c_bg_sp.webp") top center/100% auto no-repeat;
        padding-top: 80px;
        padding-top: 50px; } }
  .concept .c0 img {
    width: calc(580% / 11.4);
    width: calc(606% / 11.4);
    width: calc(637% / 11.4); }
    @media screen and (max-width: 480px) {
      .concept .c0 img {
        width: 68%; } }
  .concept .c1 {
    font-size: clamp(14px, calc(53vw / 11.4), 53px);
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 0.8em;
    font-weight: 700;
    font-weight: 600; }
    .concept .c1 .l1 {
      font-size: 120%; }
    @media screen and (max-width: 480px) {
      .concept .c1 {
        font-size: calc(24vw / 3.9);
        font-size: calc(22vw / 3.9); } }
    .concept .c1 img {
      width: calc(1108% / 11.4);
      width: calc(1001% / 11.4); }
      @media screen and (max-width: 480px) {
        .concept .c1 img {
          width: 70%; } }
  .concept .c2 {
    font-size: clamp(14px, calc(19vw / 11.4), 19px);
    line-height: 2.4;
    letter-spacing: 0.15em;
    margin-bottom: 3em;
    font-weight: 500; }
    @media screen and (max-width: 480px) {
      .concept .c2 {
        font-size: calc(13vw / 3.9);
        letter-spacing: 0.1em;
        line-height: 2; } }
  .concept .img01 {
    margin: auto;
    position: relative;
    width: 888px;
    height: 806px; }
    .concept .img01 li {
      position: absolute;
      opacity: 0;
      transition: all 1s ease-in-out;
      width: calc(310% / 8.88);
      height: calc(310% / 8.06); }
      .concept .img01 li:first-child {
        position: relative; }
      .concept .img01 li.c01 {
        transition-delay: 0s;
        top: 0;
        left: calc(147% / 8.88); }
      .concept .img01 li.c02 {
        transition-delay: 0s;
        top: 0;
        left: calc(438% / 8.88); }
      .concept .img01 li.c03 {
        transition-delay: 0.3s; }
      .concept .img01 li.c04 {
        transition-delay: 0.3s; }
      .concept .img01 li.c05 {
        transition-delay: 0.6s; }
      .concept .img01 li.c06 {
        transition-delay: 0.6s; }
      .concept .img01 li.c00 {
        width: calc(350% / 8.88);
        height: calc(310% / 8.06);
        top: calc(248% / 8.06);
        left: calc(270% / 8.88);
        transition-delay: 0.9s; }
      .concept .img01 li .txt {
        position: absolute;
        inset: 0;
        z-index: 50; }
      .concept .img01 li .cbg {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #f1ecdf;
        mix-blend-mode: multiply; }
        .concept .img01 li .cbg::after {
          content: "";
          position: absolute;
          width: 84%;
          height: 84%;
          top: 8%;
          left: 8%;
          border-radius: 50%;
          background: #f6f4eb;
          mix-blend-mode: multiply; }
    .concept .img01.p-view li {
      opacity: 1; }

.test {
  width: 100%;
  height: 500px;
  position: relative; }
  .test .test1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 65%;
    background: #333;
    mix-blend-mode: multiply; }
  .test .test2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 65%;
    background: #333;
    mix-blend-mode: multiply; }

.future_wrap {
  position: relative; }
  .future_wrap .f_bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    height: calc(2780vw / 16);
    background: url("../images/top/f_bg.png") center center/cover;
    transition: all 2s ease-in-out 0s;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
    .future_wrap .f_bg.p-view {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      opacity: 1; }
    @media screen and (max-width: 480px) {
      .future_wrap .f_bg {
        background: url("../images/top/f_bg.png") top left/cover;
        height: calc(2000vw / 8);
        top: calc(750vw / 8);
        transform: translateY(0); } }
  .future_wrap .f_bg2 {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    transition: all 2s ease-in-out 0s;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
    .future_wrap .f_bg2.p-view {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      opacity: 1; }
    @media screen and (max-width: 480px) {
      .future_wrap .f_bg2 {
        background: url("../images/top/f_bg.png") top left/cover;
        display: block;
        height: calc(2000vw / 8);
        top: calc(2540vw / 8); } }

.test {
  width: 100%;
  height: 500px;
  position: relative; }
  .test .test1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 65%;
    background: #333;
    mix-blend-mode: multiply; }
  .test .test2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 65%;
    background: #333;
    mix-blend-mode: multiply; }

.future {
  position: relative;
  z-index: 10; }
  .future li {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .future li {
        margin-bottom: 50px; } }
    .future li .inn {
      display: flex; }
      @media screen and (max-width: 480px) {
        .future li .inn {
          flex-direction: column; } }
      .future li .inn .img {
        width: calc(776% / 12.8); }
        @media screen and (max-width: 480px) {
          .future li .inn .img {
            width: 100%; }
            .future li .inn .img .cap {
              top: 0;
              left: 0;
              text-align: left;
              bottom: auto;
              right: auto; } }
      .future li .inn .txt {
        width: calc(504% / 12.8);
        padding-left: calc(70% / 12.8);
        padding-left: calc(60% / 12.8);
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start; }
        @media screen and (max-width: 480px) {
          .future li .inn .txt {
            width: calc(100% - 40px);
            margin-inline: auto;
            padding-left: 40px;
            margin-top: 20px; } }
        .future li .inn .txt .f0 {
          position: absolute;
          top: 0;
          left: 5px;
          height: 100%;
          font-size: clamp(14px, calc(20vw / 12.8), 20px);
          font-weight: 500;
          font-weight: 400;
          line-height: 1;
          letter-spacing: 0.1em;
          writing-mode: vertical-rl;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 480px) {
            .future li .inn .txt .f0 {
              font-size: calc(12vw / 3.9);
              left: 0; } }
          .future li .inn .txt .f0::after {
            content: "";
            flex: 1;
            width: 1px;
            background: #000;
            margin-top: 5px; }
        .future li .inn .txt .t_inn {
          width: fit-content;
          text-align: left; }
          .future li .inn .txt .t_inn .f1 {
            color: #938059;
            font-size: clamp(18px, calc(74vw / 12.8), 74px);
            line-height: 1;
            margin-bottom: 0.3em;
            margin-bottom: 0.1em;
            font-weight: 500;
            font-weight: 400; }
            .future li .inn .txt .t_inn .f1 .l {
              font-size: 110%; }
            @media screen and (max-width: 480px) {
              .future li .inn .txt .t_inn .f1 {
                font-size: calc(30vw / 3.9);
                font-size: calc(35vw / 3.9);
                font-size: calc(38vw / 3.9); }
                .future li .inn .txt .t_inn .f1.mb {
                  margin-bottom: 0.25em; } }
          .future li .inn .txt .t_inn .f2 {
            font-size: clamp(12px, calc(23vw / 12.8), 23px);
            line-height: 1.9;
            line-height: 1.6;
            letter-spacing: 0.2em;
            font-weight: 900;
            font-weight: 500;
            margin-bottom: 0.9em; }
            @media screen and (max-width: 480px) {
              .future li .inn .txt .t_inn .f2 {
                font-size: calc(16vw / 3.9);
                font-size: calc(12vw / 3.9);
                letter-spacing: 0.1em;
                line-height: 1.5;
                font-weight: 600; } }
            .future li .inn .txt .t_inn .f2 sup {
              font-size: 48%;
              top: -1.1em;
              letter-spacing: 0; }
          .future li .inn .txt .t_inn .btn a {
            font-size: clamp(12px, calc(20vw / 12.8), 20px);
            line-height: 1;
            letter-spacing: 0.1em;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 12em;
            height: 2.5em;
            width: 11em;
            height: 2.3em;
            background: linear-gradient(0deg, #6b5d3f, #927f58);
            color: #fff;
            transition: all 0.3s ease-in-out 0s;
            text-decoration: none; }
            .future li .inn .txt .t_inn .btn a:hover {
              opacity: 0.6; }
            @media screen and (max-width: 480px) {
              .future li .inn .txt .t_inn .btn a {
                font-size: calc(13vw / 3.9);
                width: 11em;
                height: 2.3em; } }
          .future li .inn .txt .t_inn .btn.soon a {
            pointer-events: none;
            opacity: 0.4; }
    .future li:nth-child(2n) .inn {
      flex-direction: row-reverse; }
      @media screen and (max-width: 480px) {
        .future li:nth-child(2n) .inn {
          flex-direction: column; } }
      .future li:nth-child(2n) .inn .txt .f0 {
        left: auto;
        right: 5px; }
        @media screen and (max-width: 480px) {
          .future li:nth-child(2n) .inn .txt .f0 {
            left: 0;
            right: auto; } }
    .future li:nth-child(2n - 1) .inn .img {
      position: relative; }
      .future li:nth-child(2n - 1) .inn .img .line {
        width: calc(750% / 7.76);
        height: calc(750% / 4.9);
        pointer-events: none;
        position: absolute;
        top: 0;
        right: calc(-230% / 7.76);
        overflow: hidden;
        transition: all 1.5s ease-in-out 0s;
        opacity: 0;
        clip-path: polygon(99% 0, 100% 0, 100% 1%, 99% 1%); }
        @media screen and (max-width: 480px) {
          .future li:nth-child(2n - 1) .inn .img .line {
            width: calc(620vw / 8);
            height: calc(620vw / 8);
            right: 0;
            top: 85%; } }
        .future li:nth-child(2n - 1) .inn .img .line::after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          width: 141.421357%;
          height: 4px;
          background: linear-gradient(90deg, #fcd03f, #ed7102);
          transform: rotate(-45deg);
          transform-origin: top right; }
          @media screen and (max-width: 480px) {
            .future li:nth-child(2n - 1) .inn .img .line::after {
              height: 3px; } }
    .future li:nth-child(2n - 1).p-view .inn .img .line {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      opacity: 1; }
    .future li:nth-child(1) {
      z-index: 10; }
    .future li:nth-child(2) {
      z-index: 9; }
    .future li:nth-child(3) {
      z-index: 8; }
    .future li:nth-child(4) {
      z-index: 7; }
    .future li:nth-child(5) {
      z-index: 6; }
    .future li:nth-child(6) {
      z-index: 5; }
    .future li:nth-child(7) {
      z-index: 4; }
    .future li:nth-child(8) {
      z-index: 3; }

/*.cbg,
.fbg {
	position: relative;
	z-index: 5;
	background: #fff;
}*/
.l-info {
  /*padding: 60px 0 90px;
  @include mq($br_sp){
  	padding: 40px 15px 50px;
  }*/
  padding: 50px 0 20px; }
  @media screen and (max-width: 480px) {
    .l-info {
      padding: 40px 15px 0; } }

@keyframes scrollLine {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
.p-conversion__btn {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .p-conversion__btn {
      margin-top: 0; } }

.p-summary {
  padding-bottom: 20px; }

.no_links a {
  pointer-events: none; }
@media screen and (min-width: 768px) {
  .no_links .ex_item {
    display: flex;
    flex-direction: column; }
    .no_links .ex_item .img2 {
      margin-top: auto; } }
.no_links .mimg::after,
.no_links .img2::after {
  content: none !important; }

.breadlist {
  display: none; }

div.contents_wrap {
  position: relative; }

.top-merit-section {
  padding: 8rem 0;
  background: #e6e6e6; }
  @media screen and (max-width: 767px) {
    .top-merit-section {
      padding: 3rem 0; } }
  .top-merit-section--narrow {
    margin-top: 3rem; }
  @media screen and (max-width: 767px) {
    .top-merit-section .u-mt-large {
      margin-top: 1.5em !important; } }
.top-merit-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.5em;
  color: #000;
  text-align: center;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .top-merit-title {
      font-size: calc(1.425rem + 1.3125vw);
      letter-spacing: 0.4em; } }
.top-merit-panel {
  padding: 1rem;
  border: 1px solid #9f8b49; }
  .top-merit-panel h3 {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-align: center;
    color: #9f8b49;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .top-merit-panel h3 {
        font-size: calc(1.305rem + 0.4125vw); } }
@media screen and (max-width: 767px) {
  .top-merit-list {
    width: 100%; } }
.top-merit-list .p-limited-list-item::before, .top-merit-list .p-limited-list-item::after {
  background: #e6e6e6; }
.top-merit-step {
  font-family: "Cardo", Georgia, Times, "Times New Roman", serif;
  color: #000; }
  .top-merit-step-title {
    color: #000; }

.p-limited-title {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 3rem; }
  .p-limited-title::before, .p-limited-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    display: block; }
  .p-limited-title::before {
    margin-right: 2rem; }
  .p-limited-title::after {
    margin-left: 2rem; }
  @media screen and (max-width: 767px) {
    .p-limited-title {
      font-size: 1.5rem; } }
  .p-limited-title--white {
    color: #fff; }
    .p-limited-title--white::before, .p-limited-title--white::after {
      background: #fff; }
.p-limited-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; }
  @media screen and (max-width: 767px) {
    .p-limited-list {
      flex-wrap: wrap;
      width: 90%;
      margin: 0 auto; } }
  .p-limited-list-item {
    width: 100%;
    flex-grow: 1;
    padding: 1rem 0;
    background: #fff;
    position: relative; }
    .p-limited-list-item:not(:first-child)::before, .p-limited-list-item:not(:first-child)::after {
      content: "";
      display: block;
      width: 10px;
      height: 55%;
      background: #e6e6e6;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .p-limited-list-item:not(:first-child)::before, .p-limited-list-item:not(:first-child)::after {
          width: 55%;
          height: 15px; } }
    .p-limited-list-item:not(:first-child)::before {
      top: 0;
      left: -3%;
      transform-origin: right top;
      transform: rotate(-15deg) translateY(-4px); }
      @media screen and (max-width: 767px) {
        .p-limited-list-item:not(:first-child)::before {
          top: -20px;
          left: 0;
          transform-origin: left bottom;
          transform: rotate(8deg) translateX(-14px); } }
    .p-limited-list-item:not(:first-child)::after {
      bottom: 0;
      left: -3%;
      transform-origin: right bottom;
      transform: rotate(15deg) translateY(4px); }
      @media screen and (max-width: 767px) {
        .p-limited-list-item:not(:first-child)::after {
          top: -20px;
          right: 0;
          left: auto;
          transform-origin: right bottom;
          transform: rotate(-8deg) translateX(14px); } }
    @media screen and (max-width: 767px) {
      .p-limited-list-item {
        padding: 2.5rem 0; } }
.p-limited-step {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Open Sans", Helvecica, Arial, "游ゴシック", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #9f8b49; }
  .p-limited-step span {
    font-size: 1.8em; }
  .p-limited-step-title {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: center;
    font-weight: 700;
    color: #9f8b49;
    margin-bottom: 1.5rem; }
  .p-limited-step-text {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.15em;
    text-align: center; }

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.5em;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding: 1rem 0;
  background: #000;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-button {
      width: 80%;
      height: 3em; } }
  .c-button::before {
    position: absolute;
    top: 50%;
    left: 2em;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 11px;
    height: 12px;
    background: url(../images/common/cmn_icon_arrow2.svg) left top/11px 12px no-repeat; }
  .c-button::after {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: 3px; }
  .c-button:hover {
    opacity: 0.8;
    color: #fff; }
  .c-button--block {
    display: block;
    transition: all 0.5s; }
    .c-button--block:hover {
      opacity: 0.7; }

.top-button {
  margin-bottom: 2rem; }
  .top-button-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .top-button-list-item {
      margin-bottom: 1rem; }
      .top-button-list-item:last-child {
        margin-bottom: 0; }
  .top-button--entry {
    background: #9f8b49;
    background: #9a556c; }

.fbox {
  display: flex;
  justify-content: center;
  padding: 0 20px 40px; }
  .fbox p:first-child {
    margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .fbox {
      display: block;
      padding: 0 20px 40px; }
      .fbox p:first-child {
        margin-right: 0; } }

.merit_wrap .inner {
  max-width: 801px;
  margin-top: 50px; }
  @media screen and (max-width: 480px) {
    .merit_wrap .inner {
      margin-top: 30px; } }
  .merit_wrap .inner .ttl {
    font-size: clamp(12px, calc(25vw / 12.8), 25px);
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    font-weight: 600; }
    @media screen and (max-width: 480px) {
      .merit_wrap .inner .ttl {
        font-size: calc(18vw / 3.9); } }
  .merit_wrap .inner ul {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .merit_wrap .inner ul li {
      text-align: center;
      border: solid 2px #938059;
      padding: calc(25px + 0.8em) 20px 35px;
      position: relative;
      z-index: 2;
      margin-top: 0.8em;
      font-size: clamp(12px, calc(27vw / 12.8), 27px); }
      @media screen and (max-width: 480px) {
        .merit_wrap .inner ul li {
          font-size: calc(18vw / 3.9);
          font-size: calc(16vw / 3.9);
          padding: calc(20px + 0.8em) 15px 30px; } }
      .merit_wrap .inner ul li::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        inset: 10px;
        background: #f0ecde; }
        @media screen and (max-width: 480px) {
          .merit_wrap .inner ul li::after {
            inset: 7px; } }
      .merit_wrap .inner ul li .t1 {
        position: absolute;
        top: -0.8em;
        left: 0;
        right: 0;
        line-height: 1;
        letter-spacing: 0.3em;
        width: 7.5em;
        padding: 0.2em 5px 0.1em;
        border-radius: 8px;
        margin-inline: auto;
        background: #938059;
        color: #fff;
        justify-content: center;
        align-items: center;
        font-weight: 600; }
        .merit_wrap .inner ul li .t1 .l {
          font-size: 130%; }
      .merit_wrap .inner ul li .t2 {
        font-size: clamp(12px, calc(25vw / 12.8), 25px);
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.15em;
        color: #938059; }
        @media screen and (max-width: 480px) {
          .merit_wrap .inner ul li .t2 {
            font-size: calc(16vw / 3.9);
            font-size: calc(14vw / 3.9); } }
      .merit_wrap .inner ul li .t3 {
        font-size: clamp(12px, calc(18vw / 12.8), 18px);
        line-height: 1.8;
        font-weight: 600;
        letter-spacing: 0.15em;
        margin-top: 1em; }
        @media screen and (max-width: 480px) {
          .merit_wrap .inner ul li .t3 {
            font-size: calc(10vw / 3.9);
            letter-spacing: 0; } }

.ceil {
  max-width: 400px;
  width: 33.34%; }

.floor {
  width: 33.33%; }

.round {
  width: 33.33%; }

.shadow {
  text-shadow: 0px 0px 0px #FFFFFF, 0px 0px 1px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 3px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 6px #FFFFFF, 0px 0px 7px #FFFFFF, 0px 0px 8px #FFFFFF, 0px 0px 9px #FFFFFF, 0px 0px 10px #FFFFFF; }

.shadow2 {
  box-shadow: 0px 0px 0px #FFFFFF, 0px 0px 1px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 3px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 5px #FFFFFF, 0px 0px 6px #FFFFFF, 0px 0px 7px #FFFFFF, 0px 0px 8px #FFFFFF, 0px 0px 9px #FFFFFF, 0px 0px 10px #FFFFFF; }

.media {
  color: blue; }
  @media screen and (max-width: 960px) {
    .media {
      color: yellow; } }
  @media screen and (max-width: 768px) {
    .media {
      color: red; } }

.bdr {
  border: solid 1px; }
  .bdr_2 {
    border: solid 2px; }

/*.parallax {
	opacity: 0;
	transition:all 0.8s ease-in-out 0s;
	
	
	&.p-view {
		filter:none;
		opacity: 1;
		transform: none;
	}
}
*/
.anq {
  position: absolute;
  top: -139px; }
  @media screen and (max-width: 767px) {
    .anq {
      top: -49px; } }

/*# sourceMappingURL=top.css.map */
