.is--textWhite .homeMainVisual__slideTtl {
  color: #fffefe
}

.is--textWhite .homeMainVisual__slideText {
  color: #fffefe
}

.ui-datepicker-trigger {
  display: none
}

.searchBlock {
  margin: 20px auto 0 auto;
  border-radius: 5px;
  max-width: 990px;
  width: 90%;
  padding: 20px 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
}

@media only screen and (max-width:768px) {
  .searchBlock {
    width: 96%;
    padding: 20px 19px;
  }
}
@media only screen and (max-width:350px) {
  .searchBlock {
  }
}

.searchBlock__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.searchBlock__choice {
  display: -ms-flexbox;
  display: flex
}

.searchBlock__area {
    display: flex;
    align-items: center;
    padding: 0px 5px;
}

.searchBlock__area .radio01-parts {
    margin: 2px 5px;
}

.searchBlock__checkin, .searchBlock__checkout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px
}

@media only screen and (max-width:768px) {
  .searchBlock__checkin, .searchBlock__checkout {
    margin-right: 1px;
    display: block;
    width: 41.25%
  }
  .searchBlock__area {
     padding: 10px 0px 0px 0px !important;
  }
  .searchBlock__area.choiseBlock__itemDetail label {
      margin-top: 0px !important;
      width: unset !important;
  }
}

.searchBlock__checkin span, .searchBlock__checkout span {
  font-size: 16px;
  letter-spacing: .025em;
  font-feature-settings: "palt";
  margin-right: 5px;
  color: #333
}

@media only screen and (max-width:768px) {
  .searchBlock__checkin span, .searchBlock__checkout span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    margin-right: 0
  }
}

.searchBlock__checkin input, .searchBlock__checkout input {
  width: 172px;
  height: 40px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 30px 0 15px;
  line-height: 38px;
  background-image: url(/assets/img/common/icon_calender.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: right 5px center;
  font-size: 18px;
  letter-spacing: .025em;
  color: #333
}

@media only screen and (max-width:768px) {
  .searchBlock__checkin input, .searchBlock__checkout input {
    width: 100%;
    height: 35px;
    line-height: 33px;
    padding: 0 30px 0 15px;
    font-size: 14px
  }
}

.searchBlock__person {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:768px) {
  .searchBlock__person {
    display: block;
    width: 17.5%
  }
}

.searchBlock__person span {
  font-size: 16px;
  letter-spacing: .025em;
  font-feature-settings: "palt";
  margin-right: 5px;
  color: #333
}

@media only screen and (max-width:768px) {
  .searchBlock__person span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 14px
  }
}

.searchBlock__person select {
  width: 80px;
  height: 40px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 18px;
  line-height: 38px;
  background-image: url(/assets/img/common/arr_selectbox.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right 5px center;
  color: #333
}

@media only screen and (max-width:768px) {
  .searchBlock__person select {
    width: 100%;
    height: 35px;
    line-height: 33px
  }
}

@media only screen and (max-width:768px) {
  .searchBlock__button {
    width: 100%
  }
}

.searchBlock__button button {
  width: 110px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  letter-spacing: .075px;
  transition: all 400ms ease;
  color: #fff;
  background-color: #df7094;
  text-align: center;
}

@media only screen and (min-width:769px) {
  .searchBlock__button button {
    position: relative;
    border: 1px solid #df7094;
    box-sizing: border-box
  }
  .searchBlock__button button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
    z-index: -1;
    transition: transform 400ms ease 0ms
  }
}

@media only screen and (min-width:769px) {
  .searchBlock__button button:hover {
    color: #df7094;
    opacity: .99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"
  }
  .searchBlock__button button:hover:before {
    transform-origin: left top;
    transform: scale(1, 1)
  }
}

@media only screen and (max-width:768px) {
  .searchBlock__button button {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px
  }
}

.searchBlock__sub {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px
}

@media only screen and (max-width:768px) {
  .searchBlock__sub {
    margin-top: 20px
  }
}

.searchBlock__advanced {
  font-size: 16px;
  letter-spacing: .025em;
  padding-left: 25px;
  background-image: url(/assets/img/common/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: left center;
  line-height: 22px;
  color: #333
}

@media only screen and (max-width:768px) {
  .searchBlock__advanced {
    font-size: 13px
  }
}

.searchBlock__map {
  font-size: 16px;
  letter-spacing: .025em;
  padding-left: 25px;
  background-image: url(/assets/img/common/icon_mapsearch.svg);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: left center;
  line-height: 22px;
  margin-left: 10px;
  color: #333
}

@media only screen and (max-width:768px) {
  .searchBlock__map {
    font-size: 13px
  }
}

.fixedNews {
  position: fixed;
  right: 20px;
  bottom: 60px;
  background-color: #df7094;
  width: 430px;
  padding: 11px 0;
  box-sizing: border-box;
  z-index: 99
}

.fixedNews__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.fixedNews__heading {
  width: 95px;
  text-align: center;
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 75px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  color: #fff
}

.fixedNews__list {
  width: 335px;
  padding: 0 23px 0 20px;
  box-sizing: border-box
}

.fixedNews__listItem {
  margin-top: 10px
}

.fixedNews__listItem:first-child {
  margin-top: 0
}

.fixedNews__listItem a {
  font-size: 15px;
  line-height: 1.466;
  letter-spacing: .04em;
  color: #fff;
  position: relative;
  padding-right: 30px
}

.fixedNews__listItem a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background-image: url(/assets/img/common/arr_btn_white.png);
  background-repeat: no-repeat;
  background-size: 5px 8px
}

.fixedNews__close {
  position: absolute;
  top: 10px;
  right: 10px
}

.about {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 80px;
  box-sizing: border-box
}

@media only screen and (max-width:768px) {
  .about {
    padding: 10px 0 50px
  }
}

.news {
  width: 96%;
  margin: 0 auto 50px
}

.news__list {
  width: 100%;
  background-color: #f5e7eb;
  margin-top: 1px;
  padding: 12px 17px 12px 13px;
  box-sizing: border-box;
  background-image: url(/assets/img/common/arr_btn_gray.png);
  background-repeat: no-repeat;
  background-size: 5px 8px;
  background-position: right 11px center;
  display: -ms-flexbox;
  display: flex
}

.news__list:nth-of-type(1) {
  margin-top: 0
}

.news__ttl {
  width: 45px;
  line-height: 20px;
  border-right: 2px solid #f6f6f6;
  font-size: 11px;
  letter-spacing: .04em;
  color: #df7094
}

.news__text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .025em;
  color: #333;
  padding-left: 10px;
  width: calc(100% - 45px)
}

.about__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:768px) {
  .about__block {
    width: 80.53%;
    margin: 0 auto;
    display: block
  }
}

.about__heading {
  width: calc(100% - 61.76%);
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: .025em;
  color: #df7094
}

@media only screen and (max-width:768px) {
  .about__heading {
    width: 100%;
    padding-right: 0;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: .025em;
    margin-bottom: 20px
  }
}

.about__detail {
  width: 61.76%
}

@media only screen and (max-width:768px) {
  .about__detail {
    width: 100%
  }
}

.about__text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .025em;
  margin-bottom: 15px
}

@media only screen and (max-width:768px) {
  .about__text {
    font-size: 15px;
    line-height: 25.5px
  }
}

.about__link {
  font-size: 18px;
  letter-spacing: .025em;
  color: #df7094;
  position: relative;
  padding-right: 70px
}

.about__link:before, .about__link:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 41px;
  height: 13px;
  margin-top: -6.5px;
  background-image: url(/assets/img/common/arr_link_pink.png);
  background-repeat: no-repeat;
  background-size: 41px 13px
}

@media only screen and (max-width:768px) {
  .about__link:before, .about__link:after {
    width: 20px;
    height: 7px;
    background-size: 20px auto;
    margin-top: -3.5px
  }
}

.about__link:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: 0;
  transition: opacity 0ms cubic-bezier(.445, .05, .55, .95) 0ms, right 0ms cubic-bezier(.445, .05, .55, .95) 0ms
}

.about__link:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: 10px;
  transition: opacity 0ms cubic-bezier(.445, .05, .55, .95) 0ms, right 0ms cubic-bezier(.445, .05, .55, .95) 0ms
}

@media only screen and (max-width:768px) {
  .about__link:after {
    display: none
  }
}

@media only screen and (min-width:769px) {
  .about__link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
  .about__link:hover:before {
    right: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 400ms cubic-bezier(.445, .05, .55, .95) 0ms, right 400ms cubic-bezier(.445, .05, .55, .95) 0ms
  }
  .about__link:hover:after {
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 400ms cubic-bezier(.445, .05, .55, .95) 200ms, right 400ms cubic-bezier(.445, .05, .55, .95) 200ms
  }
}

.pickup {
  position: relative;
  padding-top: 80px
}

@media only screen and (max-width:768px) {
  .pickup {
    padding-top: 40px
  }
}

.pickup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 38.3%;
  background-color: #e6e6e6;
  z-index: -1
}

@media only screen and (max-width:768px) {
  .pickup:before {
    padding-top: 74.66%
  }
}

.linkBanner {
  padding: 80px 0
}

@media only screen and (max-width:768px) {
  .linkBanner {
    padding: 40px 0
  }
}

.linkBanner__listItem {
  width: 100%;
  position: relative;
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width:768px) {
  .linkBanner__listItem {
    height: auto;
    display: block;
    margin-top: 20px
  }
}

.linkBanner__listItem:nth-child(1) {
  margin-top: 0
}

.linkBanner__listItem:nth-child(1) .linkBanner__imgWrapper .linkBanner__img {
  left: -100%;
  transition: left 1400ms cubic-bezier(.075, .82, .165, 1) 300ms, transform 500ms ease
}

.linkBanner__listItem:nth-child(1) .linkBanner__imgWrapper:after {
  left: -100%;
  transition: left 1000ms cubic-bezier(.075, .82, .165, 1)
}

.linkBanner__listItem:nth-child(2) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.linkBanner__listItem:nth-child(2) .linkBanner__imgWrapper .linkBanner__img {
  right: -100%;
  transition: right 1400ms cubic-bezier(.075, .82, .165, 1) 300ms, transform 500ms ease
}

.linkBanner__listItem:nth-child(2) .linkBanner__imgWrapper:after {
  right: -100%;
  transition: right 1000ms cubic-bezier(.075, .82, .165, 1)
}

.is--on.linkBanner__listItem:nth-child(1) .linkBanner__imgWrapper .linkBanner__img {
  left: 0
}

.is--on.linkBanner__listItem:nth-child(1) .linkBanner__imgWrapper:after {
  left: 0
}

.is--on.linkBanner__listItem:nth-child(2) .linkBanner__imgWrapper .linkBanner__img {
  right: 0
}

.is--on.linkBanner__listItem:nth-child(2) .linkBanner__imgWrapper:after {
  right: 0
}

.linkBanner__listItem--service .linkBanner__detail {
  left: 60%
}

@media only screen and (max-width:768px) {
  .linkBanner__listItem--service .linkBanner__detail {
    left: auto;
    float: right
  }
}

.linkBanner__listItem--howtorent .linkBanner__detail {
  right: 60%
}

@media only screen and (max-width:768px) {
  .linkBanner__listItem--howtorent .linkBanner__detail {
    right: auto
  }
}

.linkBanner__listLink {
  width: 65vw
}

@media only screen and (max-width:768px) {
  .linkBanner__listLink {
    width: 100vw;
    display: block;
    position: relative;
    overflow: hidden
  }
}

@media only screen and (min-width:769px) {
  .linkBanner__listLink:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
  .linkBanner__listLink:hover .linkBanner__img {
    transform: scale(1.1, 1.1)
  }
  .linkBanner__listLink:hover .linkBanner__heading span:before {
    right: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 400ms cubic-bezier(.445, .05, .55, .95) 0ms, right 400ms cubic-bezier(.445, .05, .55, .95) 0ms
  }
  .linkBanner__listLink:hover .linkBanner__heading span:after {
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 400ms cubic-bezier(.445, .05, .55, .95) 200ms, right 400ms cubic-bezier(.445, .05, .55, .95) 200ms
  }
}

.linkBanner__imgWrapper {
  display: block;
  position: relative;
  width: 65vw;
  padding-top: 56.21%;
  overflow: hidden
}

@media only screen and (max-width:768px) {
  .linkBanner__imgWrapper {
    width: 100vw
  }
}

.linkBanner__imgWrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1
}

.linkBanner__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1, 1);
  z-index: 2
}

@media only screen and (max-width:768px) {
  .linkBanner__img {
    width: 100vw
  }
}

.linkBanner__detail {
  position: absolute;
  bottom: 20px;
  width: 35vw;
  background: #fff;
  padding: 40px 20px;
  box-sizing: border-box;
  z-index: 2;
  box-shadow: 5px 5px 7px -2px rgba(0, 0, 0, .4)
}

@media only screen and (max-width:768px) {
  .linkBanner__detail {
    position: relative;
    width: 85.06vw;
    top: -50px;
    bottom: auto
  }
}

.linkBanner__heading {
  font-size: 23px;
  line-height: 34px;
  letter-spacing: .05em;
  margin-bottom: 15px;
  color: #333
}

@media only screen and (max-width:768px) {
  .linkBanner__heading {
    font-size: 17px;
    line-height: 25.5px
  }
}

.linkBanner__heading span {
  padding-right: 70px;
  position: relative
}

.linkBanner__heading span:before, .linkBanner__heading span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 10px;
  margin-top: -5px;
  background-image: url(/assets/img/common/arr_link_black.png);
  background-repeat: no-repeat;
  background-size: 30px 10px
}

@media only screen and (max-width:768px) {
  .linkBanner__heading span:before, .linkBanner__heading span:after {
    width: 20px;
    height: 7px;
    background-size: 20px auto
  }
}

.linkBanner__heading span:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: 0;
  transition: opacity 0ms cubic-bezier(.445, .05, .55, .95) 0ms, right 0ms cubic-bezier(.445, .05, .55, .95) 0ms
}

@media only screen and (max-width:768px) {
  .linkBanner__heading span:before {
    right: 16px;
    width: 6px;
    height: 10px;
    background-size: 6px 10px
  }
}

.linkBanner__heading span:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: 10px;
  transition: opacity 0ms cubic-bezier(.445, .05, .55, .95) 0ms, right 0ms cubic-bezier(.445, .05, .55, .95) 0ms
}

@media only screen and (max-width:768px) {
  .linkBanner__heading span:after {
    display: none
  }
}

.linkBanner__text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .026em
}

@media only screen and (max-width:768px) {
  .linkBanner__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .025em
  }
}

.events {
  background-color: #e6e6e6;
  padding: 60px 0
}

.events__heading {
  text-align: center;
  font-size: 28px;
  letter-spacing: .05em;
  color: #333;
  font-feature-settings: "palt";
  line-height: 42px;
  margin-bottom: 30px
}

.events__heading:after {
  content: "";
  display: block;
  margin: 19px auto 0;
  background-color: #333;
  width: 18px;
  height: 1px
}

.events__button {
  width: 300px;
  margin: 60px auto 0
}

@media only screen and (max-width:768px) {
  .events__button {
    width: 80%;
    margin: 60px auto 0
  }
}

.events__button a {
  display: block;
  font-size: 18px;
  letter-spacing: .025em;
  line-height: 60px;
  position: relative;
  color: #fff;
  background-color: #eb96b6;
  text-align: center
}

@media only screen and (min-width:769px) {
  .events__button a {
    position: relative;
    border: 1px solid #eb96b6;
    box-sizing: border-box
  }
  .events__button a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
    z-index: -1;
    transition: transform 400ms ease 0ms
  }
}

@media only screen and (min-width:769px) {
  .events__button a:hover {
    color: #eb96b6;
    opacity: .99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"
  }
  .events__button a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1)
  }
}

@media only screen and (max-width:768px) {
  .events__button a {
    font-size: 17px;
    line-height: 50px
  }
}

.events__button a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background-image: url(/assets/img/common/arr_btn_white.png);
  background-repeat: no-repeat;
  background-size: 5px 8px
}

@media only screen and (min-width:769px) {
  .events__button a:hover:after {
    background-image: url(/assets/img/common/arr_text_pink.png)
  }
}

.article {
  padding: 80px 0
}

.article__archive {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 50px 92px 50px 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-sizing: border-box
}

@media only screen and (max-width:768px) {
  .article__archive {
    margin-bottom: 50px;
    padding: 50px 0 0;
    display: block
  }
}

.article__archiveBlock:nth-child(1) {
  width: 43.85%
}

@media only screen and (max-width:768px) {
  .article__archiveBlock:nth-child(1) {
    width: 89.86%;
    margin: 0 auto 50px;
    padding: 0 0 40px
  }
}

.article__archiveBlock:nth-child(1) .article__archiveListItem {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd
}

@media only screen and (max-width:768px) {
  .article__archiveBlock:nth-child(1) .article__archiveListItem {
    padding-top: 20px;
    margin-top: 20px
  }
}

.article__archiveBlock:nth-child(1) .article__archiveListItem:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top-style: none
}

.article__archiveBlock:nth-child(1) .article__archiveLink {
  -ms-flex-align: center;
  align-items: center
}

.article__archiveBlock:nth-child(1) .article__archiveDetail {
  width: 69.87%
}

@media only screen and (max-width:768px) {
  .article__archiveBlock:nth-child(1) .article__archiveDetail {
    width: 61.43%
  }
}

.article__archiveBlock:nth-child(1) .article__archiveText {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .025em
}

.article__archiveBlock:nth-child(2) {
  width: 40.06%
}

@media only screen and (max-width:768px) {
  .article__archiveBlock:nth-child(2) {
    width: 89.86%;
    margin: 0 auto;
    padding: 0 0 40px
  }
}

.article__archiveBlock:nth-child(2) .article__archiveListItem {
  padding: 20px 0;
  border-top: 1px solid #ddd
}

.article__archiveBlock:nth-child(2) .article__archiveListItem:first-child {
  border-top-style: none
}

.article__archiveBlock:nth-child(2) .article__archiveDetail {
  width: 67.52%
}

@media only screen and (max-width:768px) {
  .article__archiveBlock:nth-child(2) .article__archiveDetail {
    width: 61.43%
  }
}

.article__archiveBlock:nth-child(2) .article__archiveText {
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: .02em
}

@media only screen and (max-width:768px) {
  .article__archiveBlock:nth-child(2) .article__archiveText {
    font-size: 12px;
    line-height: 1.5
  }
}

.article__archiveHeading {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  color: #333;
  margin-bottom: 30px;
  text-align: center
}

@media only screen and (max-width:768px) {
  .article__archiveHeading {
    line-height: 1.5;
    margin-bottom: 20px
  }
}

.article__archiveHeading:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 10px auto 0;
  background-color: #333
}

@media only screen and (max-width:768px) {
  .article__archiveHeading:after {
    margin-top: 4px
  }
}

.article__archiveList {
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  .article__archiveList {
    margin-bottom: 30px
  }
}

.article__archiveLink {
  display: -ms-flexbox;
  display: flex
}

@media only screen and (min-width:769px) {
  .article__archiveLink:hover .article__archiveFig {
    transform: scale(1.1, 1.1)
  }
}

.article__archiveFigWrapper {
  width: 24.29%;
  margin-right: 5.84%;
  height: 0;
  padding-top: 16.27%;
  position: relative;
  overflow: hidden
}

@media only screen and (max-width:768px) {
  .article__archiveFigWrapper {
    width: 33.23%;
    margin-right: 5.34%;
    padding-top: 22.25%
  }
}

.article__archiveFig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1, 1);
  transition: transform 500ms ease
}

.article__archiveImg {
  width: 100%;
  height: auto;
  display: block
}

.article__archiveDate {
  font-size: 14px;
  line-height: 1.571;
  letter-spacing: .025em
}

.article__newsDate {
  font-size: 12px;
  line-height: 2;
  letter-spacing: .02em;
  width: 32.48%
}

@media only screen and (max-width:768px) {
  .article__newsDate {
    width: 38.57%;
    line-height: 1.5
  }
}

.article__archiveAllLink {
  text-align: right
}

.article__archiveAllLink a {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .025em;
  color: #e04175;
  padding-right: 20px;
  position: relative
}

@media only screen and (max-width:768px) {
  .article__archiveAllLink a {
    font-size: 15px
  }
}

.article__archiveAllLink a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background-image: url(/assets/img/common/arr_text_pink.png);
  background-repeat: no-repeat;
  background-size: 5px 8px
}

.article__category {
  max-width: 1100px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto 80px
}

@media only screen and (max-width:768px) {
  .article__category {
    padding: 0;
    margin-bottom: 60px
  }
}

.article__categoryBlock {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd
}

@media only screen and (max-width:768px) {
  .article__categoryBlock {
    display: block;
    border-top-style: none;
    margin-top: 55px
  }
}

.article__categoryBlock:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top-style: none
}

.article__categoryHeadding {
  width: 20.19%;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #333;
  font-feature-settings: "palt";
  margin-bottom: 20px
}

@media only screen and (max-width:768px) {
  .article__categoryHeadding {
    width: 100%;
    text-align: center
  }
  .article__categoryHeadding:after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background-color: #333;
    margin: 4px auto 0
  }
}

.article__categorySlideWrap {
  width: 79.81%
}

@media only screen and (max-width:768px) {
  .article__categorySlideWrap {
    margin-left: 5.06%;
    width: 94.94%
  }
}

.article__categorySlideWrap .slick-dots {
  bottom: 5px;
  text-align: left;
  left: -25.19%
}

@media only screen and (max-width:768px) {
  .article__categorySlideWrap .slick-dots {
    left: 0;
    text-align: center;
    bottom: -10px
  }
}

.article__categorySlideWrap .slick-dots li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 7px
}

.article__categorySlideWrap .slick-dots li.slick-active {
  background-color: #333
}

.article__categorySlideWrap .slick-dots li button {
  width: 5px;
  height: 5px
}

.article__categorySlideWrap .slick-dots li button:before {
  display: none
}

.article__categorySlideItem {
  width: 31.53vw;
  margin-right: .692vw;
  margin-bottom: 10px;
  box-shadow: 4px 4px 6px -3px rgba(0, 0, 0, .4);
  background-color: #fff
}

@media only screen and (max-width:768px) {
  .article__categorySlideItem {
    width: 89.86vw;
    margin-right: 2.66vw;
    height: 146px
  }
}

.article__categoryLink:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

@media only screen and (min-width:769px) {
  .article__categoryLink:hover .article__categoryFig {
    transform: scale(1.1, 1.1)
  }
}

@media only screen and (max-width:768px) {
  .article__categoryLink {
    height: 100%;
    display: -ms-flexbox;
    display: flex
  }
}

.article__categoryFigWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media only screen and (max-width:768px) {
  .article__categoryFigWrap {
    display: block;
    width: 38.87%;
    margin-right: 5.34%
  }
}

.article__categoryFigWrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56.1%;
  height: 1px;
  background-color: #ddd
}

@media only screen and (max-width:768px) {
  .article__categoryFigWrap:after {
    display: none
  }
}

.article__categoryFigWrapper {
  width: 43.9%;
  overflow: hidden;
  padding-top: 29.26%;
  position: relative
}

@media only screen and (max-width:768px) {
  .article__categoryFigWrapper {
    width: 100%;
    padding-top: 0;
    height: 100%
  }
}

.article__categoryFigWrapper img {
  width: 100%;
  height: auto;
  display: block
}

.article__categoryFig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1, 1);
  transition: transform 500ms ease
}

.article__categoryDetail {
  width: 56.1%;
  padding: 0 20px;
  box-sizing: border-box
}

@media only screen and (max-width:768px) {
  .article__categoryDetail {
    width: 100%;
    padding: 0
  }
}

.article__categoryNum {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .025em;
  font-feature-settings: "palt";
  color: #888;
  margin-bottom: 5px
}

@media only screen and (max-width:768px) {
  .article__categoryNum {
    font-size: 13px;
    line-height: 2.15
  }
}

.article__categoryTtl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .025em;
  font-feature-settings: "palt"
}

@media only screen and (max-width:768px) {
  .article__categoryTtl {
    font-size: 15px;
    line-height: 1.466
  }
}

.article__categoryTextWrap {
  padding: 20px 20px 15px
}

@media only screen and (max-width:768px) {
  .article__categoryTextWrap {
    width: 55.79%
  }
}

.article__categoryText {
  font-size: 13px;
  line-height: 1.615;
  letter-spacing: .025em
}

@media only screen and (max-width:768px) {
  .article__categoryText {
    line-height: 1.461;
    margin-top: 4px
  }
}

.article__categoryMore {
  text-align: right;
  margin-top: 5px
}

.article__categoryMore span {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .025em;
  font-feature-settings: "palt";
  color: #e04175;
  padding-right: 20px;
  position: relative
}

.article__categoryMore span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background-image: url(/assets/img/common/arr_text_pink.png);
  background-repeat: no-repeat;
  background-size: 5px 8px
}

.article__categoryLeadText {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .025em
}

@media only screen and (max-width:768px) {
  .article__categoryLeadText {
    max-width: 100%;
    width: 79.73%;
    margin-bottom: 20px
  }
}

.article__categoryButton {
  width: 300px;
  margin: 0 auto
}

@media only screen and (max-width:768px) {
  .article__categoryButton {
    width: 80%;
    margin: 60px auto 0
  }
}

.article__categoryButton a {
  display: block;
  font-size: 18px;
  letter-spacing: .025em;
  line-height: 60px;
  position: relative;
  color: #fff;
  background-color: #eb96b6;
  text-align: center
}

@media only screen and (min-width:769px) {
  .article__categoryButton a {
    position: relative;
    border: 1px solid #eb96b6;
    box-sizing: border-box
  }
  .article__categoryButton a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
    z-index: -1;
    transition: transform 400ms ease 0ms
  }
}

@media only screen and (min-width:769px) {
  .article__categoryButton a:hover {
    color: #eb96b6;
    opacity: .99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"
  }
  .article__categoryButton a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1)
  }
}

@media only screen and (max-width:768px) {
  .article__categoryButton a {
    font-size: 17px;
    line-height: 50px
  }
}

.article__categoryButton a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background-image: url(/assets/img/common/arr_btn_white.png);
  background-repeat: no-repeat;
  background-size: 5px 8px
}

@media only screen and (min-width:769px) {
  .article__categoryButton a:hover:after {
    background-image: url(/assets/img/common/arr_text_pink.png)
  }
}

.videoModal {
  width: 60%;
  max-width: 960px;
  margin: 0 auto;
  z-index: 102;
  display: none;
  position: fixed;
  max-height: 100%
}

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

.videoModal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: .025em;
  color: #fff;
  padding-left: 17px
}

.videoModal__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-image: url(/assets/img/common/icon_close_white.png);
  background-repeat: no-repeat;
  background-size: 12px 12px
}

.videoModal__close img {
  width: 12px;
  height: auto
}

@media only screen and (max-width:768px) {
  .videoModal__close {
    margin-left: 20px;
    margin-top: 20px
  }
}

.video {
  width: 100%;
  height: auto;
  display: block
}

.videoWrapper {
  width: 100%;
  padding-top: 59%;
  height: 0;
  position: relative
}

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

.modal-syncer {
  cursor: pointer
}

.videoModal__overlay {
  z-index: 101;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #181818
}

.modal-content {
  width: 50%;
  margin: 0;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 2
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, .75)
}

/*検索ボタン 20200225e*/
	/*TOPバナーテキストFIX 20200203*/
	.homeMainVisual__slideTtl,
	.homeMainVisual__slideText {
		text-shadow: 0 0 3px rgba(255,255,255,1), 0 0 4px rgba(255,255,255,1);
	}
	.is--textWhite .homeMainVisual__slideTtl,
	.is--textWhite .homeMainVisual__slideText {
		text-shadow: 0 0 3px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.3);
	}
	/*プライバシーポリシーFIX 20200203*/
	.cookiePolicy {
		padding: 1em;
	}
	.cookiePolicy__inner {padding-right: 0;}
