@media screen and (min-width: 768px) {
  body {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
  }
}
.markerwhite {
  background-image: linear-gradient(#ffffff, #ffffff);
}

/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 .inner {
  position: relative;
}
#sec1 .inner:before {
  content: "";
  position: absolute;
  top: -6vw;
  left: 0px;
  right: 40%;
  bottom: 0px;
  background-image: url(../img/p_114_citraba/sec1_deco1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#sec1 .inner:after {
  content: "";
  position: absolute;
  top: 6vw;
  left: 0px;
  right: 0px;
  background-image: url(../img/p_114_citraba/sec1_deco2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180vw;
  z-index: -1;
}
#sec1 h2 {
  margin: 6vw 4vw 0px;
}
#sec1 .col-right {
  margin-top: 5vw;
}
#sec1 h3 {
  font-size: 5vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.45;
}
#sec1 h3 span {
  display: block;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
#sec1 .sec1-img2 {
  margin-top: 8vw;
}
#sec1 .col-left {
  margin-top: 8vw;
}
#sec1 .col-left .txt {
  margin-top: 8vw;
  font-weight: bold;
}
#sec1 .col-left .txt li + li {
  margin-top: 5vw;
}
#sec1 .bg-yellow {
  background: #f6d726;
}
@media screen and (min-width: 768px) {
  #sec1 .inner:before {
    top: -24px;
    left: calc(50% - 763px);
    width: 423px;
    height: 403px;
    background-size: auto;
  }
  #sec1 .inner:after {
    top: 89px;
    left: calc(50% - 183px);
    width: 1158px;
    height: 1042px;
    background-size: auto;
  }
  #sec1 h2 {
    margin: 23px 52px 0px 0px;
    text-align: right;
  }
  #sec1 h3 {
    font-size: 30px;
  }
  #sec1 .wrap {
    max-width: 1116px;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 70px;
  }
  #sec1 .col-right {
    margin-top: 40px;
  }
  #sec1 .col-left {
    margin-top: 33px;
  }
  #sec1 .col-left .txt {
    width: 473px;
    margin-top: 66px;
  }
  #sec1 .col-left .txt li + li {
    margin-top: 35px;
  }
  #sec1 .sec1-img1 {
    margin-left: -65px;
  }
  #sec1 .sec1-img2 {
    margin: 55px -150px 0px 0px;
    height: 721px;
  }
  #sec1 .sec1-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
@-webkit-keyframes slide-left {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -webkit-transform: scale(1.2) translateY(0);
    transform: scale(1.2) translateY(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(30px);
    transform: scale(1.2) translateY(30px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -webkit-transform: scale(1.2) translateY(0);
    transform: scale(1.2) translateY(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(30px);
    transform: scale(1.2) translateY(30px);
  }
}
@-webkit-keyframes slide-before-left {
  0% {
    -webkit-transform: scale(1.2) translateY(30px);
    transform: scale(1.2) translateY(30px);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(100px);
    transform: scale(1.2) translateY(100px);
  }
}
@keyframes slide-before-left {
  0% {
    -webkit-transform: scale(1.2) translateY(30px);
    transform: scale(1.2) translateY(30px);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(100px);
    transform: scale(1.2) translateY(100px);
  }
}
@-webkit-keyframes slide-left-sp {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(0);
    transform: scale(1.2) translateX(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(30px);
    transform: scale(1.2) translateX(30px);
  }
}
@keyframes slide-left-sp {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(0);
    transform: scale(1.2) translateX(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(30px);
    transform: scale(1.2) translateX(30px);
  }
}
@-webkit-keyframes slide-before-left-sp {
  0% {
    -webkit-transform: scale(1.2) translateX(30px);
    transform: scale(1.2) translateX(30px);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(100px);
    transform: scale(1.2) translateX(100px);
  }
}
@keyframes slide-before-left-sp {
  0% {
    -webkit-transform: scale(1.2) translateX(30px);
    transform: scale(1.2) translateX(30px);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(100px);
    transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(70px);
    transform: scale(1.2) translateY(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(0px);
    transform: scale(1.2) translateY(0px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(70px);
    transform: scale(1.2) translateY(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(0px);
    transform: scale(1.2) translateY(0px);
  }
}
@-webkit-keyframes slide-before-right {
  0% {
    -webkit-transform: scale(1.2) translateY(0px);
    transform: scale(1.2) translateY(0px);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-30px);
    transform: scale(1.2) translateY(-30px);
  }
}
@keyframes slide-before-right {
  0% {
    -webkit-transform: scale(1.2) translateY(0px);
    transform: scale(1.2) translateY(0px);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-30px);
    transform: scale(1.2) translateY(-30px);
  }
}
@-webkit-keyframes slide-right-sp {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    -webkit-transform: scale(1.2) translateX(70px);
    transform: scale(1.2) translateX(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(0px);
    transform: scale(1.2) translateX(0px);
  }
}
@keyframes slide-right-sp {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    -webkit-transform: scale(1.2) translateX(70px);
    transform: scale(1.2) translateX(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(0px);
    transform: scale(1.2) translateX(0px);
  }
}
@-webkit-keyframes slide-before-right-sp {
  0% {
    -webkit-transform: scale(1.2) translateX(0px);
    transform: scale(1.2) translateX(0px);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(-30px);
    transform: scale(1.2) translateX(-30px);
  }
}
@keyframes slide-before-right-sp {
  0% {
    -webkit-transform: scale(1.2) translateX(0px);
    transform: scale(1.2) translateX(0px);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(-30px);
    transform: scale(1.2) translateX(-30px);
  }
}
#sec2 {
  position: relative;
  margin-top: 10vw;
}
#sec2 h2 {
  position: relative;
  z-index: 1;
  margin: 0px 5% 0px 0px;
}
#sec2 .sec2-js {
  margin-top: -17vw;
}
#sec2 .sec2-js .slider {
  height: 100vw;
  overflow: hidden;
}
#sec2 .sec2-js .slider .img {
  -webkit-transform: scale(1.2) translateX(0);
  transform: scale(1.2) translateX(0);
}
#sec2 .sec2-js .slider .slick-slide {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
  display: block !important;
  position: relative;
  z-index: 1 !important;
}
#sec2 .sec2-js .slider .slick-current {
  position: relative;
  z-index: 3 !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
#sec2 .sec2-js .slick-list,
#sec2 .sec2-js .slick-track,
#sec2 .sec2-js .slick-slide,
#sec2 .sec2-js .slick-slide > div,
#sec2 .sec2-js .slick-slide .img {
  width: 100%;
  height: 100%;
}
#sec2 .sec2-js #sec2Slide1 .img {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#sec2 .sec2-js #sec2Slide1 .slick-slide .img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-animation-name: slide-before-left-sp;
  animation-name: slide-before-left-sp;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
#sec2 .sec2-js #sec2Slide1 .slick-current .img {
  -webkit-animation-name: slide-left-sp;
  animation-name: slide-left-sp;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
#sec2 .sec2-js #sec2Slide2 .img {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
#sec2 .sec2-js #sec2Slide2 .slick-slide .img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-animation-name: slide-before-right-sp;
  animation-name: slide-before-right-sp;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
#sec2 .sec2-js #sec2Slide2 .slick-current .img {
  -webkit-animation-name: slide-right-sp;
  animation-name: slide-right-sp;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
#sec2 .sec2-js p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec2 .box {
  margin-top: -8vw;
  position: relative;
  z-index: 1;
}
#sec2 .txtnote {
  margin-top: 3vw;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin-top: 44px;
  }
  #sec2 h2 {
    margin-left: -85px;
  }
  #sec2 .box {
    margin: -55px auto 0px;
    padding: 56px 0px 56px;
    max-width: 860px;
  }
  #sec2 .txtnote {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
  }
  #sec2 .sec2-js {
    margin-top: -143px;
    display: flex;
  }
  #sec2 .sec2-js .slider {
    height: 100svh;
    height: 860px;
    flex: 1 1 50%;
  }
  #sec2 .sec2-js #sec2Slide1 .slick-slide .img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-animation-name: slide-before-left;
    animation-name: slide-before-left;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  #sec2 .sec2-js #sec2Slide1 .slick-current .img {
    -webkit-animation-name: slide-left;
    animation-name: slide-left;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  #sec2 .sec2-js #sec2Slide2 .slick-slide .img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-animation-name: slide-before-right;
    animation-name: slide-before-right;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  #sec2 .sec2-js #sec2Slide2 .slick-current .img {
    -webkit-animation-name: slide-right;
    animation-name: slide-right;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  padding-top: 19vw;
  position: relative;
}
#sec3:before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 0px;
  right: 0px;
  background-image: url(../img/p_114_citraba/sec7_deco1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  height: 200vw;
}
#sec3 h2 {
  margin: 0px 15%;
}
#sec3 .sec3-img {
  margin-top: 10vw;
  position: relative;
}
#sec3 .sec3-img2 {
  margin: -10vw -10% 0px 10%;
}
#sec3 .content-txt {
  margin-top: 6vw;
  position: relative;
  z-index: 1;
}
#sec3 h3 {
  width: fit-content;
  font-size: 6vw;
  line-height: 1;
  font-weight: bold;
}
#sec3 .txt {
  margin-top: 4vw;
  font-weight: bold;
}
#sec3 .box-outline {
  position: relative;
}
#sec3 .box-outline:before {
  content: "";
  width: 30vw;
  height: 25vw;
  background: url("../img/koenji/sec3_deco2.png") 0 0/contain no-repeat;
  position: absolute;
  left: -5vw;
  bottom: -22vw;
}
#sec3 .box-outline:after {
  content: "";
  width: 37vw;
  height: 60vw;
  background: url("../img/p_114_citraba/sec3_deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: -25vw;
  right: -5vw;
  z-index: -1;
}
#sec3 .box {
  margin-top: 20vw;
  background: #fff;
}
#sec3 .txtnote {
  margin-top: 3vw;
  text-align: center;
  font-size: 14px;
}
#sec3 .btn-popup {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-top: 143px;
  }
  #sec3:before {
    top: -115px;
    left: calc(50% - 657px);
    width: 1327px;
    height: 1028px;
  }
  #sec3 .wrap {
    max-width: 1330px;
  }
  #sec3 h2 {
    margin: 0px 0px 0px 9px;
  }
  #sec3 .sec3-img {
    margin-top: 47px;
  }
  #sec3 .sec3-img1 {
    width: 643px;
    margin-left: -93px;
  }
  #sec3 .sec3-img2 {
    position: absolute;
    top: -11px;
    left: calc(50% - 249px);
    margin: 0px;
    width: 920px;
  }
  #sec3 .content-txt {
    width: 545px;
    margin-top: 66px;
  }
  #sec3 h3 {
    font-size: 40px;
  }
  #sec3 .txt {
    margin: 35px 0px 0px 7px;
  }
  #sec3 .box-outline {
    width: fit-content;
    margin: 0px auto;
  }
  #sec3 .box-outline::before {
    width: 349px;
    height: 277px;
    left: -244px;
    bottom: -177px;
  }
  #sec3 .box-outline::after {
    width: 356px;
    height: 529px;
    top: -169px;
    right: -218px;
  }
  #sec3 .box {
    width: 861px;
    margin: 61px auto 0;
    padding: 55px 0px 59px;
  }
  #sec3 .txtnote {
    margin-top: 15px;
  }
  #sec3 .btn-popup {
    margin-top: 77px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #sec3 .sec3-img2 {
    left: calc(50% - 149px);
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  border-top: 1px solid var(--line);
  margin-top: 13vw;
  padding-top: 3vw;
}
#sec4 .h2box {
  position: relative;
  z-index: 1;
  text-align: center;
}
#sec4 .set1 {
  margin-top: -15vw;
}
#sec4 .set2 {
  margin-top: 7vw;
  position: relative;
}
#sec4 .set2 .box {
  margin-top: 20vw;
  background: #fff;
}
#sec4 .set2 .box .txtnote {
  margin-top: 3vw;
  text-align: center;
}
#sec4 .set2 .txtnote {
  font-size: 14px;
}
#sec4 .box-outline {
  position: relative;
}
#sec4 .box-outline:before {
  content: "";
  width: 30vw;
  height: 25vw;
  background: url("../img/koenji/sec3_deco2.png") 0 0/contain no-repeat;
  position: absolute;
  left: -5vw;
  bottom: -22vw;
}
#sec4 .box-outline:after {
  content: "";
  width: 25vw;
  height: 33vw;
  background: url("../img/koenji/sec3_deco1.png") 0 0/contain no-repeat;
  position: absolute;
  top: -23vw;
  right: -5vw;
}
#sec4 .box_m {
  margin-top: 8vw;
}
@media screen and (max-width: 767px) {
  #sec4 .box_m {
    flex-direction: column;
  }
  #sec4 .set1 .imgbox + .imgbox {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    margin-top: 98px;
    padding-top: 11px;
  }
  #sec4 .wrap::before {
    width: 1213px;
    height: 695px;
    top: -317px;
    left: -575px;
  }
  #sec4 .set1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-column-gap: 27px;
    column-gap: 27px;
    margin: -132px -236px 0 -237px;
  }
  #sec4 .set2 {
    margin-top: 80px;
  }
  #sec4 .set2 .box {
    width: 861px;
    margin: 83px auto 0;
    padding: 77px 0px 62px;
  }
  #sec4 .set2 .box .txtnote {
    margin-top: 15px;
  }
  #sec4 .set2 .txtnote {
    font-size: 18px;
    text-align: center;
  }
  #sec4 .box-outline::before {
    width: 349px;
    height: 277px;
    left: -175px;
    bottom: -159px;
  }
  #sec4 .box-outline::after {
    width: 264px;
    height: 326px;
    top: -114px;
    right: -105px;
  }
  #sec4 .box_m {
    margin-top: 58px;
  }
  #sec4 .box_m .btn-popup {
    width: 350px;
  }
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  margin-top: 15vw;
  padding: 15vw 0px;
  border-top: 1px solid var(--line);
}
#sec5 .row {
  gap: 10vw;
}
#sec5 .content h2 {
  width: 80%;
  margin: 0 auto;
}
#sec5 .content .box {
  margin-top: 6vw;
  text-align: center;
  padding-top: 8vw;
  padding-bottom: 8vw;
}
#sec5 .content .price {
  width: auto;
  font-size: 5.5vw;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  line-height: 1.86;
  margin: 0px;
}
#sec5 .content .price dd {
  width: fit-content;
  margin: 0px auto;
  padding: 0px 3vw;
}
#sec5 .content .price + .price {
  margin-top: 6vw;
}
#sec5 .note {
  margin-top: 8vw;
  font-weight: bold;
}
#sec5 .note li + li {
  margin-top: 5vw;
}
#sec5 .box_m {
  margin-top: 8vw;
}
@media screen and (max-width: 767px) {
  #sec5 .box_m {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #sec5 {
    margin-top: 119px;
    padding: 102px 0px 127px;
  }
  #sec5 .wrap {
    max-width: 1290px;
  }
  #sec5 .row {
    gap: 10px;
    justify-content: space-between;
  }
  #sec5 .sec5-img {
    width: calc(50% + 63px);
    margin-left: -63px;
    height: 676px;
  }
  #sec5 .sec5-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec5 .content {
    width: 640px;
    min-width: 575px;
    padding-top: 45px;
  }
  #sec5 .content h2 {
    width: 575px;
    text-align: center;
  }
  #sec5 .content .price {
    font-size: 30px;
  }
  #sec5 .content .price dd {
    padding: 0px 10px;
  }
  #sec5 .content .box {
    width: 570px;
    margin: 50px auto 0px;
    border-width: 3px;
    padding: 54px 0 58px;
  }
  #sec5 .content .box:before {
    border-width: 1px;
  }
  #sec5 .content .box .price + .price {
    margin-top: 41px;
  }
  #sec5 .note {
    margin-top: 90px;
    text-align: center;
  }
  #sec5 .note li + li {
    margin-top: 35px;
  }
  #sec5 .box_m {
    margin-top: 78px;
  }
  #sec5 .box_m .btn-popup {
    width: 350px;
  }
}

/*--------------------------------------
    sec6
--------------------------------------*/
#sec6 {
  border-top: 1px solid var(--line);
  padding: 5vw 0px;
}
#sec6 .row {
  gap: 5vw;
}
#sec6 .row .txt-center {
  margin: 5vw 0;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 20px 0px 0px;
  }
  #sec6 .row {
    justify-content: space-between;
    max-width: 1290px;
    gap: 20px;
  }
  #sec6 .row .sec6-img {
    width: calc(50% + 27px);
    height: 791px;
    margin-left: -63px;
  }
  #sec6 .row .sec6-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec6 .row .content {
    width: 625px;
    min-width: 460px;
  }
  #sec6 .row h2 {
    margin: 121px 0 0 -15px;
  }
  #sec6 .row .txt-center {
    margin: 50px auto 59px;
    text-align: center;
  }
}

/*--------------------------------------
    sec7
--------------------------------------*/
#sec7 {
  margin-top: 3vw;
}
#sec7 .common-sec {
  position: relative;
  padding-bottom: 0px;
}
#sec7 .common-sec:before {
  bottom: -20vw;
}
#sec7 .sec7-slide {
  position: relative;
}
#sec7 .sec7-slide:before {
  content: "";
  width: 16vw;
  height: 16vw;
  background: url("../img/koenji/sec6_deco1.png") 0 0/contain no-repeat;
  position: absolute;
  top: -2vw;
  left: 2%;
  z-index: -1;
}
#sec7 .sec7-slide .gr {
  display: flex !important;
  align-items: flex-start;
  column-gap: 5vw;
  padding-right: 5vw;
  box-sizing: border-box;
}
#sec7 .sec7-slide .img1 {
  margin-top: 17vw;
}
#sec7 .sec7-slide .img2 {
  margin-top: 42vw;
}
#sec7 .sec7-slide .img3 {
  margin-top: 2vw;
}
#sec7 .sec7-slide .img4 {
  margin-top: 18vw;
}
#sec7 .sec7-slide .img5 {
  margin-top: 10vw;
}
#sec7 .sec7-slide .img8 {
  margin-top: 4vw;
}
#sec7 .sec7-slide .img7, #sec7 .sec7-slide .img9 {
  margin-top: 26vw;
}
#sec7 .sec7-tab {
  position: relative;
  padding: 18vw 0px 36vw;
}
#sec7 .sec7-tab:before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/p_114_citraba/sec7_deco1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec7 .sec7-tab .wrap:before {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -38vw;
  width: 36vw;
  height: 34vw;
  background: url(../img/p_114_citraba/sec7_deco2.png) no-repeat center top;
  background-size: cover;
}
#sec7 .sec7-tab .txt {
  margin-top: 5vw;
}
#sec7 .tab-link {
  margin-top: 5vw;
  display: flex;
  column-gap: 4vw;
}
#sec7 .tab-link li {
  font-size: 4.8vw;
  line-height: 1.15;
  letter-spacing: 0.12em;
  width: 25vw;
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 0;
}
#sec7 .tab-link li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/p_114_citraba/sec7_thum.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
  z-index: -1;
}
#sec7 .tab-link li:hover, #sec7 .tab-link .active {
  color: #000;
}
#sec7 .tab-link li:hover:before, #sec7 .tab-link .active:before {
  background-image: url(../img/p_114_citraba/sec7_thum_on.png);
}
@media screen and (max-width: 767px) {
  #sec7 .img1, #sec7 .img5 {
    width: 78vw;
  }
  #sec7 .img2, #sec7 .img6 {
    width: 60vw;
  }
  #sec7 .img3, #sec7 .img7 {
    width: 76vw;
  }
  #sec7 .img4, #sec7 .img8 {
    width: 93vw;
  }
  #sec7 .img9 {
    width: 76vw;
  }
  #sec7 h3 {
    margin: 0px 15%;
  }
  #sec7 .tab-link {
    justify-content: center;
  }
  #sec7 .tab-content {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #sec7 {
    margin-top: 19px;
  }
  #sec7:after {
    top: 362px;
  }
  #sec7 .common-sec:before {
    left: calc(50% + 329px);
    bottom: -342px;
  }
  #sec7 .common-sec h2 {
    margin-bottom: -259px;
  }
  #sec7 .sec7-slide:before {
    width: 166px;
    height: 164px;
    top: -10px;
    left: 141px;
  }
  #sec7 .sec7-slide .gr {
    column-gap: 28px;
    padding-right: 28px;
  }
  #sec7 .sec7-slide .img1 {
    margin-top: 127px;
  }
  #sec7 .sec7-slide .img2 {
    margin-top: 313px;
  }
  #sec7 .sec7-slide .img3 {
    margin-top: 9px;
  }
  #sec7 .sec7-slide .img4 {
    margin-top: 141px;
  }
  #sec7 .sec7-slide .img5 {
    margin-top: 78px;
  }
  #sec7 .sec7-slide .img8 {
    margin-top: 28px;
  }
  #sec7 .sec7-slide .img7, #sec7 .sec7-slide .img9 {
    margin-top: 208px;
  }
  #sec7 .sec7-tab {
    margin-top: 70px;
    padding: 137px 0px 170px;
  }
  #sec7 .sec7-tab:before {
    top: -200px;
    left: calc(50% - 534px);
    background-size: auto;
    width: 1327px;
    height: 1028px;
  }
  #sec7 .sec7-tab .wrap {
    max-width: 1040px;
  }
  #sec7 .sec7-tab .wrap::before {
    width: 360px;
    height: 338px;
    left: 386px;
    bottom: -236px;
  }
  #sec7 .sec7-tab .inside {
    display: flex;
    justify-content: space-between;
  }
  #sec7 .sec7-tab .txt {
    width: 436px;
    margin: 38px 60px 0px 0px;
  }
  #sec7 h3 {
    margin: 0px 87px 0px auto;
    text-align: right;
  }
  #sec7 .tab-link {
    width: 454px;
    margin: 33px 56px 0px auto;
    column-gap: 28px;
  }
  #sec7 .tab-link li {
    font-size: 26px;
    width: 133px;
    height: 133px;
  }
  #sec7 .sec7-map {
    margin: -358px 0px 0px -42px;
  }
}

/*--------------------------------------
    shopinfo
--------------------------------------*/
@media screen and (min-width: 768px) {
  #shopinfo {
    padding-bottom: 142px;
  }
  #shopinfo h2 {
    margin-bottom: 58px;
  }
  #shopinfo .logo {
    width: 218px;
  }
  #shopinfo .txt-center {
    margin-top: 38px;
  }
  #shopinfo .box {
    padding-bottom: 43px;
  }
  #shopinfo .info {
    align-items: flex-end;
  }
  #shopinfo #gmap {
    margin-top: 52px;
  }
}