@charset "UTF-8";

/*-------------------------------------------------------------*/
/* common */

#lp .xs,
#lp .sp {
  display: none;
}

#lp .contens-inner {
  max-width: 916px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #lp .sp {
    display: block;
  }

  #lp .contens-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 500px) {
  #lp .xs {
    display: block;
  }
}

/*-------------------------------------------------------------*/
/* lp */

#lp .lp-wrapper {
  position: relative;
  background: #FAFAFA;
}

#lp .lp-bubble {
  position: absolute;
  top: 20px;
  left: calc(50% + 350px);
  width: 175px;
  z-index: 20;
}

#lp .lp-about {
  padding: 77px 0 102px;
}

#lp .lp-about .contens-inner {
  position: relative;
}

#lp .lp-about .contens-inner::before {
  content: "";
  position: absolute;
  bottom: -92px;
  left: 5px;
  width: 153px;
  height: 241px;
  background: url(../images/lp-about-bg01.png) center/cover no-repeat;
}

#lp .lp-about-text {
  font-size : 18px;
  line-height : 45px;
  letter-spacing : 1.8px;
  color : #000000;
  text-align: center;
}

#lp .lp-about-hours {
  position: relative;
  display: grid;
  place-items: center;
  font-size : 18px;
  line-height : 1.8;
  letter-spacing : 1.8px;
  color : #000000;
  border-style : solid;
  border-color : #000000;
  border-width : 1px;
  border-radius :60px;
  max-width: 530px;
  margin: 50px auto 0;
  background: white;
  z-index: 1;
	text-align:center;
}

#lp .lp-pre {
  padding-top: 60px;
  padding-bottom: 77px;
}

#lp .lp-pre-box {
  position: relative;
  border: solid 1px #000;
  border-radius: 25px;
  max-width: 880px;
  margin: auto;
}

#lp .lp-pre-box::after {
  content: "";
  position: absolute;
  left: 98px;
  bottom: -20px;
  background: url(../images/lp-pre-bg.png) center/cover no-repeat;
  width: 170px;
  height: 59px;
}

#lp .lp-pre-title img {
  border-radius: 25px 25px 0 0;
}

#lp .lp-pre-body {
  padding: 38px 40px 26px 50px;
}

#lp .lp-pre-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 7px;
}

#lp .lp-pre-list dt {
  display: grid;
  place-items: center;
  font-size : 20px;
  font-weight: 700;
  letter-spacing : 0.6px;
  color : #FFFFFF;
  background: #000;
  width: 94px;
  height: 32px;
}

#lp .lp-pre-list dd {
  font-size : 22px;
  font-weight: 700;
  letter-spacing : -1px;
  color : #000000;
  width: calc(100% - 101px);
}

#lp .lp-pre-list .text-sm {
  font-size: 15px;
  margin-left: 9px;
  background: linear-gradient(transparent 60%, #00B8EE 40%);
}

#lp .lp-pre-list .text-bar {
  background: linear-gradient(transparent 70%, #00B8EE 30%);
}

#lp .lp-pre-sub-title {
  font-size : 17px;
  font-weight: 700;
  line-height : 24.04px;
  letter-spacing : 0.51px;
  padding-bottom: 4px;
  margin: 33px 0 10px;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 11px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  width: 266px;
}

#lp .lp-pre-text {
  font-size : 15px;
  line-height : 28px;
  letter-spacing : -0.75px;
  margin-bottom: 16px;
}

#lp .lp-pre-text.center {
  text-align: center;
}

#lp .lp-pre-btn {
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1;
  color: #FFFFFF;
  background: #00B8EE;
  border-radius: 24px;
  max-width: 187px;
  padding: 16px 0 15px;
  margin: 0 auto 20px;
  transition: .3s;
}

#lp .lp-pre-btn:hover {
  opacity: .8;
}

#lp .lp-floor {
  padding-bottom: 73px;
}

#lp .lp-floor-title {
  max-width: 284px;
  margin: auto;
}

#lp .lp-floor-img {
  display: block;
  margin-top: -67px;
}

#lp .lp-store {
  padding-bottom: 73px;
}

#lp .lp-store-title {
  max-width: 326px;
  margin: auto;
}

#lp .lp-store-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 49px 39px;
  margin-top: 63px;
}

#lp .lp-store-list li {
  width: 274px;
}

#lp .lp-store-list li.pt {
  padding-top: 13px;
}

#lp .lp-store-list-body {
  margin-right: 22px;
}

#lp .lp-store-list-warp {
  display: flex;
  justify-content: center;
}

#lp .lp-store-list-name {
  display: inline-block;
  position: relative;
  font-size : 16px;
  font-weight: 700;
  line-height : 34.06px;
  color : #000000;
  text-align: center;
  padding: 0 3px 1px;
  margin-top: 7px;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 3px, transparent 3px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}

#lp .lp-store-list-name::after {
  position: absolute;
  content: "";
  bottom: -3px;
  right: -17px;
  background: url(../images/icon-plane.svg) center/cover no-repeat;
  width: 14px;
  height: 9px;
}

#lp .lp-store-list-price {
  font-size : 10px;
  font-weight: 600;
  line-height : 23.22px;
  letter-spacing : 0.3px;
  color : #000000;
  text-align: center;
}

#lp .lp-store-list-text {
  font-size : 11px;
  line-height : 23.79px;
  color : #000000;
  margin: 15px 0;
}

#lp .lp-store-list-btn {
  display: grid;
  place-items: center;
  font-size : 14px;
  font-weight: 700;
  line-height : 29.25px;
  color : #FFFFFF;
  background : #00B8EE;
  background : rgba(0, 184, 238, 1);
  border-radius : 17px;
  max-width: 140px;
  height: 33px;
  padding-bottom: 1px;
  margin: auto;
  transition: .3s;
}

#lp .lp-store-list-btn:hover {
  opacity: .8;
}



#lp .lp-bubble-img img {
  animation: anime_bubble 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime_bubble {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}



@media screen and (max-width: 1150px) {
  #lp .lp-about .contens-inner::after {
    right: 0;
  }
}

@media screen and (max-width: 1090px) {
  #lp .lp-bubble {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  #lp .lp-bubble {
    width: 92px;
    right: 10px;
  }

  #lp .lp-about {
    padding: 34px 0 45px;
  }

  #lp .lp-about .contens-inner::before {
    bottom: 62px;
    left: 20px;
    width: 66px;
    height: 151px;
    background: url(../images/lp-about-bg01-sp.png) center / cover no-repeat;
  }

  #lp .lp-about .contens-inner::after {
    bottom: 66px;
    right: 10px;
    width: 87px;
    height: 62px;
  }

  #lp .lp-about-text {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.8px;
  }

  #lp .lp-about-hours {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0;
    max-width: 270px;
    padding: 5px;
    margin: 42px auto 0;
  }

  #lp .lp-pre {
    padding: 0 0 57px;
  }

  #lp .lp-pre-box {
    border-radius: 18px;
  }

  #lp .lp-pre-box::after {
    left: 6px;
    bottom: -10px;
    width: 84px;
    height: 29px;
  }

  #lp .lp-pre-title img {
    border-radius: 18px 18px 0 0;
  }

  #lp .lp-pre-body {
    padding: 24px 20px 14px;
  }

  #lp .lp-pre-list {
    align-items: flex-start;
    gap: 10px 0;
  }

  #lp .lp-pre-list dt {
    font-size: 13px;
    letter-spacing: 0;
    width: 63px;
    height: auto;
    padding: 0 0 1px;
  }

  #lp .lp-pre-list dd {
    font-size: 16px;
    letter-spacing: 0;
    width: calc(100% - 63px);
  }
	#lp .lp-pre-list .text-sm-inner {
		display:inline-block;
  	background: linear-gradient(transparent 60%, #00B8EE 40%);
	}

  #lp .lp-pre-list .text-sm {

	  background: transparent;
    display: inline-block;
    font-size: 12px;
  }
  #lp .lp-pre-list .text-sm-inner {


  }

  #lp .lp-pre-list .text-bar {
    display: inline-block;
  }

  #lp .lp-pre-sub-title {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 23px 0 10px;
    width: auto;
  }

  #lp .lp-pre-text {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 23px;
  }

  #lp .lp-pre-btn {
    font-size: 15px;
    width: 138px;
    padding: 9px 0 8px;
  }

  #lp .lp-floor {
    padding-bottom: 48px;
  }

  #lp .lp-floor-title {
    max-width: 208px;
  }

  #lp .lp-floor-img {
    margin-top: -5px;
  }

  #lp .lp-store {
    padding-bottom: 40px;
  }

  #lp .lp-floor-title {
    max-width: 208px;
  }

  #lp .lp-store-list {
    display: block;
    margin-top: 31px;
  }

  #lp .lp-store-list li {
    width: 100%;
  }

  #lp .lp-store-list li.pt {
    padding-top: 0;
  }

  #lp .lp-store-list li + li {
    margin-top: 43px;
  }

  #lp .lp-store-list-img {
    width: calc(100% - 20px);
    margin-left: auto;
  }

  #lp .lp-store-list-body {
    width: calc(100% - 20px);
    padding: 0 30px;
    margin-right: 0;
  }

  #lp .lp-store-list-name {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 2px;
  }

  #lp .lp-store-list-price {
    font-size: 12px;
    line-height: 25px;
  }

  #lp .lp-store-list-text {
    font-size: 12px;
    line-height: 26px;
    margin: 20px 0 25px;
  }

  #lp .lp-store-list-btn {
    font-size: 16px;
    line-height: 32px;
    border-radius: 20px;
    max-width: 150px;
    height: 40px;
  }
}

@media screen and (max-width: 400px) {
  #lp .lp-pre-list dd {
    font-size: 14px;
  }

  #lp .lp-store-list-body {
    padding: 0 15px 0 30px;
  }
}

@media screen and (max-width: 360px) {
  #lp .lp-about-text {
    position: relative;
    z-index: 1;
  }

  #lp .lp-about .contens-inner::before {
    left: 5px;
  }

  #lp .lp-about .contens-inner::after {
    right: 0px;
  }

  #lp .lp-pre-body {
    padding: 24px 10px 14px;
  }
}