@charset "utf-8";
/* CSS Document */
body {
	display: block;
    margin: auto;
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,Verdana,Roboto,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,Meiryo UI,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
    webkit-font-smoothing: antialiased;
	background: #ffffff;
	object-fit: cover;
	background-repeat: repeat;
	background-position: center;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
	color: #4d4d4d;
	font-size: 14px;
}

a {
	color: #424242;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}
a:active, a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}

@media screen and (min-width: 640px) {
  .sp {
    display: none;
	}
}

/*固定帯*/
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(50, 75, 50, 0.5);
  backdrop-filter: blur(10px);
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;  
}
.logo_btn {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 10px;  
}
.logo_btn img {
  max-width: 100px;
  height: auto;
}
.top_btn {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.top_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  transition: all 0.3s ease;
}
.top_btn a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .top-bar {
    padding: 0 15px;
  }
  .top_btn {
    margin-right: 5px;
  }
}

#top {
  position: relative;
  width: 100%;
  height: 80vh;
  margin-top: 80px; /* 固定帯の分のマージン */
  overflow: hidden;
  background: #ffffff;
}

/* 背景画像ボックス */
.img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_TOP-1_SP.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  
  /* アニメーション設定 */
  animation: zoomIn 3s ease-out forwards;
  transform: scale(1.1);
}

/* 背景画像の拡大アニメーション */
@keyframes zoomIn {
  0% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.title {
  position: relative;
  z-index: 10;
  margin: 80px auto 0;
  padding-left: 40px;
}
.title h2 {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
}
.title h1 img {
  max-width: 80%;
  height: auto;
  margin: 20px 0 0;
  display: block;
}
.title p {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  margin: 40px 0 0;
  letter-spacing: 1px;
}

/* フェードインアップアニメーション */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 640px) {
  #top {
  height: 100vh;
}
  .img-box {
  background-image: url('/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_TOP-1_PC.jpg');
}
  .title {
      margin: 100px 0 0 100px;
  }
  .title h2 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
  }
  .title h1 img {
    max-width: 30%;
    height: auto;
    display: block;
  }
  .title p {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin: 40px 0 0 0;
    letter-spacing: 1px;
  }
}


.concept {
  display: block;
  margin: auto;
  background: #e0e0e0;
  background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_bg_PC.gif);
  object-fit: cover;
  background-repeat: repeat;
  padding: 80px 0;
  text-align: center;
  position: relative;
  line-height: 2;
  z-index: 500;
}

/* 初期状態：全て非表示 */
.concept img {
  width: 45px;
  height: auto;
  opacity: 0;
  transform: scale(0.8) translateY(-20px);
  padding-bottom: 40px;
  margin: 0 auto;
  display: block;
}

.concept p {
  margin: 0;
  opacity: 0;
  transform: scale(0.8) translateY(-20px);
}

.concept p:nth-of-type(1) {
  margin-bottom: 40px;
}

.concept p:nth-of-type(2) {
  margin-bottom: 40px;
}

/* スクロールでアニメーション開始（.animateクラスが付与された時） */
.concept.animate img {
  animation: fadeInImage 1.2s ease-out 0.5s forwards;
}

.concept.animate p:nth-of-type(1) {
  animation: fadeInText 1s ease-out 1.5s forwards;
}

.concept.animate p:nth-of-type(2) {
  animation: fadeInText 1s ease-out 2.2s forwards;
}

.concept.animate p:nth-of-type(3) {
  animation: fadeInText 1s ease-out 2.9s forwards;
}

/* アニメーション定義 */
@keyframes fadeInImage {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes fadeInText {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media screen and (min-width: 640px) {
  .concept {
  padding: 120px 40px;
}
  .concept img {
  width: 60px;
} 
}

#index{
  background: #98a597;
  padding: 80px 0;
}
.index__wrap {
  width: 320px;
  display: block;
  margin: 0 auto;
} 
#index h3 {
  display: block;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.index-sof, .index-oil {
    width: 320px;
    margin: 0 auto;
}
.index-sof {
  padding-bottom: 60px
}
.index__box {
  display: flex;
  align-items: center;
}
.index__box img {
  width: 45%;
}
.index__txt p {
  font-size: 14px;
  color: #ffffff;
}
.index__txt h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
}

@media screen and (min-width: 640px) {
  #index{
  padding: 120px 0;
}
.index__wrap {
  width: 700px;
} 
#index h3 {
  text-align: left;
  padding-bottom: 40px;
}
.index-sof, .index-oil {
    width: 700px;
    display: flex;
    gap: 40px;
}
}


#hinoki-blend {
  background: #c1c9c1;
  margin: 10px 0 0;
  padding: 80px 0;
}
#kuromoji-blend {
  background: #d6dbd5;
  margin: 10px 0 0;
  padding: 80px 0;
}
#hiba-blend {
  background: #c7c1bc;
  margin: 10px 0 0;
  padding: 80px 0;
}
#sugi-blend {
  background: #d5d0cd;
  margin: 10px 0 0;
  padding: 80px 0;
}

.item__wrap {
    width: 320px;
    margin: 0 auto;
}
.item__txt {
  display: block;
  padding-bottom: 60px;
}
.item__txt h3 {
  margin: 0 0 20px 0;
}
.item__txt h4 {
  font-size: 20px;
  margin: 0 0 20px 0;
}
.item__txt p {
  margin: 0 0 12px 0;
}
.item__txt small {
  font-size: 12px;
  color: #4d4d4d;
  margin: 0;
}
.item__btn {
  margin: 20px 0 0 0;
}
.item__btn span {
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
  margin: 0;
}
.design__wrap {
  width: 320px;
  margin: 0 auto;
  border-top: solid 2px #4d4d4d;
  border-bottom: solid 2px #4d4d4d;
  padding: 20px 0;
}
.design__wrap h3 {
  width: 100%;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.design__wrap p {
  margin: 0 20px;
}
.story__wrap {
  width: 100vw; /* 画面全幅 */
  height: 60vh; /* または適切な高さ */
  background-size: 100% auto; 
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}

.hinoki .story__wrap {
  background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_hinoki_SP.jpg);
}
.kuromoji .story__wrap {
  background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_kuromoji_SP.jpg);
}
.hiba .story__wrap {
  background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_hiba_SP.jpg);
}
.sugi .story__wrap {
  background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_sugi_SP.jpg);
}

.story__txt {
  width: 320px;
  margin: 0 auto;
  padding: 122px 0;
}
.story__txt h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.story__txt p {
  margin: 0;
  color: #ffffff;
}

.hinoki .story__wrap_m {
  background: #c1c9c1;
}
.kuromoji .story__wrap_m {
  background: #d6dbd5;
}
.hiba .story__wrap_m {
  background: #c7c1bc;
}
.sugi .story__wrap_m {
  background: #d5d0cd;
}

/*アコーディオンタイトル*/
.Q-title {
  width: 320px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  transition: all .5s ease;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
}
.hinoki .Q-title {
  background: #c1c9c1;
}
.kuromoji .Q-title {
  background: #d6dbd5;
}
.hiba .Q-title {
  background: #c7c1bc;
}
.sugi .Q-title {
  background: #d5d0cd;
}

/* read moreテキスト */
.Q-title .read-more-text {
  transition: opacity 0.3s ease;
  opacity: 1;
}

/* 閉じている時は read more を表示、+ を非表示 */
.Q-title::before,
.Q-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #4d4d4d;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0; /* 初期状態では非表示 */
}

.Q-title::before {
  background: #4d4d4d;
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.Q-title::after {
  background: #4d4d4d;
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

/* 開いている時（closeクラス）は read more を非表示、× を表示 */
.Q-title.close .read-more-text {
  opacity: 0;
}

.Q-title.close::before,
.Q-title.close::after {
  opacity: 1;
}

.Q-title.close::before {
  background: #4d4d4d;
  transform: rotate(45deg);
}
.Q-title.close::after {
  background: #4d4d4d;
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.A-box {
  display: none; /* jQueryのslideUp/slideDownで制御 */
  padding: 0 0 60px;
}
.hinoki .A-box {
  background: #c1c9c1;
}
.kuromoji .A-box {
  background: #d6dbd5;
}
.hiba .A-box {
  background: #c7c1bc;
}
.sugi .A-box {
  background: #d5d0cd;
}

.A-box p {
  font-size: 14px;
  color: #4d4d4d;
  text-align: left;
  margin: 0;
}

.story__box_l {
  width: 320px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.story__box_r {
  width: 320px;
  margin: 0 auto;
}
.story__box_l img, .story__box_r img {
  width: 100%;
    padding-bottom: 14px;
}

@media screen and (min-width: 640px) {
  #hinoki-blend, #kuromoji-blend, #hiba-blend, #sugi-blend {
  padding: 80px 0;
}
  .item__wrap {
    width: 700px;
    display: flex;
    margin: 0 auto;
    gap: 40px;
    align-items: end;
}
  .design__wrap {
  display: flex;
  width: 700px;
  margin: 0 auto;
  padding: 20px 0;
    align-items: center;
}
  .design__wrap h3 {
  margin: 0 20px;
  text-align: left;
  padding-bottom: 0;
}
  .story__wrap {
  height: 50vh; /* または適切な高さ */
}
  .hinoki .story__wrap {
  background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_hinoki_PC.jpg);
}
.kuromoji .story__wrap {
  background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_kuromoji_PC.jpg);
}
.hiba .story__wrap {
  background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_hiba_PC.jpg);
}
.sugi .story__wrap {
  background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_sugi_PC.jpg);
}
  .story__txt {
  width: 700px;
    padding: 116px 0;
}
  .Q-title {
  width: 700px;
}
  .story__box_l {
  width: 700px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.story__box_r {
  width: 700px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
}
.story__box_l img, .story__box_r img {
  width: 50%;
  padding-bottom: 0px;
}
}


/*swiper*/
.swiper{
  max-width: 320px;
  margin: 0;
  height: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: block;
  padding-bottom: 60px;
}
.swiper-slide img {
	height: auto;
	width: 100%;
}

.swiper-fade .swiper-slide{
	text-align: center;
	pointer-events:none;
	transition-property:opacity;
}

.swiper-horizontal{
	width:100%;
	touch-action:pan-y;
}
.swiper-vertical{
	width:100%;
	touch-action:pan-x;
}
.swiper-slide{
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
	transition-property:transform;
	display:block;
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{
	bottom: var(--swiper-pagination-bottom, 20px);
    top: var(--swiper-pagination-top, 330px);
	width:100%;
}

.swiper-slide a{
	display: block;
}

@media screen and (max-width: 365px) {
	.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{
    top: var(--swiper-pagination-top, 320px);
}
}


.use h2{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #314c2f;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 60px;
}
.use h3{
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center;
    display: block;
    margin: 0 auto;
  padding-bottom: 12px;
}
.use__sof {
  width: 320px;
  margin: 0 auto;
}
.use__oil {
  width: 320px;
  margin: 0 auto;
  padding-top: 60px;
}
.use__sof img,.use__oil img {
  width: 100%;
} 
.use__sof h3,.use__oil h3 {
    font-size: 20px;
    font-weight: bold;
    color: #314c2f;
    display: block;
    text-align: left;
      padding: 12px 0 0;
} 
.use__txt p {
  margin: 20px 0;
}
.rec__txt p {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: 20px 0;
  margin: 20px 0 0;
}

@media screen and (min-width: 640px){
.use h2{
    font-size: 28px;
    font-weight: bold;
    color: #314c2f;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 60px;
}
.use h3{
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.use__sof {
  width: 700px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}
.use__oil {
  width: 700px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  padding-top: 60px;
}
.use__sof img,.use__oil img {
  width: 50%;
} 
.use__sof h3,.use__oil h3 {
  font-size: 20px;
  font-weight: bold;
  color: #314c2f;
  display: block;
  text-align: left;
  padding: 0;
} 
.use__txt p {
  margin: 20px 0;
}
.rec__txt p {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  margin: 0;
}
}


.lineup {
  background: #98a597;
  overflow-x: hidden;
  margin-top: 10px;
}
.lineup h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #314c2f;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 80px;
}
.lineup__container {
    overflow-x: hidden;
}
.lineup-slick {
  padding: 60px 0 95px;
}

.lineup-slick__item {
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.5s ease;
  background: #ffffff;
  width: 320px;
  margin: 0 10px;
}
.lineup-slick__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.lineup-slick__item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.lineup-slick__item .card-body {
  height: 165px;
  padding: 20px;
}

.lineup-slick__item h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #314c2f;
  text-align: left;
}
.lineup-slick__item span {
  font-size: 16px;
}
.lineup-slick__item p {
  margin: 0 auto 12px;
  font-size: 14px;
}
.lineup-slick__item small {
  color: #4d4d4d;
  font-weight: bold;
}

.card__btn {
  background: #314c2f;
}
.card__btn p {
  color: #ffffff;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.slick-dots { bottom: 40px !important;}
.slick-dots li button:before { font-size: 12px !important; color: #314c2f !important; opacity: 0.5 !important; }
.slick-dots li.slick-active button:before { opacity: 1 !important; color: #314c2f !important; }
.slick-dotted.slick-slider { margin-bottom: 0 !important; }

.lineup-slick__item {
  width: 320px;
  margin: 0 10px;
}

/* レスポンシブでカード幅を調整 */
@media (max-width: 1024px) {
.lineup-slick__item {
        width: 200px;  /* タブレットで少し小さく */
    }
}

@media (max-width: 768px) {
  .lineup-slick__item {
    width: 280px;  /* モバイルでさらに小さく */
  }
  .lineup-slick__item .card-body {
    height: 190px;
  }
}

@media screen and (min-width: 640px){
  .lineup h2 {
    padding-top: 120px;
}
  .lineup-slick {
  padding: 60px 0 163px;
}
  .slick-dots { bottom: 120px !important;}
}


.wrapping, .use {
	display: block;
  margin-top: 10px;
	background: #e0e0e0;
	background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/forest-edition/img/FE_bg_PC.gif);
	object-fit: cover;
	background-repeat: repeat;
  padding: 80px 0;
  position: relative;
  line-height: 2;
  }

.bag {
  max-width: 320px;
  margin: 0 auto;
}
.bag h2 {
  font-size: 28px;
  font-weight: bold;
  color: #314c2f;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 30px;
  }
.bag p {
  margin: 0 auto 12px;
}
.bag small {
      color: #4d4d4d;
    line-height: 1.5;
    display: block;
}
  
.bag .swiper {
    max-width: 350px;
    margin: 60px auto 0;
    height: 350px;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    display: block;
    padding-bottom: 0;
}

.novelty {
  position: relative;
  width: 320px; /* 画像幅に合わせて全体を広げる */
  /*clip-path: polygon(110px 0,100% 0,100% 100%,0 100%,0 110px); */
  background: #bfc5c2;
  margin: 80px auto 0;
}
.novelty h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #314c2f;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 20px;
}
.novelty h3 {
  text-align: center;
  margin-top: -12px; 
  font-size: 20px;
}
.novelty img {
  display: block;
  width: 70%;
  height: auto;
  margin: 40px auto;
  object-fit: cover;
}
.novelty p {
  width: 70%;
  font-size: 14px;
  line-height: 2;
  margin: 0 auto;
  padding-bottom: 60px;
}
.novelty span {
  font-weight: bold;
}
.corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 135px;
  background: #9da5a0;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  display: block;
  justify-content: center;
  align-items: center;
}
.corner p {
  transform: rotate(-45deg);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 20px;
}

@media screen and (min-width: 640px){
  .wrapping, .use {
    padding: 120px 0;
  }
  .bag {
    max-width: 700px;
    margin: 0 auto;
  }
  .bag h2 {
    font-size: 28px;
    font-weight: bold;
    color: #314c2f;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 0; 
  }
  
  .novelty {
    position: relative;
    width: 700px; /* 画像幅に合わせて全体を広げる */
     /*clip-path: polygon(180px 0,100% 0,100% 100%,0 100%,0 180px); */
    background: #bfc5c2;
    margin: 120px auto 0;
  }
  .novelty h2 {
    font-size: 28px;
    font-weight: bold;
    color: #314c2f;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 120px;
  }
  .novelty h3 {
    text-align: center;
    margin-top: 5px; 
    font-size: 20px;
  }
  .novelty img {
    display: block;
    width: 50%;
    height: auto;
    margin: 40px auto;
    object-fit: cover;
  }
  .novelty p {
    width: 70%;
    font-size: 14px;
    line-height: 2;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  .corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background: #9da5a0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    display: block;
    justify-content: center;
    align-items: center;
  }
  .corner p {
    transform: rotate(-45deg);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    position: absolute;
    padding-bottom:0;
    top: 40px;
    left: 0px;
  }
}


/*store*/
.store{
	margin: 0 auto;
	padding: 40px;
}
.store-wrap a {
  width: 272px;
  background: #B2B1A5;
  display: block;
  margin: 16px auto;
  padding: 24px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color:#FFFFFF;
  text-align: center;
}
.store-wrap a:hover {
	color:#B2B1A5;
  background:#DCDCD6;
}

@media screen and (min-width: 640px){
	.store{
		display: flex;
		justify-content: center;
		gap: 40px;
	}
	.store-wrap a {
		font-size: 16px;
	}
}

/*footer*/
.footer {
  margin: 0 auto;
  display: block;
}
.footer-nav {
  text-align:center;
  margin: 0;
  padding: 0 10px 0;
}
.footer-nav li {
  font-size: 12px;
  display: inline-block;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
.footer-nav li+li {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #c1c1c1;
}
.footer-copy {
  font-family: "Abel", sans-serif;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 40px 0 80px;
}


