
/* ---------eshikoto LP--------- */
/*common*/
.eshikotolp-wrapper {
    position: absolute;
    top: 0;
    font-size: 62.5%;
    font-family: 'Zen Old Mincho', 'Hiragino Mincho ProN', 'MS PMincho', serif;
    color: #333;
}
.eshikotolp-wrapper h2 {
    font-family: 'Zen Old Mincho', 'Hiragino Mincho ProN', 'MS PMincho', serif;
    line-height: 1;
    letter-spacing: 2px;
}
.eshikotolp-wrapper p {
    font-size: 14px;
    line-height: 1.6;
}
.eshikotolp-wrapper a:hover {
    opacity: .7;
    transition: .3s;
}
.eshikotolp-btn-cv {
    font-family: "Candara", "Calibri", "Segoe UI", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    border: 1px solid #3a3a3a;
    width: 210px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.eshikotolp-btn-cv > a {
    padding: 15px;
    display: inline-block;
    position: relative;
    width: 100%;
}
.eshikotolp-btn-cv::before,
.eshikotolp-btn-cv::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 15px;
  width: 10px;
  height: 1px;
  background-color: #3c3c3c;
  transform-origin: calc(100% - 0.5px) 50%;
}
.eshikotolp-btn-cv::before {
  transform: rotate(45deg);
}
.eshikotolp-btn-cv::after {
  transform: rotate(-45deg);
}
.eshikotolp-btn-cv > a:hover {
    color: #fff;
    opacity: 1;
}
.eshikotolp-btn-cv > a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #030303;
  position: absolute;
  left: -100%;
  top: 0;
  transition: .4s;
  z-index: -1;
}
.eshikotolp-btn-cv > a:hover:before {
  left: 0;
}
h2.eshikotolp-ttl-en {
    font-size: 36px;
    font-family: "Candara", "Calibri", "Segoe UI", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
}
h2.eshikotolp-ttl-en span {
    padding-top: 20px;
    font-family: "Zen Maru Mincho", serif;
    font-size:  12px;
    display: block;
}
/*animation*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}



/*mv*/
.eshikotolp-mv {
    padding: 120px 2% 0;
    background: url(../images/bg_mv.jpg) no-repeat;
    background-size: cover;
    max-height: 90vh;
    display: flex;
    align-items: stretch;
}
.eshikotolp-mv > a {
    position: fixed;
    top: 30px;
    left: 2%;
    width: 114px;
    z-index: 100;
}
.eshikotolp-mv > div {
    display: flex;
    justify-content: space-around;
}
.eshikotolp-mv-products {
    padding-left: 2%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: 45vw;
}
.eshikotolp-mv-text {
    padding: 40px 0 0 4%;
    padding-top: 40px;
    text-align: center;
    width: 45vw;
}
.eshikotolp-mv-text ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eshikotolp-mv-text ul:after {
    content: "×";
    font-size: 36px;
    line-height: 1;
    position: absolute;
    top: calc((100% - 36px) / 2);
    left: calc((100% - 72px) / 2);
}
.eshikotolp-mv-text ul li {
    margin: 0 30px;
}
.eshikotolp-mv-text ul li:first-child {
    width: 100px;
}
.eshikotolp-mv-text ul li:last-child {
    width: 134px;
}
.eshikotolp-mv-text p {
    padding-top: 50px;
    font-size: 2.4vw;
}
.eshikotolp-mv-text h1 {
    margin: 0 auto;
    padding-top: 30px;
    width: 23vw;
    display: block;
    font-size: 2.0vw;
    font-family: 'Zen Old Mincho', 'Hiragino Mincho ProN', 'MS PMincho', serif;
}
.eshikotolp-mv-text h1 span {
    padding-top: 15px;
    line-height: 1;
    display: block;
}
/*concept*/
.eshikotolp-concept {
    display: flex;
    align-items: center;
}
.eshikotolp-concept > * {
    width: 50%;
    text-align: center;
}
.eshikotolp-concept > div h2 {
    font-size: 26px;
    line-height: 1.8;
}
.eshikotolp-concept > div p {
    font-size: 14px;
    line-height: 2;
}
.eshikotolp-concept > div p + p {
    padding-top: 15px;
}
.eshikotolp-concept > div:last-child {
    padding-left: 2%;
    max-width: 540px;
    display: flex;
    align-items: center;
}
/*collaboration*/
.eshikotolp-collaboration {
    padding: 0;
    width: 100%;
    display: flex;
    color: #fff;
    position: relative;
}
.eshikotolp-collaboration:after {
    content: "×";
    font-size: 48px;
    line-height: 1;
    position: absolute;
    top: calc((100% - 48px) / 2);
    left: calc((100% - 48px) / 2);
}
.eshikotolp-collaboration > div {
    padding: 100px 2%;
    width: 50%;
}
.eshikotolp-collaboration > div:first-child {
    background: url(../images/bg_kokuryu.jpg) bottom;
    background-size: cover;
}
.eshikotolp-collaboration > div:last-child {
    background: url(../images/bg_meettree_01.jpg) bottom;
    background-size: cover;
}
.eshikotolp-collaboration img {
    height: 90px;
    margin: 0 auto;
    display: block;
}
.eshikotolp-collaboration > div p {
    padding-top: 50px;
    line-height: 1.8;
}
/*series*/
.eshikotolp-series {
    padding-bottom: 0;
    background: url(../images/bg_mv.jpg) bottom;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.eshikotolp-series > p {
    font-size: 18px;
    line-height: 1.8;
}
.eshikotolp-series > h2 {
    margin: 0 auto;
    padding-top: 40px;
    width: 256px;
    display: block;
}
.eshikotolp-series > h2 span {
    padding-top: 10px;
    font-size: 22px;
    display: block;
}
.eshikotolp-series > ul {
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 10px;
    width: 40%;
}
.eshikotolp-series .eshikotolp-btn-cv {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
/*sakekasu*/
.eshikotolp-sakekasu {
    padding: 0;
    background: #f9f6f1;
}
.eshikotolp-sakekasu > div {
    padding: 70px 0 70px 10%;
    background: url(../images/bg_sakekasu_pc.png) right no-repeat;
    background-size: contain;
}
.eshikotolp-sakekasu h2 {
    font-size: 26px;
}
.eshikotolp-sakekasu > div > p:first-of-type {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.8;
}
.eshikotolp-sakekasu > div > p:last-of-type {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}
.eshikotolp-sakekasu .eshikotolp-btn-cv {
    margin-top: 30px;
}
/*lineup*/
.eshikotolp-lineup {
    padding: 50px 5%;
}
.eshikotolp-lineup > p {
    text-align: right;
    font-size: 12px;
}
.eshikotolp-lineup > ul {
    display: flex;
  flex-wrap: wrap;
    gap: 5px;
    align-items: stretch;
}
.eshikotolp-lineup > ul li {
    flex: 1 1 calc(25% - 20px);
    display: flex;
    flex-direction: column;
}
.eshikotolp-lineup > ul li img {
    margin-bottom: 15px;
}
.eshikotolp-lineup > ul li h3 {
    font-size: 16px;
    font-family: "Zen Maru Mincho", serif;
    line-height: 1.6;
    margin-bottom: 20px;
}
.eshikotolp-lineup > ul li p {
    flex-grow: 1;
    margin-bottom: 15px;
}
.eshikotolp-lineup > ul li a {
    padding: 10px;
    align-self: flex-start;
    margin-top: auto;
}
/*kuzuryugawa*/
.eshikotolp-kuzuryugawa {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.eshikotolp-kuzuryugawa p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.8;
    color: #fff;
    text-shadow: 0 0 8px rgb(61,114,168,1);
}
/*commitment*/
.eshikotolp-commitment {
    padding: 50px 0 100px 0;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_01 {
    display: flex;
    justify-content: space-between;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_01 > img {
    width: 50%;
}
.eshikotolp-commitment  .eshikotolp-commitment-inner_01 > div {
    padding: 10% 2% 0 2%;
    width: 50%;
    text-align: center;
}
.eshikotolp-commitment  .eshikotolp-commitment-inner_01 > div p {
    font-size: 16px;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_01 div img {
    padding-top: 20px;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_02 {
    display: flex;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_02 > div:first-child {
    padding: 80px 2%;
    width: 60%;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_02 > div:first-child img {
    width: 390px;
    position: relative;
    bottom: -100px;
    right: -30%;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_02 > div:last-child {
    width: 40%;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_02 > div h2 {
    font-size: 20px;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_02 > div p {
    padding-top: 40px;
    line-height: 2;
}
.eshikotolp-commitment .eshikotolp-commitment-inner_02 > div p + p {
    padding-top: 20px;
}
.eshikotolp-commitment .eshikotolp-btn-cv {
    margin-top: 40px;
}
/*kansyukuen*/
.eshikotolp-kansyukuen {
    padding: 0;
}
.eshikotolp-kansyukuen > div:first-child {
    color: #fff;
    background: #3a3a3a;
    display: flex;
    align-items: center;
}
.eshikotolp-kansyukuen > div:first-child div img {
    margin: 0 auto;
    width: 130px;
    display: block;
}
.eshikotolp-kansyukuen > div:first-child p {
    padding: 20px 4%;
    line-height: 2;
}
.eshikotolp-kansyukuen [data-parallax] {
  margin-top: -35px;
}
/*qa*/
.eshikotolp-qa {
    background: #f9f6f1;
}
.eshikotolp-qa-panel {
  border-bottom: 1px solid #ddd;
}
.eshikotolp-qa-panel-header {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f6f1;
  border: none;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
}
.eshikotolp-qa-panel-header:hover {
  background: rgba(243, 239, 231, 0.76);
    transition: .3s;
}
.eshikotolp-qa-panel-icon {
  font-size: 20px;
  transition: transform .3s;
}
.eshikotolp-qa-panel-header.active .icon {
  transform: rotate(45deg);
}
.eshikotolp-qa-panel-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.eshikotolp-qa-panel-body {
  padding: 20px;
  border-top: 1px solid #eee;
}
.eshikotolp-qa .eshikotolp-btn-cv {
    margin: 50px auto 0 auto;
}
/*meet tree*/
.eshikotolp-meettree {
    padding: 0;
    border-top: 1px solid #333;
    background: url(../images/bg_meettree_02_pc.jpg) right no-repeat;
    background-size: contain;
}
.eshikotolp-meettree > div {
    padding: 50px 2%;
}
.eshikotolp-meettree > div h2 {
    font-size: 26px;
    display: flex; 
    align-items: center;
}
.eshikotolp-meettree > div h2 img {
    margin-right: 5px;
    width: 132px;
}
.eshikotolp-meettree > div p + p {
    padding-top: 10px;
}
.eshikotolp-meettree .eshikotolp-btn-cv {
    margin-top: 30px;
}
/*footer*/
.lp-wrapper footer {
    display: block;
}
/*parallax*/
.eshikotolp-kuzuryugawa,
.eshikotolp-kansyukuen {
    min-height: 500px;
    width: 100%;
    background: transparent;
}