
/* ============================================================
   TOP Page - HERO
   ============================================================ */
   
#page_top .herobg{
	background: url('../../assets/img/top/hero_bg.png') center center no-repeat;
    background-size: cover;
}
   
#page_top .hero {
  position: relative;
}

#page_top .hero__heading {
    font-family: var(--font-serif);
    font-size: min(83px, 6.4vw);
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    padding-top: 25.7%;
    color: var(--color-white);
}

#page_top .hero__sub {
    font-size: min(17px, 1.4vw);
    line-height: 2.2em;
    letter-spacing: 0em;
    font-weight: 300;
    color: var(--color-white);
    padding-top: 4.3%;
}

#page_top .hero__contact-area{
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#page_top .hero__contact-btn {
    position: static;
    z-index: 1;
    width: min(17vw, 218px);
    height: min(17vw, 218px);
    margin-top: -1.7%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    gap: 10px;
    transition: background 0.3s, border-color 0.3s;
}

#page_top .hero__contact-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.85);
}

#page_top .hero__contact-label {
    font-size: min(16px, 1.3vw);
    letter-spacing: 0em;
    position: relative;
    margin-top: -1em;
}

#page_top .hero__contact-label::after{
    content: "";
    position: absolute;
    bottom: -2.4em;
    left: 50%;
    display: block;
    background: url('../../assets/img/top/arrow_down_white.png') center center no-repeat;
    background-size: contain;
    width: 1em;
    padding-top: 1.4em;
    height: 0px;
    transform: translateX(-50%);
}


@media (max-width: 750px) {
  #page_top .herobg{
	  background: #000;
  }
  
  #page_top .hero {
    height: auto;
    min-height: 0;
	background: url('../../assets/img/top/hero_bg_sp.png') center center no-repeat;
    background-size: cover;
  }
  
  #page_top .hero .hero__inner{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  #page_top .hero__heading {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: min(81px, 10.8vw);
    padding-top: 28.4%;
  }
  
  #page_top .hero__sub{
	  width: 100%;
    font-size: min(21px, 2.8vw);
    padding-top: 9.3%;
    line-height: 1.9em;
    padding-bottom: 5.9%;
  }

  #page_top .hero__contact-btn { display: none; }
}


/* ============================================================
   TOP Page - vision
   ============================================================ */
#page_top .vision {
    color: var(--color-white);
    padding-top: min(180px, 13.9vw);
    padding-bottom: min(155px, 12vw);
}

#page_top .vision__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

#page_top .vision__label {
    writing-mode: vertical-lr;
    font-size: min(12px, 1vw);
    letter-spacing: 0.1em;
    color: var(--color-white);
    position: absolute;
    line-height: 1em;
    left: -2.6em;
    top: 0px;
    transform: translateY(25%);
}

#page_top .vision__body {
    width: 51.7%;
	position: relative;
}

#page_top .vision__heading {
    font-family: var(--font-serif);
    font-size: min(60px, 4.7vw);
    font-weight: 300;
    letter-spacing: 0em;
    margin-bottom: 5%;
    line-height: 1em;
}

#page_top .vision__sub {
    font-size: min(17px, 1.4vw);
    color: var(--color-white);
    letter-spacing: 0.07em;
    margin-bottom: 9.1%;
    line-height: 1em;
}

#page_top .vision__text {
    font-size: min(17px, 1.4vw);
    color: var(--color-white);
    letter-spacing: 0.07em;
    margin-bottom: 12.3%;
    line-height: 2.1em;
}

#page_top .vision__text br.sp{
	display: none;
}

#page_top .btn-outline {
    display: inline-flex;
    padding: 1em 4.5em;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 5em;
    font-size: min(16px, 1.3vw);
    letter-spacing: 0.1em;
    color: var(--color-white);
    transition: background 0.3s, border-color 0.3s;
	position: relative;
}

#page_top .btn-outline::after{
	content: "";
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-0.2em);
    display: block;
    background: url(../../assets/img/top/ico_btn_arrow_white.png) center center no-repeat;
    background-size: contain;
    width: 0.9em;
    padding-top: 0.6em;
    height: 0px;
}

#page_top .btn-outline:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--color-white);
}

@media (max-width: 750px) {
	#page_top .vision{
    background: #07090b;
    padding-top: 18.7%;
    padding-bottom: 22.7%;
	}
	#page_top .vision__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
  }

  #page_top .vision__label {
    font-size: min(12px, 1.6vw);
    left: 0px;
    top: 0px;
    transform: translateX(-50%);
    background: #07090b;
    padding-bottom: 2em;
  }

  #page_top .vision__body {
    border-left: 1px solid #fff;
    padding-left: 6.7%;
    width: 100%;
  }
  
  #page_top .vision__heading{
    font-size: min(60px, 8vw);
    margin-top: -0.2em;
    margin-bottom: 4%;
  }
  
  #page_top .vision__sub{
	font-size: min(17px, 2.3vw);
	margin-bottom: 8%;
  }
  
  #page_top .vision__text{
    font-size: min(21px, 2.8vw);
    margin-bottom: 5.5%;
    line-height: 1.8em;
  }
  
  #page_top .vision__text br.sp{
	  display: block;
  }
  
  #page_top .btn-outline{
    padding: 1em 4.5em;
    font-size: min(22px, 3vw);
  }

}

/* ============================================================
   TOP Page - service
   ============================================================ */
#page_top .service {
  background: #fff url('../../assets/img/top/service_bg.png') center bottom no-repeat;
  background-size: 100%;
  color: #111111;
  padding-block: clamp(64px, 9vh, 112px);
}

#page_top .service__top {
    display: flex;
    align-items: flex-start;
    width: 81%;
    margin: 0 auto;
    justify-content: space-between;
    border-bottom: 2px solid #999999;
    padding-bottom: 3.4%;
    margin-bottom: 5%;
}

#page_top .service__title-block {
  flex-shrink: 0;
}

#page_top .service__title {
    font-family: var(--font-sans);
    font-size: min(66px,5.1vw);
    font-weight: bold;
    line-height: 0.9em;
    letter-spacing: -0.01em;
    color: #07090b;
    margin-bottom: 0.27em;
}

#page_top .service__title-ja {
    font-size: min(14px, 1.1vw);
    letter-spacing: 0em;
    color: #07090b;
    font-weight: bold;
}

#page_top .service__intro-block {
    width: 51.8%;
}

#page_top .service__catchcopy {
    font-size: min(34px, 2.7vw);
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 0em;
    margin-bottom: 0.3em;
    color: #07090b;
}

#page_top .service__catchcopy--vertical { display: none; }

#page_top .service__desc {
    font-size: min(15px, 1.2vw);
    line-height: 1.8em;
    letter-spacing: 0em;
    color: #07090b;
    font-weight: 500;
}

#page_top .service__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 81%;
    margin: 0 auto;
    gap: 10.4%;
}

#page_top .service-card {
    position: relative;
    border: 1px solid #262626;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    padding: 7% 9.3%;
    padding-bottom: 22%;
    display: flex;
    flex-direction: column;
}

#page_top .service-card__tag {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: min(12px, 1vw);
    letter-spacing: 0.02em;
    color: #000;
    writing-mode: vertical-rl;
    line-height: 1em;
}

#page_top .service-card__image {
    width: 86.9%;
    margin: 0 auto;
    margin-bottom: 7.3%;
}

#page_top .service-card__image svg { width: 100%; height: auto; }

#page_top .service-card__heading {
    font-family: var(--font-sans);
    font-size: min(37px, 2.9vw);
    font-weight: bold;
    letter-spacing: 0em;
    margin-bottom: 0.3em;
    color: var(--color-black);
    line-height: 1em;
}

#page_top .service-card__sub {
    font-size: min(14px, 1.1vw);
    color: var(--color-black);
    line-height: 1em;
    margin-bottom: 11%;
    font-weight: bold;
}

#page_top .service-card__text {
    font-size: min(13px, 1vw);
    line-height: 1.7em;
    font-weight: 500;
    color: var(--color-black);
}

#page_top .service-card__arrow {
    position: absolute;
    bottom: 4%;
    right: 5.1%;
    width: min(68px,5.4vw);
    height: min(68px,5.4vw);
    border: 1px solid #090909;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #090909;
    transition: background 0.25s, border-color 0.25s, opacity 0.25s;
	opacity: 1;
}

#page_top .service-card__arrow img{
	width: 33.3%;
}

#page_top .service-card__arrow:hover {
  background: #f0f0f0;
  border-color: #888;
  opacity: 0.5;
}

@media (max-width: 750px) {
	#page_top .service{
    padding-top: 9.3%;
    padding-bottom: 20%;
    background: #fff url(../../assets/img/top/service_bg_sp.png) center bottom no-repeat;
    background-size: 100%;
	}
  #page_top .service__top {
    display: block;
    position: relative;
    padding-right: 0px;
    padding-bottom: 14.9%;
    margin-bottom: 13.4%;
    width: 100%;
  }
  
  #page_top .service__title{
    font-size: min(96px, 12.8vw);
    line-height: 1em;
    letter-spacing: -0.01em;
    margin-bottom: 5.9%;
  }
  
  #page_top .service__title-ja{
    font-size: min(20px, 2.7vw);
    line-height: 1em;
  }

  #page_top .service__catchcopy { display: none; }

  #page_top .service__catchcopy--vertical {
    display: block;
    position: absolute;
    top: 0;
    right: 5.5%;
    writing-mode: vertical-rl;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    color: #111;
    font-size: min(37px, 5vw);
  }
  
  #page_top .service__intro-block{
    width: 66.4%;
  }

  #page_top .service__desc { 
    margin-top: 14%;
    font-size: min(21px, 2.8vw);
    line-height: 1.8em;
  }
  #page_top .service__desc br { display: none; }

  #page_top .service__cards {
    grid-template-columns: 1fr;
    gap: 5vw;
    width: 100%;
  }
  
  #page_top .service-card{
    padding: 4.4% 5.9%;
  }

  #page_top .service-card__image { 
    width: 44.2%;
    margin: 0px;
    position: absolute;
    top: 4vw;
    right: 6.4vw;
  }
  
  #page_top .service-card__tag{
    top: 3.6vw;
    left: 3vw;
    font-size: min(12px, 1.6vw);
    letter-spacing: 0em;
  }
  
  #page_top .service-card__body{
    padding-top: 24.6vw;
  }
  
  #page_top .service-card__heading{
    font-size: min(43px, 5.8vw);
    margin-bottom: 3vw;
  }
  
  #page_top .service-card__sub{
    font-size: min(20px, 2.7vw);
    margin-bottom: 5vw;
  }
  
  #page_top .service-card__text{
    font-size: min(21px, 2.8vw);
    line-height: 1.6em;
    width: 69.3%;
  }
  
  #page_top .service-card__arrow{
    width: min(75px, 10vw);
    height: min(75px, 10vw);
    bottom: 4.7vw;
    right: 4.7vw;
  }
  
  #page_top .service-card__arrow img{
	  
  }
}

/* ============================================================
   TOP Page - story
   ============================================================ */
#page_top .story {
    position: relative;
    overflow: hidden;
    color: var(--color-white);
    padding-top: min(90px, 7vw);
    padding-bottom: min(70px, 5.4vw);
}

#page_top .story_bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
}

#page_top .story_bg .left{
    position: absolute;
    top: 0px;
    left: 0px;
    width: min(71.3vw, calc(50vw + 320px));
    height: 100%;
    background: #000;
}

#page_top .story__deco {
    position: absolute;
    left: min(68vw, calc(50vw + 270px));
    bottom: 7%;
    font-family: var(--font-sans);
    font-size: min(327px, 25.2vw);
    letter-spacing: -0.07em;
    font-weight: bold;
    line-height: 0.75;
    color: #cccccc;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    opacity: 0.9;
    z-index: 0;
}

#page_top .story__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

#page_top .story__left {
    width: 49.2%;
    margin-left: 6.8%;
}

#page_top .story__title-row {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 3%;
}

#page_top .story__title {
    font-family: var(--font-sans);
    font-size: min(66px, 5.1vw);
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: -0.01em;
    color: var(--color-white);
}

#page_top .story__arrow {
    position: relative;
    margin-bottom: -4%;
    width: min(68px,5.4vw);
    height: min(68px,5.4vw);
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, border-color 0.25s, opacity 0.25s;
    opacity: 1;
}

#page_top .story__arrow:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--color-white);
  opacity: 0.7;
}

#page_top .story__title-ja {
    font-size: min(14px, 1.1vw);
    color: var(--color-white);
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 7.8%;
}

#page_top .story__img{
	display: none;
}

#page_top .story__quote {
    font-family: var(--font-serif);
    font-size: min(34px,2.7vw);
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.0em;
    color: var(--color-white);
    margin-bottom: 6%;
}

#page_top .story__text {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

#page_top .story__text p {
    font-size: min(16px, 1.3vw);
    line-height: 2;
    letter-spacing: 0.04em;
    color: var(--color-white);
    font-weight: 500;
}

#page_top .story__right {
    width: 39.2%;
    margin-top: 13.5%;
    position: relative;
}

#page_top .story__photo {
  position: relative;
  width: 100%;
}

#page_top .story__photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  background: #2b2f34;
  min-height: 340px;
}

#page_top .story__photo-caption {
  position: absolute;
  right: -20px;
  bottom: 40px;
  writing-mode: vertical-rl;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.4);
  font-weight: 300;
}

@media (max-width: 750px) {
  #page_top .story{
    background: url(../../assets/img/top/story_bg_sp.png) top right no-repeat;
    background-size: cover;
    padding-top: 10vw;
    padding-bottom: 14.7vw;
  }
  #page_top .story_bg{
	  display: none;
  }
  
  #page_top .story__inner {
    flex-direction: column;
  }

  #page_top .story__right {
    display: none;
  }

  #page_top .story__photo {
    width: 72%;
  }
  
  #page_top .story__left{
    width: 100%;
    margin-left: 0%;
  }
  #page_top .story__title{
    font-size: min(96px, 12.8vw);
    line-height: 0.9em;
    letter-spacing: 0em;
  }
  #page_top .story__title-row{
    gap: 11.3vw;
    margin-bottom: 5.2vw;
  }
  #page_top .story__arrow{
    margin-bottom: -4%;
    width: min(75px, 10vw);
    height: min(75px, 10vw);
  }
  #page_top .story__arrow img{
    width: 33%;
  }
  #page_top .story__title-ja{
    font-size: min(20px, 2.7vw);
    margin-bottom: 8.1%;
  }
  #page_top .story__img{
    display: block;
    width: 59%;
  }
  #page_top .story__quote{
    font-size: min(41px, 5.5vw);
    line-height: 1.8em;
    margin-bottom: 7%;
    margin-top: 6.5%;
    letter-spacing: 0em;
  }
  #page_top .story__text{
    gap: 4.3vw;
  }
  #page_top .story__text p{
    font-size: min(21px, 2.8vw);
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 300;
  }
}

/* ============================================================
   TOP Page - reason
   ============================================================ */
#page_top .reason {
    color: #111111;
    padding-top: min(190px, 14.7vw);
    padding-bottom: min(90px,7vw);
    background: #fff url(../../assets/img/top/reason_bg.png) center bottom no-repeat;
    background-size: min(865px,66.5vw);
    background-position: max(-28.4vw, calc(50vw - 1020px))  min(13vw, calc(100% + 300px));
}

#page_top .reason__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#page_top .reason__left {
    position: relative;
    width: 27.6%;
    margin-left: 6.5%;
}

#page_top .reason__title-block {
    margin-bottom: 13%;
}

#page_top .reason__title {
    font-family: var(--font-sans);
    font-size: min(66px,5.1vw);
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 5%;
}

#page_top .reason__title-ja {
    font-size: min(14px,1.1vw);
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: bold;
}

#page_top .reason__desc {
    font-size: min(15px,1.2vw);
    line-height: 1.9em;
    letter-spacing: 0em;
    color: #020202;
    font-weight: 500;
    margin-bottom: 13%;
}

#page_top .reason__btn {
    display: inline-flex;
    padding: 1.4em 4.1em;
    background: #111;
    border-radius: 5em;
    font-size: min(16px,1.3vw);
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1em;
    transition: background 0.25s;
    position: relative;
    z-index: 1;
}

#page_top .reason__btn::after {
    content: "";
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-0.2em);
    display: block;
    background: url(../../assets/img/top/ico_btn_arrow_white.png) center center no-repeat;
    background-size: contain;
    width: 0.9em;
    padding-top: 0.6em;
    height: 0px;
}

#page_top .reason__btn:hover { background: #333; }

#page_top .reason__list {
    display: flex;
    flex-direction: column;
    gap: min(25px, 2vw);
    list-style: none;
    width: 50.5%;
    margin-right: 6.7%;
}

#page_top .reason-item {
    position: relative;
    border: 1px solid #000;
    border-radius: 16px;
    padding: 6.7% 5% 6.7% 14.2%;
    background: #fff;
}

#page_top .reason-item__num {
    position: absolute;
    left: 0px;
    transform: translate(-50%,-50%);
    top: 50%;
    width: min(86px,6.7vw);
    height: min(86px,6.7vw);
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(31px,2.4vw);
    font-weight: 400;
    letter-spacing: 0em;
    color: #000;
}

#page_top .reason-item__heading {
    font-size: min(25px, 2vw);
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 3.1%;
    line-height: 1em;
    color: #07090b;
}

#page_top .reason-item__text {
    font-size: min(15px,1.2vw);
    line-height: 1.7em;
    color: #07090b;
    font-weight: 500;
}

@media (max-width: 750px) {
  #page_top .reason{
    background: #fff url(../../assets/img/top/reason_bg_sp.png) bottom right no-repeat;
    background-size: cover;
    padding-top: 11.2vw;
    padding-bottom: 14.6vw;
  }
  #page_top .reason__inner {
    flex-direction: column;
    gap: 0;
  }

  #page_top .reason__left {
    width: 100%;
    margin-bottom: 9.3vw;
    margin-left: 0%;
  }

  #page_top .reason__title {
    font-size: min(96px,12.8vw);
    margin-left: -0.1em;
    margin-bottom: 5vw;
  }
  #page_top .reason__title-ja{
    font-size: min(20px, 2.7vw);
  }
  #page_top .reason__title-block{
    margin-bottom: 8vw;
  }
  #page_top .reason__desc{
    font-size: min(21px, 2.8vw);
    line-height: 1.7em;
    margin-bottom: 7.3vw;
  }
  #page_top .reason__btn{
    padding: 1.4em 4.5em;
    font-size: min(21px, 2.8vw);
  }

  #page_top .reason__list { 
    width: 100%;
    padding-left: 6vw;
    gap: 4vw;
  }

  #page_top .reason-item {
    padding: 7.2% 12%;
    padding-right: 9.6%;
  }

  #page_top .reason-item__num {
    left: 0px;
    width: 13.2vw;
    height: 13.2vw;
    font-size: min(35px, 4.7vw);
  }
  #page_top .reason-item__heading{
    font-size: min(25px, 3.4vw);
    margin-bottom: 4.1%;
  }
  #page_top .reason-item__text{
    font-size: min(21px, 2.8vw);
    line-height: 1.6em;
  }
}


/* ============================================================
   TOP Page - deal
   ============================================================ */
#page_top .deal {
  background: #111111;
  color: var(--color-white);
  padding-block: clamp(64px, 9vh, 112px);
  display:none;
}

#page_top .deal__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  margin-bottom: clamp(40px, 6vh, 64px);
}

#page_top .deal__title-block{
    margin-left: 5%;
}

#page_top .deal__title {
    font-family: var(--font-sans);
    font-size: min(66px,5.1vw);
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.01em;
    color: var(--color-white);
    margin-bottom: 0.3em;
}

#page_top .deal__title-ja {
    font-size: min(14px, 1.1vw);
    color: var(--color-white);
    letter-spacing: 0.06em;
    font-weight: 500;
    line-height: 1em;
}

#page_top .deal__intro-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  flex-shrink: 0;
  text-align: right;
  margin-right: 6.3%;
}

#page_top .deal__desc {
    font-size: min(15px, 1.2vw);
    line-height: 1.8em;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: left;
}

#page_top .deal__desc br.sp{
	  display: none;
  }
  #page_top .deal__desc br.pc{
	  display: block;
  }

#page_top .deal__btn {
    display: inline-flex;
    align-items: center;
    padding: 1.3em 4.1em;
    border: 1px solid #fff;
    border-radius: 5em;
    font-size: min(16px, 1.3vw);
    letter-spacing: 0.1em;
    color: var(--color-white);
    transition: background 0.25s, border-color 0.25s;
    white-space: nowrap;
    line-height: 1em;
	position: relative;
}

#page_top .deal__btn::after{
	content: "";
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-0.2em);
    display: block;
    background: url(../../assets/img/top/ico_btn_arrow_white.png) center center no-repeat;
    background-size: contain;
    width: 0.9em;
    padding-top: 0.6em;
    height: 0px;
}

#page_top .deal__btn:hover {
  background: rgba(255,255,255,0.07);
  border-color: var(--color-white);
}

#page_top .deal__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(30px,2.3vw);
    padding-left: min(60px,4.6vw);
}

#page_top .deal-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

#page_top .deal-card__img {
  width: 100%;
  overflow: hidden;
}

#page_top .deal-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

#page_top .deal-card:hover .deal-card__img img { transform: scale(1.04); }

#page_top .deal-card__body {
    padding: 8%;
    flex: 1;
}

#page_top .deal-card__body dl {
    display: flex;
    flex-direction: column;
    gap: min(23px, 1.3vw);
}

#page_top .deal-card__row dt {
    font-size: min(14px,1.1vw);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--color-black);
    margin-bottom: 0.9em;
    padding-bottom: 0.6em;
    line-height: 1em;
	position: relative;
}

#page_top .deal-card__row dt::before{
	content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    display: block;
    background: #e8e8e8;
    width: 4.3em;
    height: 3px;
}

#page_top .deal-card__row dt::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    display: block;
    background: #000000;
    width: 0.8em;
    height: 3px;
}

#page_top .deal-card__row dd {
    font-size: min(15px,1.2vw);
    line-height: 1.85;
    color: var(--color-black);
    font-weight: 500;
    line-height: 1.6em;
}

#page_top .deal-card__row dd ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

@media (max-width: 750px) {
  #page_top .deal{
    padding-top: 13.2vw;
    padding-bottom: 14vw;
  }
  #page_top .deal__header {
    flex-direction: column;
    gap: 8vw;
    margin-bottom: 14.6vw;
  }
  #page_top .deal__title-block { 
  width: 100%; 
  }
  #page_top .deal__title{
    font-size: min(96px, 12.8vw);
    margin-bottom: 3.6vw;
    margin-left: -0.1em;
  }
  #page_top .deal__title-ja{
    font-size: min(20px, 2.7vw);
  }

  #page_top .deal__intro-block {
    width: 100%;
    align-items: flex-start;
    margin-right: 0%;
    gap: 7vw;
  }
  #page_top .deal__desc{
    font-size: min(21px, 2.8vw);
    line-height: 1.8em;
    width: 100%;
  }
  #page_top .deal__desc br.sp{
	  display: block;
  }
  #page_top .deal__desc br.pc{
	  display: none;
  }

  #page_top .deal__btn { 
    align-self: flex-start;
    padding: 1.4em 4.4em;
    font-size: min(21px, 2.8vw);
  }

  #page_top .deal__cards {
    grid-template-columns: 1fr 1fr;
    gap: 2.2vw;
    padding-left: 0px;
  }
  #page_top .deal-card{}
  #page_top .deal-card__img{}

  #page_top .deal__cards .deal-card:nth-child(3) { display: none; }

  #page_top .deal-card__body { 
    padding: 6%;
  }
  #page_top .deal-card__body dl{
    gap: 2.8vw;
  }
  #page_top .deal-card__row dt{
    font-size: min(17px, 2.3vw);
    margin-bottom: 0.9em;
    padding-bottom: 0.6em;
  }
  #page_top .deal-card__row dd{
    font-size: min(17px, 2.3vw);
    line-height: 1.6em;
  }

}

/* ============================================================
   TOP Page - about
   ============================================================ */
#page_top .about {
  position: relative;
}

#page_top .about::before{
	content: "";
    position: fixed;
	left: 0;
    top: 0;
	right: 0;
	bottom: 0;
    display: block;
    background: url(../../assets/img/top/about_bg.png) center center no-repeat;
    background-size: cover;
	z-index: -1;
}

#page_top .about__bg {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: min(120px,9.3vw);
    padding-bottom: min(125px,9.7vw);
}

#page_top .about__text-col {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-right: 7.3%;
}

#page_top .about__label {
    writing-mode: vertical-rl;
    font-size: min(12px,1vw);
    letter-spacing: 0.1em;
    color: var(--color-white);
    font-weight: 500;
    white-space: nowrap;
    align-self: flex-start;
    padding-top: 0.7em;
    line-height: 1em;
}

#page_top .about__heading {
    font-family: var(--font-serif);
    font-size: min(51px,4vw);
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 0em;
    color: var(--color-white);
    writing-mode: vertical-rl;
    margin-right: 0.2em;
}

#page_top .about__content-col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 36.5%;
    padding-top: 21.6%;
    margin-right: 5%;
}

#page_top .about__desc {
    font-size: min(15px,1.2vw);
    line-height: 1.8em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 7.8%;
}

#page_top .about__desc br.sp{
	display: none;
}

#page_top .about__btn {
    display: inline-flex;
    align-items: center;
    padding: 1.4em 4.3em;
    border: 1px solid #fff;
    border-radius: 5em;
    font-size: min(15px,1.2vw);
    letter-spacing: 0em;
    color: var(--color-white);
    transition: background 0.25s, border-color 0.25s;
    white-space: nowrap;
    line-height: 1em;
	position: relative;
}

#page_top .about__btn::after{
	content: "";
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-0.2em);
    display: block;
    background: url(../../assets/img/top/ico_btn_arrow_white.png) center center no-repeat;
    background-size: contain;
    width: 0.9em;
    padding-top: 0.6em;
    height: 0px;
}

#page_top .about__btn:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--color-white);
}

@media (max-width: 750px) {
  #page_top .about__bg {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 13.6vw;
    padding-bottom: 12vw;
  }
  #page_top .about::before{
	background: url(../../assets/img/top/about_bg_sp.png) center center no-repeat;
    background-size: cover;
  }

  #page_top .about__text-col {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
  }

  #page_top .about__label {
    font-size: min(18px,2.4vw);
    padding-top: 0.3em;
  }

  #page_top .about__heading {
    font-size: min(77px,10.3vw);
    margin-right: 0.2em;
    line-height: 1.4em;
  }

  #page_top .about__content-col {
    position: static;
    transform: none;
    width: 100%;
    padding-top: 28.6vw;
    margin-right: 0%;
    align-items: flex-start;
  }
  #page_top .about__desc{
    font-size: min(21px, 2.8vw);
    margin-bottom: 6vw;
    width: 74%;
  }
  
  #page_top .about__desc br.sp{
	display: block;
  }

  #page_top .about__btn { 
    padding: 1.4em 4.3em;
    font-size: min(21px, 2.8vw);
  }
}

/* ============================================================
   TOP Page - news
   ============================================================ */
#page_top .news {
  background: #ffffff;
  color: #111111;
  padding-block: clamp(64px, 9vh, 112px);
}

#page_top .news__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 4.2%;
    width: 86.9%;
}

#page_top .news__title {
    font-family: var(--font-sans);
    font-size: min(66px,5.1vw);
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: #111;
    margin-bottom: 0.2em;
}

#page_top .news__title-ja {
    font-size: min(19px,1.5vw);
    color: #313333;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1em;
}

#page_top .news__btn {
    display: inline-flex;
    align-items: center;
    padding: 1.4em 5em;
    border: 1px solid #111;
    border-radius: 5em;
    font-size: min(15px, 1.2vw);
    letter-spacing: 0em;
    color: #111;
    transition: background 0.25s, border-color 0.25s;
    white-space: nowrap;
    line-height: 1em;
    position: relative;
}

#page_top .news__btn::after{
	content: "";
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-0.2em);
    display: block;
    background: url(../../assets/img/top/ico_btn_arrow_black.png) center center no-repeat;
    background-size: contain;
    width: 0.9em;
    padding-top: 0.6em;
    height: 0px;
}

#page_top .news__btn:hover {
  background: #f5f5f5;
  border-color: #888;
}

#page_top .news__list {
	list-style: none;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	width: 86.9%;
}

#page_top .news-item {
  border-bottom: 1px solid #ccc;
}

#page_top .news-item__link {
  display: flex;
  align-items: baseline;
  padding-block: clamp(22px, 3.5vh, 36px);
  color: #111;
  transition: opacity 0.2s;
}

#page_top .news-item__link:hover { opacity: 0.55; }

#page_top .news-item__date {
    flex-shrink: 0;
    width: 23.8%;
    font-size: min(12px,1vw);
    color: #535353;
    letter-spacing: 0.06em;
    font-weight: 500;
    padding-left: 7.8%;
}

#page_top .news-item__title {
    font-size: min(14px,1.1vw);
    font-weight: 700;
    letter-spacing: 0.03em;
    width: 72.7%;
    line-height: 1.6;
}

@media (max-width: 750px) {
  #page_top .news{
    padding-top: 12.7vw;
    padding-bottom: 14vw;
  }
  #page_top .news__header {
    margin-bottom: 10vw;
    width: 100%;
  }

  #page_top .news__title { 
    font-size: min(96px,12.8vw);
    margin-bottom: 0.3em;
    margin-left: -0.1em;
  }
  #page_top .news__title-ja{
    font-size: min(20px, 2.7vw);
  }

  #page_top .news__btn { 
    align-self: center;
    padding: 1.4em 4.9em;
    font-size: min(21px, 2.8vw);
  }

  #page_top .news__list{
    width: 100%;
  }
  
  #page_top .news-item__link {
    flex-direction: column;
    gap: 0px;
    padding: 6% 0%;
  }

  #page_top .news-item__date { 
    width: 100%;
    font-size: min(20px, 2.7vw);
    padding-left: 0%;
    margin-bottom: 5%;
    line-height: 1em;
  }
  #page_top .news-item__title{
    font-size: min(23px, 3.1vw);
    width: 100%;
    line-height: 1.6;
  }
}


#ai_commerce{
}

#ai_commerce .ai__content {
    padding: 9% 4% 11% 6%;
    width: 90.68%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #000 url(../../assets/img/about/aicm_bg.png) center bottom no-repeat;
    background-size: cover;
    margin: 10% auto 8%;
    border-radius: 1.33333em;
}
#ai_commerce .ai__content .title-block{
    width: 52%;
}
#ai_commerce .ai__content .title-block .title {
    font-family: var(--font-hira);
    font-size: min(32px, 2.5vw);
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 3.7%;
    letter-spacing: -0.04em;
    color: #fff;
}
#ai_commerce .ai__content .title-block .desc{
    font-family: var(--font-hira);
    font-size: min(14px,1.1vw);
    font-weight: 500;
    line-height: 1.9em;
    margin-bottom: 11.5%;
    letter-spacing: 0em;
    color: #fff;
}
#ai_commerce .ai__content .title-block .btn{
	font-family: var(--font-hira);
    display: inline-flex;
    padding: 1.4em 5.5em;
    background: rgba(255,255,255,.18);
    border-radius: 5em;
    font-size: min(14px, 1.1vw);
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1em;
    transition: background 0.25s;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
}
#ai_commerce .ai__content .title-block .btn::after{
	content: "";
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-0.2em);
    display: block;
    background: url(../../assets/img/top/ico_btn_arrow_white.png) center center no-repeat;
    background-size: contain;
    width: 0.9em;
    padding-top: 0.6em;
    height: 0px;
}
#ai_commerce .ai__content .title-block .btn:hover{
	background: #333;
}
#ai_commerce .ai__content .img-block{
    width: 46%;
    padding-top: 2%;
}
#ai_commerce .ai__content .img-block ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#ai_commerce .ai__content .img-block ul li{
    width: 48.9%;
}

@media (max-width: 750px) {
	#ai_commerce{
	}
	#ai_commerce .ai__content{
    margin: 13% auto 15%;
    width: 100%;
    padding-bottom: 9.1%;
    padding-top: 9.8%;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    border-radius: .6666666em;
    background: #000 url(../../assets/img/about/aicm_bg_sp.png) center bottom no-repeat;
    background-size: cover;
	}
	#ai_commerce .ai__content .title-block{
    width: 100%;
	}
	#ai_commerce .ai__content .title-block .title{
    font-size: min(38px, 5.06vw);
    text-align: center;
    margin-bottom: 5.5%;
    letter-spacing: 0px;
	}
	#ai_commerce .ai__content .title-block .desc{
    font-size: min(20px, 2.7vw);
    line-height: 1.8em;
    margin-bottom: 10%;
	}
	#ai_commerce .ai__content .title-block .desc br{
        display: none;
	}
	#ai_commerce .ai__content .title-block .btn{
    padding: 1.4em 2.8em;
    font-size: min(21px, 2.8vw);
    margin: 0 auto;
    display: block;
    width: 53%;
    text-align: center;
    min-width: 15em;
	}
	#ai_commerce .ai__content .img-block{
    width: 100%;
    margin-bottom: 10%;
	}
	#ai_commerce .ai__content .img-block img{
    width: 66%;
    margin: 0 auto;
	}
}