@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #000;
  font-size: 14px;
  padding: 0 0 160px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper .bodyWrap {
    padding: 0;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  text-align: left;
}
.area-header .movie-wrap {
  display: none;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  margin: 50px auto 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.area-header p {
  text-align: center;
}
.area-header h5 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin: 100px 0 30px;
}
.area-header .navi {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.area-header .navi li {
  width: 120px;
  text-align: center;
}
.area-header .navi li span {
  font-weight: 500;
  display: block;
  margin: 10px 0 0;
}
.area-header .elem-text {
  line-height: 2.4;
  margin: 80px 0 140px;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .header-text {
    width: auto;
    margin: 30px 0px 0px;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
  }
  .area-header .header-text br {
    display: none;
  }
  .area-header p {
    text-align: center;
  }
  .area-header h5 {
    font-size: 16px;
    margin: 50px 0 20px;
  }
  .area-header .navi {
    width: auto;
    padding: 0;
    margin: 0 30px;
    flex-wrap: wrap;
  }
  .area-header .navi li {
    width: calc(50% - 15px);
    text-align: center;
    margin: 0 30px 0 0;
  }
  .area-header .navi li:nth-child(2n) {
    margin: 0;
  }
  .area-header .navi li span {
    font-weight: 400;
    display: block;
    margin: 10px 0;
  }
  .area-header .elem-text {
    line-height: 2;
    margin: 40px 0 80px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0 auto;
  font-weight: normal;
}
.area-body section {
  max-width: 1800px;
  margin: 0 auto;
  margin-bottom: 10%;
}
.area-body section .num {
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}
.area-body section .img-list {
  display: flex;
  display: -webkit-flex;
}
.area-body section .toggle {
  display: none;
}
.area-body section .option {
  position: relative;
  margin-bottom: 1em;
  margin-top: 2em;
}
.area-body section .title,
.area-body section .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.area-body section .title {
  width: 400px;
  margin: 0 auto;
  padding: 1em;
  display: block;
  color: #fff;
  font-weight: 500;
  background: #000;
}
.area-body section .title::after,
.area-body section .title::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 1.5em;
  width: 2px;
  height: 1em;
  background-color: #fff;
  transition: all 0.3s;
}
.area-body section .title::after {
  transform: rotate(90deg);
}
.area-body section .content {
  max-height: 0;
  overflow: hidden;
}
.area-body section .content .product-list {
  width: 850px;
  margin: 0 auto 70px;
  font-size: 13px;
}
.area-body section .content .product-list li {
  text-align: left;
  margin: 3px 0;
}
.area-body section .content .product-list li a {
  display: flex;
  display: -webkit-flex;
}
.area-body section .content .product-list li a .cate {
  font-weight: 500;
}
.area-body section .content .product-list li a .pri {
  margin: 0 10px;
}
.area-body section .content .product-list li a .list-btn {
  font-size: 11px;
  background: #cccccc;
  padding: 2px 8px;
}
.area-body section .toggle:checked + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.area-body section .toggle:checked + .content + .title::before {
  transform: rotate(90deg) !important;
}
.area-body section.sec01 .img-01 {
  position: relative;
  margin: 0 11.5% 6%;
}
.area-body section.sec01 .img-01 .num {
  bottom: 20px;
  right: 20px;
}
.area-body section.sec01 .img-02 {
  margin: 0 37.5% 6%;
}
.area-body section.sec01 .img-list {
  margin: 0 0 6%;
}
.area-body section.sec01 .img-list li {
  width: 50%;
}
.area-body section.sec01 .img-03 {
  margin: 0 0 6%;
}
.area-body section.sec01 .img-04 {
  margin: 0 16.5% 6%;
}
.area-body section.sec02 .img-list {
  justify-content: space-between;
  margin: 0 0 6%;
}
.area-body section.sec02 .img-list li {
  width: 48.8%;
  position: relative;
}
.area-body section.sec02 .img-list li .num {
  top: 20px;
  left: 20px;
}
.area-body section.sec02 .slider {
  margin: 0 0 6%;
}
.area-body section.sec02 .img-01 {
  position: relative;
  margin: 0 11.5% 6%;
}
.area-body section.sec02 .img-02 {
  margin: 8% 24.5% 6%;
}
.area-body section.sec03 .img-01 {
  position: relative;
  margin: 0 17.5% 6%;
}
.area-body section.sec03 .img-01 .num {
  bottom: 20px;
  right: 20px;
}
.area-body section.sec03 .img-list {
  margin: 0 7.5% 6%;
}
.area-body section.sec03 .img-list li {
  width: 50%;
}
.area-body section.sec03 .img-02 {
  margin: 0 0 6%;
}
.area-body section.sec03 .img-03 {
  margin: 6% 24.5%;
}
.area-body section.sec04 .img-01 {
  position: relative;
  margin: 0 11.5% 6%;
}
.area-body section.sec04 .img-01 .num {
  bottom: 20px;
  left: 20px;
}
.area-body section.sec04 .img-02 {
  margin: 0 0 6%;
}
.area-body section.sec04 .img-03 {
  margin: 6% 11.5%;
}
.area-body section.sec04 .img-list {
  margin: 0 0 6%;
}
.area-body section.sec04 .img-list li {
  width: 50%;
}
.area-body section.sec04 .img-list li:last-child {
  box-sizing: border-box;
  padding: 8%;
}
.area-body section.sec05 .img-01 {
  position: relative;
  margin: 0 0% 6%;
}
.area-body section.sec05 .img-01 .num {
  bottom: 20px;
  right: 20px;
}
.area-body section.sec05 .img-02 {
  margin: 0 24.5% 1.5%;
}
.area-body section.sec05 .img-03 {
  margin: 0 24.5% 6%;
}
.area-body section.sec05 .img-04 {
  margin: 0 0 6%;
}
.area-body section.sec05 .img-05 {
  margin: 6% 24.5% 6%;
}
.area-body section.sec06 .img-01 {
  position: relative;
  margin: 0 0% 3%;
}
.area-body section.sec06 .img-01 .num {
  top: 20px;
  right: 20px;
}
.area-body section.sec06 .img-02 {
  margin: 0 0% 6%;
}
.area-body section.sec06 .slider {
  margin: 0 0 6%;
}
.area-body section.sec06 .slider li {
  margin: 0 0.5%;
}
.area-body section.sec06 .img-03 {
  margin: 0 11.5% 6%;
}
.area-body section.sec07 .img-list {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 6%;
}
.area-body section.sec07 .img-list li {
  width: 49%;
  position: relative;
}
.area-body section.sec07 .img-list li .num {
  top: 20px;
  left: 20px;
}
.area-body section.sec07 .img-list li:last-child {
  width: 47%;
}
.area-body section.sec07 .img-01 {
  position: relative;
  margin: 0 15.5% 6%;
}
.area-body section.sec07 .img-list-02 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 6%;
}
.area-body section.sec07 .img-list-02 li {
  width: 43%;
}
.area-body section.sec07 .img-list-02 li:last-child {
  width: 49%;
}
.area-body section.sec07 .img-02 {
  margin: 0 19.5% 6%;
}
.area-body section.sec07 .img-03 {
  margin: 6% 0 0;
}
.area-body .area-black-box {
  background: #000;
  color: #fff;
  padding: 190px 0 170px;
}
.area-body .area-black-box a {
  color: #fff;
}
.area-body .area-black-box .model-list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.area-body .area-black-box .model-list > li {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
}
.area-body .area-black-box .model-list > li:nth-child(3) {
  border-right: 1px solid #666;
}
.area-body .area-black-box .model-list > li:nth-child(5) {
  border-right: 1px solid #666;
}
.area-body .area-black-box .model-list > li:nth-child(7) {
  border-bottom: none;
}
.area-body .area-black-box .model-list > li .img {
  text-align: right;
}
.area-body .area-black-box .model-list > li .img img {
  width: 300px;
}
.area-body .area-black-box .model-list > li .box {
  position: relative;
}
.area-body .area-black-box .model-list > li .box .num {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.area-body .area-black-box .model-list > li .product-list {
  margin: 30px 0 0;
}
.area-body .area-black-box .model-list > li .product-list li a {
  display: flex;
  display: -webkit-flex;
  font-size: 13px;
}
.area-body .area-black-box .model-list > li .product-list li a .cate {
  text-align: left;
}
.area-body .area-black-box .model-list > li .product-list li a .cate.w65 {
  min-width: 65px;
}
.area-body .area-black-box .model-list > li .product-list li a .name {
  text-align: left;
}
.area-body .area-black-box .model-list > li .product-list li a .name .pri {
  margin: 0 0 0 10px;
}
.area-body .area-black-box .model-list > li .product-list li a .name .list-btn {
  font-size: 10px;
  background: #fff;
  color: #000;
  padding: 0 5px;
  margin: 0 0 0 10px;
}
.area-body .area-black-box .model-list > li.wide {
  width: 100%;
  padding: 0;
  display: flex;
  display: -webkit-flex;
}
.area-body .area-black-box .model-list > li.wide .box {
  width: 50%;
  padding: 40px;
}
.area-body .area-black-box .model-list > li.wide .box .num {
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 896px) {
  .area-body section {
    margin-bottom: 10%;
  }
  .area-body section .num {
    font-size: 20px;
  }
  .area-body section .img-list {
    flex-flow: column;
  }
  .area-body section .title {
    width: auto;
    margin: 0 13%;
  }
  .area-body section .title::after,
.area-body section .title::before {
    content: "";
    position: absolute;
    right: 2em;
    top: 1.5em;
    width: 1px;
    height: 1em;
    background-color: #fff;
    transition: all 0.3s;
  }
  .area-body section .content {
    max-height: 0;
    overflow: hidden;
  }
  .area-body section .content .product-list {
    width: auto;
    margin: 0 5% 30px;
    font-size: 11px;
  }
  .area-body section .content .product-list li {
    text-align: left;
    margin: 3px 0;
  }
  .area-body section .content .product-list li a {
    display: flex;
    display: -webkit-flex;
  }
  .area-body section .content .product-list li a .cate {
    font-weight: 500;
    min-width: 57px;
  }
  .area-body section .content .product-list li a .pri {
    margin: 0 7px;
  }
  .area-body section .content .product-list li a .list-btn {
    font-size: 10px;
    padding: 1px 10px;
  }
  .area-body section .toggle:checked + .content {
    max-height: 500px;
    transition: all 1.5s;
  }
  .area-body section .credit {
    font-size: 11px;
  }
  .area-body section.sec01 .img-01 {
    position: relative;
    margin: 0 0 6%;
  }
  .area-body section.sec01 .img-01 .num {
    bottom: 20px;
    right: 20px;
  }
  .area-body section.sec01 .img-02 {
    margin: 16% 30%;
  }
  .area-body section.sec01 .img-list {
    margin: 16% 15%;
  }
  .area-body section.sec01 .img-list li {
    width: auto;
  }
  .area-body section.sec01 .img-03 {
    margin: 0 0 6%;
  }
  .area-body section.sec01 .img-04 {
    margin: 16% 10.5%;
  }
  .area-body section.sec02 .img-list {
    justify-content: space-between;
    margin: 0 6.5% 16%;
  }
  .area-body section.sec02 .img-list li {
    width: auto;
    position: relative;
  }
  .area-body section.sec02 .img-list li .num {
    top: 20px;
    left: 20px;
  }
  .area-body section.sec02 .slider {
    margin: 0 0 6%;
  }
  .area-body section.sec02 .img-01 {
    position: relative;
    margin: 16% 10%;
  }
  .area-body section.sec02 .img-02 {
    margin: 16% 18%;
  }
  .area-body section.sec03 .img-01 {
    position: relative;
    margin: 16% 6.5%;
  }
  .area-body section.sec03 .img-01 .num {
    bottom: 20px;
    right: 20px;
  }
  .area-body section.sec03 .img-list {
    margin: 0 15.5% 16%;
  }
  .area-body section.sec03 .img-list li {
    width: auto;
  }
  .area-body section.sec03 .img-02 {
    margin: 0 0 16%;
  }
  .area-body section.sec03 .img-03 {
    margin: 16% 17.5%;
  }
  .area-body section.sec04 .img-01 {
    position: relative;
    margin: 16% 6.5%;
  }
  .area-body section.sec04 .img-01 .num {
    bottom: 20px;
    left: 20px;
  }
  .area-body section.sec04 .img-02 {
    margin: 0 0 6%;
  }
  .area-body section.sec04 .img-03 {
    margin: 16% 11.5%;
  }
  .area-body section.sec04 .img-list {
    margin: 0 0 6%;
  }
  .area-body section.sec04 .img-list li {
    width: auto;
  }
  .area-body section.sec04 .img-list li:first-child {
    box-sizing: border-box;
    padding: 6.5%;
  }
  .area-body section.sec04 .img-list li:last-child {
    box-sizing: border-box;
    padding: 8% 16.5% 16%;
  }
  .area-body section.sec05 .img-01 {
    position: relative;
    margin: 0 0% 6%;
  }
  .area-body section.sec05 .img-01 .num {
    bottom: 20px;
    right: 20px;
  }
  .area-body section.sec05 .img-02 {
    margin: 16% 15.5% 0%;
  }
  .area-body section.sec05 .img-03 {
    margin: 8% 15.5% 16%;
  }
  .area-body section.sec05 .img-04 {
    margin: 0 0 16%;
  }
  .area-body section.sec05 .img-05 {
    margin: 16% 17.5%;
  }
  .area-body section.sec06 .img-01 {
    position: relative;
    margin: 0 0% 3%;
  }
  .area-body section.sec06 .img-01 .num {
    top: 20px;
    right: 20px;
  }
  .area-body section.sec06 .img-02 {
    margin: 0 0% 16%;
  }
  .area-body section.sec06 .slider {
    margin: 0 0 16%;
  }
  .area-body section.sec06 .slider li {
    margin: 0 0.5%;
  }
  .area-body section.sec06 .img-03 {
    margin: 0 6.5% 16%;
  }
  .area-body section.sec07 {
    margin-bottom: 0;
  }
  .area-body section.sec07 .img-list {
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 6.5% 16%;
  }
  .area-body section.sec07 .img-list li {
    width: auto;
    position: relative;
  }
  .area-body section.sec07 .img-list li .num {
    top: 20px;
    left: 20px;
  }
  .area-body section.sec07 .img-list li:last-child {
    width: auto;
    margin-top: 6.5%;
  }
  .area-body section.sec07 .img-01 {
    position: relative;
    margin: 0 12.5% 16%;
  }
  .area-body section.sec07 .img-list-02 {
    flex-flow: column;
    margin: 0 0 16%;
  }
  .area-body section.sec07 .img-list-02 li {
    width: auto;
  }
  .area-body section.sec07 .img-list-02 li:first-child {
    width: auto;
    margin: 0% 18% 8%;
  }
  .area-body section.sec07 .img-list-02 li:last-child {
    width: auto;
    margin: 0% 6.5%;
  }
  .area-body section.sec07 .img-02 {
    margin: 0 16.5% 16%;
  }
  .area-body section.sec07 .img-03 {
    margin: 16% 0 0;
  }
  .area-body .area-black-box {
    background: #000;
    color: #fff;
    padding: 80px 0 70px;
  }
  .area-body .area-black-box a {
    color: #fff;
  }
  .area-body .area-black-box .model-list {
    width: auto;
    margin: 0 30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .area-body .area-black-box .model-list > li {
    width: auto;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .area-body .area-black-box .model-list > li:nth-child(3) {
    border-right: none;
  }
  .area-body .area-black-box .model-list > li:nth-child(5) {
    border-right: none;
  }
  .area-body .area-black-box .model-list > li:nth-child(7) {
    border-bottom: none;
  }
  .area-body .area-black-box .model-list > li .img {
    text-align: right;
    margin: 0 0 0 26%;
  }
  .area-body .area-black-box .model-list > li .img img {
    width: auto;
  }
  .area-body .area-black-box .model-list > li .box {
    position: relative;
  }
  .area-body .area-black-box .model-list > li .box .num {
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .area-body .area-black-box .model-list > li .product-list {
    margin: 16px 0px 0;
  }
  .area-body .area-black-box .model-list > li .product-list li a {
    font-size: 10px;
  }
  .area-body .area-black-box .model-list > li .product-list li a .cate {
    text-align: left;
  }
  .area-body .area-black-box .model-list > li .product-list li a .cate.w65 {
    min-width: 50px;
  }
  .area-body .area-black-box .model-list > li .product-list li a .name {
    text-align: left;
  }
  .area-body .area-black-box .model-list > li .product-list li a .name .pri {
    margin: 0 0 0 5px;
  }
  .area-body .area-black-box .model-list > li .product-list li a .name .list-btn {
    font-size: 10px;
    padding: 0 5px;
    margin: 0 0 0 5px;
  }
  .area-body .area-black-box .model-list > li.wide {
    width: 100%;
    padding: 0;
    flex-flow: column;
  }
  .area-body .area-black-box .model-list > li.wide .box {
    width: auto;
    margin: 30px 0;
    padding: 0;
  }
  .area-body .area-black-box .model-list > li.wide .box .num {
    top: 0px;
    left: 0px;
  }
  .area-body .area-black-box .model-list > li.wide .box:last-child {
    margin: 0 0 30px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.image-fade {
  opacity: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.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;
}

.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
  transition: opacity 1s ease 0s, -webkit-clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s, -webkit-clip-path 0.6s ease 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}



/*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;
}