* {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuMincho,
	"Hiragino Mincho ProN",
	serif;
    font-size: 20px;
    line-height: 2;
    color: #000;
}
h2 {
  text-align: center;
  font-size: 36px;
 }
 h3 {
  font-size: 20px;
  font-weight: normal;
 }
a {
  text-decoration: none;
  color: #000;
  display: block;
}
li {
  list-style: none;
}
header {
  background-color: #EAE4DD;
}
#headerInner {
  width: 1143px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#logo a {
  height: 140px;
}
#logo {
  float: left;
  clear: both;
}
header nav ul {
  display: flex;
  justify-content: space-between;
}
header nav {
  width: 738px;
  height: 40px;
  float: right;
  margin-top: 49px;
}
header li:last-child {
  width: 203px;
  text-align: center;
  background-color: #6DA8EC;
}
header li:hover {
  font-style: oblique;
}
body {
  background-color: #EAE4DD;
}
html {
  scroll-behavior: smooth;
}
.pagetop {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #493521;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  transition: 2s;
}
.pagetop.show {
  opacity: 1;
  transition: 2s;
}
.pagetop_arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #EAE4DD;
  border-right: 3px solid #EAE4DD;
  transform: translateY(20%) rotate(-45deg);
}
#news {
  width: 1098px;
  margin-top: 68px;
  margin-left: auto;
  margin-right: auto;
}
#news p {
  font-size: 13px;
}
#news ul {
  display: flex;
  justify-content: space-between;
  margin-top: 61px;
}
.newscontents img {
  border-radius: 15%;
  border: 1px solid #493521;
  margin-bottom: 40px;
}
#news .newscontents p {
  display: block;
}
#news .line {
  width: 275px;
  border: 1px solid #707070;
  margin-top: 24px;
  margin-bottom: 24px;
}
#gift {
  width: 1098px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 86px;
}
#giftIntroduction {
  width: 1031px;
  height: 319px;
  margin-top: 82px;
  padding-bottom: 36px;
  display: flex;
  justify-content: space-between;
}
#gifttext {
  width: 357px;
  height: 129px;
  margin-top: 110px;
  margin-right: auto;
}
#gifttext p {
  font-size: 16px;
}
#giftPhoto.show {
  margin-right: 144px;
  opacity: 1;
  transform: translateX(200px);
}
#giftPhoto {
  margin-right: 144px;
  opacity: 0;
  transform: translateX(300px);
  transition: 2s;
}
.giftbox p {
  font-size: 20px;
}
.giftlist {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.giftbox {
  width: 181px;
  height: 155px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
}
.btn-sm {
  display: block;
  width: 181px;
  padding: 5px 20px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  border-radius: 100px;
  background-color: #ffff;
  font-family: YuMincho,
  "Hiragino Mincho ProN",
  serif; 
}
#lineup {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 86px;
}
#lineupIntroduction {
  width: 1031px;
  height: 319px;
  margin-top: 82px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 36px;
  display: flex;
  justify-content: space-between;
}
#lineuptext {
  width: 368px;
  height: 129px;
  margin-top: 110px;
  margin-left: auto;
}
#lineuptext p {
  font-size: 16px;
}
#lineupPhoto.show {
  margin-right: 144px;
  opacity: 1;
  transform: translateX(0px);
}
#lineupPhoto {
  margin-right: 144px;
  opacity: 0;
  transform: translateX(-100px);
  transition: 2s;
}
.listtext {
  width: 220px;
  height: 104px;
  margin-top: 30px;
}
.listtext p {
  font-size: 13px;
}
.buy_btn {
 display: block;
 width: 210px;
 padding: 5px 40px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 30px;
 border: 1px solid;
 border-radius: 100px;
 background-color: #ffff;
 font-family: YuMincho,
 "Hiragino Mincho ProN",
 serif;
}
.lineupList {
  width: 1240px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.lineupList img {
  border-radius: 14%;
}
footer {
  background-color: #000000;
  color: #A8A39D;
  margin-top: 98px;
  padding: 132px;
}
#footerInner {
  width: 692px;
  height: 326px;
  margin-left: auto;
  margin-right: auto;
}
footer ul {
  width: 692px;
  height: 21px;
  display: flex;
  justify-content: space-between;
}
footer a {
  font-size: 16px;
  color: #A8A39D;
}
#footerlogo {
  width: 252px;
  height: 175px;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
}
#copyright {
  font-size: 12px;
  margin-top: 57px;
  text-align: center;
}
.listPhoto {
  overflow: hidden;
  border-radius: 22%;
}
.listPhoto img {
  transition: transform .5s ease;
}
.listPhoto img:hover {
  transform: scale(1.2);
}
.bx-wrapper .bx-pager-item{
  display: none !important
}