@charset "UTF-8";
/*
	filename: style.css
	revision: 2
	update  : 2019.05.29
*/

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&subset=japanese");

.breadcrumb {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 30px;
  padding-top: 70px;
  color: #888;
  font-size: 10px;
  line-height: 1.9;
}
.breadcrumb a {
  text-decoration: underline;
  color: #666;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb ol li {
  display: inline;
}
@media screen and (max-width: 768px) {
.breadcrumb {
  position: absolute;
  z-index: 1;
  top: 10px;
  left:20px;
  padding:80px 0 10px 0;
  color: #888;
  font-size: 10px;
  line-height: 1.9;
}
	
.breadcrumb a {
  text-decoration: underline;
  color: #666;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb ol li {
  display: inline;
}
	
.breadcrumb ul {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
 }	
}

@media screen and (min-width: 768px) {
  .guest {
    position: relative;
    padding-top: 70px;
    background-color: #eae4df;
  }

  /*============================================================
	KEYVISUAL
*/
  .guest-keyvisual {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 70px;
    width: 100%;
    height: 640px;
    background: transparent url(../img/kv.jpg) 50% 0% no-repeat;
    background-size: cover;
  }

  /*============================================================
	HEADLINE
*/
  .guest-headline {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    height: 380px;
    color: #fff;
  }
  .guest-headline .guest-headline__container {
    margin: 0 auto;
    width: 990px;
    text-align: left;
  }
  .guest-headline .guest-headline__heading {
    float: none;
    font-family: "RameauPro-Light";
    font-weight: normal;
    font-size: 72px;
    line-height: 1;
  }
  .guest-headline .guest-headline__read {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: normal;
  }

  /*============================================================
	NAV
*/
  .guest-nav {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .guest-nav .guest-nav__container {
    position: relative;
    margin: 0 auto;
    width: 990px;
  }
  .guest-nav .guest-nav__list {
    margin: 0 -15px;
    list-style-type: none;
  }
  .guest-nav .guest-nav__list::after {
    content: "";
    display: block;
    clear: both;
  }
  .guest-nav .guest-nav__list li {
    float: left;
    margin-top: 30px;
    padding: 0 15px;
    width: 50%;
  }
  .guest-nav .guest-nav__list li a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 22px;
    color: #4c4c4c;
    letter-spacing: 0.1em;
  }
  .guest-nav .guest-nav__list li a img {
    position: relative;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: 75% 30%;
  }
  .guest-nav .guest-nav__list li a h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 45px;
    width: 100%;
    height: 100%;
  }
  /* ホバー */
  .guest-nav .guest-nav__list li a:hover img {
    transform: scale(1.14);
  }

  /*============================================================
	COMING SOON
*/
  .guest-nav .guest-nav__comingsoon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.56);
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
  }
  .guest-nav .guest-nav__comingsoon img {
    display: block;
    margin: 0 auto;
    width: 340px;
  }
  .guest-nav .guest-nav__comingsoon span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .guest {
    position: relative;
    padding-top: 80px;
    background-color: #eae4df;
  }

  /*============================================================
	keyvisual
*/
  .guest-keyvisual {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 290px;
    background: transparent url(../img/kv_sp.jpg) 0% 0% no-repeat;
    background-size: cover;
  }

  /*============================================================
	HEADLINE
*/
  .guest-headline {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    height: 210px;
    color: #fff;
  }
  .guest-headline .guest-headline__container {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
  .guest-headline .guest-headline__heading {
    float: none;
    font-family: "RameauPro-Light";
    font-weight: normal;
    font-size: 45px;
    line-height: 1;
  }
  .guest-headline .guest-headline__read {
    font-size: 10px;
    line-height: 1.8;
  }

  /*============================================================
	NAV
*/
  .guest-nav {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .guest-nav .guest-nav__container {
    position: relative;
    width: 100%;
  }
  .guest-nav .guest-nav__list {
    margin: 0 15px;
    list-style-type: none;
  }
  .guest-nav .guest-nav__list::after {
    content: "";
    display: block;
    clear: both;
  }
  .guest-nav .guest-nav__list li {
    float: left;
    padding: 0 5px;
    padding-top: 10px;
    width: 50%;
  }
  .guest-nav .guest-nav__list li a {
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 3vw;
    color: #4c4c4c;
  }
  .guest-nav .guest-nav__list li a img {
    position: relative;
    width: 100%;
  }
  .guest-nav .guest-nav__list li a h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 7%;
    width: 100%;
    height: 100%;
  }

  /*============================================================
	COMING SOON
*/
  .guest-nav .guest-nav__comingsoon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 20px;
    right: 20px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.56);
    font-size: 11px;
    line-height: 1.6;
    color: #fff;
  }
  .guest-nav .guest-nav__comingsoon img {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  .guest-nav .guest-nav__comingsoon span {
    display: block;
  }
}
