@charset "UTF-8";
.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block !important;
}

.media_sp {
  display: none !important;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: block;
  }

  .media_pc {
    display: none !important;
  }

  .media_sp {
    display: inline-block !important;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

.area-container {
  background: #dadada;
  padding-bottom: 0;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}
.area-wrapper a {
  color: #000;
  text-decoration: none !important;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper p strong {
  font-weight: bold;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 12px;
  }
}

a:focus,
*:focus {
  outline: none;
}

/* init */
.background {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  height: -webkit-fill-available;
  position: fixed;
  background-position: center center;
  opacity: 0;
  background-size: cover;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 896px) {
  .background {
    transition: all 0s ease 0s;
  }
}
.background.is-abs {
  top: auto;
  bottom: 0;
  position: absolute;
  height: 100vh;
  transition: all 0s ease 0s;
}

.show .background {
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .show .background {
    opacity: 0;
  }
}

.contents .wrap {
  padding: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .contents .wrap {
    padding-bottom: 1px;
  }
}

/* design*/
#content01_bg {
  background-image: url(../images/mainvisual1.jpg);
}
@media screen and (max-width: 896px) {
  #content01_bg {
    background-image: url(../images/s/mainvisual1.jpg);
  }
}

@media screen and (max-width: 896px) {
  .show #content01_bg.background {
    opacity: 1;
  }
}
#content01-1_bg {
  background-image: url(../images/mainvisual1-1.jpg);
}

#content02_bg {
  background-image: url(../images/mainvisual2.jpg);
}

#content03_bg {
  background-image: url(../images/mainvisual3.jpg);
}
#content04_bg {
  background-image: url(../images/mainvisual3.jpg);
}
#content03 {
  padding: 0 0 100px;
}

.text-box h4,
.text-box-wide h4 {
  font-family: "Libre Baskerville", serif;
  margin: 0;
  padding: 0;
  font-size: 39px;
  font-weight: bold;
}
.text-box p,
.text-box-wide p {
  font-weight: 400;
  text-align: left;
  font-size: 15px;
}
.text-box p span,
.text-box-wide p span {
  font-size: 13px;
}

.text-box {
  width: 330px;
  margin: 0px auto;
}
.text-box h4 {
  font-size: 30px;
  margin: 0 0 20px;
}

.text-box-wide {
  padding: 50px 0;
  width: 100%;
  height: auto;
  margin: 50px auto;
  color: #000;
  position: relative;
}
.text-box-wide .product-back {
  width: 100%;
}
.text-box-wide .product-back img {
  width: 100%;
}
.text-box-wide .product-text {
  width: 400px;
  position: absolute;
  bottom: 100px;
  right: 40px;
  z-index: 2;
  color: #fff;
  text-align: left;
}
.text-box-wide .product-text h4 {
  font-size: 20px;
}
.text-box-wide .product-text.left {
  top: 36%;
  bottom: 36%;
  right: auto;
  left: 60px;
}
.short-line {
  width: 15%;
  margin: 0 auto;
  border: none; 
  border-top: 1px solid black;
}

.product-list {
  width: 700px;
  margin: 80px auto 120px;
  font-size: 12pxz;
}
.product-list a {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
}
.product-list li {
  margin-right: 35%;
padding-top: 70px;
}
.product-list li.r45 {
  margin-right: 45%;
}
.product-list li.center {
  margin-right: 19%;
  margin-left: 19%;
}
.product-list li:nth-child(2n) {
  margin-left: 35%;
  margin-right: 0%;
}
.product-list li .num {
  display: none;
}
.product-list li.product-list-text {
  margin: 0;
  display: flex;
  display: -webkit-flex;
}
.product-list li.product-list-text a {
  width: 65%;
}
.product-list li.product-list-text .list-text {
  width: 35%;
}
.product-list li.product-list-text .list-text h5 {
  font-size: 14px;
  margin: 0 0 10px;
  font-family: "Libre Baskerville", serif;
}
.product-list li.product-list-text .list-text p {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  margin: 0 20px;
}
.product-list.rev li {
  margin-left: 35%;
  margin-right: 0%;
}
.product-list.rev li:nth-child(2n) {
  margin-right: 35%;
  margin-left: 0%;
}

.btn-all a {
  font-family: "Libre Baskerville", serif;
  display: block;
  width: 460px;
  margin: 150px auto;
  padding: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}

.movie {
  max-width: 980px;
  margin: 0 auto;
}
.movie .wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 896px) {
  #content01 {
    position: relative;
    z-index: 0;
  }

  #content01-1,
#content02,
#content03,
    #content04 {
    position: relative;
    z-index: 1;
    background: #dadada;
  }

  .text-box {
    width: auto;
    margin: 0px 20px;
  }
  .text-box h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .text-box p {
    font-size: 12px;
  }

  .text-box-wide {
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    position: relative;
  }
  .text-box-wide .product-back {
    width: 100%;
      justify-content: center;
  }
  .text-box-wide .product-back img {
    width: 100%;
  }
  .text-box-wide .product-text {
    width: auto;
    margin: 0 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: left;
  }
  .text-box-wide .product-text h4 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .text-box-wide .product-text p {
    font-size: 12px;
    margin: 0;
  }
  .text-box-wide .product-text p span {
    font-size: 10px;
  }
  .text-box-wide .product-text.left {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 0;
  }
  .text-box-wide h4 {
    font-size: 20px;
  }

  .product-list {
    width: auto;
    margin: 40px auto 60px;
    font-size: 11px;
    position: relative;
  }
  .product-list a {
    font-family: "Libre Baskerville", serif;
    font-size: 11px;
  }
  .product-list .slick-arrow {
    display: block !important;
  }
  .product-list .prev-arrow {
    position: absolute;
    top: 30%;
    left: 10px;
    width: 16px;
  }
  .product-list .next-arrow {
    position: absolute;
    top: 30%;
    right: 10px;
    width: 16px;
  }
  .product-list li {
    margin-right: 0;
  }
  .product-list li .product-img {
    min-height: 280px;
  }
  .product-list li .product-img img {
    zoom: 0.5;
    margin: 0 auto;
  }
  .product-list li .num {
    display: block;
    margin: 10px 0 0;
    color: #fff;
  }
  .product-list li.r45 {
    margin-right: 0;
  }
  .product-list li.center {
    margin-right: 0;
    margin-left: 0;
  }
  .product-list li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0%;
  }
  .product-list.rev li {
    margin-left: 0%;
    margin-right: 0%;
  }
  .product-list.rev li:nth-child(2n) {
    margin-right: 0%;
    margin-left: 0%;
  }

  .product-list-text_sp {
    margin: 30px;
    flex-flow: column;
    font-family: "Libre Baskerville", serif;
  }
  .product-list-text_sp a {
    width: auto;
  }
  .product-list-text_sp .list-text {
    width: auto;
  }
  .product-list-text_sp .list-text h5 {
    font-size: 14px;
    margin: 20px 0 10px;
    font-family: "Libre Baskerville", serif;
  }
  .product-list-text_sp .list-text p {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0 20px;
  }

  .btn-all a {
    font-family: "Libre Baskerville", serif;
    display: block;
    width: auto;
    margin: 100px 30px;
    padding: 24px 0;
    line-height: 1.2;
  }
}
/*
    area-header
=========================================*/
.area-header .wrap {
  display: inline-block;
}
.area-header .header-logo,
.area-header .header-text {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.area-header .visual {
  display: none;
}
.area-header .header-text {
  font-size: 15px;
  width: auto;
  height: 65vh;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 20px 80px;
}
.area-header .header-text .wrap {
  width: 320px;
  margin: 0 auto;
  text-align: left;
}
.area-header .header-text .wrap h3 {
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}
.area-header .header-text .wrap p {
  margin: 0;
}
@media screen and (max-width: 896px) {
  .area-header .header-logo {
    width: 90%;
    margin: 0 auto;
    height: calc(100vh - 58px);
  }
  .area-header .header-text {
    width: auto;
    font-size: 12px;
    height: 65vh;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 20px 80px;
  }
  .area-header .header-text .wrap {
    width: auto;
    margin: 0 30px;
    text-align: left;
  }
  .area-header .header-text .wrap h3 {
    width: 90px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .area-header .header-text .wrap p {
    margin: 0;
    font-weight: normal;
    line-height: 2;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0;
  color: #000;
  margin: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}