@charset "UTF-8";
.media_pc {
  display: block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: block;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  overflow: hidden;
  text-align: center;
  color: #000;
  line-height: 1.8;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
  }
}

/*
    fixed-navi
=========================================*/
.fixed-btn {
  display: none;
}

.fixed-btn .tops {
  width: 144px;
  position: fixed;
  bottom: 20px;
  left: 25px;
  z-index: 999;
}

.fixed-btn .bottoms {
  width: 144px;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 999;
}

.fixed-btn .top {
  width: 25px;
  position: fixed;
  bottom: 65px;
  right: 25px;
  z-index: 999;
}

/*
    fixed-navi
=========================================*/
.fixed-navi {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 999;
}

.fixed-navi ul li {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .fixed-navi {
    display: none !important;
  }
}

.top-btn {
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

@media screen and (max-width: 896px) {
  .menu {
    margin: 30px 20px;
    flex-wrap: wrap;
  }
  .menu li {
    width: 33.333333%;
  }
}

/*
    header
=========================================*/
header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  position: relative;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /************SP************/
  /************SPここまで************/
}

header .logo {
  width: 120px;
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 1;
}

header .onward {
  width: 120px;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 1;
}

header .mv-title {
  width: 698px;
  position: absolute;
  top: calc(50vh - 98px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

header p.header-text {
  font-size: 22px;
  line-height: 2;
  margin: 150px 0;
}

@media screen and (max-width: 896px) {
  header p.header-text {
    font-size: 12px;
    margin: 45px 0;
  }
  header .logo {
    width: 70px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
  }
  header .onward {
    width: 70px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
  }
  header .mv-title {
    width: 74%;
    position: absolute;
    top: 32%;
    left: 13%;
    right: 13%;
    margin: 0 auto;
  }
}

/*
    nav
=========================================*/
nav {
  margin: 0 0 150px;
}

nav ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

nav ul li {
  margin: 0 60px;
}

@media screen and (max-width: 896px) {
  nav {
    margin: 0 0 70px;
  }
  nav ul {
    display: block;
  }
  nav ul li {
    margin: 0 110px 20px;
  }
}

/*
    area-body
=========================================*/
.section-title {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  margin: 140px 0 140px;
}

.section-title.top {
  margin-top: 240px;
}

.section-title p {
  margin: 20px 0;
}

@media screen and (max-width: 896px) {
  .section-title {
    font-size: 12px;
    margin: 70px 80px 40px;
  }
  .section-title.top {
    margin-top: 120px;
  }
  .section-title p {
    margin: 10px 0;
  }
}

.area-body section {
  width: 100%;
  margin: 0 auto 70px;
}

.area-body section .line {
  width: 50%;
  height: 2px;
  background: #000;
  position: relative;
  top: 218px;
}

.area-body section .line.line-2 {
  position: relative;
  left: 50%;
  top: 211px;
}

.area-body section .line.line-3 {
  position: relative;
  top: 218px;
}

.area-body section .line.line-4 {
  position: relative;
  left: 50%;
  top: 210px;
}

.area-body section.section-bottoms .line.line-2 {
  top: 218px;
}

.area-body section.section-bottoms .line.line-4 {
  top: 217px;
}

.area-body section.section-bottoms .box .info .product-list {
  width: 360px;
  position: relative;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
}

@media screen and (max-width: 896px) {
  .area-body section {
    width: auto;
    margin: 0 auto 60px;
  }
  .area-body section .line {
    display: none;
  }
  .area-body section.section-bottoms .line {
    display: none;
  }
  .area-body section.section-bottoms .box .info .product-list {
    width: auto;
  }
}

.area-body section .box {
  width: 1000px;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto 160px;
}

.area-body section .box.box-reverse {
  flex-flow: row-reverse;
}

.area-body section .box.box-reverse .info {
  padding-right: 0;
  padding-left: 40px;
}

.area-body section .box.box-reverse .info .text {
  padding: 0;
}

.area-body section .box.box-reverse .info .product-list {
  padding: 0;
  left: auto;
  right: 0;
}

.area-body section .box .title-num {
  border-bottom: 2px solid #000;
}

.area-body section .box .info {
  position: relative;
  width: 400px;
  text-align: left;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}

.area-body section .box .info .text {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 30px 0;
  box-sizing: border-box;
  padding: 0;
}

.area-body section .box .info .sub-image {
  text-align: center;
  zoom: .6;
  margin: 100px 0 30px;
}

.area-body section .box .info .check-list {
  font-size: 14px;
  margin: 0 20px 90px;
}

.area-body section .box .info .check-list.no-margin {
  margin: 0 0 90px;
}

.area-body section .box .info .check-list li {
  padding-left: 1em;
  text-indent: -1.5em;
  margin: 0 0 .5em;
}

.area-body section .box .info .check-list li span {
  padding-right: .5em;
}

.area-body section .box .info .check-list li span img {
  width: 1em;
}

.area-body section .box .info .product-list {
  width: 360px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
}

.area-body section .box .info .product-list .line {
  border-bottom: 1px solid #000;
  margin: 30px 0;
}

@media screen and (max-width: 896px) {
  .area-body section .box {
    width: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0 25px 80px;
  }
  .area-body section .box .image img {
    width: auto;
  }
  .area-body section .box.box-reverse {
    flex-direction: column-reverse;
    margin: 0 25px 80px;
  }
  .area-body section .box.box-reverse .info {
    padding-right: 0;
    padding-left: 0;
  }
  .area-body section .box.box-reverse .info .text {
    padding: 0;
  }
  .area-body section .box.box-reverse .info .product-list {
    padding: 0;
  }
  .area-body section .box .title-num {
    border-bottom: 1px solid #000;
  }
  .area-body section .box .info {
    font-size: 12px;
    width: auto;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
  }
  .area-body section .box .info .text {
    margin: 10px 0 30px;
    padding: 0;
  }
  .area-body section .box .info .sub-image {
    text-align: center;
    zoom: .5;
    margin: 50px 0 10px;
  }
  .area-body section .box .info .check-list {
    font-size: 12px;
    margin: 0 20px 30px;
  }
  .area-body section .box .info .check-list.no-margin {
    margin: 0 0 90px;
  }
  .area-body section .box .info .check-list li {
    padding-left: 1em;
    text-indent: -1.5em;
    margin: 0 0 .5em;
  }
  .area-body section .box .info .check-list li span {
    padding-right: .5em;
  }
  .area-body section .box .info .check-list li span img {
    width: 1em;
  }
  .area-body section .box .info .product-list {
    width: auto;
    position: relative;
  }
  .area-body section .box .info .product-list .line {
    border-bottom: 1px solid #000;
    margin: 15px 0;
  }
  .area-body section .box .photo-wrap {
    width: auto;
  }
}

.area-body section .cart-btm .btn01 {
  background: #e1b6bf;
  border: 1px solid #e1b6bf;
  color: #fff;
}

.area-body section .cart-btm:hover .btn01 {
  background: #fff;
  color: #e1b6bf;
}

.area-body section .cart-btm .btn02 {
  background: #ff7b61;
  border: 1px solid #ff7b61;
  color: #fff;
}

.area-body section .cart-btm:hover .btn02 {
  background: #fff;
  color: #ff7b61;
}

.area-body section .cart-btm .btn03 {
  background: #4174cd;
  border: 1px solid #4174cd;
  color: #fff;
}

.area-body section .cart-btm:hover .btn03 {
  background: #fff;
  color: #4174cd;
}

.area-body section .cart-btm .btn04 {
  background: #e2cb82;
  border: 1px solid #e2cb82;
  color: #fff;
}

.area-body section .cart-btm:hover .btn04 {
  background: #fff;
  color: #e2cb82;
}

.area-body section .cart-btm .btn05 {
  background: #9da295;
  border: 1px solid #9da295;
  color: #fff;
}

.area-body section .cart-btm:hover .btn05 {
  background: #fff;
  color: #9da295;
}

.area-body section .cart-btm .btn05-2 {
  background: #ff7b61;
  border: 1px solid #ff7b61;
  color: #fff;
}

.area-body section .cart-btm:hover .btn05-2 {
  background: #fff;
  color: #ff7b61;
}

.area-body section .cart-btm .btn06 {
  background: #e2cb82;
  border: 1px solid #e2cb82;
  color: #fff;
}

.area-body section .cart-btm:hover .btn06 {
  background: #fff;
  color: #e2cb82;
}

.area-body section .cart-btm .btn07 {
  background: #8c9aa1;
  border: 1px solid #8c9aa1;
  color: #fff;
}

.area-body section .cart-btm:hover .btn07 {
  background: #fff;
  color: #8c9aa1;
}

.area-body section .cart-btm .btn08 {
  background: #aaa8c5;
  border: 1px solid #aaa8c5;
  color: #fff;
}

.area-body section .cart-btm:hover .btn08 {
  background: #fff;
  color: #aaa8c5;
}

.area-body section .cart-btm .btn09 {
  background: #93a3c4;
  border: 1px solid #93a3c4;
  color: #fff;
}

.area-body section .cart-btm:hover .btn09 {
  background: #fff;
  color: #93a3c4;
}

.area-body section .cart-btm .btn10 {
  background: #8d7c8c;
  border: 1px solid #8d7c8c;
  color: #fff;
}

.area-body section .cart-btm:hover .btn10 {
  background: #fff;
  color: #8d7c8c;
}

/*
    slider
=========================================*/
.slider {
  width: 730px;
  margin: 0 auto;
}

.slider .product-list {
  margin: 60px 170px 120px;
}

.slider .prev-arrow {
  z-index: 2;
  position: absolute;
  top: 30%;
  left: -50px;
  cursor: pointer;
}

.slider .next-arrow {
  z-index: 2;
  position: absolute;
  top: 30%;
  right: -50px;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .slider {
    width: auto;
    margin: 0 25px;
  }
  .slider .slider-image {
    margin: 0 20px;
  }
  .slider .product-list {
    margin: 30px 0;
  }
  .slider .prev-arrow {
    position: absolute;
    top: 24%;
    left: 0px;
    zoom: .5;
  }
  .slider .next-arrow {
    position: absolute;
    top: 24%;
    right: 0px;
    zoom: .5;
  }
}

/*
    アコーディオンメニュー
=========================================*/
.toggle_title {
  position: relative;
  padding: 5px;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #000;
  margin: 0 0 15px;
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle_btn:before {
  width: 2px;
  height: 10px;
}

.toggle_title.selected .toggle_btn:before {
  content: normal;
}

.toggle_contents {
  min-height: 120px;
}

.toggle_contents ul li:last-child a {
  margin-bottom: 0;
}

.toggle_contents.three {
  min-height: 166px;
}

@media screen and (max-width: 896px) {
  .toggle_contents {
    min-height: auto;
  }
  .toggle_contents.three {
    min-height: auto;
  }
  .toggle_contents .toggle_title {
    padding: 5px;
    font-size: 12px;
    margin: 0 0 15px;
  }
}

.toggle_contents dd {
  display: none;
}

/*
    cart
=========================================*/
.cart-btm .btn {
  font-size: 12px;
  line-height: 1em;
  width: 155px;
  padding: 7px 0 7px 0;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  color: #000;
  margin: 0 0 0 7px;
}

.cart-btm:hover .btn {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}

.cart-btm .btn01,
.cart-btm .btn02,
.cart-btm .btn03,
.cart-btm .btn04,
.cart-btm .btn05,
.cart-btm .btn05-2,
.cart-btm .btn06,
.cart-btm .btn07,
.cart-btm .btn08,
.cart-btm .btn09,
.cart-btm .btn10 {
  font-size: 12px;
  line-height: 1em;
  width: 155px;
  padding: 7px 0 7px 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 0 0 10px;
}

.btn-border {
  background-color: transparent;
  color: #1d1d1d;
}

.btn-arrow {
  position: relative;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}

.cart-btm:hover .btn-arrow span {
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
}

.btn-arrow img {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.btn-arrow img * {
  stroke-width: 5;
  stroke-color: transparent;
}

.cart-btm:hover .btn-arrow img {
  opacity: 1;
  right: -1.3rem;
}

.cart-line {
  height: 1px;
  width: 100%;
  background: #ebebeb;
}

.cart-btm {
  width: 100%;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  line-height: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px 0;
}

.cart-title {
  font-size: 14px;
  letter-spacing: 2px;
  width: 70%;
  position: relative;
  line-height: 1.5em;
  white-space: nowrap;
}

@media screen and (max-width: 896px) {
  .cart-btm {
    margin: 0 0 15px;
  }
  .cart-title {
    font-size: 12px;
  }
  .cart-btm .btn,
  .cart-btm .btn01,
  .cart-btm .btn02,
  .cart-btm .btn03,
  .cart-btm .btn04,
  .cart-btm .btn05,
  .cart-btm .btn05-2,
  .cart-btm .btn06,
  .cart-btm .btn07,
  .cart-btm .btn08,
  .cart-btm .btn09,
  .cart-btm .btn10 {
    width: 100px;
    padding: 3px 0 3px 0;
  }
}

.cart-title span {
  font-size: 12px;
  color: #fff;
  background: #99999a;
  padding: 1px 5px 1px 5px;
  margin: 0 0 0 10px;
  border-radius: 2px;
  display: inline-block;
}

.cart-yen {
  font-size: 14px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.cart-yen span {
  font-size: 11px;
  margin: 0 0 0 5px;
}

.cart-yen span.more-btm {
  border: 1px solid #000;
  box-sizing: border-box !important;
  background: #fff;
  color: #000;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 2px 0% !important;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.cart-btm:hover .cart-yen span.more-btm {
  border: 1px solid #000;
  box-sizing: border-box;
  color: #fff;
  background: #000;
  transition: 0.3s;
}

.cart-yen span.more-btm01 {
  border: 1px solid #F486AB;
  box-sizing: border-box !important;
  background: #F486AB;
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 2px 0% !important;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.cart-btm:hover .cart-yen span.more-btm01 {
  border: 1px solid #F486AB;
  box-sizing: border-box;
  color: #F486AB;
  background: #fff;
  transition: 0.3s;
}

.cart-yen span.more-btm02 {
  border: 1px solid #00B69A;
  box-sizing: border-box !important;
  background: #00B69A;
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 2px 0% !important;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.cart-btm:hover .cart-yen span.more-btm02 {
  border: 1px solid #00B69A;
  box-sizing: border-box;
  color: #00B69A;
  background: #fff;
  transition: 0.3s;
}

.cart-yen span.more-btm03 {
  border: 1px solid #63A3D7;
  box-sizing: border-box !important;
  background: #63A3D7;
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 2px 0% !important;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.cart-btm:hover .cart-yen span.more-btm03 {
  border: 1px solid #63A3D7;
  box-sizing: border-box;
  color: #63A3D7;
  background: #fff;
  transition: 0.3s;
}

.cart-yen span.more-btm04 {
  border: 1px solid #000;
  box-sizing: border-box !important;
  background: #000;
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 2px 0% !important;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.cart-btm:hover .cart-yen span.more-btm04 {
  border: 1px solid #000;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  transition: 0.3s;
}

.cart-yen span.more-btm05 {
  border: 1px solid #8B929A;
  box-sizing: border-box !important;
  background: #8B929A;
  color: #fff;
  font-size: 12px;
  margin: 0 0 0 10px;
  padding: 2px 0% !important;
  display: inline-block;
  width: 100px;
  text-align: center;
}

.cart-btm:hover .cart-yen span.more-btm05 {
  border: 1px solid #8B929A;
  box-sizing: border-box;
  color: #8B929A;
  background: #fff;
  transition: 0.3s;
}

.l-icon::before {
  content: url("../images/l-size.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: 17px 17px;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}

.s-icon::before {
  content: url("../images/s-size.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: 17px 17px;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 896px) {
  #pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 13%;
    height: 50px;
    display: block;
    z-index: 999;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
}

.arrow.arrow-black::before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  left: 6px;
}

/*banner*/
.banner .btn-wide {
  text-align: center;
}

.banner .btn-wide a {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  width: 660px;
  margin: 0 auto 30px;
  padding: 15px;
  box-sizing: border-box;
}

.banner .btn-wide i img {
  width: 64px;
  margin-right: 10px;
  margin-top: -10px;
}

.banner .btn-wide.btn-black a {
  background-color: #000;
  color: #fff;
}

.banner .btn-wide.btn-white a {
  font-size: 20px;
  width: 660px;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  border: 1px solid #000;
}

.banner .btn-insta a {
  width: 540px;
  display: block;
  box-sizing: border-box;
  margin: 100px auto;
  padding: 30px 0;
  text-align: center;
  border: 1px solid #eaeaea;
  transition: .3s;
}

.banner .btn-insta a:hover {
  border: 1px solid #000;
  transition: .3s;
}

.banner .btn-insta a span {
  display: block;
}

.banner .btn-insta a .text {
  margin: 60px 0 0;
  font-size: 26px;
  letter-spacing: 2px;
}

@media screen and (max-width: 896px) {
  .banner .btn-wide a {
    font-size: 14px;
    width: auto;
    margin: 0 25px 25px;
    padding: 10px;
  }
  .banner .btn-wide i img {
    width: 50px;
    margin-right: 5px;
    margin-top: -5px;
  }
  .banner .btn-wide.btn-white a {
    font-size: 16px;
    width: auto;
  }
  .banner .btn-insta a {
    width: auto;
    display: block;
    margin: 50px 55px;
    padding: 25px 60px;
  }
  .banner .btn-insta a .text {
    margin: 10px 0 0;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.area-btn {
  margin: 100px 0 0;
  text-align: center;
}

.area-btn .btn-all a {
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  width: 671px;
  margin: 130px auto 100px;
  padding: 20px 0;
  border: 1px solid #000;
}

.area-btn .btn-all a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.5s;
}

.area-btn .sns-list {
  margin: 0 0 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.area-btn .sns-list li {
  width: 38px;
  margin: 3px 30px 0 0;
}

.area-btn .sns-list li:last-child {
  margin-top: 0;
  margin-right: 0;
}

.area-btn .logo {
  width: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .area-btn {
    margin: 50px 0 0;
  }
  .area-btn .btn-all a {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 12px 0;
    width: auto;
    margin: 20px 20px 100px;
  }
  .area-btn .banner {
    width: auto;
    margin: 50px 34px;
  }
  .area-btn .sns-list {
    margin: 0 0 25px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
  }
  .area-btn .sns-list li {
    width: 30px;
    margin: 5px 20px 0 0;
  }
  .area-btn .sns-list li:last-child {
    margin-top: 5px;
    margin-right: 0;
  }
  .area-btn .logo {
    width: 120px;
    margin: 0 auto;
  }
}

/*
    footer
=========================================*/
footer {
  margin: 0;
  text-align: center;
  color: #000;
  padding: 30px 0 120px;
  /************SP************/
  /************SPここまで************/
}

footer p {
  font-weight: normal;
  font-size: 10px;
}

.inview0 {
  opacity: 0;
}

.fadein {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
  animation: FadeIn 1s ease 0s 1;
  -webkit-animation: FadeIn 1s ease 0s 1;
  animation-fill-mode: both;
}

.inview {
  opacity: 0;
}

.leftin {
  -webkit-animation-name: LeftIn;
  animation-name: LeftIn;
  animation: LeftIn 1s ease 0s 1;
  -webkit-animation: LeftIn 1s ease 0s 1;
  animation-fill-mode: both;
}

@media screen and (max-width: 896px) {
  .leftin {
    -webkit-animation-name: LeftIn;
    animation-name: LeftIn;
    animation: LeftIn 1s ease .5s 1;
    -webkit-animation: LeftIn 1s ease .5s 1;
    animation-fill-mode: both;
  }
  .leftin.first-in {
    -webkit-animation-name: LeftIn;
    animation-name: LeftIn;
    animation: LeftIn 1s ease 0s 1;
    -webkit-animation: LeftIn 1s ease 0s 1;
    animation-fill-mode: both;
  }
}

.inview2 {
  opacity: 0;
}

.rightin {
  -webkit-animation-name: RightIn;
  animation-name: RightIn;
  animation: RightIn 1s ease 0s 1;
  -webkit-animation: RightIn 1s ease 0s 1;
  animation-fill-mode: both;
}

@media screen and (max-width: 896px) {
  .rightin {
    -webkit-animation-name: RightIn;
    animation-name: RightIn;
    animation: RightIn 1s ease .5s 1;
    -webkit-animation: RightIn 1s ease .5s 1;
    animation-fill-mode: both;
  }
}

/*FadeIn*/
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.FadeIn {
  -webkit-animation-name: FadeIn;
  animation-name: FadeIn;
}

/*LeftIn*/
@-webkit-keyframes LeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes LeftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.LeftIn {
  -webkit-animation-name: LeftIn;
  animation-name: LeftIn;
}

/*RightIn*/
@-webkit-keyframes RightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes RightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.RightIn {
  -webkit-animation-name: RightIn;
  animation-name: RightIn;
}

/*# sourceMappingURL=maps/app.css.map */
