@charset "UTF-8";
/* CSS Document */
/*-----通常（PC向け）の記述-----*/
.wrapper {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
n_footer {

	margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  margin: 30px 0;
}
.centerList {
  text-align: center;
  padding: 30px 0 17px;
  border-bottom: 1px solid #CCC;
  position: relative;
  margin-bottom: 30px;
}
n_footer ul {
  display: inline-block;
  overflow: hidden;
}
n_footer ul li {
  float: left;
  width: 50px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 10px 0 !important;
}
n_footer a#pagetop {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 10;
}
img {
  max-width: 100%;
}
.package {
  background-image: url(../img/explanation01.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 2417px;
  display: flex;
  flex-direction: column;
}
.bag-ground {
  background-image: url(../img/bagground2.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 1192px;
  display: flex;
  flex-direction: column;
}
.bag-ground img {
  width: 90%
}

.teikicta {
  position: relative;
}

.pack1 {
  width: 475px;
  margin-top: 355px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.pack2 {
  width: 600px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
}

.pack3 {
  position: absolute;
  width: 800px;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}

.nyusan {
  margin-top: 10%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* =======================================

floating-banner

========================================== */
.floating-banner {
  position: fixed; /* 追従 */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  text-align: center;
  width: 100%;
}
.pc-f {
  width: 100px;
  margin: 12px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.floating-banner:hover {
  opacity: .9; /* ホバーで少し透過 */
}
.sp-f {
  display: none; /* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .pc-f {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
  .sp-f {
    display: inline-block; /* 消していたスマホ用のバナーを表示させる */
    width: 99%;
    margin-bottom: 9px;
  }
  .header_top_area {
    padding-left: 10px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
	

	.wrapper {
width: 100%;
  }
		
		
  .sp-f {
    display: inline-block; /* 消していたスマホ用のバナーを表示させる */
    width: 99%;
    margin-bottom: 9px;
  }
  .package {
    background-image: url(../img/explanation01.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .bag-ground {
    background-image: url(../img/bagground2.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .bag-ground img {
    width: 90%
  }
  .pack1 {
    width: 50%;
    margin-top: 43%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .pack2 {
    width: 75%;
    margin-top: 4%;
    margin-right: auto;
    margin-left: auto;
  }

  .pack3 {
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
}

	div#CartList {
    margin-bottom: 90px;
}
	#ctl00_ContentPlaceHolder1_ucInputForm_hgcCompleteMessage {
	width: 99%!important;
}
}
/*-----フェード----*/
.fade {
  transition: all 1000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 20px);
}
.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
/*下からフェードイン*/
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-----文章ボックス----*/
.lines-on-sides {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.2vw;
  margin: 1em;
  margin-bottom: 30px;
}
.lines-on-sides:before {
  content: "";
  display: block;
  border-top: solid 1px #ccc;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-left: 40%;
}
.lines-on-sides span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  color: #5c5c5c;
}
.article {
  text-align: left;
  color: #5c5c5c;
  font-size: 14px;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 35px;
  line-height: 28px;
  letter-spacing: 0.9px;
}
.sentence {
  text-align: center;
  margin-top: 25px;
  color: #5c5c5c;
  margin-bottom: 18px;
}

.section-border {
  max-height: 350px;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #6a9fdf #e4e4e4;
    scrollbar-width: thin;
    padding-right: 0px;
    padding-left: 5px;
    margin-bottom: 12px;
    border: 1px solid #cbcbcb;
}
.section-border::-webkit-scrollbar {
  width: 20px;
}
.section-border::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.section-border::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.section-border::-webkit-scrollbar {
  width: 8px;
}


@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .lines-on-sides {
  font-size: 2rem;
  margin-bottom: 30px;

}

.lines-on-sides:before {

  width: 40%;
  top: 50%;
  margin-left: 30%;
}

.lines-on-sides span {
  padding: 0 10px;
}

  }