@charset "UTF-8";
body { overflow: visible; }
body .contact { overflow: hidden; }
body .contact #pagetop_fixed { display: none !important; }

/* mv
=================================*/
.kv { width: 100%; position: sticky; top: 0; z-index: 0; overflow: hidden; }
.kv__main { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; justify-content: center; clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
@media (max-width: 767px) { .kv__main { height: 100dvh; } }
.kv__main .kv__mainImg { width: 90vw; margin: 0 auto; }
@media (max-width: 767px) { .kv__main .kv__mainImg { max-width: 280px; } }
.kv__main .kv__mainImg img { width: 100%; }
.kv__spacer { height: 100vh; background: rgba(255, 255, 255, 0); }
@media (max-width: 767px) { .kv__spacer { height: 100dvh; } }
.kv .bg { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: url("../../img/pages/setupoffice/pmo_shinagawa_6f.webp") center/cover no-repeat; z-index: -1; transform: scale(1); will-change: transform; }
.kv .contents_anclink { position: fixed; right: 30px; bottom: 30px; z-index: 2; }
@media (max-width: 767px) { .kv .contents_anclink { right: 20px; bottom: 70px; } }
.kv .contents_anclink a { font-weight: 700; display: inline-block; background: #fff; padding: 35px 45px; border-radius: 50px; }
@media (max-width: 767px) { .kv .contents_anclink a { font-size: 10px; padding: 13px 9px; } }

.contentsWrap { background: #fff; overflow: hidden; }

/* introduction
=================================*/
#introduction { display: flex; flex-wrap: wrap; align-items: center; overflow: hidden; padding-top: 30px; }

#introduction .left { width: 56%; height: 960px; }

#introduction .right { width: 44%; }

#introduction .right_inner { width: 50%; margin: 0 auto; }

#introduction .right_inner h2 { font-size: clamp(15px, 2vw, 18px); line-height: 2.4; }

.loop { display: flex; overflow: hidden; }

.loop_item { width: 50%; display: flex; flex-direction: column; }

.loop_item:nth-child(1) li { animation: loop_slideY_up 32s linear infinite; }

.loop_item:nth-child(2) li { animation: loop_slideY_down 32s linear infinite; }

@media (max-width: 991px) { #introduction .left { height: 560px; } }
@media (max-width: 767px) { #introduction { flex-direction: column-reverse; }
  #introduction .left { width: 100%; height: auto; }
  #introduction .right { width: 100%; }
  #introduction .right_inner { width: 100%; padding: 16vw 20vw; }
  .loop { display: block; }
  .loop_item { width: 1600vw; flex-direction: row; }
  .loop_item:nth-child(1) li { animation: loop_slideX_right 42s linear infinite; }
  .loop_item:nth-child(2) li { animation: loop_slideX_left 42s linear infinite; } }
@keyframes loop_slideY_up { from { transform: translateY(0); }
  to { transform: translateY(-100%); } }
@keyframes loop_slideY_down { from { transform: translateY(-100%); }
  to { transform: translateY(0); } }
@keyframes loop_slideX_right { from { transform: translateX(-100%); }
  to { transform: translateX(0); } }
@keyframes loop_slideX_left { from { transform: translateX(0); }
  to { transform: translateX(-100%); } }
/* ページ内共通スタイル
=================================*/
@media (max-width: 767px) { .contentsWrap { font-size: 1.3rem; } }

.visible-pc_md_padding { display: inline-block; }
@media (max-width: 1540px) { .visible-pc_md_padding { display: none !important; } }

section { background: none; }

.bk_secHadTtl { position: absolute; right: 0; z-index: 0; overflow: hidden; }

.bk_secHadTtl span { transform: translate(0, 105%); display: inline-block; transition: 0.6s ease; transition-delay: 0.4s; opacity: .04; font-size: clamp(7rem, 10vw, 16rem); font-weight: 700; line-height: .73; text-align: right; }

.is-active.bk_secHadTtl > span { transform: translate(0, 0%); }

/* features
=================================*/
#features { z-index: 2; position: relative; }
@media (max-width: 767px) { #features { padding-left: 5%; padding-right: 5%; } }
#features .sectionWrap { padding-top: 100px; }
#features .text { width: calc(72% - 30px); padding-top: 10px; }
@media (max-width: 991px) { #features .text { width: 100%; } }
@media (max-width: 991px) { #features .text p { width: 70%; } }
#features .text h3 { font-size: clamp(20px, 2.5vw, 40px); font-weight: 700; letter-spacing: .1rem; line-height: 1.556; }
#features .text .value4 { margin-top: 60px; font-size: 1.6rem; font-weight: 700; margin: clamp(48px, 4vw, 65px) 0; display: flex; flex-wrap: wrap; }
@media (max-width: 1280px) { #features .text .value4 li { width: 50%; margin: 0 0 30px; } }
@media (max-width: 767px) { #features .text .value4 li { margin: 0 0 20px; font-size: 1.4rem; }
  #features .text .value4 li:nth-child(even) { width: calc(50% - 20px); margin-left: 20px; } }
#features .text .value4 li + li { margin-left: 70px; }
@media (max-width: 1280px) { #features .text .value4 li + li { margin: 0; } }
#features .text .value4 li span { display: block; }
#features .text .value4 li strong { display: block; margin: 5px 0 -5px; font-size: 2.1875em; }
@media (max-width: 1440px) { #features .text .value4 li strong { margin: 0 0 -5px; font-size: 1.8em; } }
@media (max-width: 991px) { #features .text .value4 li strong { font-size: 2em; } }
@media (max-width: 767px) { #features .text .value4 li strong { font-size: 1.8em; } }
#features .text .features_service { display: flex; margin-top: 30px; }
@media (max-width: 991px) { #features .text .features_service { flex-wrap: wrap; } }
#features .text .features_service li { width: 98px; margin: 0 1%; }
#features .text .features_service dd { font-size: 14px; text-align: center; }
#features .img { width: calc(28% - 30px); position: relative; }
@media (max-width: 991px) { #features .img { display: none; } }
#features .img figure { position: absolute; top: 0; left: -50px; width: 30vw; }
@media (max-width: 1540px) { #features .img figure { right: 0; } }

/* threeanswers
=================================*/
#threeanswers { padding: 200px 0 270px; position: relative; }

.threeanswers_wrap { width: 92%; max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; }

.threeanswers_Head { text-align: center; }

.threeanswers_Head h3 { font-size: clamp(70px, 9vw, 160px); line-height: 1; margin-bottom: clamp(30px, 3vw, 40px); position: relative; overflow: hidden; }

.threeanswers_Head h3 span { transform: translate(0, 105%); display: inline-block; transition: 0.6s ease; }

.threeanswers_Head p { font-size: clamp(18px, 3vw, 24px); font-weight: 700; }

.answerList { display: flex; flex-wrap: wrap; justify-content: space-between; }

.answerList_inner { display: flex; flex-direction: column; padding: 100px 0; text-align: center; }

.answerList li { width: 32%; border-radius: 16px; margin-top: 40px; opacity: 0; transform: translateY(30px); transition: opacity .8s, transform .6s; }

.answerList li:nth-child(1) { background: url("../../img/pages/setupoffice/threeanswers_img01.jpg") no-repeat; background-size: cover; }

.answerList li:nth-child(2) { background: url("../../img/pages/setupoffice/threeanswers_img02.jpg") no-repeat; background-size: cover; }

.answerList li:nth-child(3) { background: url("../../img/pages/setupoffice/threeanswers_img03.jpg") no-repeat; background-size: cover; }

.answerList_num { font-size: 32px; line-height: 1; font-weight: bold; margin-bottom: 15px; }

.answerList_num span { font-size: clamp(10px, 1.1vw, 14px); line-height: 1; color: #A79964; display: block; }

.answerList_title { font-size: clamp(18px, 3vw, 24px); line-height: 1.5; font-weight: bold; }

.luxyphoto01 { position: absolute; max-width: 278px; top: 35%; left: 2vw; }

.luxyphoto02 { position: absolute; max-width: 278px; top: 7%; left: 62%; }

.luxyphoto03 { position: absolute; max-width: 278px; bottom: 17%; right: 2vw; }

.luxyphoto01, .luxyphoto02, .luxyphoto03 { opacity: 0; transition: opacity .8s, transform .6s; }

/* アニメーション */
.anime_trigger.is-active .threeanswers_Head h3 span:nth-child(1) { transition-delay: 1s; }
.anime_trigger.is-active .threeanswers_Head h3 span:nth-child(2) { transition-delay: 1.4s; }
.anime_trigger.is-active .threeanswers_Head h3 span { transform: translate(0, 0%); }
.anime_trigger.is-active .answerList li:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 2.2s; }
.anime_trigger.is-active .answerList li:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 2.4s; }
.anime_trigger.is-active .answerList li:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 2.6s; }
.anime_trigger.is-active .luxyphoto01 { opacity: 1; transition-delay: 2.4s; }
.anime_trigger.is-active .luxyphoto02 { opacity: 1; transition-delay: 2s; }
.anime_trigger.is-active .luxyphoto03 { opacity: 1; transition-delay: 2.8s; }

@media (max-width: 767px) { #threeanswers { padding: 120px 0; }
  .answerList { margin-top: 20px; }
  .answerList_inner { flex-direction: row; align-items: center; padding: 20px 0; }
  .answerList li { width: 100%; margin-top: 5px; }
  .answerList_num { width: 30%; margin-bottom: 0; }
  .answerList_title { width: 70%; text-align: left; }
  .luxyphoto01 { max-width: 100px; top: 20%; left: -10vw; }
  .luxyphoto02 { max-width: 100px; top: 10%; }
  .luxyphoto03 { max-width: 100px; bottom: 10%; } }
/* intialcost
=================================*/
#intialcost { padding-top: 0; padding-bottom: 100px; z-index: 2; position: relative; }
@media (max-width: 767px) { #intialcost { padding-left: 5%; padding-right: 5%; padding-bottom: 50px; } }
#intialcost .sectionWrap { padding-top: 100px; }
@media (max-width: 991px) { #intialcost .sectionWrap { padding-top: 50px; } }
#intialcost .secContents .text { width: calc(25.31% - 30px); padding-top: 10px; }
@media (max-width: 991px) { #intialcost .secContents .text { width: 100%; } }
#intialcost .secContents .text h3 { font-size: clamp(20px, 2.5vw, 30px); font-weight: 500; letter-spacing: .1rem; line-height: 1.556; }
#intialcost .secContents .text h3 strong { font-weight: 700; }
@media (max-width: 767px) { #intialcost .secContents .text p { width: 70%; } }
#intialcost .secContents .simulation { position: relative; }
@media (min-width: 992px) { #intialcost .secContents .simulation { width: calc(65% - 30px); margin-left: auto; } }
@media (max-width: 991px) { #intialcost .secContents .simulation { width: calc(100% - 30px); } }
@media (max-width: 767px) { #intialcost .secContents .simulation { width: 100%; margin-top: 30px; } }
#intialcost .secContents .simulation .flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
#intialcost .secContents .simulation .flex .intialcost_01 { width: 70%; }
@media (max-width: 767px) { #intialcost .secContents .simulation .flex .intialcost_01 { width: 100%; } }
#intialcost .secContents .simulation .flex .intialcost_01 p { font-size: clamp(14px, 1.8vw, 28px); font-weight: 500; letter-spacing: .1rem; line-height: 1.556; }
#intialcost .secContents .simulation .flex .intialcost_02 { width: 30%; text-align: center; background: #a79964; border-radius: 8px; display: flex; justify-content: center; align-items: center; padding: clamp(40px, 2vw, 50px) 0; }
@media (max-width: 767px) { #intialcost .secContents .simulation .flex .intialcost_02 { width: 200px; margin-top: 30px; } }
#intialcost .secContents .simulation .flex .intialcost_02 p { font-size: clamp(16px, 1.8vw, 22px); font-weight: 700; letter-spacing: .1rem; line-height: 1.556; }
#intialcost .secContents .simulation .flex .intialcost_02 p.num { font-size: clamp(16px, 1.8vw, 28px); padding-top: 30px; }
#intialcost .secContents .simulation .flex .intialcost_02 p.num b { font-size: 180%; line-height: 1; }
#intialcost .secContents .simulation .flex .intialcost_02 p.num span { border-bottom: 2px solid #000; }
#intialcost .secContents .anno { font-size: clamp(10px, 1.1vw, 12px); line-height: 1.7; margin-top: 15px; }

/* reduction
=================================*/
#reduction { background: #F3F3F3; padding-top: 0; padding-bottom: 100px; z-index: 2; position: relative; }
@media (max-width: 767px) { #reduction { padding-left: 5%; padding-right: 5%; padding-bottom: 50px; } }
#reduction .bk_secHadTtl span { opacity: 1; color: #fff; }
#reduction .sectionWrap { padding-top: 100px; }
@media (max-width: 991px) { #reduction .sectionWrap { padding-top: 50px; } }
#reduction .secContents .text { width: calc(25.31% - 30px); padding-top: 10px; }
@media (max-width: 991px) { #reduction .secContents .text { width: 100%; } }
#reduction .secContents .text h3 { font-size: clamp(26px, 2.5vw, 30px); font-weight: 500; letter-spacing: .1rem; line-height: 1.556; }
#reduction .secContents .text h3 strong { font-weight: 700; }
@media (max-width: 767px) { #reduction .secContents .text p { width: 70%; } }
#reduction .secContents .img { width: calc(74% - 30px); }
@media (max-width: 991px) { #reduction .secContents .img { width: 100%; margin-top: 30px; } }
#reduction .secContents .img .flex { display: flex; flex-wrap: wrap; justify-content: center; }
#reduction .secContents .img .flex .left { width: 24%; padding-right: 4%; }
@media (max-width: 991px) { #reduction .secContents .img .flex .left { width: 100%; padding-right: 0; } }
#reduction .secContents .img .flex .left p { font-size: clamp(14px, 2vw, 18px); font-weight: 500; }
#reduction .secContents .img .flex .right { width: 56%; }
@media (max-width: 991px) { #reduction .secContents .img .flex .right { width: 100%; padding-right: 0; margin-top: 10px; } }
#reduction .secContents .anno { font-size: clamp(10px, 1.1vw, 12px); line-height: 1.7; margin-top: 15px; }

/* STP
=================================*/
#STP { padding-top: 0; padding-bottom: 100px; z-index: 2; position: relative; }
@media (max-width: 767px) { #STP { padding-left: 5%; padding-right: 5%; padding-bottom: 50px; } }
#STP .sectionWrap { padding-top: 200px; }
@media (max-width: 991px) { #STP .sectionWrap { padding-top: 50px; } }
#STP .secContents .text { width: calc(25.31% - 30px); padding-top: 10px; }
@media (max-width: 991px) { #STP .secContents .text { width: 100%; } }
#STP .secContents .text h3 { font-size: clamp(26px, 2.5vw, 30px); font-weight: 500; letter-spacing: .1rem; line-height: 1.556; }
#STP .secContents .text h3 strong { font-weight: 700; }
@media (max-width: 767px) { #STP .secContents .text p { width: 70%; } }
#STP .secContents .img { max-width: 952px; width: calc(74% - 30px); margin-left: auto; position: relative; }
@media (max-width: 991px) { #STP .secContents .img { width: calc(100% - 30px); margin-top: 20px; } }
#STP .secContents .anno { font-size: clamp(10px, 1.1vw, 12px); line-height: 1.7; margin-top: 15px; }

/* design
=================================*/
#design { background: #F3F3F3; padding-top: 0; padding-bottom: 100px; z-index: 2; position: relative; }
@media (max-width: 767px) { #design { padding-left: 5%; padding-right: 5%; padding-bottom: 50px; } }
#design .bk_secHadTtl span { opacity: 1; color: #fff; }
#design .sectionWrap { padding-top: 100px; }
@media (max-width: 991px) { #design .sectionWrap { padding-top: 50px; } }
#design .secContents .text { width: calc(25.31% - 30px); padding-top: 10px; }
@media (max-width: 991px) { #design .secContents .text { width: 100%; } }
#design .secContents .text h3 { font-size: clamp(15px, 1.4vw, 18px); font-weight: 700; letter-spacing: .1rem; line-height: 1.556; text-align: center; margin-top: clamp(32px, 3vw, 55px); }
@media (max-width: 991px) { #design .secContents .text h3 { text-align: left; } }
#design .secContents .text h4 { font-size: clamp(13px, 1.1vw, 15px); font-weight: 700; letter-spacing: .1rem; line-height: 1.556; color: #A79964; text-align: center; margin: 20px 0; }
@media (max-width: 991px) { #design .secContents .text h4 { text-align: left; } }
@media (max-width: 767px) { #design .secContents .text p { width: 70%; } }
#design .secContents .img { max-width: 952px; width: calc(74% - 30px); margin-left: auto; position: relative; }
@media (max-width: 991px) { #design .secContents .img { width: 100%; margin-top: 30px; } }
#design .secContents .anno { font-size: clamp(10px, 1.1vw, 12px); line-height: 1.7; margin-top: 15px; }

/* Slider
-------------------------------------*/
.gallerySlider { position: relative; background: #fff; padding: 40px; }

.gallerySlider h4 { font-size: clamp(13px, 1.4vw, 18px); font-weight: 700; line-height: 1; text-align: center; background: #f3f3f3; padding: 12px 0; margin-bottom: 70px; }

.gallerySlider figure img { margin: 0 auto; }

.gallerySlider figure + p { font-size: clamp(10px, 1.1vw, 18px); font-weight: 700; text-align: center; margin-top: 30px; }

/* js カスタム */
.gallerySlider .slick-prev, .gallerySlider .slick-next, .gallerySlider02 .slick-prev, .gallerySlider02 .slick-next { position: absolute; top: 50%; display: block; width: 48px; height: 48px; background: none; z-index: 100; }

.gallerySlider .slick-prev, .gallerySlider02 .slick-prev { left: -25px; }

.gallerySlider .slick-next, .gallerySlider02 .slick-next { right: -25px; }

.gallerySlider .slick-prev:before, .gallerySlider .slick-next:before, .gallerySlider02 .slick-prev:before, .gallerySlider02 .slick-next:before { content: ""; display: block; opacity: 1; width: 48px; height: 48px; background: url("../../img/pages/setupoffice/slick-prev.png") no-repeat; background-position: center; background-size: contain; }

.gallerySlider .slick-next:before, .gallerySlider02 .slick-next:before { transform: rotate(180deg); }

@media (max-width: 991px) { .gallerySlider { padding: 15px; }
  .gallerySlider h4 { margin-bottom: 20px; }
  .gallerySlider figure { max-width: 240px; margin: 0 auto; }
  .gallerySlider figure + p { margin-top: 10px; }
  .gallerySlider .slick-prev, .gallerySlider .slick-next, .gallerySlider02 .slick-prev, .gallerySlider02 .slick-next { width: 44px; height: 44px; }
  .gallerySlider .slick-prev, .gallerySlider02 .slick-prev { left: -15px; }
  .gallerySlider .slick-next, .gallerySlider02 .slick-next { right: -15px; }
  .gallerySlider .slick-prev:before, .gallerySlider .slick-next:before, .gallerySlider02 .slick-prev:before, .gallerySlider02 .slick-next:before { width: 44px; height: 44px; } }
/* cvArea
=================================*/
.cvArea { padding: 100px 0 0; }
@media (max-width: 767px) { .cvArea { padding: 50px 5% 0 5%; } }

.cvArea .bannerBox { margin-top: 0; width: calc(50% - 30px); }

@media (max-width: 991px) { .cvArea .bannerBox { width: 100%; } }
.cvArea .bannerBox figure { width: 40%; }

@media (max-width: 1280px) { .cvArea .bannerBox figure { width: 30%; }
  .cvArea .bannerBox figure img { height: 100%; } }
@media (max-width: 767px) { .cvArea .bannerBox figure { width: 40%; } }
@media (max-width: 374px) { .cvArea .bannerBox figure { width: 35%; } }
.cvArea .bannerBox .bannerText { width: 60%; display: flex; flex-flow: column; align-items: center; align-self: center; text-align: center; }

@media (max-width: 1280px) { .cvArea .bannerBox .bannerText { width: 70%; padding: 30px 0; } }
@media (max-width: 767px) { .cvArea .bannerBox .bannerText { width: 60%; padding: 30px 19px; } }
@media (max-width: 374px) { .cvArea .bannerBox .bannerText { width: 65%; } }
.cvArea .bannerBox .bannerText h3 { font-size: 1.8rem; }

@media (max-width: 1280px) { .cvArea .bannerBox .bannerText h3 { font-size: 1.6rem; line-height: 1.3; } }
@media (max-width: 767px) { .cvArea .bannerBox .bannerText h3 { width: 100%; font-size: 1.5rem; text-align: left; line-height: 1.4; } }
.cvArea .bannerBox .bannerText h3 + p { margin-top: 15px; }

@media (max-width: 1280px) { .cvArea .bannerBox .bannerText h3 + p { font-size: 1.4rem; line-height: 1.8; } }
@media (max-width: 767px) { .cvArea .bannerBox .bannerText h3 + p { margin-top: 10px; font-size: 1.3rem; line-height: 1.6; text-align: left; }
  .cvArea .bannerBox .bannerText h3 + p br { display: none; } }
.cvArea .bannerBox .bannerText .cvBtn { width: 90%; max-width: 235px; margin-top: 30px; height: 50px; border-radius: 25px; }

@media (max-width: 1280px) { .cvArea .bannerBox .bannerText .cvBtn { margin-top: 20px; height: 40px; } }
@media (max-width: 767px) { .cvArea .bannerBox .bannerText .cvBtn { width: 100%; margin-top: 10px; padding: 0 10px; font-size: 1.3rem; letter-spacing: -.1rem; }
  .cvArea .bannerBox .bannerText .cvBtn .icon { margin-right: 5px; } }
@media (max-width: 991px) { .cvArea li:first-child { margin-bottom: 30px; } }
.cvArea li:first-child.bannerBox a { background: #D68E31; }

/* pickup
=================================*/
#pickup .pickupContents { background: #DDDDD9; padding: 0 55px 60px; border-radius: 20px; }
#pickup .pickupContents_List { display: flex; flex-wrap: wrap; justify-content: space-between; }
#pickup .pickupContents_List__item { width: 48.5%; margin-top: 60px; }
#pickup .pickup_name { font-size: clamp(20px, 2vw, 24px); font-weight: 700; line-height: 1; margin-bottom: 20px; padding-top: 20px; border-top: 3px solid #000; }
#pickup .pickupContents dl { display: flex; flex-wrap: wrap; justify-content: space-between; }
#pickup .pickupContents dt { width: 44%; }
#pickup .pickupContents dd.pickup_overview { width: 56%; padding-left: 5%; }
#pickup .pickupContents dd.pickup_overview table { width: 100%; }
#pickup .pickupContents dd.pickup_overview th { font-size: 13px; font-weight: 500; color: rgba(33, 33, 33, 0.6); width: 22%; padding: 3px 0; }
#pickup .pickupContents dd.pickup_overview td { font-size: 13px; font-weight: 500; width: 78%; padding: 3px 0; }
#pickup .pickupContents dd.pickup_overview .linkBtn { margin-top: 10px; }
#pickup .pickupContents dd.pickup_overview .linkBtn a { max-width: 240px; margin: 0 0 0 auto; background: #fff; padding: 15px 0; border-radius: 50px; font-size: 14px; font-weight: 500; text-align: center; display: block; transition: all .2s; }
#pickup .pickupContents dd.pickup_overview .linkBtn a:hover { background: #000; color: #fff; }
#pickup .pickup_floors { margin-top: 15px; }
#pickup .pickup_floors .pickup_floorsHead { width: 58%; display: flex; flex-wrap: wrap; }
#pickup .pickup_floors .pickup_floorsHead li { width: calc(100% / 3); font-size: 12px; font-weight: 500; text-align: center; }
#pickup .pickup_floors .pickup_floors_room { font-size: 14px; border-top: 1px solid #fff; padding-top: 15px; margin-top: 15px; display: flex; flex-wrap: wrap; }
#pickup .pickup_floors .pickup_floors_room .room_textArea { width: 58%; display: flex; flex-wrap: wrap; align-items: center; }
#pickup .pickup_floors .pickup_floors_room .room_textArea li { width: calc(100% / 3); font-size: clamp(12px, 1.1vw, 14px); font-weight: 500; text-align: center; }
#pickup .pickup_floors .pickup_floors_room .room_photoArea { width: 42%; padding-left: 4%; display: flex; flex-wrap: wrap; }
#pickup .pickup_floors .pickup_floors_room .room_photoArea a { width: 115px; font-size: 11px; font-weight: 500; text-align: center; background: #fff; border-radius: 30px; display: block; padding: 7px 0; margin-left: 3%; transition: all .2s; }
#pickup .pickup_floors .pickup_floors_room .room_photoArea a:hover { background: #A79964; }
#pickup .pickup_floors .pickup_floors_room .room_photoArea a.noLink { pointer-events: none; opacity: 0.2; }
#pickup .pickup_floors .pickup_floors_room .room_photoArea a:first-child { margin-left: 0; }
#pickup .pickup_floors .pickup_floors_room .room_photoArea a span { display: inline-block; padding-right: 5px; }
#pickup .pickup_floors .pickup_floors_room .room_photoArea a span img { vertical-align: middle; }
#pickup .pickup_floors .pickup_floors_room .room_photoArea a .visible-pc { display: inline-block; }
@media (max-width: 1540px) { #pickup .pickup_floors .pickup_floorsHead { width: 80%; }
  #pickup .pickup_floors .pickup_floors_room .room_textArea { width: 80%; }
  #pickup .pickup_floors .pickup_floors_room .room_photoArea { width: 20%; }
  #pickup .pickup_floors .pickup_floors_room .room_photoArea a { margin-left: 0; margin-top: 10px; } }
@media (max-width: 991px) { #pickup .pickupContents_List__item { width: 100%; } }
@media (max-width: 767px) { #pickup { padding-top: 50px; }
  #pickup .sectionWrap { width: 100%; }
  #pickup .pickupContents { border-radius: 0; padding: 0 25px 30px; }
  #pickup .pickupContents dt { width: 100%; }
  #pickup .pickupContents dt figure { width: 100vw; margin-left: -25px; }
  #pickup .pickupContents dd.pickup_overview { width: 100%; padding-left: 0; padding-top: 10px; }
  #pickup .pickupContents dd.pickup_overview .linkBtn a { margin: 0 auto 0 0; }
  #pickup .pickup_floors { display: flex; flex-wrap: wrap; width: 100vw; }
  #pickup .pickup_floors .pickup_floorsHead { width: 26%; flex-direction: column; border-right: 1px solid #fff; padding-right: 12px; }
  #pickup .pickup_floors .pickup_floorsHead li { width: 100%; text-align: right; padding: 7px 0; }
  #pickup .pickup_floors .pickup_floors_roomWrap { width: 74%; overflow-x: scroll; display: flex; padding: 0 15px 0 6px; }
  #pickup .pickup_floors .pickup_floors_room { width: 100px; border-top: none; padding-top: 0; padding-bottom: 8px; margin: 0 6px; }
  #pickup .pickup_floors .pickup_floors_room .room_textArea { width: 100%; flex-direction: column; }
  #pickup .pickup_floors .pickup_floors_room .room_textArea li { width: 100px; padding: 7px 0; }
  #pickup .pickup_floors .pickup_floors_room .room_photoArea { width: 100%; padding-left: 0; flex-direction: column; }
  #pickup .pickup_floors .pickup_floors_room .room_photoArea a { width: 100px; margin-left: 0; margin-top: 10px; } }

.modaal-overlay { background: white !important; }

.modaal-close { right: -40px !important; top: -40px !important; }

body .modaal-container { max-width: 900px; width: fit-content; margin: 0 auto; }

.modaal-container .modaal-content-container img { width: 100%; }

/* flow
=================================*/
#flow { padding-top: 170px; }
@media (max-width: 991px) { #flow .sectionTitleWrap { margin: 0; } }
@media (max-width: 1280px) { #flow .sectionTitle { width: 110px; }
  #flow .sectionTitle::before { width: 110px; } }
@media (max-width: 991px) { #flow .sectionTitle { width: 100%; }
  #flow .sectionTitle::before { width: 200px; } }
@media (max-width: 767px) { #flow { padding-top: 100px !important; } }

.flow .sectionWrap { counter-reset: number 0; }

.flowWrap { margin: 0 0 0 auto; padding: 30px 0; width: 1140px; position: relative; z-index: 1; }
@media (max-width: 1540px) { .flowWrap { width: calc(100% - 300px); } }
@media (max-width: 1280px) { .flowWrap { width: calc(100% - 200px); padding: 40px 0 40px 95px; } }
@media (max-width: 991px) { .flowWrap { width: 100%; margin-top: 20px; padding: 20px 0 0; }
  .flowWrap .containerTitle { margin-top: 45px; } }
.flowWrap::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: rgba(21, 21, 21, 0.1); }
@media (max-width: 991px) { .flowWrap::after { left: 0; width: 100%; } }
.flowWrap.first::after { left: 0; width: 100%; }
.flowWrap p { margin-top: 5px; opacity: .8; }
.flowWrap .leftLineWrap h4 { margin-bottom: 15px; font-size: 1.8rem; }
@media (max-width: 767px) { .flowWrap .leftLineWrap h4 { font-size: 1.6rem; } }
@media (max-width: 767px) { .flowWrap .leftLineWrap .leftLine { margin: 0; } }
.flowWrap .leftLineWrap .leftLine > li { padding-left: 30px; border-left: 3px solid #151515; }
@media (max-width: 767px) { .flowWrap .leftLineWrap .leftLine > li { padding-left: 15px; } }
.flowWrap .leftLineWrap .leftLine > li + li { margin-top: 30px; }
.flowWrap .leftLineWrap .leftLine > li ul { margin-bottom: 10px; }
.flowWrap .leftLineWrap .leftLine > li li { margin-left: 30px; list-style-type: disc; }
@media (max-width: 767px) { .flowWrap .leftLineWrap .leftLine > li li { margin-left: 15px; } }
@media (max-width: 767px) { .flowWrap .leftLineWrap .leftLine h5 { font-size: 18px; } }
.flowWrap li:first-child.bannerBox a { background: #D68E31; }
.flowWrap li:first-child .bannerText { border: 2px solid #D68E31; }
