@charset "UTF-8";
.Page-headTitle {
  font-size: 5.4rem;
}
@media only screen and (max-width: 60em) {
  .Page-headTitle {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .Page-headTitle {
    font-size: 2.4rem;
  }
}

.Page-subTitle {
  font-size: 2.1rem;
}
@media only screen and (max-width: 60em) {
  .Page-subTitle {
    font-size: 1.5rem;
  }
}

.Mainvisual-movie {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; 
  width: 100%;
  height: 100%;
}
.Mainvisual-movie:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .35); 
  content: "";
}
.Mainvisual-movie video {
  margin-left: -10%; 
  width: 120%;
}
/*スマホ動画用*/
@media only screen and (max-width: 30em) {
.Mainvisual-movie {
  position: static;
}
.Mainvisual-movie video {
  margin-left: 0; 
  width: 100%;
}
}
/*スマホ動画用*/
.newsEntriesBlock {
  margin-bottom: 40px;
}
@media only screen and (max-width: 60em) {
  .newsEntriesBlock {
    margin-bottom: 0;
  }
}
.newsEntriesBlock .wrapper {
  padding-bottom: 40px;
}
@media only screen and (max-width: 60em) {
  .newsEntriesBlock .wrapper {
    padding-bottom: 0;
  }
}
.newsEntriesBlock .wrapper:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
.newsEntriesBlock .Btn {
  clear: both;
  margin: auto; 
  width: 240px;
}
@media only screen and (max-width: 60em) {
  .newsEntriesBlock .Btn {
    margin-top: 8%;
  }
}

.newsEntriesBox {
  position: relative;
  float: left;
  margin-bottom: 40px; 
  width: 50%;
}
@media only screen and (max-width: 60em) {
  .newsEntriesBox {
    float: none; 
    margin-bottom: -1px;
    padding-top: 4%;
    padding-bottom: 4%;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .newsEntriesBox:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }
}
.newsEntriesBox:hover .newsEntriesBox-headTitle {
  color: #a37e31;
}

.newsEntriesBox-mainvisual {
  width: 120px;
  height: 120px;
}
@media only screen and (max-width: 60em) {
  .newsEntriesBox-mainvisual {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; 
    width: 90px;
    height: 90px;
  }
}

.newsEntriesBox-body {
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 60em) {
  .newsEntriesBox-body {
    position: relative;
    float: left;
    min-height: 90px;
  }
}

.newsEntriesBox-header {
  position: absolute;
  top: 50%;
  padding-right: 20px; 
  padding-left: 140px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 60em) {
  .newsEntriesBox-header {
    position: relative;
    top: auto;
    padding-right: 10px;
    padding-left: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.newsEntriesBox-category {
  font-family: "Montserrat";
}
.newsEntriesBox-category span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 90px;
  background-color: #b69955;
  color: #fff;
  text-align: center; 
  letter-spacing: .1rem;
  font-size: .9rem;
  line-height: 2.22;
}
@media only screen and (max-width: 37.5em) {
  .newsEntriesBox-category span {
    margin-bottom: 2%;
  }
}

.newsEntriesBox-headTitle {
  font-weight: normal;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: color;
}
@media only screen and (max-width: 37.5em) {
  .newsEntriesBox-headTitle {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes svg-outline-animate {
  0% {
    fill: transparent;
    stroke: #a37e31; 
    stroke-dashoffset: 1000;
  }
  90% {
    fill: transparent;
    stroke: #a37e31; 
    stroke-dashoffset: 0;
  }
  100% {
    fill: transparent; 
    stroke: #a37e31;
    stroke-dashoffset: 0;
  }
}

@keyframes svg-outline-animate {
  0% {
    fill: transparent;
    stroke: #a37e31; 
    stroke-dashoffset: 1000;
  }
  90% {
    fill: transparent;
    stroke: #a37e31; 
    stroke-dashoffset: 0;
  }
  100% {
    fill: transparent; 
    stroke: #a37e31;
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes svg-fill-animate {
  0% {
    fill: transparent;
  }
  90% {
    fill: transparent;
  }
  100% {
    fill: #a37e31;
  }
}

@keyframes svg-fill-animate {
  0% {
    fill: transparent;
  }
  90% {
    fill: transparent;
  }
  100% {
    fill: #a37e31;
  }
}

.introSvg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: block;
  margin: auto;
  transition-timing-function: linear; 
  transition-duration: 5s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}
@media only screen and (max-width: 37.5em) {
  .introSvg {
    width: 170px;
    height: 135px;
  }
}
.introSvg path {
  fill: none;
  stroke: #a37e31;
  stroke: transparent;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000; 
  stroke-width: .6;
}
.introSvg.is-IE-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.introSvg.is-IE-active path {
  fill: #a37e31;
  stroke: #a37e31;
}
.introSvg.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.introSvg.is-active path.logo, .introSvg.is-active path.omotesando, .introSvg.is-active path.text {
  -webkit-animation: svg-outline-animate 1.5s cubic-bezier(.55, .055, .675, .19) 0s forwards;
  animation: svg-outline-animate 1.5s cubic-bezier(.55, .055, .675, .19) 0s forwards;
}
.introSvg.is-active path.fill {
  -webkit-animation: svg-fill-animate 3.4s cubic-bezier(.55, .055, .675, .19) 0s forwards;
  animation: svg-fill-animate 3.4s cubic-bezier(.55, .055, .675, .19) 0s forwards;
}
.introSvg.is-active path:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.introSvg.is-active path:nth-child(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.introSvg.is-active path:nth-child(3) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.introSvg.is-active path:nth-child(4) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}
.introSvg.is-active path:nth-child(5) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.introSvg.is-active path:nth-child(6) {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.introSvg.is-active path:nth-child(7) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
.introSvg.is-active path:nth-child(8) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.introSvg.is-active path:nth-child(9) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.introSvg.is-active path:nth-child(10) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.introSvg.is-active path:nth-child(11) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.introSvg.is-active path:nth-child(12) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.introSvg.is-active path:nth-child(13) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.introSvg.is-active path:nth-child(14) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}




/* メインビジュアルのバナーを設置 */
.MainvisualBanner {
  position: absolute;
  right: 15px;
  bottom: 80px;
  z-index: 1000; /*400*/
  display: inline-block;
  min-width: 500px;
  background-color: #f386b6;
  font-size: 0;
  transition-timing-function: linear; 
  transition-duration: .2s;
  transition-property: background-color;
}
@media only screen and (max-width: 60em) {
.MainvisualBanner {
  right: 15px;
  bottom: 15px;
}
}
@media only screen and (max-width: 37.5em) {
  .MainvisualBanner {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    min-width: 0; 
    width: 100%;
  }
}
.MainvisualBanner:hover {
  background-color: #f386b6;
}

.MainvisualBanner-bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
	border:solid #f386b6 2px;
}

.MainvisualBanner-header {
  display: block;
  padding: 3% 3% 3% 43%;
  width: 100%; 
  color: #fff;
  vertical-align: top;
}
@media only screen and (max-width: 37.5em) {
  .MainvisualBanner-header:after {
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    display: block;
    margin: auto;
    width: 17px;
    height: 17px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.MainvisualBanner-header >a {
  position: relative; 
  display: block;
  padding-right: 10px;
  color: #fff;
  text-align: right;
  font-size: 1.1rem;
}
@media only screen and (max-width: 37.5em) {
  .MainvisualBanner-header >a {
    display: none;
  }
}
.MainvisualBanner-header >a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto; 
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MainvisualBanner-date {
  font-size: 1.3rem;
}
@media only screen and (max-width: 37.5em) {
  .MainvisualBanner-date {
    font-size: 1.2rem;
  }
}

.MainvisualBanner-headTitle {
  font-size: 1.6rem;
}
@media only screen and (max-width: 37.5em) {
  .MainvisualBanner-headTitle {
    font-size: 1.5rem;
  }
}