@charset "utf-8";@charset "UTF-8";

.grid-cmn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.grid-cmn.ai-center {
  align-items: center;
}

.grid-cmn.jc-center {
  justify-content: center;
}

.grid-cmn .col {
  box-sizing: border-box;
  position: relative;
}

.grid-cmn .col.col-l-2 {
  width: 16.6666%;
}

.grid-cmn .col.col-l-20p {
  width: 20%;
}

.grid-cmn .col.col-l-3 {
  width: 25%;
}

.grid-cmn .col.col-l-4 {
  width: 33.33333%;
}

.grid-cmn .col.col-l-5 {
  width: 41.66666%;
}

.grid-cmn .col.col-l-6 {
  width: 50%;
}

.grid-cmn .col.col-l-7 {
  width: 58.33333%;
}

.grid-cmn .col.col-l-8 {
  width: 66.66666%;
}

.grid-cmn .col.col-l-9 {
  width: 75%;
}

.grid-cmn .col.col-l-10 {
  width: 83.33333%;
}

.grid-cmn .col.col-l-12 {
  width: 100%;
}

.grid-cmn .order-l-1 {
  order: 1;
}

.grid-cmn .order-l-2 {
  order: 2;
}

.grid-cmn .order-l-3 {
  order: 3;
}

.grid-cmn .order-l-4 {
  order: 4;
}

.grid-cmn .order-l-5 {
  order: 5;
}

.grid-cmn .order-l-6 {
  order: 6;
}

@media screen and (max-width: 1024px) {
  .grid-cmn .col.col-m-2 {
    width: 16.6666%;
  }
  .grid-cmn .col.col-m-20p {
    width: 20%;
  }
  .grid-cmn .col.col-m-3 {
    width: 25%;
  }
  .grid-cmn .col.col-m-4 {
    width: 33.33333%;
  }
  .grid-cmn .col.col-m-5 {
    width: 41.66666%;
  }
  .grid-cmn .col.col-m-6 {
    width: 50%;
  }
  .grid-cmn .col.col-m-7 {
    width: 58.33333%;
  }
  .grid-cmn .col.col-m-8 {
    width: 66.66666%;
  }
  .grid-cmn .col.col-m-9 {
    width: 75%;
  }
  .grid-cmn .col.col-m-10 {
    width: 83.33333%;
  }
  .grid-cmn .col.col-m-12 {
    width: 100%;
  }
  .grid-cmn .order-m-1 {
    order: 1;
  }
  .grid-cmn .order-m-2 {
    order: 2;
  }
  .grid-cmn .order-m-3 {
    order: 3;
  }
  .grid-cmn .order-m-4 {
    order: 4;
  }
  .grid-cmn .order-m-5 {
    order: 5;
  }
  .grid-cmn .order-m-6 {
    order: 6;
  }
}
@media only screen and (max-width: 768px) {
  .grid-cmn .col.col-s-12 {
    width: 100%;
  }
  .grid-cmn .col.col-s-10 {
    width: 83.33333%;
  }
  .grid-cmn .col.col-s-9 {
    width: 75%;
  }
  .grid-cmn .col.col-s-8 {
    width: 66.66666%;
  }
  .grid-cmn .col.col-s-7 {
    width: 58.33333%;
  }
  .grid-cmn .col.col-s-6 {
    width: 50%;
  }
  .grid-cmn .col.col-s-5 {
    width: 41.66666%;
  }
  .grid-cmn .col.col-s-4 {
    width: 33.33333%;
  }
  .grid-cmn .col.col-s-3 {
    width: 25%;
  }
  .grid-cmn .col.col-s-20p {
    width: 20%;
  }
  .grid-cmn .col.col-s-2 {
    width: 16.6666%;
  }
  .grid-cmn .order-s-1 {
    order: 1;
  }
  .grid-cmn .order-s-2 {
    order: 2;
  }
  .grid-cmn .order-s-3 {
    order: 3;
  }
  .grid-cmn .order-s-4 {
    order: 4;
  }
  .grid-cmn .order-s-5 {
    order: 5;
  }
  .grid-cmn .order-s-6 {
    order: 6;
  }
}
html {
  scroll-behavior: smooth;
}

.pc {
  width: 100%;
  background-color: #EAECEC;
}

.main_img {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.main_img .img {
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease;
  margin: 0 auto;
  text-align: center;
}
.main_img .title {
  display: block;
  opacity: 0;
  width: 15.5%;
  position: absolute;
  margin: 0;
  top: 52%;
  transform: translateY(-50%);
  right: 5px;
  opacity: 0;
  transition: all 0.6s ease;
}
.main_img .title img {
  display: blocks;
  width: 100%;
}
.main_img .title.show {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.main {
  font-family: "Noto Sans JP", "Jost", "Shippori Mincho", sans-serif;
  font-optical-sizing: auto;
  color: #282830;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 560px;
}
.main a {
  transition-property: opacity;
  transition-duration: 0.4s;
}
.main a:hover {
  opacity: 0.8;
}
.main p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.64;
  margin-left: auto;
  margin-right: auto;
}
.main img {
  vertical-align: bottom;
  width: 100%;
}
.main .staff {
  letter-spacing: 0.05em;
  width: 100%;
  box-sizing: border-box;
  padding: 70px 45px;
  background-color: #EAECEC;
  text-align: center;
  line-height: 2;
}
.main .staff p {
  font-size: 11px !important;
  font-family: "Jost";
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1;
}
.main .staff p:last-child {
  margin-bottom: 0;
}
.main .space {
  padding: 0 25px;
}
.main .content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.main .content .title_sub {
  margin: 0 auto;
  padding: 30px 0;
}
.main .content .title_sub .day {
  display: block;
  text-align: right;
  font-size: 14px;
  font-family: "Jost";
  color: #7A8CA0;
  margin: 10px 0 0 0;
}
.main .content .photos {
  position: relative;
  margin: 48px auto 58px auto;
}
.main .content .photos .photo_sub-title {
  margin: 40px auto;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.38;
  font-optical-sizing: auto;
  color: #657D98;
  text-align: center;
}
.main .content .photos .photos_img_over {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.main .content .photos .photos_img_over img {
  display: block;
  width: 100vw;
}
.main .content .photos .photos_img {
  margin: 0px auto;
}
.main .content .photo01 .photo_tit {
  position: absolute;
  z-index: 30;
  top: 20px;
  left: 17px;
}
.main .content .photo01 .img01 {
  position: relative;
  width: 90.6%;
  margin: 0 0 0 auto;
}
.main .content .photo01 .img03 {
  position: relative;
  width: 69.3%;
  margin: 50px auto;
}
.main .content .photo01 .img03 img {
  position: relative;
  z-index: 30;
}
.main .content .photo01 .img03::before {
  position: absolute;
  display: block;
  z-index: 29;
  content: " ";
  width: 121%;
  height: 60%;
  right: calc((100% - 100vw) / 2);
  background-color: #fff;
}
.main .content .photo02 .photo_tit {
  position: absolute;
  z-index: 11;
  bottom: 120px;
  right: 20px;
}
.main .content .photo02 .photos_main_img {
  position: relative;
  z-index: 10;
  left: 0px;
  width: 90.6%;
  padding: 0 0 0 0;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}
.main .content .photo02 .photos_main_img img {
  position: relative;
  z-index: 20;
}
.main .content .photo02 .photos_main_img::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 50%;
  background-color: #EAECEC;
}
.main .content .photo02 .p_area_bg01::before {
  display: block;
  content: "";
  position: absolute;
  width: 70.6%;
  height: 170vw;
  margin: 0;
  top: 125px;
  right: 25px;
  background-color: #EAECEC;
}
.main .content .photo02 .photos_img {
  margin: 0 auto;
}
.main .content .photo02 .img02 {
  position: relative;
  width: 56%;
  left: 0;
}
.main .content .photo02 .img03 {
  position: relative;
  width: 53%;
  margin: 0 0 -70px auto;
  padding: 0 0 0 0;
  top: -120px;
  right: 0;
}
.main .content .photo02 .img04 {
  position: relative;
  width: 69.3%;
  margin: 0 auto;
}
.main .content .photo02 .img05 {
  position: relative;
  margin: 50px 0 0 0;
}
.main .content .photo02 .img06 {
  position: relative;
}
.main .content .photo03 {
  position: relative;
}
.main .content .photo03 .photo_tit {
  position: absolute;
  z-index: 11;
  top: 30px;
  left: 20px;
}
.main .content .photo03 .photos_main_img {
  position: relative;
  z-index: 10;
  right: 0px;
  width: 85.3%;
  margin: 0 0 0 auto;
  box-sizing: border-box;
}
.main .content .photo03 .photos_main_img img {
  position: relative;
  z-index: 20;
}
.main .content .photo03 .photos_main_img::after {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 50%;
  top: 0;
  left: -20%;
  background-color: #fff;
}
.main .content .photo03 .img_title {
  width: 22px;
  position: absolute;
  top: 0;
  left: -32px;
}
.main .content .photo03 .img02 {
  width: 74.6%;
  margin: 0 auto 45px auto;
}
.main .content .photo03 .img03 {
  margin: 0 auto 50px auto;
}
.main .content .photo03 .img04 {
  position: relative;
  width: 74.6%;
  margin: 0 20px 0 auto;
}
.main .content .photo03 .img05 {
  width: 74.6%;
  margin: 0 20px 0 auto;
}
.main .content .photo04 {
  position: relative;
}
.main .content .photo04 .photo_tit {
  position: absolute;
  z-index: 11;
  bottom: 120px;
  right: 20px;
}
.main .content .photo04 .photos_main_img {
  position: relative;
  z-index: 10;
  left: 0px;
  width: 90.6%;
  padding: 0 0 0 0;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}
.main .content .photo04 .photos_main_img img {
  position: relative;
  z-index: 20;
}
.main .content .photo04 .img_title {
  width: 22px;
  position: absolute;
  bottom: 92px;
  left: 18%;
}
.main .content .photo04 .img02 {
  width: 85.3%;
  margin: 0 auto 1px 0;
}
.main .content .photo04 .img03 {
  width: 85.3%;
  margin: 0 auto 0 0;
}
.main .content .photo04 .img04 {
  width: 80%;
  margin: 45px auto 0 auto;
}
.main .content .photo05 {
  position: relative;
}
.main .content .photo05 .photo_tit {
  position: absolute;
  z-index: 11;
  top: 83px;
  left: 33px;
}
.main .content .photo05 .photos_main_img {
  position: relative;
  z-index: 10;
  width: 90.6%;
  margin: 0 0 0 auto;
  box-sizing: border-box;
}
.main .content .photo05 .photos_main_img img {
  position: relative;
  z-index: 20;
}
.main .content .photo05 .p_area_bg01 {
  position: relative;
}
.main .content .photo05 .p_area_bg01::before {
  display: block;
  content: "";
  position: absolute;
  width: 87.2%;
  height: 98vw;
  margin: 0;
  top: 200px;
  left: 0;
  background-color: #fff;
}
.main .content .photo05 .img_title {
  width: 22px;
  position: absolute;
  bottom: 92px;
  left: 18%;
}
.main .content .photo05 .img02 {
  width: 85.3%;
  margin: 0 auto;
}
.main .content .photo05 .img03 {
  position: relative;
  width: 74.6%;
  margin: 50px auto 0 0;
}
.main .content .photo05 .img04 {
  position: relative;
  width: 74.6%;
  margin: 0 0 0 auto;
}
.main .content .items {
  margin: 30px auto 10px auto;
  text-align: center;
  font-size: 13px;
  color: #282830;
  line-height: 2.3;
}
.main .content .items a {
  text-decoration: underline;
}
.main .content .items a:hover {
  text-decoration: none;
}
.main .content .items_sub {
  text-align: center;
  font-size: 11px;
  margin: 0 auto;
  padding: 0 0 0px 0;
  line-height: 2.5;
}
.main .content .items_sub a {
  text-decoration: underline;
}
.main .content .items_sub a:hover {
  text-decoration: none;
}
.main .content .item {
  font-family: "Jost";
  margin: 0 0 0 0;
}
.main .content .prof {
  width: 100%;
  background-color: #EAECEC;
  padding: 60px 0;
}
.main .content .prof .prof_box {
  font-size: 12px !important;
  width: calc(100% - 70px);
  box-sizing: border-box;
  margin: 0 35px;
  padding: 25px 0;
  background-color: #EAECEC;
  border-top: 1px solid #9E9E9E;
  border-bottom: 1px solid #9E9E9E;
}
.main .content .bnr {
  width: 100%;
  padding: 0 25px;
  background-color: #EAECEC;
}
.main .content .bnr h2 {
  font-family: "Jost";
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #7A8CA0;
  text-align: center;
  padding: 17px 0;
  margin: 0 auto;
}
.main .content .bnr a {
  display: block;
}
.main .content .bnr p {
  margin: 24px auto 0 auto;
  width: 100%;
}
.main .end_mg01 {
  margin-bottom: 0 !important;
  padding-bottom: 1px !important;
}
.main .end_mg02 {
  margin-top: 0px !important;
}
.main .end_mg03 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.main .end_mg04 {
  margin-bottom: 0 !important;
  padding-bottom: 100px !important;
}
.main .end_mg05 {
  margin-bottom: 0 !important;
  padding-bottom: 100px !important;
}
.main .end_mg06 {
  margin-bottom: 0 !important;
  padding-bottom: 50px !important;
}
.main .end_mg07 {
  margin-top: 0px !important;
  padding-top: 70px !important;
}
.main .end_mg08 {
  margin-top: 30px !important;
}
.main .bg01 {
  width: 100vw;
  padding: 0 25px;
  margin: 0 calc(50% - 50vw);
  background-color: #EAECEC;
}
.main .bg02 {
  width: 100vw;
  padding: 0 25px;
  margin: 0 calc(50% - 50vw);
  background-color: #FFF;
}
.main .bg03 {
  background-color: #EAECEC;
}
.main .bg04 {
  width: 100vw;
  background-color: #EAECEC;
}
.main .mg_001 {
  margin-bottom: 100px !important;
}
.main .mg_002 {
  margin-bottom: 0px !important;
}
.main .mg_003 {
  padding-top: 40px !important;
}
.main .content_wrap01 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.main .content_wrap01::before {
  position: absolute;
  display: block;
  content: "";
  width: 27%;
  height: 100%;
  background-color: #EAECEC;
}
.main .content_wrap01 .content {
  padding-bottom: 30px;
}
.main .content_wrap02 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.main .content_wrap03 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #EAECEC;
}
.main .content_wrap04 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.main .content_wrap04::before {
  position: absolute;
  display: block;
  content: "";
  width: 24.5%;
  height: 100%;
  right: 0;
  background-color: #EAECEC;
}
.main .content_wrap05 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #EAECEC;
}

.sticky {
  position: fixed !important;
  top: 86px !important;
  bottom: 0 !important;
  z-index: 1000;
}
.sticky .day {
  display: none;
}

img.scroll-in {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease;
  transition-duration: 2s;
}

img.scroll-in.show {
  opacity: 1;
  transition: opacity 1.2s ease;
}

.photo_tit {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.img_title img {
  opacity: 0;
  position: relative;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease !important;
}

.img01 {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.img01.show {
  opacity: 1;
  transition: opacity 0.8s ease;
}

.img_title .show,
.photo_tit.show {
  opacity: 1;
  transform: translateY(0);
}

/*
img.scroll-in.show {
    opacity: 1;
    transform: translateY(0);
}

.img01,
.photo_tit {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.img01 {
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.img01.show {
  opacity: 1;
  transform: translateY(0);
}

.photo_tit.show {
  opacity: 1;
}
*/
a img:hover {
  display: block;
  opacity: 0.7;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

.al-mg-left {
  margin-right: auto;
}

.al-mg-right {
  margin-left: auto;
}

.only-pc {
  display: block !important;
}

.only-sp {
  display: none !important;
}

@media only screen and (min-width: 560px) {
  .main .bg01 {
    width: 100%;
    padding: 0 25px;
    margin: 0;
  }
  .main .bg02 {
    width: 100%;
    padding: 0 25px;
    margin: 0;
  }
  .main .bg04 {
    width: 100% !important;
  }
  .main .photos_img_over {
    width: 100% !important;
    margin: 0 !important;
  }
  .main .photos_img_over img {
    width: 100% !important;
  }
  .main .content .photo01 .photo_tit {
    left: 34px;
  }
  .main .content .photo02 .photo_tit {
    right: 30px;
  }
  .main .content .photo03 .photo_tit {
    left: 47px;
  }
  .main .content .photo04 .photo_tit {
    right: 40px;
  }
  .main .content .photo01 .img03::before {
    width: 128% !important;
    margin: 0;
    right: -120px;
  }
  .main .content .photo02 .p_area_bg01::before {
    right: 35px;
  }
  .main .content .photo03 .photos_main_img::after {
    width: 100% !important;
    margin: 0;
    left: -82px;
  }
  .main .content .photo03 .img_title {
    width: 30px;
    left: -40px;
  }
  .main .content .photo05 .p_area_bg01::before {
    height: 645px;
  }
  .main p {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */