@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

/*------------------------
 image responsove change
 --------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  line-height: 200%;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: justify;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  body {
    background-size: auto;
  }
}

a {
  color: #222;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.nim {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*-------------------------------
 block
--------------------------------- */
.pc {
  display: none;
}

.sp {
  display: none;
}

div.header {
  background-color: #eae8dd;
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  /* 左右の矢印の色を調整 */
  /* 左右の矢印の位置を調整 */
  /* スライド数のドットの色をBlackに */
  /* ドットの位置調整(画像の真ん中に) */
}
@media screen and (max-width: 768px) {
  div.header {
    width: 100%;
    height: 500px;
  }
}
div.header .title1 {
  width: 900px;
  position: absolute;
  left: 10%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  div.header .title1 {
    width: 80%;
    left: 10%;
    top: 7%;
  }
}
div.header div.title2 {
  width: 400px;
  position: absolute;
  left: 10%;
  bottom: 10%;
}
@media screen and (max-width: 768px) {
  div.header div.title2 {
    width: 45%;
    left: 10%;
    bottom: 7%;
  }
}
div.header .sliderArea {
  position: absolute;
  right: 10%;
  bottom: 10%;
}
@media screen and (min-width: 769px) {
  div.header .sliderArea {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  div.header .sliderArea {
    width: 80%;
    top: 22%;
  }
}
div.header .sliderArea p {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  div.header .sliderArea p {
    font-size: 22px;
  }
}
div.header .sliderArea h2 {
  text-align: center;
  font-size: 12px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  div.header .sliderArea h2 {
    width: 90%;
    font-size: 10px;
    text-align: center;
    margin: 0px auto 70px;
  }
}
div.header .sliderArea.w300 {
  max-width: 230px;
}
div.header .slick-slide {
  margin: 0 5px;
  box-sizing: border-box;
}
div.header .slick-slide img {
  width: 100%;
  height: auto;
}
div.header .slick-prev, div.header .slick-next {
  display: none !important;
}
div.header .slick-dots li.slick-active button:before,
div.header .slick-dots li button:before {
  color: #000000;
}
div.header .slick-dots {
  width: 94.8%;
}

.lead {
  width: 100%;
  padding: 100px 0 140px;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 70px 0 70px;
  }
}
.lead h1 {
  font-size: 48px;
  text-align: center;
  margin: 0 auto 70px;
  line-height: 1.8em;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lead h1 {
    width: 90%;
    line-height: 1.8em;
    font-size: 23px;
  }
}
.lead h1 span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .lead h1 span {
    font-size: 18px;
  }
}
.lead h2 {
  width: 700px;
  text-align: left;
  line-height: 1.7em;
  font-size: 22px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .lead h2 {
    width: 90%;
    font-size: 13px;
  }
}
.lead .andy {
  border: 4px solid #231815;
  border-radius: 50px;
  width: 700px;
  margin: 0 auto;
  padding: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lead .andy {
    width: 90%;
    padding: 40px;
    box-sizing: border-box;
    border: 2px solid #231815;
  }
}
.lead .andy .andytitle {
  width: 400px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .lead .andy .andytitle {
    width: 100%;
  }
}
.lead .andy p.andytxt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lead .andy p.andytxt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.lead .andy .andyimg {
  width: 200px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .lead .andy .andyimg {
    width: 180px;
  }
}
.lead .andy .andylead {
  text-align: center;
  line-height: 1.7em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lead .andy .andylead {
    width: 100%;
    font-size: 12px;
  }
}

/*-------------------------------
 main
--------------------------------- */
/*-------------------------------
lead
--------------------------------- */
/*発売日*/
.onsale {
  width: 100%;
  background: #c9caca;
  position: relative;
}
.onsale h3 {
  margin: 40px auto 10px;
  padding: 0;
  font-size: 4.267vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .onsale h3 {
    font-size: 2rem;
  }
}
.onsale h4 {
  width: 800px;
  margin: 0 auto 0px;
  font-size: 42px;
  line-height: 1.5em;
  position: relative;
  padding: 60px 0;
  letter-spacing: 0.2;
}
@media screen and (max-width: 768px) {
  .onsale h4 {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
  }
}
.onsale h4 span {
  font-size: 16px;
  margin-top: -10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .onsale h4 span {
    font-size: 11px;
    margin-top: 0px;
    line-height: 1.4em;
  }
}
.onsale h4:before {
  content: "";
  display: block;
  background: no-repeat center/70% url("../images/ch.png");
  width: 60px;
  height: 60px;
  top: 20%;
  left: 38%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .onsale h4:before {
    width: 50px;
    height: 50px;
    top: 15.5%;
    left: 47%;
  }
}
@media screen and (min-width: 769px) {
  .onsale h4:after {
    content: "";
    display: block;
    background: no-repeat center/70% url("../images/ch.png");
    width: 60px;
    height: 60px;
    top: 41%;
    left: 11.5%;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .onsale h4:after {
    content: "";
    display: block;
    background: no-repeat center/70% url("../images/ch.png");
    width: 50px;
    height: 50px;
    top: 45%;
    left: 12.5%;
    position: absolute;
  }
}

.contents {
  width: 90%;
  width: 100%;
  margin: 0 auto;
  padding: 140px 0 10px;
  background-attachment: fixed;
  background-size: 30px;
  background: #eae8dd;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 70px 0 0 0;
    overflow: hidden;
  }
}
.contents .itemtitle {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 140px auto 0px;
}

/*-------------------------------
lineup
--------------------------------- */
.lineup2 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 1000px;
}
@media screen and (max-width: 768px) {
  .lineup2 {
    width: 100%;
    height: 1300px;
  }
}
.lineup2 .scene {
  position: absolute;
}
.lineup2 .s1 {
  width: 300px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lineup2 .s1 {
    width: 70%;
  }
}
.lineup2 .s2 {
  width: 600px;
}
@media screen and (min-width: 769px) {
  .lineup2 .s2 {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .lineup2 .s2 {
    width: 75%;
    right: 0;
    bottom: 0;
  }
}
.lineup2 .s3 {
  width: 300px;
}
@media screen and (min-width: 769px) {
  .lineup2 .s3 {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lineup2 .s3 {
    width: 70%;
    bottom: 17%;
  }
}
.lineup2 .s4 {
  width: 500px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lineup2 .s4 {
    width: 80%;
    top: 33.5%;
    right: 0;
  }
}
.lineup2 .s5 {
  width: 120px;
  top: 20%;
  left: 26%;
  transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .lineup2 .s5 {
    top: 13%;
    left: 56%;
    width: 130px;
  }
}
.lineup2 .s6 {
  width: 120px;
  top: 29%;
  left: 25%;
  transform: rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .lineup2 .s6 {
    top: 20%;
    left: 64%;
    width: 130px;
    transform: rotate(-10deg);
  }
}
.lineup2 .s7 {
  width: 185px;
  transform: rotate(20deg);
}
@media screen and (min-width: 769px) {
  .lineup2 .s7 {
    top: 27%;
    right: 7%;
  }
}
@media screen and (max-width: 768px) {
  .lineup2 .s7 {
    width: 146px;
    top: 41%;
    left: 2%;
  }
}
.lineup2 .s8 {
  width: 170px;
  bottom: 33%;
  left: -3%;
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .lineup2 .s8 {
    width: 131px;
    bottom: 5%;
    left: 2%;
  }
}
.lineup2 .s9 {
  width: 200px;
  bottom: 36%;
  right: 40%;
  transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .lineup2 .s9 {
    width: 150px;
    bottom: 33%;
    right: 1%;
  }
}
.lineup2 .s10 {
  width: 81px;
  bottom: 42%;
  right: -3%;
  transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .lineup2 .s10 {
    width: 65px;
    bottom: 46%;
    right: 3%;
  }
}
.lineup2 .s11 {
  width: 85px;
  top: 2%;
  left: 45%;
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .lineup2 .s11 {
    left: 77%;
    width: 60px;
  }
}
.lineup2 .s12 {
  width: 80px;
  bottom: 15%;
  right: 35%;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .lineup2 .s12 {
    width: 58px;
    bottom: 19%;
    right: 6%;
  }
}
.lineup2 .s13 {
  width: 110px;
  top: 29%;
  left: 46%;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .lineup2 .s13 {
    width: 81px;
    top: 32%;
    left: 9%;
  }
}

.lineup {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.lineup ul {
  margin: 0 auto;
  background: #fff;
}
.lineup ul li {
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .lineup ul li {
    display: flex;
    align-items: center;
    padding: 30px;
  }
}
.lineup ul li .character {
  width: 70%;
  max-width: 200px;
  margin: 0 auto;
}
.lineup ul li div {
  width: 80%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .lineup ul li div {
    padding: 0 5%;
  }
}
.lineup ul li div p {
  font-size: 2.933vw;
  text-align: left;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .lineup ul li div p {
    font-size: 1.2rem;
  }
}
.lineup ul li .allitem {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.lineup ul li .allitem .deco {
  width: 60px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
@media screen and (min-width: 769px) {
  .lineup ul li .allitem .deco {
    top: -20px;
  }
}

/*-------------------------------
topics
--------------------------------- */
.topics {
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  text-align: center;
}
.topics div {
  margin: 0;
  border: 10px solid #fcf0f1;
  padding: 40px 20px;
  position: relative;
  z-index: 0;
  background: #fff;
}
.topics div:before {
  /* 外側の線の太さ・種類・色 */
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  z-index: -1;
}
.topics div h2 {
  margin-bottom: 20px;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.267vw;
}
@media screen and (min-width: 769px) {
  .topics div h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .topics div h2 br {
    display: none;
  }
}
.topics div figure {
  max-width: 400px;
  margin: 0 auto 20px;
}
.topics div p {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .topics div p {
    text-align: center;
  }
}
.topics div p br {
  display: none;
}
@media screen and (min-width: 769px) {
  .topics div p br {
    display: inherit;
  }
}

/*-------------------------------
item
--------------------------------- */
.item {
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  text-align: center;
  position: relative;
}
.item .chara {
  max-width: 250px;
  position: absolute;
  top: -80px;
  left: 2%;
  z-index: 100;
}
.item .onsale_coming {
  width: 100%;
  max-width: 1000px;
  margin: auto auto -20px;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 160%;
  border: solid 1px #fff;
}
.item .comingsoon {
  padding: 10%;
  font-size: 2.4rem;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
  color: #2f4c9f;
}
.item .item_list {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 140px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item .item_list li {
  width: 48%;
  margin: 0 0 4% 0;
  padding: 0 0 3% 0;
  text-align: center;
  line-height: 120%;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .item .item_list li {
    width: 24%;
    margin: 0 0 1% 0;
  }
}
.item .item_list li .nosale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 15px;
  z-index: 10;
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item .item_list li .nosale span {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
}
.item .item_list li .nosale span a {
  margin-top: 10px;
  color: #bd9e0a;
  text-decoration: underline;
  display: inline-block;
}
.item .item_list li .modal-open {
  padding: 0;
  margin: 0;
  display: block;
}
.item .item_list li .modal-open figure {
  margin: 0 0 2% 0;
  padding: 5% 5% 0 5%;
  position: relative;
}
.item .item_list li .modal-open figure .photo {
  margin: 0 0 15px 0;
  padding: 0;
}
.item .item_list li .modal-open figure .detail {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #fff;
  background: #f0ca34;
}
.item .item_list li .price {
  letter-spacing: 1px;
}
.item .item_list li .u-price-color {
  letter-spacing: 1px;
  font-weight: bold;
}
.item .item_list li .u-text-small {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 150%;
}
.item .item_list li .u-price-big {
  font-size: 1.6rem;
}
.item .item_list li .u-price-small {
  font-size: 1rem;
}
.item .item_list li .name {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.item .item_list li .buy {
  width: 80%;
  margin: 15px auto 0;
  font-size: 12px;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
  background: #f8e5bc;
}
.item .item_list li .buy a {
  padding: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  color: #222;
}
.item .item_list li .coming {
  width: 80%;
  padding: 10px;
  margin: 15px auto 0;
  font-size: 14px;
  font-family: buena-park-jf, serif;
  font-weight: 400;
  font-style: normal;
}
.item .item_list li .limited {
  padding: 10px 0 3px 0;
  margin: 15px auto 10% auto;
  font-size: 13px;
  border-bottom: solid 1px;
  display: inline-block;
}

.item__size {
  font-size: 0.9rem;
  letter-spacing: 0;
  margin: 5px auto 10px;
  line-height: 150%;
}

.item__caution {
  width: 80%;
  font-size: 0.9rem;
  letter-spacing: 0;
  margin: 5px auto 0 auto;
  padding: 5px;
  line-height: 140%;
  color: #fff;
  background: #E83921;
}

.text_small {
  font-size: 13px;
}

/*----modal----*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  padding: 0;
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eae8dd;
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-wrapper .modal-close i {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  color: #f0ca34;
  font-size: 24px;
  line-height: 45px;
  border: solid 2px #f0ca34;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

.item_detail {
  width: 80%;
  max-width: 600px;
  margin: 80px auto;
}
.item_detail li {
  margin-bottom: 30px;
}
.item_detail li img {
  margin-bottom: 30px;
  border: dotted 1px #bd9e0a;
}

/*-------------------------------
item icon
--------------------------------- */
.item ul.icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 150px;
  margin-top: 30px;
}

.item ul.icon li {
  width: 48%;
  margin-bottom: 5px;
}

/*-----------------------------
 caution
------------------------------------ */
.caution {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
}
.caution .chara {
  max-width: 175px;
  position: absolute;
  top: -80px;
  left: 2%;
  z-index: 100;
}
.caution .caution_box {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 50px 10%;
  background-color: #fff;
  border: dotted 1px #bd9e0a;
}
.caution .caution_box h3 {
  margin: 40px auto 10px;
  padding: 0;
  font-size: 4.267vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .caution .caution_box h3 {
    font-size: 2rem;
  }
}
.caution .caution_box p {
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}
.caution .caution_box p::before {
  content: "※";
}
.caution .caution_box p span {
  color: #E83921;
}
.caution .caution_box p a {
  width: 100%;
  margin: 10px 0;
  padding: 8px 20px 6px 30px;
  font-weight: 500;
  color: #fff;
  background: #cdb852;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
}
.caution .caution_box p a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 0.9rem;
  padding-left: 10px;
}
.caution .jukebox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 10%;
  border-radius: 15px;
  background-color: #fff;
}
.caution .jukebox figure {
  width: 200px;
  margin: 0 auto 20px;
}
.caution .jukebox h3 {
  font-weight: bold;
  text-align: center;
}

.line {
  border-bottom: dashed 1px;
  margin: 40px auto;
}

.caution__info {
  font-size: 1.6rem;
  margin: 30px 0 10px 0;
  font-weight: bold;
}

.caution__info--underline {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.caution__info--sub {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  line-height: 2rem;
  font-weight: bold;
  display: inline-block;
}

.copyright {
  margin-bottom: 30px;
  text-align: center;
}
.copyright figure {
  width: 50%;
  max-width: 180px;
  margin: 0 auto 20px;
}
.copyright small {
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: 1px;
}

/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */
.item_all {
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  background: #f0ca34;
  font-size: 4.8vw;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: fixed;
  left: 0;
  bottom: -90px;
  z-index: 200;
}
@media screen and (min-width: 769px) {
  .item_all {
    font-size: 2.4rem;
  }
}
.item_all a {
  display: block;
  color: #fff;
}
.item_all a i {
  margin-right: 5px;
}

.fotter {
  font-size: 16px;
  width: 1000px;
  border: 4px solid #231815;
  border-radius: 50px;
  margin: 0 auto;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fotter {
    width: 90%;
    border: 2px solid #231815;
  }
}
.fotter .proftitle {
  width: 300px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .fotter .proftitle {
    width: 65%;
    margin: 70px auto 0;
  }
}
.fotter .profimg {
  width: 180px;
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  .fotter .profimg {
    width: 28%;
    margin: 20px auto 30px;
  }
}
.fotter p {
  width: 500px;
  margin: 50px auto 30px;
}
@media screen and (max-width: 768px) {
  .fotter p {
    width: 85%;
    margin: 30px auto 20px;
    font-size: 12px;
  }
}
.fotter .shop {
  width: 500px;
  margin: 0px auto 100px;
}
@media screen and (max-width: 768px) {
  .fotter .shop {
    width: 85%;
  }
}
.fotter .shop .shop1 {
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .fotter .shop .shop1 {
    font-size: 12px;
  }
}
.fotter .shop img {
  width: 20px;
  margin-right: 5px;
}

.logo {
  width: 120px;
  margin: 140px auto 20px;
}

.logo2 {
  width: 100px;
  margin: 0 auto 70px;
}

/*------------------------------
 animation
 -------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */