@charset "utf-8";
@font-face {
    font-family: 'PerpetuaItalic';
    src: url('/photo/page/agete/common/fonts/PerpetuaItalic.eot'); /* IE9 Compat Modes */
    src: url('/photo/page/agete/common/fonts/PerpetuaItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/photo/page/agete/common/fonts/PerpetuaItalic.woff') format('woff'), /* Modern Browsers */
    url('/photo/page/agete/common/fonts/PerpetuaItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
}


/* loading */
@media all and (min-width: 768px) {
#cover {
    background: url(./loading.gif) center center no-repeat;
    background-color: #fff;
}
}


/* base */
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
#gHeader {
    position: fixed !important;
    transform: none !important;
}

.teturnTop svg {
    fill: #595959;
}


/* page */
.blue_goldstone {
  margin: 0 auto;
  padding-bottom: 0 !important;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  body {
    background-color: #000022;
  }
  .blue_goldstone {
    max-width: 1400px;
    min-width: 1100px;
  }
  .blue_goldstone .secInner {
    width: 860px;
    margin: 0 auto;
  }
  .blue_goldstone .flexArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blue_goldstone .flexArea > div {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .blue_goldstone {
    background-color: #000022;
  }
  .fadeInAnim.visible {
      transform: none;
  }
  .blue_goldstone .flexArea {
    display: block;
  }
}





/* hero */
.hero {
  display: block;
  position: relative;
  width: 100%;
  height: 720px;
  background: url("./bg_head_pc.png") center center no-repeat;
  background-size: cover;
}
.hero .heroInner {
  width: 860px;
  height: 720px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.hero .tagline {
  margin: 0 auto 29px;
  padding-top: 245px;
  padding-left: 390px;
  width: 192px;
  box-sizing: content-box;
}
.hero .text {
  margin: 0 auto;
  padding-left: 390px;
  width: 388px;
  box-sizing: content-box;
}
.hero .modalBtn {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
@media all and (max-width: 767px) {
.hero {
  width: 100%;
  height: auto;
  padding-top: 72px;
  background: none;
}
.hero .heroInner {
  width: 100%;
  height: auto;
  background: url("./bg_head_sp.png") center center no-repeat;
  background-size: cover;
}
.hero .tagline {
  margin: 0 auto calc(29/750*100vw);
  padding-top: calc(597/750*100vw);
  padding-left: 0;
  width: calc(342/750*100vw);
}
.hero .text {
  width: calc(497/750*100vw);
  padding-left: 0;
  padding-bottom: calc(80/750*100vw);
}
.hero .modalBtn {
  bottom: 14px;
}
}




/* about */
.about {
  margin: 0 auto;
  padding: 70px 0 120px;
  background: url("./bg_pc01.png") center center no-repeat;
  background-size: cover;
}
.about .lead {
  width: 100%;
  margin-bottom: 1em;
  display: block;
  border-bottom: #fff 1px solid;
  padding-bottom: 4px;
}
.about .lead img {
  width: 220px;
}
.about .slead {
  margin-bottom: 20px;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #efeee8;
}
.about .flexArea {
  width: 100%;
  border-bottom: #fff 1px solid;
  padding-bottom: 50px;
}
.about .flexArea .text01 {
  font-size: 30px;
  line-height: 2.4;
  color: #EFEEE8;
}
.about .flexArea .text02 {
  font-size: 16px;
  line-height: 2.4;
  color: #EFEEE8;
}
@media all and (max-width: 767px) {
.about {
  margin: 0 auto;
  padding: 50px 0 50px;
  background: url("./bg_sp01.png") center center no-repeat;
  background-size: cover;
}
.about .secInner {
  width: calc(710/750*100%);
  margin: 0 auto;
}
.about .lead {
  width: 100%;
  display: block;
  border-bottom: #666 1px solid;
  padding-bottom: 4px;
}
.about .lead img {
  width: calc(442/750*100vw);
}
.about .slead {
  margin-bottom: calc(45/750*100vw);
  font-size: calc(26/750*100vw);
}
.about .flexArea {
  padding-bottom: calc(80/750*100vw)
}
.about .flexArea .text01 {
  margin-bottom: calc(40/750*100vw);
  font-size: calc(48/750*100vw);
}
.about .flexArea .text02 {
  font-size: calc(26/750*100vw);
}
}


/* lead */
.lpLead {
  margin: 0 auto;
  padding: 120px 0 110px;
  background-color: #000022;
}
.lpLead .lpLeadInner {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1000px;
  min-height: 650px;
  background: url("./bg_stone.png") bottom left no-repeat;
  background-size: 442px 332px;
  background-position-y: 110px;
}
.lpLead .tagline {
  padding: 0 20px 0 0;
  position: relative;
  width: 50%;
  text-align: left;
  box-sizing: border-box;
  font-size: 30px;
  color: #fff;
}
.lpLead .tagline p {
  line-height: 2.2;
}
.lpLead .lpLeadText {
  margin-top: 1.3em;
  width: 50%;
}
.lpLead .lpLeadText p {
  line-height: 2.2;
  color: #fff;
  font-size: 16px;
  letter-spacing: .2em;
}
@media all and (max-width: 767px) {
  .lpLead {
    padding: 0 0 calc(60/750*100vw);
    display: block;
  }
  .lpLead .lpLeadInner {
    width: calc(680/750*100vw);
    margin: 0 auto;
    padding: calc(86/750*100vw) 0 calc(660/750*100vw);
    display: block;
    min-height: auto;
    background: url("./bg_stone.png") top center no-repeat;
    background-size: 442px auto;
    background-position-y: calc(1260/750*100vw);
  }
  .lpLead .tagline {
    padding: 0;
    width: auto;
    font-size: calc(48/750*100vw);
  }
  .lpLead .taglineInner {
    width: 100%;
    margin: 0 auto;
  }
  .lpLead .lpLeadText {
    margin: 20px auto 0;
    width: 100%;
    text-align: left;
  }
  .lpLead .lpLeadText p {
    font-size: calc(26/750*100vw);
    letter-spacing: .1em;
  }
}





/* item collection */
.modalBtn {
  position: absolute;
}
.modalBtn span {
  padding: 0 0 0 10px;
  border-radius: 12px;
  display: inline-block;
  position: relative;
  width: 70px;
  height: 24px;
  line-height: 24px;
  color: #907531;
  background-color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: 12px;
  font-family: 'PerpetuaItalic';
  font-style: italic;
  letter-spacing: .05em;
  cursor: pointer;
}
.modalBtn span:before,
.modalBtn span:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #907531;
}
.modalBtn span:before {
  width: 9px;
  height: 1px;
  top: 11px;
  right: 10px;
}
.modalBtn span:after {
  width: 1px;
  height: 9px;
  top: 7px;
  right: 14px;
}
.itemCollection {
  margin: 0 auto 110px;
  padding: 0;
}
.itemCollection .collectionLead {
  margin: 0 auto;
  position: relative;
  max-width: 1060px;
}
.itemCollection .collectionLead [class^="image"] {
  position: absolute;
  overflow: hidden;
}
.itemCollection .collectionLead [class^="image"] .modalBtn {
  right: -10px;
}
.itemCollection .collectionLead [class^="image"] .modalBtn span {
}
.itemCollection .collectionLead [class^="image"] .modalBtn span:before {
  right: 15px;
}
.itemCollection .collectionLead [class^="image"] .modalBtn span:after {
  right: 19px;
}
.itemCollection [class^="copy"] {
  position: absolute;
  text-align: right;
}
.itemCollection [class^="copy"] p {
  line-height: 3.17;
  color: #666;
  font-size: 12px;
  letter-spacing: .25em;
}
.itemCollection .slideArea {
  margin: 0 auto;
  position: relative;
  max-width: 1060px;
}
.itemCollection .slideMain {
  margin-bottom: 30px;
}
.itemCollection .slidePhoto {
  margin: 0;
  position: relative;
}
.itemCollection .slidePhoto .modalBtn {
  right: 15px;
  bottom: 15px;
}
.itemCollection .slideThumbs {
  margin: 0 auto;
  max-width: 815px;
}
.itemCollection .slideThumb {
  margin: 0 33px;
  width: 97px;
}
.itemCollection .slideThumb a {
  font-family: 'Perpetua Regular';
  text-decoration: none;
}
.itemCollection .slideThumb a .itemName {
  padding-top: 5px;
  line-height: 1.4;
  color: #907531;
  font-size: 15px;
  letter-spacing: .01em;
}
.itemCollection .slideThumbs .slick-arrow {
  top: 34px;
  width: 33px;
  height: 33px;
  font-size: 0;
  appearance: none;
  transform: none;
  transition: transform ease .3s;
}
.itemCollection .slideThumbs .slick-arrow:before {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  background: url("./arrow.png") center center no-repeat;
  opacity: 1;
  font-size: 0;
  transition: transform ease .3s;
}
.itemCollection .slideThumbs .slick-arrow:hover:before {
  transform: translateX(10px);
}
.itemCollection .slideThumbs .slick-prev {
  left: -30px;
  transform: rotate(180deg);
}
.itemCollection .slideThumbs .slick-next {
  right: -30px;
}
.itemCollection .slideThumbs .slick-disabled {
  display: none !important;
}
@media all and (max-width: 767px) {
  .itemCollection {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .itemCollection .collectionLead [class^="copy"] p {
    line-height: 3;
    font-size: calc(20/750*100vw);
  }
  .itemCollection .slideArea {
    margin: 0 auto;
    max-width: 1060px;
  }
  .itemCollection .slideMain {
    margin: 0 auto 15px;
    width: calc(675/750*100vw);
  }
  .itemCollection .slidePhoto {
    position: relative;
    overflow: hidden;
  }
  .itemCollection .slidePhoto .modalBtn {
    right: -10px;
  }
  .itemCollection .slidePhoto .modalBtn span {
  }
  .itemCollection .slidePhoto .modalBtn span:before {
    right: 15px;
  }
  .itemCollection .slidePhoto .modalBtn span:after {
    right: 19px;
  }
  .itemCollection .slideThumbs {
    margin: 0 auto;
    width: calc(690/750*100vw);
  }
  .itemCollection .slideThumb {
    margin: 0 calc(7/750*100vw);
    width: calc(208/750*100vw);
  }
  .itemCollection .slideThumb img {
    width: 100%;
  }
  .itemCollection .slideThumb a .itemName {
    line-height: 1.37;
    font-size: 13px;
  }
  .itemCollection .slideThumbs .slick-arrow {
    top: calc(70/750*100vw);
    width: 33px;
    height: 33px;
    font-size: 0;
    appearance: none;
    transform: none;
    transition: transform ease .3s;
  }
  .itemCollection .slideThumbs .slick-arrow:before {
    content: '';
    display: block;
    top: 0;
    width: 33px;
    height: 33px;
    background: url("./arrow.png") center center no-repeat;
    opacity: 1;
    font-size: 0;
    transform: none;
    transition: transform ease .3s;
  }
  .itemCollection .slideThumbs .slick-arrow:hover:before {
    transform: translateX(0);
  }
  .itemCollection .slideThumbs .slick-prev {
    left: -10px;
    transform: rotate(180deg);
  }
  .itemCollection .slideThumbs .slick-next {
    right: -10px;
  }
}



/* sec01 */
.sec01 {
  margin-bottom: 90px;
  padding-top: 120px;
}
.sec01 .lead01 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 2.4;
}
.sec01 .text01 {
  font-size: 16px;
  line-height: 2.4;
}
  .itemCollection .slideThumbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .itemCollection .slideThumb {
    margin: 0 18px 30px 0;
    width: 126px;
  }
  .itemCollection .slideThumb:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .itemCollection .slideThumb:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
.itemCollection .slideThumb a {
  font-family: 'Perpetua Regular';
  text-decoration: none;
}
.itemCollection .slideThumb a .itemPhoto {
  border: #ebebeb 1px solid;
  box-sizing: border-box;
}
.itemCollection .slideThumb a .itemName {
  padding-top: 5px;
  line-height: 1.4;
  color: #595959;
  font-size: 15px;
  letter-spacing: .01em;
}
.itemCollection .secText p {
  color: #595959;
  font-size: 12px;
    line-height: 2.6;
}
@media all and (min-width: 768px) {
.bg02 {
  margin-bottom: 0;
  padding-bottom: 120px;
  background: url("./bg_pc02.png") bottom center no-repeat;
  background-color: #f0f0f3;
  background-size: cover;
}
.blue_goldstone .secInner {
  width: 960px;
}
.blue_goldstone .sec01 .flexArea {
    align-items: start;
}
.sec01 .flexArea .flexBox {
    width: 50%;
    padding-right: 30px;
}
.sec01 .flexArea .img {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 36px;
  box-sizing: border-box;
}
}
@media all and (max-width: 767px) {
.sec01 {
  margin-bottom: 0;
  padding-top: calc(130/750*100vw);
  padding-bottom: calc(75/750*100vw);
  background: url("./bg_sp02.png") bottom center no-repeat;
  background-color: #f0f0f3;
  background-size: cover;
}
.sec01 .secInner {
  width: calc(680/750*100%);
  margin: 0 auto;
}
.sec01 .lead01 {
  margin-bottom: calc(36/750*100vw);
  font-size: calc(48/750*100vw);
}
.sec01 .text01 {
  margin-bottom: 4em;
  font-size: calc(28/750*100vw);
}
  .itemCollection .slideThumbs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .itemCollection .slideThumb {
    margin: 0 calc(28/648*100%) 12px 0;
    width: calc(194/648*100%);
  }
  .itemCollection .slideThumb:nth-child(3n) {
    margin: 0 0 12px 0;
  }
  .itemCollection .slideThumb:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .itemCollection .secText p {
    margin-top: -1em;
    margin-bottom: 3.5em;
    font-size: 14px;
    line-height: 3.5;
  }
}



/* sec02 */
.sec02 {
  margin-bottom: 120px;
}
.sec02 .lead01 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 2.4;
}
.sec02 .text01 {
  font-size: 16px;
  line-height: 2.4;
}
@media all and (min-width: 768px) {
.sec02 .flexArea  {
  flex-flow: row-reverse;
}
.sec02 .flexArea .img {
  padding-right: 36px;
  box-sizing: border-box;
}
}
@media all and (max-width: 767px) {
.sec02 {
  margin-bottom: calc(75/750*100vw);
}
.sec02 .secInner {
  width: calc(680/750*100%);
  margin: 0 auto;
}
.sec02 .lead01 {
  margin-bottom: calc(36/750*100vw);
  font-size: calc(48/750*100vw);
}
.sec02 .text01 {
  margin-bottom: 1em;
  font-size: calc(28/750*100vw);
}
}




/* message */
.message {
  margin-bottom: 0;
}
.message .flexArea {
  padding: 30px 20px 20px;
  background-color: #eeebe8;
  border: #7f7f90 20px solid;
  box-sizing: border-box;
}
.message .flexBox .illust {
  padding: 40px 40px 20px 0;
  text-align: center;
}
.message .flexBox .illust img {
  display: inline-block;
}
.message .text01 {
  font-size: 16px;
  line-height: 2.4;
}
@media all and (min-width: 768px) {
.message .flexArea {
  width: 1064px;
  margin: 0 auto;
  padding: 50px 20px 60px;
  flex-flow: row-reverse;
}
.message .lead {
  width: 372px;
  margin-bottom: 12px;
}
.message .text01 {
  width: 450px;
}
}
@media all and (max-width: 767px) {
.message {
  margin-bottom: 0;
}
.message .lead {
  width: calc(346/750*100vw);
  margin-bottom: 0;
}
.message .text01 {
  margin-bottom: calc(36/750*100vw);
  font-size: calc(28/750*100vw);
}
.message .flexBox .illust {
  padding: 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}
}



/* modal */
.modalOpened {
  overflow: hidden;
}
.itemModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 10000;
  background-color: rgba(38,46,64,.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity ease .6s,visibility ease .6s;
}
.modalOpen.itemModal {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.itemListWrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
}
.itemListWrap:before,
.itemListWrap:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.itemList {
  padding: 20px 0;
  display: inline-block;
  position: relative;
  max-width: 1060px;
  vertical-align: middle;
  box-sizing: border-box;
}
.itemList ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.itemList ul li {
  margin: 40px 11px;
  width: 190px;
}
.itemList ul li a {
  display: block;
}
.itemList ul li .itemPhoto {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}
.itemList ul li .itemName {
  width: calc(100% - 100px);
  margin-left: 0.4em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.75;
  color: #fff;
  font-size: 12px;
  text-align: left;
  white-space: normal;
}
.itemListWrap .modalBtn {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.itemListWrap .modalBtn span {
  position: relative;
  text-align: left;
}
.itemListWrap .modalBtn span:after {
  display: none;
}
@media all and (max-width: 767px) {
  .itemModal {
  }
  .itemList {
    width: calc(630/750*100vw);
    vertical-align: top;
  }
  #itemList01 .itemList {
    padding-top: 5%;
  }
  .itemList ul li {
    margin: 10px 0;
    width: 48%;
  }
  .itemList ul li:nth-child(even) {
    margin-left: 4%;
  }
  .itemList ul li .itemPhoto {
    width: calc(148/750*100vw);
  }
  .itemList ul li .itemName {
    width: calc(100% - 148/750*100vw - 10px);
    line-height: 1.75;
    color: #fff;
    font-size: 12px;
    text-align: left;
  }
  .itemListWrap .modalBtn {
    margin-top: 20px;
  }
}



/* introCollection */
.introCollectionArea01 {
  padding: 90px 0 80px;
  background-color: #9d947d;
}
.introCollectionArea02 {
  padding: 90px 0 110px;
  background-color: #fff;
}
.introCollection {
  margin: 0 auto;
  max-width: 824px;
}
.introCollection a {
  display: block;
  position: relative;
}
.introCollection + .introCollection {
  margin-top: 80px;
}
.introCollection a:hover {
  opacity: 1;
}
.introCollection a:hover img {
  opacity: 1;
}
.introCollection .image {
}
.introCollection .text {
  position: absolute;
  top: 202px;
  right: 38px;
}
.introCollection .text01 {
  text-align: right;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}
.introCollection.box01 .text01 {
  color: #907531;
}
.introCollection .arrow {
  position: absolute;
  top: 305px;
  right: 38px;
  width: 48px;
  transition: right ease .3s;
}
.introCollection a:hover .arrow {
  right: 28px;
}
.introCollectionArea02 .introCollection .arrow {
  top: 275px;
}
@media all and (max-width: 767px) {
  .introCollection {
    width: calc(502/750*100vw);
  }
  .introCollectionArea01 {
    padding: 40px 0;
  }
  .introCollectionArea02 {
    padding: 40px 0 70px;
  }
  .introCollection .text {
    top: calc(648/750*100vw);
    right: auto;
    left: calc(50/750*100vw);
  }
  .introCollection .arrow {
    top: calc(810/750*100vw);
    right: calc(222/750*100vw) !important;
    width: calc(58/750*100vw);
  }
  .introCollection + .introCollection {
    margin-top: 40px;
  }
  .introCollection .text01 {
    text-align: left;
    font-size: calc(40/750*100vw);
    color: #fff;
  }
  .introCollection.box01 .text01 {
    color: #fff;
  }
  .introCollectionArea02 .introCollection .text {
    top: calc(698/750*100vw);
  }
  .introCollectionArea02 .introCollection .arrow {
    top: calc(800/750*100vw);
  }
  .introCollectionArea02 .introCollection.box01 .arrow {
    top: calc(810/750*100vw);
  }
}




.awfont {
    font-size: 10px;
}



/* anime */
.fadeInAnim {
  transition: opacity 2s ease, transform 2s ease;
}



.blue_goldstone .message .flexArea > div:nth-last-child(1) {
  display: none;
}
.blue_goldstone .message .flexArea > div:nth-last-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
.message .text01 {
    width: 100%;
}
}






















