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

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: inline-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 JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

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

.fixed-btn .nav-01 {
  width: 50%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
}

.fixed-btn .nav-02 {
  width: 50%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}

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

@media screen and (max-width: 896px) {
  .top {
    width: 25px;
    bottom: 65px;
  }
}

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

.fixed-navi ul li {
  width: 80px;
  margin-bottom: 10px;
}

@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 JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  /************SP************/
  /************SPここまで************/
}

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

header .mainvisual {
  width: 100%;
}

header .mainvisual img {
  width: 100%;
}

header .header-text {
  margin: 60px 0;
}

@media screen and (max-width: 896px) {
  header .logo {
    width: 80px;
    position: absolute;
    top: 47%;
    right: 15px;
    z-index: 1;
    left: auto;
  }
  header .header-text {
    text-align: left;
    margin: 35px 40px;
  }
}

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

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

nav ul li {
  width: 250px;
  margin: 0 10px;
}

@media screen and (max-width: 896px) {
  nav {
    margin: 0 0px 80px;
  }
  nav ul {
    text-align: center;
  }
  nav ul li {
    width: 50%;
    margin: 0 0 15px;
  }
}

/*
    area-body
=========================================*/
@media screen and (max-width: 896px) {
  .section-2 .flex-box .image {
    top: 150px;
  }
}

.section-3 .flex-box .image {
  width: 400px;
  top: -50px;
}

@media screen and (max-width: 896px) {
  .section-3 .flex-box .image {
    top: 110px;
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .section-3 .flex-box .check-list {
    margin: 20px 0 0;
  }
}

.section-3.section-title {
  padding-bottom: 130px;
}

@media screen and (max-width: 896px) {
  .section-3.section-title {
    padding-bottom: 235px;
  }
}

.section-4 .flex-box .image {
  width: 320px;
  right: 0px;
}

@media screen and (max-width: 896px) {
  .section-4 .flex-box .image {
    top: 120px;
    right: -20px;
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .section-4 .flex-box .check-list {
    margin: 40px 0 0;
  }
}

.section-4.section-title {
  padding-bottom: 130px;
}

@media screen and (max-width: 896px) {
  .section-4.section-title {
    padding-bottom: 230px;
  }
}

.section-5 .flex-box .image {
  width: 270px;
  top: 0px;
  right: 70px;
}

@media screen and (max-width: 896px) {
  .section-5 .flex-box .image {
    width: auto;
    top: 150px;
    right: 0px;
  }
}

@media screen and (max-width: 896px) {
  .section-5 .flex-box .check-list {
    margin: 40px 0 0;
  }
}

.section-5.section-title {
  padding-bottom: 130px;
}

@media screen and (max-width: 896px) {
  .section-5.section-title {
    padding-bottom: 230px;
  }
}

.flex-box {
  display: flex;
  display: -webkit-flex;
  width: 820px;
  margin: 0 auto;
}

.flex-box .info {
  text-align: left;
  width: 360px;
  padding-left: 80px;
}

.flex-box .image {
  width: calc(820px - 360px);
  position: absolute;
  z-index: 2;
  right: -90px;
}

@media screen and (max-width: 896px) {
  .flex-box {
    width: auto;
  }
  .flex-box .info {
    width: auto;
    z-index: 2;
    padding-left: 0;
  }
  .flex-box .image {
    width: auto;
    position: absolute;
    z-index: 1;
    top: 100px;
    right: 0;
  }
  .flex-box .image img {
    zoom: .5;
  }
}

.check-list {
  margin: 24px 0 0;
}

.check-list li {
  margin: 0 0 .5em;
}

.check-list li::before {
  content: url(../images/check.png);
}

.check-list li span {
  background: #000;
  color: #fff;
  padding: 2px 5px 4px;
  line-height: 1;
  margin: 0 4px;
  display: inline-block;
}

@media screen and (max-width: 896px) {
  .check-list {
    margin: 140px 15px 0;
    font-size: 13px;
    z-index: 2;
  }
}

.section-title {
  text-align: center;
  padding: 0 0 100px;
  margin: 150px 0 120px;
}

.section-title .title {
  position: relative;
  top: -80px;
  margin-bottom: -30px;
}

.section-title .title img {
  width: 280px;
}

.section-title h3 {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 10px solid #fff;
  display: inline-block;
  line-height: .6;
  padding: 0 10px;
  margin: 0 0 70px;
}

.section-title.section-1 {
  background: #ebf7f7;
}

.section-title.section-1 h3 {
  color: #9ad9d9;
}

.section-title.section-2 {
  background: #ebf7ef;
}

.section-title.section-2 h3 {
  color: #9ad9b0;
}

.section-title.section-3 {
  background: #ebf4fe;
}

.section-title.section-3 h3 {
  color: #9ac9f9;
}

.section-title.section-4 {
  background: #f8dada;
}

.section-title.section-4 h3 {
  color: #da4444;
}

.section-title.section-5 {
  background: #ece9e5;
}

.section-title.section-5 h3 {
  color: #9f917c;
}

@media screen and (max-width: 896px) {
  .section-title {
    padding: 0 40px 20px;
    margin: 0 0 40px;
  }
  .section-title.section-2 {
    padding: 0 40px 40px;
  }
  .section-title .title {
    width: 190px;
    margin: 0 auto;
    top: -50px;
  }
  .section-title h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

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

.area-body section.section-1 .title-coordinate h4 {
  color: #9ad9d9;
}

.area-body section.section-1 .info .product-list .text {
  border-bottom: 4px solid #ebf7f7;
}

.area-body section.section-2 .title-coordinate h4 {
  color: #9ad9b0;
}

.area-body section.section-2 .info .product-list .text {
  border-bottom: 4px solid #ebf7ef;
}

.area-body section.section-3 .title-coordinate h4 {
  color: #9ac9f9;
}

.area-body section.section-3 .info .product-list .text {
  border-bottom: 4px solid #ebf4fe;
}

.area-body section.section-4 .title-coordinate h4 {
  color: #da4444;
}

.area-body section.section-4 .info .product-list .text {
  border-bottom: 4px solid #f8dada;
}

.area-body section.section-4 .box .title-coordinate {
  margin-top: 0;
}

.area-body section.section-4 .box .info .product-list {
  position: relative;
}

.area-body section.section-5 .title-coordinate h4 {
  color: #9f917c;
}

.area-body section.section-5 .info .product-list .text {
  border-bottom: 4px solid #ece9e5;
}

.area-body section.section-5 .box .title-coordinate {
  margin-top: 0;
}

.area-body section.section-5 .box .info .product-list {
  position: relative;
}

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

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

.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;
  left: auto;
  right: 0;
}

.area-body section .box .title-coordinate {
  text-align: center;
  margin-top: 170px;
}

.area-body section .box .title-coordinate img {
  width: 170px;
}

.area-body section .box .title-coordinate h4 {
  font-size: 22px;
  font-weight: bold;
}

.area-body section .box .product-image {
  width: 300px;
  margin: 40px 0 0;
}

@media screen and (max-width: 896px) {
  .area-body section .box .product-image {
    display: none;
  }
}

.area-body section .box .info {
  position: relative;
  width: 300px;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
}

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

.area-body section .box .info .product-list .text {
  font-size: 14px;
  margin: 20px 0;
  padding: 20px 0;
}

.area-body section .box .photo-wrap {
  width: 500px;
}

@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 40px 60px;
  }
  .area-body section .box .image img {
    width: auto;
  }
  .area-body section .box .title-coordinate {
    margin: 20px 0 0;
  }
  .area-body section .box .title-coordinate img {
    width: auto;
    zoom: .5;
  }
  .area-body section .box .title-coordinate h4 {
    font-size: 20px;
  }
  .area-body section .box.box-reverse {
    flex-direction: column-reverse;
  }
  .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 .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 .product-list {
    width: auto;
    position: relative;
  }
  .area-body section .box .info .product-list .text {
    font-size: 12px;
    margin: 0 0 20px;
    padding: 10px 0 20px;
  }
  .area-body section .box .photo-wrap {
    width: auto;
  }
}

.area-body section .cart-btm .btn01 {
  background: #ebf7f7;
  color: #9ad9d9;
  border-radius: 5px;
}

.area-body section .cart-btm:hover .btn01 {
  background: #9ad9d9;
  color: #ebf7f7;
}

.area-body section .cart-btm .btn02 {
  background: #ebf7ef;
  color: #9ad9b0;
  border-radius: 5px;
}

.area-body section .cart-btm:hover .btn02 {
  background: #9ad9b0;
  color: #ebf7ef;
}

.area-body section .cart-btm .btn03 {
  background: #ebf4fe;
  color: #9ac9f9;
  border-radius: 5px;
}

.area-body section .cart-btm:hover .btn03 {
  background: #9ac9f9;
  color: #ebf4fe;
}

.area-body section .cart-btm .btn04 {
  background: #f8dada;
  color: #da4444;
  border-radius: 5px;
}

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

.area-body section .cart-btm .btn05 {
  background: #ece9e5;
  color: #9f917c;
  border-radius: 5px;
}

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

.section-recommend {
  padding: 45px 0 30px;
}

.section-recommend.section-1 {
  background: #ebf7f7;
}

.section-recommend.section-1 .slider .prev-arrow {
  background: url(../images/1/prev.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend.section-1 .slider .next-arrow {
  background: url(../images/1/next.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend.section-2 {
  background: #ebf7ef;
}

.section-recommend.section-2 .slider .prev-arrow {
  background: url(../images/2/prev.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend.section-2 .slider .next-arrow {
  background: url(../images/2/next.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend.section-3 {
  background: #ebf4fe;
}

.section-recommend.section-3 .slider .prev-arrow {
  background: url(../images/3/prev.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend.section-3 .slider .next-arrow {
  background: url(../images/3/next.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend.section-4 {
  background: #f8dada;
}

.section-recommend.section-4 .slider .prev-arrow {
  background: url(../images/4/prev.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend.section-4 .slider .next-arrow {
  background: url(../images/4/next.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend.section-5 {
  background: #ece9e5;
}

.section-recommend.section-5 .slider .prev-arrow {
  background: url(../images/5/prev.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend.section-5 .slider .next-arrow {
  background: url(../images/5/next.png) 0 0 no-repeat;
  background-size: 40px 40px;
}

.section-recommend .title {
  text-align: center;
  margin: 0 0 45px;
}

.section-recommend .title img {
  width: 246px;
}

.section-recommend .slider {
  text-align: center;
}

.section-recommend .slider .slider-text {
  margin: 25px 0 0;
  display: block;
}

.section-recommend .slider .slider-text small {
  font-size: .7em;
}

@media screen and (max-width: 896px) {
  .section-recommend {
    padding: 30px 0 20px;
  }
  .section-recommend .title {
    margin: 0 0 30px;
  }
  .section-recommend .title img {
    width: auto;
    zoom: .5;
  }
  .section-recommend .slider .slider-text {
    margin: 10px 0 0;
    display: block;
    text-align: left;
  }
  .section-recommend .slider .slider-text br {
    display: none;
  }
}

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

.slider .prev-arrow {
  z-index: 2;
  position: absolute;
  top: 34%;
  left: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.slider .next-arrow {
  z-index: 2;
  position: absolute;
  top: 34%;
  right: -20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 896px) {
  .slider {
    width: auto;
    margin: 0 43px;
  }
  .slider .prev-arrow {
    position: absolute;
    top: 30%;
    left: -15px;
  }
  .slider .next-arrow {
    position: absolute;
    top: 30%;
    right: -15px;
  }
}

/*
    アコーディオンメニュー
=========================================*/
.toggle_title {
  position: relative;
  padding: 5px;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #dedfe3;
  background: #fcfcfc;
  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 {
    text-align: left;
    padding: 5px 14px;
    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 {
  font-size: 12px;
  line-height: 1em;
  width: 90px;
  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 {
    width: 100px;
    padding: 5px 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::after {
  content: url("../images/l-size.png");
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0 0 30px;
  position: relative;
  top: 5px;
  zoom: .4;
}

.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 {
  display: inline-block;
  padding-left: 20px;
  position: absolute;
  top: 34%;
  right: 8%;
  zoom: .6;
}

.arrow::before {
  content: url(../images/arrow.png);
  width: 10px;
  height: 10px;
  margin-top: -12px;
}

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

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

.banner .btn-wide.btn-white a {
  position: relative;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  border: 1px solid #c9c9c9;
}

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

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

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

.banner .btn-insta a {
  width: 400px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 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 .large-text {
  margin: 0 0 0;
  font-size: 22px;
  letter-spacing: 2px;
}

.banner .btn-insta a .text {
  margin: 0 0 0;
}

@media screen and (max-width: 896px) {
  .banner .btn-wide a {
    font-size: 12px;
    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: 12px;
    width: auto;
  }
  .banner .btn-border a {
    width: auto;
    display: block;
    margin: 20px 25px;
  }
  .banner .btn-insta a {
    width: auto;
    display: block;
    margin: 20px 25px;
    padding: 0;
  }
  .banner .btn-insta a .large-text {
    margin: 0 0 0;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .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;
}

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

.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;
}

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

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

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

/*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 */
