@-webkit-keyframes sdb {
  0% {
    bottom: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: -20px;
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    bottom: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: -20px;
    opacity: 0;
  }
}



/*--------------------------------------topArea /lead
/*--------------------------------------[SPLASH]
*/
.area-top {
  z-index: 1000;
  position: relative;
  width: 100%;
  height: 100vh;
}

.scroll {
  text-align: center;
  padding-bottom: 10px;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, 0);
}

.scroll__text {
  font-family: Akrobat;
  text-transform: uppercase;
  color: #505359;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
}

.scroll__arrow {
  display: block;
  width: 23px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 28.88889%;
  background: url("/newdoor/images/arrow_down.png") no-repeat center center/contain;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .scroll__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .scroll {
    padding-bottom: 10px;
    bottom: 6%;
  }

  .scroll__text {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .scroll__arrow {
    width: 20px;
  }
}

.splFolder {
  width: 100%;
  height: 100%;
}

.splFolder_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 10%;
  position: absolute;
  top: 0;
  left: 0;
}

.splCopy01 {}

.splCopyFolder {
  position: relative;
}

.splCopyBase {
  display: block;
  /*
  width: 106px;
  */
  width: 0;
  height: 56px;
  background: url("/newdoor/images/spl/copyBase.png") no-repeat center left / 106px auto;
  position: absolute;
  top: -14px;
  left: 0;
}

.splCopy01 {
  /*
  width: 106px;
   */
  width: 0;
  height: 56px;
  background: url("/newdoor/images/spl/copy01.png") no-repeat center left / 106px auto;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 0;
}

.splCopy02 {
  width: 59px;
  height: 26px;
  display: inline-block;
  margin: 0 0 0 118px;
  position: relative;
  overflow: hidden;
}

.splCopy02 img {
  position: absolute;
  top: 60px;
  left: 0;
}

.splCopy03 {
  width: 70px;
  height: 26px;
  display: inline-block;
  margin: 0 0 0 13px;
  position: relative;
  overflow: hidden;
}

.splCopy03 img {
  position: absolute;
  top: 60px;
  left: 0;
}

.splMask {
  position: absolute;
}

/*　[ L ]　*/
.splLeadL {
  margin: 20px 0 0 0;
}

.splLeadL01 {
  width: 246px;
  height: 48px;
  background: url("../images/spl/lead01.svg") no-repeat 0 48px;
  display: inline-block;
  position: relative;
}

.splLeadL02 {
  width: 390px;
  height: 48px;
  background: url("../images/spl/lead02.svg") no-repeat 0 48px;
  margin: 0 0 0 40px;
  display: inline-block;
  position: relative;
}

.splLeadL .splMask {
  width: 1%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  display: none;
}

/*　[ R ]　*/
.splLeadR {
  margin: 65px 0 0 0;
}

.splLeadR div {
  left: 0;
  line-height: 0;
  overflow: hidden;
}

.splLeadR div img {
  margin-top: 22px;
}

.splLeadR01 {
  width: 615px;
  height: 22px;
}

.splLeadR02 {
  width: 641px;
  height: 22px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  .splFolder_inner {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 0 0;
  }

  /**/
  .splCopyBase {
    /*
    width: 106px;
    */
    height: 32px;
    background: url("/newdoor/images/spl/copyBase.png") no-repeat center left / 60px auto;
    top: -3px;
  }

  .splCopy01 {
    /*
    width: 106px;
     */
    width: 0;
    height: 32px;
    background: url("/newdoor/images/spl/copy01.png") no-repeat center left / 60px auto;
    top: -3px;
  }

  .splCopy02 {
    width: 32px;
    height: 13px;
    display: inline-block;
    margin: 0 0 0 68px;
    position: relative;
    overflow: hidden;
  }

  .splCopy02 img {
    top: 60px;
  }

  .splCopy03 {
    width: 38px;
    height: 13px;
    margin: 0 0 0 5px;
  }

  .splCopy03 img {
    top: 60px;
  }

  .splLeadL {
    margin: 20px 0 0 0;
  }

  .splLeadL01 {
    width: 180px;
    height: 36px;
    background: url("../images/spl/lead01.svg") no-repeat 0 36px;
  }

  .splLeadL02 {
    width: 281px;
    height: 36px;
    background: url("../images/spl/lead02.svg") no-repeat 0 36px;
    margin: 18px 0 0 0;
  }

  /*　[ R ]　*/
  .splLeadR {
    margin: 45px 0 0 0;
  }

  .splLeadR div img{
    margin-top: 18px;
  }

  .splLeadR01 {
    width: 160px;
    height: 18px;
  }

  .splLeadR02 {
    width: 289px;
    height: 18px;
    margin: 20px 0 0 0;
  }

  .splLeadR03 {
    width: 240px;
    height: 18px;
    margin: 20px 0 0 0;
  }

  .splLeadR04 {
    width: 262px;
    height: 18px;
    margin: 20px 0 0 0;
  }
}



/*--------------------------------------carouselFaed
*/
.carouselFaed {
  position: relative;
  width: 60%;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 768px) {
  .carouselFaed {
    width: 90%;
  }
}

.carouselFaed__wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.carouselFaed__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.carouselFaed__item img {
  width: 100%;
}

.carouselFaed__progressBar {
  position: relative;
  width: 0;
  height: 10px;
  border-bottom: solid 2px #f5f5f5;
}

.carouselFaed__progressBar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c85d4c;
}



/*--------------------------------------photoHead
*/
.area-photoHead {
  margin: 5% 0 0 0;
}

@media screen and (max-width: 768px) {
  .area-photoHead {
    margin: 12% 0 0 0;
  }
}

.photoHead {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10%;
}

.photoHead__logo {
  position: relative;
  width: 158px;
  height: auto;
  margin-right: 30px;
  padding: .3% 30px .3% 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.photoHead__logo:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background-color: #272727;
}

.photoHead__logo img {
  display: block;
  width: 100%;
}

.ie .photoHead__logo img {
  width: auto;
}

.photoHead__discription {
  font-size: 16px;
  letter-spacing: .05em;
}

@media screen and (max-width: 1199px) {
  .photoHead__discription {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .photoHead {
    display: block;
    padding: 0 5%;
  }

  .photoHead__logo {
    width: 33.6%;
    margin-right: 0;
    padding: 0 0 0 0;
  }

  .photoHead__logo:before {
    content: none;
  }

  .photoHead__discription {
    font-size: 14px;
    font-size: 3.73vw;
    margin: 5.3% 0 0 0;
  }
}



/*--------------------------------------toppage / photoArtcle
*/
.area-photoArtcle {
  margin: 8% 0 0 0;
}

@media screen and (max-width: 768px) {
  .area-photoArtcle {
    margin: 20% 0 0 0;
  }
}

.photoArtcle__link {
  font-size: 16px;
  margin-top: 3%;
  font-family: "Noto Sans";
  font-weight: 500;
  display: inline-block;
  padding: 0 50px 5px 0;
  border-bottom: 1px solid #0d0d0d;
  background: url("/newdoor/common/images/arrow_01.png") no-repeat right 5px center / 8px auto;
  opacity: 0;
}

.photoArtcle__link.active {
  animation: bottomFeadIn 2s cubic-bezier(0.19, 1, 0.22, 1) 0s forwards;
}

@media screen and (max-width: 1199px) {
  .photoArtcle__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .photoArtcle__link {
    font-size: 14px;
    font-size: 3.73vw;
    margin-top: 5%;
    padding: 0 50px 5px 0;
    background: url("/newdoor/common/images/arrow_01.png") no-repeat right 5px center / 7px auto;
  }
}

/*--------------------------------------articleList
*/
.area-articleList {
  margin: 8.3% 0 0 0;
}

@media screen and (max-width: 768px) {
  .area-articleList {
    margin: 18% 0 0 0;
  }
}

.articleList {
  padding: 0 10% 6.6% 10%;
  position: relative;
}

.articleList__title {
  width: 118px;
}

.articleList__more {
  text-align: center;
  margin: 2.5% 0 0 0;
}

.articleList__container {
  margin: 2% 0 0 0;
}

@media screen and (max-width: 768px) {
  .articleList {
    padding: 0 5% 10% 5%;
  }

  .articleList__title {
    width: 31.3%;
  }

  .articleList__more {
    margin: 4% 0 0 0;
  }

  .articleList__container {
    margin: 8% 0 0 0;
  }
}

.articleItemList > li:not(:first-child) {
  border-top: 1px solid #d1d1d1;
}

.articleItemList > li:nth-child(n + 4) {
  display: none;
}

.articleItem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2% 0;
  position: relative;
}

.articleItem__icon {
  display: block;
  width: 80px;
  margin-right: 30px;
}

.articleItem__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  width: calc(100% - 110px - 102px);
  padding: 1.2% 0 0 0;
}

.articleItem__title small {
  font-family: Akrobat;
  line-height: 1;
  letter-spacing: .05em;
  font-size: 14px;
  display: block;
  margin-bottom: 1.66667%;
}

.articleItem__arrow {
  display: block;
  width: 72px;
  border: 1px solid #bebebe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.articleItem__arrow:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.articleItem__arrow:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("/newdoor/common/images/arrow_01.png") no-repeat center left 54% / 10px auto;
  position: absolute;
  top: 0;
  left: 0;
}

.articleItem:hover .articleItem__arrow {
  border-color: #0d0d0d;
  background: #0d0d0d;
}

.articleItem:hover .articleItem__arrow:after {
  background-image: url("/newdoor/common/images/arrow_01-white.png");
}

@media screen and (max-width: 1199px) {
  .articleItem__title {
    font-size: 20px;
  }

  .articleItem__title small {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .articleItem {
    padding: 4.8% 0;
  }

  .articleItem__icon {
    width: 18%;
    margin-right: 3%;
  }

  .articleItem__title {
    font-size: 16px;
    font-size: 4.26vw;
    width: 60%;
    padding: 0 0 0 0;
  }

  .articleItem__title small {
    font-size: 13px;
    font-size: 3.46vw;
    margin-bottom: 3%;
  }

  .articleItem__arrow {
    width: 18%;
    right: 0;
  }

  .articleItem__arrow:after {
    background: url("/newdoor/common/images/arrow_01.png") no-repeat center left 54% / 8px auto;
  }
}

.more {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.more__text {
  font-family: Akrobat;
  text-transform: uppercase;
  color: #505359;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
}

.more__arrow {
  display: block;
  width: 23px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 28.88889%;
  background: url("/newdoor/images/arrow_down.png") no-repeat center center/contain;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .more__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .more__text {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .more__arrow {
    width: 20px;
  }
}
