@charset "utf-8";
/* ===================================================================
 contents.css
======================================================================*/
.lp_main {
  padding-top: 100vh;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.lp_inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}

@media (max-width: 1023px) {
  .lp_main {
    padding-top: 60px;
  }
  .lp_inner {
    padding: 0 20px;
  }
}

/*----------------------------------------------------------
 background movie
------------------------------------------------------------*/
@media (min-width: 1024px) {
  .lp_bgmovie {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    padding-left: 60px;
  }
  .lp_bgmovie::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
  }
  .lp_bgmovie-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../img/bg_aerialshoot.jpg") no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
  }
  .lp_bgmovie video {
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 1023px) {
  .lp_bgmovie video {
    width: 100%;
    vertical-align: top;
  }
}

/* scroll
-------------------------------------------------*/
.lp_bgmovie-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  padding-bottom: 120px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-family: "Lato", serif !important;
  overflow: hidden;
}
.lp_bgmovie-scroll:before,
.lp_bgmovie-scroll:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 1px;
}
.lp_bgmovie-scroll:before {
  bottom: 0;
  height: 100px;
  background: rgba(255,255,255,.4);
}
.lp_bgmovie-scroll:after {
  bottom: -80px;
  background: #fff;
  animation: 3s infinite animateScroll;
}
.lp_bgmovie-scroll span {
  position: absolute;
  bottom: 130px;
  right: -10px;
  transform: rotate(90deg);
}
@keyframes animateScroll {
  from {
    bottom: 100px;
    height: 0;
  }
  25% {
    bottom: 0;
    height: 100px;
  }
  50% {
    bottom: 0;
    height: 0;
  }
  to {
    bottom: 0;
    height: 0;
  }
}

@media (max-width: 1023px) {
  .lp_bgmovie-scroll {
    display: none;
  }
}

/*----------------------------------------------------------
 contents / section
------------------------------------------------------------*/
.lp_contents-inner {
  padding-bottom: 150px;
  background: #fff;
}
.lp_section {
  padding-top: 150px;
}

@media (max-width: 1023px) {
  .lp_contents-inner {
    padding-bottom: 0;
  }
  .lp_section {
    padding-top: 80px;
  }
}

/*----------------------------------------------------------
 concept
------------------------------------------------------------*/
.lp_concept {
  position: relative;
  padding-top: 70vh;
}
.lp_concept-head {
  position: relative;
  z-index: 2;
  padding: 40vh 0;
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.7));
}
.lp_concept-head > * {
  text-align: center;
  text-shadow: 0 0 10px #fff;
}
.lp_concept-title {
  font-size: 6.4rem;
  color: #425b70;
  font-weight: bold;
  font-family: "Lato";
}
.lp_concept-subTitle {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.lp_concept-15th {
  margin-top: 40px;
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  .lp_concept {
    padding-top: 0;
  }
  .lp_concept-head {
    padding: 25vh 0;
    background: rgba(255,255,255,.7);
  }
  .lp_concept-title {
    font-size: 3rem;
  }
  .lp_concept-subTitle {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .lp_concept-15th {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

/* concept-section
-------------------------------------------------*/
.lp_concept-section {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.lp_concept-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.7);
}
.lp_concept-section:last-child {
  padding-bottom: 50vh;
}

.lp_concept-section .lp_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
.lp_concept-section p {
  font-size: 2rem;
  line-height: 3;
  text-align: center;
  text-shadow: 0 0 10px #fff;
  font-weight: bold;
}
.lp_concept-section p + p {
  margin-top: 80px;
}

@media (max-width: 1023px) {
  .lp_concept-section p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  .lp_concept-section p + p {
    margin-top: 30px;
  }
}

/* concept-background
-------------------------------------------------*/
.lp_concept-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 60px);
  background: #fff;
}
.lp_concept-bg.-fixed {
  position: fixed;
  left: 60px;
}
.lp_concept-bgList {
  position: relative;
  height: 100vh;
}
.lp_concept-bgList > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp_concept-bgList > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .lp_concept-bg {
    width: 100%;
  }
  .lp_concept-bg.-fixed {
    left: 0;
  }
  .lp_concept-bgList > li:nth-child(1) {
    position: relative;
  }
  .lp_concept-bgList > li:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 70%);
  }
  .lp_concept-bgList > li:nth-child(1) img {
    object-position: 75% -150px;
  }
  .lp_concept-bgList > li:nth-child(2) img {
    object-position: 75% 50%;
  }
  .lp_concept-bgList > li:nth-child(3) img {
    object-position: 25% 50%;
  }
}

/*----------------------------------------------------------
 present
------------------------------------------------------------*/
.lp_present-title {
  font-size: 5rem;
  color: #425B70;
  text-align: center;
  font-weight: bold;
  font-family: "Lato";
}
.lp_present-lead {
  margin-top: 50px;
  font-size: 2.4rem;
  color: #000;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}
.lp_present-text {
  margin-top: 50px;
  font-size: 2rem;
  text-align: center;
}
.lp_present-box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding: 50px;
  background: #e8ecf4;
}
.lp_present-box-context-head {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Lato";
}
.lp_present-box-context-head:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #333;
}
.lp_present-box-context-text {
  font-size: 1.8rem;
}
.lp_present-box-img {
  flex-shrink: 0;
  max-width: 300px;
  margin-left: 30px;
}

@media (max-width: 1023px) {
  .lp_present-title {
    font-size: 3rem;
  }
  .lp_present-lead {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .lp_present-text {
    margin-top: 40px;
    font-size: 1.4rem;
    text-align: left;
  }
  .lp_present-box {
    display: block;
    margin-top: 30px;
    padding: 30px 20px 20px;
  }
  .lp_present-box-context-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2.4rem;
    text-align: center;
  }
  .lp_present-box-context-head:after {
    left: calc(50% - 25px);
  }
  .lp_present-box-context-text {
    font-size: 1.4rem;
  }
  .lp_present-box-img {
    max-width: none;
    margin: 20px 0 0;
  }
}

/*----------------------------------------------------------
 items
------------------------------------------------------------*/
.lp_items-title {
  font-size: 5rem;
  color: #425b70;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .lp_items-title {
    font-size: 3rem;
  }
}

/* items-section
--------------------------------------------------*/
.lp_items-sectoin {
  display: grid;
  margin-top: 80px;
}
.lp_items-sectoin + .lp_items-sectoin {
  margin-top: 50px;
}
.lp_items-sectoin > * {
  max-width: 775px;
}

/* text */
.lp_items-sectoin-title {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Lato";
}
.lp_items-sectoin-text {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-top: 30px;
}

/* column */
.lp_items-sectoin-column {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.lp_items-sectoin-column-img {
  flex-shrink: 0;
  margin-right: 30px;
}
.lp_items-sectoin-column-context > * + * {
  margin-top: 10px !important;
}

/* images */
.lp_items-sectoin-imgs {
  grid-column: 2 / 3;
  grid-row: 1 / 5;
  display: flex;
  margin-left: 50px;
}
.lp_items-sectoin-img {
  position: relative;
  max-width: 410px;
}
.lp_items-sectoin-img.-img02 {
  margin: 90px 0 0 -45px;
}
.lp_items-sectoin-img > p {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 1.11111vw;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Lato";
}

/* button */
.lp_items-sectoin-btn {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  margin-top: 50px;
}

/* -reverse */
.lp_items-sectoin.-reverse .lp_items-sectoin-title,
.lp_items-sectoin.-reverse .lp_items-sectoin-text,
.lp_items-sectoin.-reverse .lp_items-sectoin-column,
.lp_items-sectoin.-reverse .lp_items-sectoin-btn {
  grid-column: 2 / 3;
}
.lp_items-sectoin.-reverse .lp_items-sectoin-title {
  padding-top: 90px;
}
.lp_items-sectoin.-reverse .lp_items-sectoin-imgs {
  grid-column: 1 / 2;
  margin-left: 0;
  margin-right: 50px;
}

@media (max-width: 1023px) {
  .lp_items-sectoin {
    display: block;
    margin-top: 40px;
  }
  .lp_items-sectoin > * {
    max-width: none;
  }
  .lp_items-sectoin-title {
    padding-top: 0 !important;
    font-size: 2.4rem;
    text-align: center;
  }
  .lp_items-sectoin-text {
    margin-top: 30px;
    font-size: 1.4rem;
  }

  /* column */
  .lp_items-sectoin-column {
    display: block;
    margin-top: 20px;
  }
  .lp_items-sectoin-column-img {
    width: 225px;
    margin: 0 auto;
  }
  .lp_items-sectoin-column-context {
    margin-top: 20px;
  }

  /* images */
  .lp_items-sectoin-imgs {
    display: block;
    margin: 20px 0 0 !important;
  }
  .lp_items-sectoin-img {
    width: 100%;
    max-width: none;
  }
  .lp_items-sectoin-img.-img02 {
    margin: 10px 0 0;
  }
  .lp_items-sectoin-img > p {
    top: 10px;
    left: 10px;
    font-size: 1.6rem;
  }
  .lp_items-sectoin-img img {
    width: 100%;
  }

  /* button */
  .lp_items-sectoin-btn {
    margin-top: 30px;
  }

}

/*----------------------------------------------------------
 lineup
------------------------------------------------------------*/
.lp_lineup {
  padding-bottom: 150px;
  background: rgba(255,255,255,.9);
}
.lp_lineup-title {
  font-size: 5rem;
  color: #425b70;
  text-align: center;
  font-weight: bold;
  font-family: "Lato";
}
.lp_lineupList {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.lp_lineupList > li {
  max-width: 300px;
}
.lp_lineupList-name {
  font-size: 1.8rem;
  text-align: center;
}
.lp_lineupList-price {
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: center;
}
.lp_lineupList-btn {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 1023px) {
  .lp_lineup {
    padding-bottom: 80px;
  }
  .lp_lineup-title {
    font-size: 3rem;
  }
  .lp_lineupList {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .lp_lineupList > li {
    width: calc(50% - 10px);
    max-width: none;
    margin-top: 30px;
  }
  .lp_lineupList-name {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .lp_lineupList-price {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .lp_lineupList-btn {
    margin-top: 15px;
  }
}

/*----------------------------------------------------------
 module
------------------------------------------------------------*/

/* button */
.m_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 60px;
  border: 1px solid #425b70;
  font-size: 1.6rem;
  color: #425B70;
  font-weight: bold;
}
.m_btn:hover {
  background: #425B70;
  color: #fff;
  opacity: 1 !important;
}

.m_btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #425b70;
  border: 1px solid #425b70;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}
.m_btn2:hover {
  background: transparent;
  color: #425B70;
  opacity: 1 !important;
}

@media (max-width: 1023px) {
  .m_btn {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
  }
  .m_btn2 {
    width: 100%;
    height: 36px;
    font-size: 1.2rem;
  }
}

/* commentList */
.m_commentList {
  margin-top: 20px;
}
.m_commentList > li {
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: -1em;
}
.m_commentList > li:before {
  content: "※";
}
.m_commentList > li + li {
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .m_commentList {
    margin-top: 10px;
  }
  .m_commentList > li {
    font-size: 1.2rem;
  }
  .m_commentList > li + li {
    margin-top: 5px;
  }
}