.ldkNav {
  background-color: #f7f7f7;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .ldkNav {
    margin-left: calc((100vw - 1040px) / -2);
    padding-top: 100px;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .ldkNav {
    margin-left: -40px;
    overflow: hidden;
    padding: 75px 0 0;
    width: 375px;
  }
}

.ldkNav .contentsTab {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .ldkNav .contentsTab {
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .ldkNav .contentsTab {
    width: 295px;
  }
  .ldkNav .contentsTab__item {
    padding: 15px 8px;
  }
}

@media (max-width: 768px) {
  .planModal .modalItem__bg {
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent {
    height: auto;
    margin: 80px 0 0;
    max-height: calc(100% - 160px);
  }
}

@media (max-width: 768px) {
  .planModal .modalItem .modalContent {
    height: 100%;
    width: 305px;
  }
}

.planModal .modalItem .modalContent__inner {
  background-color: #ffffff;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .planModal .modalItem .modalContent__inner {
    padding: 0;
  }
}

.planModal .modalItem .modalContent__searchBtn {
  position: fixed;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent__searchBtn {
    height: 40px;
    right: 110px;
    top: 40px;
    width: 140px;
  }
}

@media (max-width: 768px) {
  .planModal .modalItem .modalContent__searchBtn {
    height: 40px;
    right: 70px;
    top: 20px;
    width: 130px;
  }
}

.planModal .modalItem .modalContent__searchBtn .searchBtn {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 80px / 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent__searchBtn .searchBtn:hover {
    background-color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .planModal .modalItem .modalContent__searchBtn .searchBtn:hover {
    background-color: #ffffff;
  }
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent__searchBtn .searchBtn__txt {
    margin-left: 15px;
    margin-top: 0;
  }
}

.planModal .modalItem .modalContent .swiper-button-prev,
.planModal .modalItem .modalContent .swiper-button-next {
  background: none;
  margin-top: 0;
  outline: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent .swiper-button-prev,
  .planModal .modalItem .modalContent .swiper-button-next {
    height: 108px;
    padding: 20px;
    width: 75px;
  }
}

@media (max-width: 768px) {
  .planModal .modalItem .modalContent .swiper-button-prev,
  .planModal .modalItem .modalContent .swiper-button-next {
    height: 34px;
    width: 17.5px;
  }
}

.planModal .modalItem .modalContent .swiper-button-prev:before, .planModal .modalItem .modalContent .swiper-button-prev:after,
.planModal .modalItem .modalContent .swiper-button-next:before,
.planModal .modalItem .modalContent .swiper-button-next:after {
  content: '';
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent .swiper-button-prev {
    left: calc((100vw - 1040px) / 3);
  }
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalContent .swiper-button-next {
    right: calc((100vw - 1040px) / 3);
  }
}

@media screen and (min-width: 769px) {
  .planModal .modalItem .modalSlider {
    width: 1040px;
  }
}

.planModal .modalItem .modalSlider.is-open .swiper-wrapper,
.planModal .modalItem .modalSlider.is-open .swiper-slide {
  -webkit-transition: .4s ease !important;
  transition: .4s ease !important;
}

.planModal .modalItem .modalSlider .swiper-wrapper {
  height: initial;
}

.floorDetail {
  background-color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .floorDetail {
    padding: 80px 0;
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .floorDetail {
    padding: 20px;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .plansArea {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .plansArea {
    margin-top: -75px;
  }
}

@media screen and (min-width: 769px) {
  .plansArea__inner {
    padding-top: 80px;
  }
}

.plansList {
  -webkit-animation: openAnim .5s linear;
          animation: openAnim .5s linear;
}

@media screen and (min-width: 769px) {
  .plansList {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  .plansList {
    padding-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .plansList + .plansList {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .plansList + .plansList {
    padding-top: 20px;
  }
}

.plansList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.plansList__item {
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 769px) {
  .plansList__item {
    width: 330px;
  }
  .plansList__item:not(:nth-child(3n)) {
    margin-right: 25px;
  }
  .plansList__item:nth-child(n+4) {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .plansList__item {
    width: 100%;
  }
  .plansList__item:not(:first-child) {
    margin-top: 20px;
  }
}

.roomCard {
  background-color: #ffffff;
  cursor: pointer;
  font-family: "Libre Caslon Display", serif;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .roomCard:hover .roomCard__type {
    color: #252b34;
  }
  .roomCard:hover .roomCard__type:before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .roomCard:hover .roomCard__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (hover: hover) and (pointer: fine) {
  .roomCard:hover .roomCard__type {
    color: #252b34;
  }
  .roomCard:hover .roomCard__type:before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .roomCard:hover .roomCard__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.roomCard__type {
  color: #ffffff;
  letter-spacing: 0;
  line-height: .7;
  position: relative;
  text-align: center;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .roomCard__type {
    font-size: 14px;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .roomCard__type {
    font-size: 14px;
    padding: 8px 0;
  }
}

.roomCard__type:before {
  background-color: #252b34;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99);
  transition: transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99);
  transition: transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99), -webkit-transform 0.25s cubic-bezier(0, 0.62, 0.33, 0.99);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .roomCard__type .name {
    font-size: 20px;
    padding-right: 4px;
  }
}

@media (max-width: 768px) {
  .roomCard__type .name {
    font-size: 20px;
    padding-right: 4px;
  }
}

.roomCard__area {
  letter-spacing: 0;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .roomCard__area {
    font-size: 30px;
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  .roomCard__area {
    font-size: 27px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .roomCard__area .large {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .roomCard__area .large {
    font-size: 39px;
  }
}

@media screen and (min-width: 769px) {
  .roomCard__area .large + .large {
    padding-left: 18px;
  }
}

@media (max-width: 768px) {
  .roomCard__area .large + .large {
    padding-left: 15px;
  }
}

.roomCard__icon {
  position: absolute;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.roomCard__icon:after, .roomCard__icon:before {
  background-color: gray;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.roomCard__icon:before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

@media screen and (min-width: 769px) {
  .roomCard__icon {
    bottom: 15px;
    height: 15px;
    right: 15px;
    width: 15px;
  }
}

@media (max-width: 768px) {
  .roomCard__icon {
    bottom: 12.5px;
    height: 13px;
    right: 12.5px;
    width: 13px;
  }
}

.roomDetail {
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .roomDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 80px;
    width: 1040px;
  }
}

@media (max-width: 768px) {
  .roomDetail {
    padding: 0 40px 120px;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .roomDetail__spec {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .roomDetail__spec {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .roomDetail__spec .pointsList {
    display: none;
  }
}

.roomDetail__cap {
  color: #808080;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (min-width: 769px) {
  .roomDetail__cap {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .roomDetail__cap {
    bottom: 20px;
    left: 0;
    padding: 0 20px;
    position: absolute;
  }
}

.roomDetail__cap .icon {
  background-color: #d2e1ab;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .roomDetail__cap .icon {
    height: 10px;
    margin-right: 5px;
    width: 20px;
  }
}

@media (max-width: 768px) {
  .roomDetail__cap .icon {
    height: 8px;
    margin-right: 5px;
    width: 20px;
  }
}

@media (max-width: 768px) {
  .roomDetail__madori {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .roomDetail__madori .pointsList {
    display: none;
  }
}

@media (max-width: 768px) {
  .typeBlock {
    margin-left: -40px;
    text-align: center;
    width: 305px;
  }
}

.typeBlock__head {
  background-color: #252b34;
  color: #cccccc;
  font-family: "Libre Caslon Display", serif;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .typeBlock__head {
    font-size: 18px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .typeBlock__head {
    font-size: 18px;
    padding: 18px 0;
  }
}

@media screen and (min-width: 769px) {
  .typeBlock__head .name {
    font-size: 24px;
    padding-right: 9px;
  }
}

@media (max-width: 768px) {
  .typeBlock__head .name {
    font-size: 24px;
    padding-right: 8px;
  }
}

.typeBlock__ldk {
  background-color: #e8e8e8;
  letter-spacing: 0;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .typeBlock__ldk {
    font-size: 18px;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .typeBlock__ldk {
    font-size: 16px;
    padding: 10px 0;
  }
}

.areaBlock {
  color: #808080;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .areaBlock {
    font-size: 14px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .areaBlock {
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .areaBlock {
    font-size: 11px;
  }
}

.areaBlock .en {
  color: #333333;
  display: inline-block;
  font-family: "Libre Caslon Display", serif;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .areaBlock .en {
    font-size: 32px;
    padding-top: 14px;
  }
}

@media (max-width: 768px) {
  .areaBlock .en {
    font-size: 24px;
    padding-top: 13px;
  }
}

@media screen and (min-width: 769px) {
  .areaBlock .en + .en {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .areaBlock .en + .en {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px) {
  .areaBlock .en .large {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .areaBlock .en .large {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  .areaBlock .en sup {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .areaBlock .en sup {
    font-size: 10px;
  }
}

.areaBlock__cap {
  display: block;
}

@media screen and (min-width: 769px) {
  .areaBlock__cap {
    font-size: 11px;
    margin-top: 25px;
    line-height: 1.81818;
  }
  .areaBlock__cap:before {
    content: '';
    margin-top: calc((1 - 1.81818) * .5em);
  }
  .areaBlock__cap:after {
    margin-bottom: calc((1 - 1.81818) * .5em);
  }
  .areaBlock__cap:before, .areaBlock__cap:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .areaBlock__cap {
    font-size: 11px;
    letter-spacing: .05em;
    padding-top: 14px;
    line-height: 1.81818;
  }
  .areaBlock__cap:before {
    content: '';
    margin-top: calc((1 - 1.81818) * .5em);
  }
  .areaBlock__cap:after {
    margin-bottom: calc((1 - 1.81818) * .5em);
  }
  .areaBlock__cap:before, .areaBlock__cap:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.pointsList {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

@media screen and (min-width: 769px) {
  .pointsList {
    margin-top: 40px;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .pointsList {
    margin-top: 35px;
    padding: 30px 0;
  }
}

.pointsList__item {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 769px) {
  .pointsList__item {
    font-size: 14px;
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .pointsList__item {
    font-size: 14px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .pointsList__item:nth-child(n+2) {
    margin-top: 14px;
  }
}

@media (max-width: 768px) {
  .pointsList__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

.pointsList__item:before {
  background-color: #941935;
  border-radius: 50%;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
  .pointsList__item:before {
    height: 8px;
    width: 8px;
  }
}

@media (max-width: 768px) {
  .pointsList__item:before {
    height: 7px;
    width: 7px;
  }
}

@media screen and (min-width: 769px) {
  .roomplan-variation {
    padding-bottom: 140px;
  }
}

@media (max-width: 768px) {
  .roomplan-variation {
    padding-bottom: 100px;
  }
}


/* =======================================================================================
	サイト固有
======================================================================================= */

/* seinouImg
------------------------------------------------------------------------ */
.seinouImg {
	text-align: center;
	background: rgba(0, 0, 0, 0.03);
	margin-top: 100px;
	padding: 30px;
}
.seinouImg img {
	width: 100%;
	max-width: 319px;
}


/* -----------------------------------------------------------
眺望
-------------------------------------------------------------- */

    .pt-view{
      margin-bottom:7em;
    }
@media screen and (min-width: 1040px) {
    .pt-view{
      margin-bottom:5em;
    }
	.viewArea.viewBox {
      margin: 0 calc(50% - 50vw);
      width: 100vw;
	 }
}
@media screen and (max-width: 768px) { /*{SP}*/
    .pt-view{
      margin-bottom:5em;
    }
	.viewArea.viewBox {
      margin: 0 calc(50% - 50vw) 5em;
      width: 100vw;
    }
}

/* mainCopyBox h3 h4
--------------------------------------------- */
	.pt-view .mainCopyBox {
		padding-top: 100px;
		border-top: 1px solid #bbbbbb;
	}
	.pt-view h3.ptHeading .hTxt {
	  display: block;
	  font-size: 24px;
	  line-height: 1.75em;
	  text-align: center;
	}
	.pt-view h3.ptHeading .hTxt .en {
	  display: block;
	  font-size: 50px;
	  font-family: "Libre Caslon Display", serif;
	  line-height: 1;
	}
	
	.pt-view h4.ptHeading .hTxt {
	  display: block;
	  margin-top:50px;
	  font-size: 20px;
	  line-height: 1.75em;
	  text-align: center;
	}
	.pt-view h4.ptHeading .hTxt .inbl {
	  display: inline-block;
	}




/* 眺望タブボタン
-------------------------------------------------------------- */
	.viewWrap .contentsTab {
		width: 80%;
		max-width:460px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 35px auto;
        border-bottom: none;
	}
	.viewWrap .contentsTab__item {
		display: flex;
		width: 50%;
		padding: 16px 25px;
		background: #c9c9c9;
	}	
	
	.viewWrap .contentsTab .name{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		width: 100%;
		min-height: 0.001vw; /* for safari | font-sizeにclamp()使用時必須 */
		line-height: 1;
		color: #fff;
		font-size: clamp(1.4em, (16 / 1000 * 100vw), 1.6em);
		font-family: YakuHanMP, 'Zen Old Mincho',YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
		transition: background .38s ease-out, border .38s ease-out;
        z-index:1;

	}
	.viewWrap .contentsTab .name::before {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		bottom:-6px;
		transform: translateX(-50%);
		text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        z-index: -1;
        width: 40px;
        height: auto;
	}


	/* is-active ----------------------- */

	.viewWrap .contentsTab .is-active .name::before {
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	}
	.viewWrap .contentsTab .contentsTab__item.is-active{
        background: #000;
		transition: background 0.8s ease-in-out 0;
	}

	/* hover ----------------------- */
	@media (hover: hover) and (pointer: fine) {
		.viewWrap .contentsTab .contentsTab__item:not(.is-active):hover {
			background: rgba(0, 0, 0, .5);
		}
	}
	.viewWrap .contentsTab:not(.is-active):focus-visible::before {
		background: rgba(0, 0, 0, .5);
	}

@media screen and (min-width: 769px) {
     .viewWrap .contentsTab__item {
        /*padding: 16px 25px 0;*/
      }
}
@media screen and (max-width: 768px) { /*{SP}*/
/*	.viewWrap .contentsTab {
		margin: clamp(15px, (30 / 620 * 100vw), 30px) auto 0, 50px);
	}
	.viewWrap .contentsTab > *{
		width: calc(44% - (7px * 2));
		margin: 0 7px;
	}
    
     .viewWrap .contentsTab__item {
         padding: 15px 10px 0;
      }
	.viewWrap .contentsTab .name {
		font-size: clamp(1.4em, (23 / 620 * 100vw), 1.8em);
	}

	.viewWrap .contentsTab .name .ja {
		font-size: .6em;
	}*/

}
@media screen and (max-width: 630px) { /*{MinorBreakpoint}*/
/*    .viewWrap .contentsTab .name{
    padding: 0 0 14px;
    }
	.viewWrap .contentsTab .name,
	.viewWrap .contentsTab .name .ja {
		display: block;
	}*/
}


/* viewArea__item
------------------------------------------------------------------------ */
    .pt-view .viewArea__item {
      display: none;
    }
    .pt-view .viewArea__item.is-active {
      -webkit-animation: openAnim .5s linear;
              animation: openAnim .5s linear;
      display: block;
    }

/* viewWrap
------------------------------------------------------------------------ */
    .viewWrap .contentsTab__item::after {
      content: none;
    }  



/* 眺望スライダー
-------------------------------------------------------------- */

/* =========================================================
	(hover: hover)
========================================================= */
@media (hover: hover) {
	.viewWrap .viewBox {
		position: relative;
	}
}
@media screen and (max-width: 520px) and (hover: hover) {
	.viewWrap .viewBoxCap.imgcapkeep {
		font-size: 1rem;
	}
}
/* jsPictViewMoveBox
--------------------------------- */
	.viewWrap .jsPictViewMoveBox,
	.viewWrap .jsPictViewMoveBox * {
		box-sizing: border-box;
	}
	.viewWrap .jsPictViewMoveBox,
	.viewWrap .jsPictViewMoveAnimeItem {
		position: relative;
	}
	.viewWrap .jsPictViewMoveBox { /* ---------------------------【親要素】---- */
		overflow: hidden;
	}
	.viewWrap .jsPictViewMoveAnimeItem { /* ---------------------【子要素】---- */
		/*
		 * 画像幅をパーセントにする『width』： [画像幅]/[親要素幅]*100 = 3032/1900*100 = 159.578947%
		**/
/*		width: 159.578947%;*/
	}
	.viewWrap .viewSection01 .jsPictViewMoveAnimeItem { /* 4000/2000*100 */
		width: 200%;
	}
	.viewWrap .viewSection02 .jsPictViewMoveAnimeItem { /* 4000/2000*100 */
		width: 200%;
	}
	.viewWrap .jsPictViewMoveAnimeItem img { /* -----------------【孫要素】---- */
		/*
		 * 子要素にフィットさせる『width:100%;max-width:none;height:auto;』（base.css初期値のクリア）
		 * カスタム		『margin-left: -○%』： [画像のはみ出し幅(左)]/[画像幅]*100 = 324/3032*100 = -10.686015%
		 * 中央揃えにする『margin-left: -○%』： [画像のはみ出し幅(片側)]/[画像幅]*100 | <例> 350/1800*100 = -19.444%
		 * 右揃えにする	『margin-left: -○%』： [画像のはみ出し幅(両側)]/[画像幅]*100 | <例> 700/1800*100 = -38.888%
		**/
		width: 100%;
		max-width: none;
		height: auto;
/*		margin-left: -19.444%;*/ /* 中央揃えにする */
	}
	.viewWrap .viewSection01 .jsPictViewMoveAnimeItem img { /* 1000/4000*100 */
		margin-left: -25%;
	}
	.viewWrap .viewSection02 .jsPictViewMoveAnimeItem img { /* 1000/4000*100 */
		margin-left: -25%;
	}
	/* btn */
	.viewWrap .jsPictViewMoveBox .jsPictViewMoveBtnBox {
		display: block;
	}
	.viewWrap .jsPictViewMoveBox .jsPictViewMoveBtnBox button {
		/* clear */
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color: inherit;
		font: inherit;
		background: transparent;
		border: none;
		border-radius: 0;
		cursor: pointer;
		/* reset */
		position: absolute;
		top: 0;
		bottom: 0;
		width: clamp(25px, (52 / 1200 * 100vw), 52px);
		height: clamp(25px, (52 / 1200 * 100vw), 52px);
		background: center center / contain no-repeat;
		margin: auto;
	}
	.viewWrap .jsPictViewMoveBox .jsPictViewMoveBtnBox .btnLeft {
		left: 10px;
		background-image: url("../js/pause/img/view_btn_l.png");
	}
	.viewWrap .jsPictViewMoveBox .jsPictViewMoveBtnBox .btnRight {
		right: 10px;
		background-image: url("../js/pause/img/view_btn_r.png");
	}
	.viewWrap .jsPictViewMoveBox .jsPictViewMoveBtnBox button .label {
		/* cliphidden（ラベル文字を隠す） */
		position: absolute; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(0px 0px 99.99% 99.99%); overflow: hidden; width: 1px; height: 1px; white-space: nowrap; padding: 0; border: 0;
	}
	
@media screen and (max-width: 768px) { /*{SP}*/
	.viewWrap .viewSection01 .jsPictViewMoveAnimeItem {
		width: 300%;
	}
	.viewWrap .viewSection02 .jsPictViewMoveAnimeItem { 
		width: 300%;
	}
}
@media screen and (max-width: 480px) {
	.viewWrap .viewSection01 .jsPictViewMoveAnimeItem {
		width: 400%;
	}
	.viewWrap .viewSection02 .jsPictViewMoveAnimeItem { 
		width: 400%;
	}
}	



/* =========================================================
	(hover: none)
========================================================= */
@media (hover: none) {
	.viewWrap .viewBoxCap.imgcapkeep {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		position: static;
		padding: .5em;
	}
	.viewWrap .viewBoxCap.imgcapkeep,
	.viewWrap .viewBoxCap.imgcapkeep > * {
		color: inherit;
		text-shadow: none;
	}
}
/* jsPictViewSwipeBox
--------------------------------- */
	/* 基本設定 */
	.viewWrap .jsPictViewSwipeBox {
		position: relative;
		z-index: 0;
	}
	.viewWrap .jsPictViewSwipeIcon { /* ※各ページCSS内のタイミングで block にする */
		display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1;
		width: 60px;
		height: 60px;
		margin: auto;
		background: url("../imgs/ico_swipe_wh.svg") 50% center / contain no-repeat;
		animation: 1.1s ease-in-out .2s infinite alternate both jsPictViewSwipeIcon_motion;
	}
	.viewWrap .jsPictViewSwipeInnerBox {
		display: block;
		position: relative;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	.viewWrap .jsPictViewSwipeInnerBoxOverlay { /* ※各ページCSS内のタイミングで block にする */
		display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
		background: rgba(0, 0, 0, .35);
	}
	/* 固有設定 */
	.viewWrap .jsPictViewSwipeIcon,
	.viewWrap .jsPictViewSwipeInnerBoxOverlay { display: block;}
	.viewWrap .jsPictViewSwipeInnerBox { overflow-x: scroll;}
	.viewWrap .jsPictViewSwipeInnerBox img {max-width: none;}
	/*.viewWrap .jsPictViewSwipeInnerBoxOverlay,
	.viewWrap .jsPictViewSwipeInnerBox img {width: 160%;}*/
	.viewWrap .viewSection01 .jsPictViewSwipeInnerBoxOverlay,
	.viewWrap .viewSection01 .jsPictViewSwipeInnerBox img {width: 200%;}
	.viewWrap .viewSection02 .jsPictViewSwipeInnerBoxOverlay,
	.viewWrap .viewSection02 .jsPictViewSwipeInnerBox img {width: 200%;}

@media screen and (max-width: 768px) {
	.viewWrap .viewSection01 .jsPictViewSwipeInnerBoxOverlay,
	.viewWrap .viewSection01 .jsPictViewSwipeInnerBox img {width: 300%;}
	.viewWrap .viewSection02 .jsPictViewSwipeInnerBoxOverlay,
	.viewWrap .viewSection02 .jsPictViewSwipeInnerBox img {width: 300%;}
}
@media screen and (max-width: 480px) {
	.viewWrap .viewSection01 .jsPictViewSwipeInnerBoxOverlay,
	.viewWrap .viewSection01 .jsPictViewSwipeInnerBox img {width: 400%;}
	.viewWrap .viewSection02 .jsPictViewSwipeInnerBoxOverlay,
	.viewWrap .viewSection02 .jsPictViewSwipeInnerBox img {width: 400%;}
}
/* =================================
	@KEYFRAMES
================================= */
@keyframes jsPictViewSwipeIcon_motion {
	0% {	transform: translateX(-20px);}
	100% {	transform: translateX(20px);}
}

