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

.media_sp {
  display: none;
}

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

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  text-align: center;
  background: #fff;
  padding: 0 0 20px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

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

/*
    header
=========================================*/
header {
  margin: 0 0 65px;
  /************SP************/
  /************SPここまで************/
}

header .title {
  margin: 90px 0 65px;
}

header p br {
  display: none;
}

@media screen and (max-width: 750px) {
  header {
    margin: 0 0 30px;
  }
  header .title {
    margin: 35px 20px 20px;
  }
  header p {
    font-size: 12px;
  }
  header p br {
    display: block;
  }
}

/*
    area-body
=========================================*/
.area-body .area-photo {
  width: 1060px;
  height: 1260px;
  margin: 0 auto;
  border: 1px solid #000;
  position: relative;
}

.area-body .area-photo .vol {
  position: absolute;
  top: 18px;
  left: -10px;
}

.area-body .area-photo .press {
  position: absolute;
  top: 260px;
  left: 190px;
}

.area-body .area-photo .img-01 {
  width: 570px;
  position: absolute;
  top: 20px;
  right: -20px;
}

.area-body .area-photo .img-02 {
  width: 570px;
  position: absolute;
  top: 578px;
  left: -20px;
}

.area-body .area-photo .product-name {
  position: absolute;
  top: 934px;
  left: 716px;
}

.area-body .product-name {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.area-body span.name {
  display: block;
}

.area-body .line {
  border-top: 1px solid #000;
  width: 60px;
  height: 1px;
  margin: 100px auto;
}
.area-body span.view {
  display: inline-block;
  font-size: 14px;
  background: #4ee6cb;
  padding: 0 10px;
  line-height: 1;
  font-weight: normal;
}

.area-body .area-info {
  margin: 130px 0;
}

.area-body .area-info .text,
.area-body .area-product .text {
  width: 650px;
  margin: 50px auto;
  text-align: left;
  line-height: 2;
}

.area-body .area-info .title,
.area-body .area-product .title {
  margin-top: 30px;
  margin-bottom: -20px;
  font-size: 18px;
}
.area-body .area-info .title br {
  display: none;
}
.area-body .area-product {
  width: 1100px;
  margin: 0 auto;
  padding: 130px 0;
  border-top: 1px solid #000;
}

.area-body .area-product .box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.area-body .area-product .box .image {
  width: 250px;
  margin: 0 60px 0 0;
}
.area-body .area-product .other-title {
  margin: -40px 0 40px; 
}

.area-body .area-product .three-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.area-body .area-product .three-box li {
  width: 33.333%;
}
.area-body .area-product .three-box li span {
  display: block;
}

.area-body .area-product .three-box li span.view {
  display: inline-block;
}


@media screen and (max-width: 750px) {
  .area-body .area-photo {
    width: auto;
    height: auto;
    margin: 0 10px;
    border: 1px solid #000;
    position: relative;
  }
  .area-body .area-photo .vol {
    width: 52px;
    position: relative;
    top: 20px;
    left: -5px;
  }
  .area-body .area-photo .press {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 95px 35px;
  }
  .area-body .area-photo .img-01 {
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 20px 5px;
  }
  .area-body .area-photo .img-02 {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 20px 5px;
  }
  .area-body .area-photo .product-name {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px 0;
    text-align: center;
  }
  .area-body .area-photo .product-name br {
    display: none;
  }
  .area-body .product-name {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
  }
  .area-body .product-name span.name {
    display: inline;
  }
  .area-body .product-name span.view {
    display: inline-block;
    font-size: 11px;
    background: #4ee6cb;
    padding: 0 10px;
    margin: 0 10px;
    line-height: 1;
    font-weight: normal;
  }
  .area-body .area-info {
    margin: 60px 0;
  }
  .area-body .line {
    margin: 50px auto;
  }
  .area-body .area-info .image-01 {
    margin: 0 30px;
  }
  .area-body .area-info .image-02 {
    margin: 0 50px;
  }
  .area-body .area-info .image-03 {
    margin: 0;
  }
  .area-body .area-info .text,
  .area-body .area-product .text {
    font-size: 12px;
    width: auto;
    margin: 30px;
    text-align: left;
    line-height: 2;
  }
  .area-body .area-info .title,
  .area-body .area-product .title {
    margin-top: 30px;
    margin-bottom: -20px;
    font-size: 14px;
  }
  .area-body .area-info .title br {
    display: block;
  }
  .area-body .area-product {
    width: auto;
    margin: 0;
    padding: 55px 25px;
    border-top: 1px solid #000;
  }
  .area-body .area-product .box {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }
  .area-body .area-product .box .image {
    width: 50%;
    margin: 0 25px 0 0;
  }
  .area-body .area-product .three-box {
    flex-wrap: wrap;
  }
  .area-body .area-product .three-box li {
    width: 50%;
  }
}

footer {
  font-size: 11px;
}

/*スマホ*/
@media screen and (max-width: 750px) {
  footer {
    margin: 50px 0 0;
    font-size: 10px;
  }
}



.archive {
  width: 1100px;
  margin: 0 auto;
  padding: 120px 0 60px; 
  border-top: 1px solid #000; 
}
.archive .title {
  text-align: center;
  margin: 0 0 40px;
}
.archive .archive-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  width: 1075px;
  margin: 0 auto;
}
.archive .archive-list li {
  width: 48%;
  margin-right: 4%;
}
.archive .archive-list li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .archive {
    width: auto;
    margin: 0 auto;
    padding: 60px 0 30px; 
    border-top: 1px solid #000; 
  }
  .archive .title {
    text-align: center;
    margin: 0 0 20px;
  }
  .archive .title img {
    width: 78px;
  }
  .archive .archive-list {
    width: auto;
    margin: 0 auto;
  }
  .archive .archive-list li {
    width: 100%;
    margin: 20px 24px 0;
  }
  .archive .archive-list li:nth-child(2n) {
    margin-right: 24px;
  }
}








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



.image-inview.up {
  -webkit-animation-name: ImageUp;
  animation-name: ImageUp;
  animation: ImageUp 1s ease 0s 1;
  -webkit-animation: ImageUp 1s ease 0s 1;
  animation-fill-mode: both;
}


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

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

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