@charset "UTF-8";
/*
Theme Name: MATIN AVENIR
Theme URI:
Description:
Version: 1.0
Author: MATIN AVENIR
Author URI:
*/

*,
*:hover,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000 !important;
  padding: 0;
  margin: 0;
  font-size: 18px;
  border-top: none;
  text-align: left;
}

body p {
  line-height: 1.6;
  color: #fff;
}

a {
  outline: none;
  display: block;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

td, th {
  font-size: 18px;
}

li {
  list-style-type: none;
}

h1, h2, h3, h4, h5 {
  color: #fff;
}

form, input, textarea, label, button, select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: auto;
}

header, nav, main, footer {
  display: block;
}

.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right !important;
}

.bold-on {
  font-weight: 600 !important;
}

.bold-off {
  font-weight: normal !important;
}

.pc-disp {
  display: block !important;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .pc-disp {
    display: none !important;
  }
}

.sp-disp {
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .sp-disp {
    display: block !important;
  }
}

.pad-l_0 {
  padding-left: 0 !important;
}

.pad-t_0 {
  padding-top: 0 !important;
}

.pad-b_0 {
  padding-bottom: 0 !important;
}

.pad-r_0 {
  padding-right: 0 !important;
}

.border-none {
  border: none !important;
}

.color-w {
  color: #fff;
}

.color-b {
  color: #000 !important;
}

.indent_01 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_02 {
  margin-left: 1.1em;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .indent_02 {
    margin-left: 0;
  }
}

.mark {
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #987654 transparent transparent transparent;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  transform: rotateZ(180deg);
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .mark {
    border-width: 24px 24px 0 0;
  }
}

.wb-breakall {
  -ms-word-break: break-all;
  word-break: break-all;
}

.wb-breakword {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: underline;
}

.circle {
  border: solid 1px #000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.border {
  border-bottom: solid 1px #000;
}

.border-none {
  border: none !important;
}

.flex-box {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .flex-box {
    flex-direction: column;
  }
}

.arrow-type {
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow-pos-r01 {
  right: 4px;
}

.arrow-pos-r02 {
  right: 30px;
}

.mg_0 {
  margin: 0 !important;
}

.font-en {
  font-family: "Montserrat", sans-serif;
}

.header {
  width: 100%;
  min-width: 1400px;
  display: block;
  position: absolute;
  z-index: 99;
  padding-top: 68px;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.38, 0.13, 0.77, 1.03);
}

.header a {
  text-decoration: none;
}

.header.menu-fixed {
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  padding: 36px 0;
  top: 0;
  background: #000;
  z-index: 10000;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.38, 0.13, 0.77, 1.03);
}

.header-page {
  width: 100%;
  min-width: 1400px;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  padding: 36px 0;
  top: 0;
  background: #000;
  z-index: 10000;
  transition: all .4s;
  opacity: 1;
}

.header-inner {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  margin-top: 4px;
  margin-right: 80px;
}

.header-logo img {
  width: 268px;
  display: block;
  backface-visibility: hidden;
}

.header-menu {
  display: flex;
}

.header-search {
  width: 184px;
  height: 26px;
  position: relative;
  top: 2px;
  display: block;
}

.search-width {
  background: transparent;
  width: 184px;
  display: block;
  position: relative;
}

.search-width:after {
  content: "";
  width: calc( 100% - .5em);
  border-bottom: solid 1px #fff;
  display: block;
}

#MakeShopTopSearchInput {
  background: transparent;
  width: 80%;
  height: 28px;
  font-size: 16px;
  margin-bottom: 4px;
  color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
}

#MakeShopTopSearchButton {
  width: 21px;
  height: 19px;
  background: url(imgs/icon_search.png) no-repeat center center/contain;
  cursor: pointer;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.menu-list {
  padding-right: 32px;
}

.menu-list:last-child {
  padding-right: 56px;
}

.menu-list a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

.sns-menu {
  display: flex;
  align-items: flex-end;
}

.sns-list {
  padding-right: 24px;
}

.sns-list:last-child {
  padding: 0;
}

#wrap {
  background: #fff;
}

#wrap .main-contents {
  margin: auto;
  margin-top: 24px;
}

#wrap .container {
  width: 100%;
  margin: auto;
  padding-top: 140px;
}

#wrap .contents-1 {
  min-width: 1400px;
}

#wrap .contents-2 {
  min-width: 1400px;
  position: relative;
  z-index: 1;
  margin-top: 112px;
}

#wrap .mv {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

#wrap .mv-video {
  width: 100%;
  min-width: 1400px;
  margin: auto;
  transform: translateY(-110px);
}

#wrap .banner-1 {
  width: 1000px;
  margin: auto;
  display: block;
  /* margin-top: 118px; */
  position: relative;
}

#wrap .banner-2 {
  width: 1000px;
  margin: auto;
  display: block;
  margin-top: 100px;
}

#wrap .title {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  font-weight: normal;
}

#wrap .news-inner {
  width: 800px;
  margin: auto;
  padding-top: 80px;
  display: flex;
  justify-content: center;
}

#wrap .news-inner td, #wrap .news-inner th {
  color: #fff;
}

#wrap .news-inner td a, #wrap .news-inner th a {
  color: #fff !important;
}

#wrap .news-inner table tbody tr:nth-child(3) {
  display: none;
}

#wrap .news-inner .woong:first-child {
  width: 160px;
  text-align: center;
}

#wrap .news-inner .woong:last-child {
  width: 80%;
  text-align: left;
}

#wrap .news-title {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  font-size: 18px;
  color: #fff;
  width: 80px;
}

#wrap .news-link {
  display: flex;
  align-items: center;
  color: #fff;
}

#wrap .news-link time {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  padding-left: 24px;
  padding-top: 1px;
}

#wrap .news-link p {
  font-size: 15px;
  padding-left: 16px;
}

#wrap .newitems {
  width: 1000px;
  margin: auto;
}

#wrap .newitems-mgt {
  margin-top: 104px;
}

#wrap .newitems-list {
  margin-top: 48px;
}

#wrap .newitems-list .slick-slide {
  padding: 0 3px;
  margin: 0 13px;
}

#wrap .newitems-list .slick-prev {
  position: absolute;
  background: url(imgs/arrow_prev.svg);
  width: 65px;
  height: 65px;
  left: -28px;
  top: 36%;
}

#wrap .newitems-list .slick-next {
  position: absolute;
  background: url(imgs/arrow_next.svg);
  width: 65px;
  height: 65px;
  right: -28px;
  top: 36%;
}

#wrap .newitems-list-item {
  width: 230px;
}

#wrap .newitems-list-item a {
  text-align: center;
}

#wrap .newitems-list-item img {
  width: 100%;
}

#wrap .newitems-list-name {
  font-size: 18px;
  padding-top: 24px;
}

#wrap .newitems-list-price {
  font-size: 14px;
  padding-top: 8px;
  color: #fff;
}

#wrap .style {
  width: 1000px;
  margin: auto;
  padding-top: 112px;
}

#wrap .style-list {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}

#wrap .style-img img {
  width: 320px;
  height: 500px;
}

#wrap .style-txt {
  font-size: 15px;
  text-align: right;
  color: #fff;
  padding-top: 20px;
}

#wrap .top-category {
  width: 1000px;
  margin: auto;
  margin-top: 108px;
  display: flex;
  flex-wrap: wrap;
}

#wrap .top-category-list {
  background: #000;
  display: flex;
  width: 499px;
  box-shadow: 0 0 0 1px #fff;
  box-sizing: border-box;
  padding: 32px;
}

#wrap .top-category-list:nth-of-type(even) {
  margin-left: 1px;
}

#wrap .top-category-list:nth-of-type(n+3) {
  margin-top: 1px;
}

#wrap .top-category-img {
  width: 134px;
  height: 134px;
  display: block;
}

#wrap .top-category-txtarea {
  font-family: "Montserrat", sans-serif;
  margin-left: 32px;
}

#wrap .top-category-title {
  font-size: 36.89px;
  font-weight: 600;
}

#wrap .top-category-txt {
  padding-top: 4px;
  font-size: 18.78px;
  text-align: left;
}

#wrap .concept {
  width: 100%;
  min-width: 1400px;
  margin: auto;
  position: relative;
  margin-top: 120px;
  letter-spacing: 3px;
}

#wrap .concept img {
  width: 100%;
}

#wrap .concept-inner {
  width: 1000px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 8%;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#wrap .concept-txtarea {
  overflow: hidden;
}

#wrap .txtarea-size_01 {
  width: 390px;
}

#wrap .txtarea-size_02 {
  width: 490px;
}

#wrap .concept-title {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  overflow: hidden;
  line-height: 1;
}

#wrap .concept-title span {
  display: inline-block;
}

#wrap .title-size_01 {
  font-size: 72px;
  padding-top: 20px;
}

#wrap .title-size_02 {
  font-size: 84px;
  line-height: .95;
}

#wrap .title-size_03 {
  font-size: 67px;
  line-height: .95;
}

#wrap .title-size_04 {
  font-size: 96px;
  width: 180%;
  margin-top: -40px;
  margin-left: -6px;
  line-height: .85;
  letter-spacing: 0;
}

#wrap .concept-txt {
  padding-top: 36px;
  letter-spacing: 0;
  line-height: 1.8;
  overflow: hidden;
  text-align: left;
}

#wrap .sub-title {
  font-weight: 600;
  font-size: 24px;
  padding-top: 12px;
  letter-spacing: 1px;
}

#wrap .feature-inner {
  width: 1200px;
  margin: auto;
  padding-bottom: 114px;
}

#wrap .feature-l {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  width: 1100px;
  margin-top: -124px;
}

#wrap .feature-c {
  padding-top: 148px;
  margin: auto;
  position: relative;
  z-index: 2;
  width: 1000px;
}

#wrap .feature-r {
  padding-top: 130px;
  display: flex;
  flex-direction: row-reverse;
  width: 1100px;
  margin-left: auto;
}

#wrap .feature-last {
  padding-top: 148px;
  margin: auto;
  position: relative;
  z-index: 2;
  width: 1061px;
}

#wrap .feature-img_01 {
  min-width: 600px;
  display: block;
}

#wrap .feature-img_02 {
  min-width: 700px;
  display: block;
}

#wrap .feature-img-last {
  width: 100%;
}

#wrap .feature-l-area {
  position: relative;
  right: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#wrap .feature-c-area {
  width: 800px;
  margin: auto;
}

#wrap .feature-c-pdt {
  padding-top: 72px;
}

#wrap .feature-c-pdb {
  padding-bottom: 72px;
}

#wrap .feature-title {
  font-size: 24px;
}

#wrap .feature-txt {
  padding-top: 32px;
}

#wrap .feature-bg {
  margin-top: -200px;
  background: #000;
  height: 200px;
  width: 100%;
}

#wrap .item {
  width: 1000px;
  margin: auto;
  padding-top: 128px;
  color: #000;
}

#wrap .item-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}

#wrap .item-list img {
  transition: none;
  opacity: 1;
}

#wrap .item-list img:hover {
  transform: scale(1);
  opacity: 1;
}

#wrap .item-list .lims {
  padding-top: 48px;
}

#wrap .item-list .lims .woong a {
  color: #fff;
}

#wrap .item-list .lims .woong td {
  color: #fff;
}

#wrap .woong td {
  color: #000;
  font-size: 14px;
}

#wrap .woong a {
  color: #000;
  font-size: 18px;
}

#wrap .item-list-item {
  padding-right: 13.3333px;
}

#wrap .item-list-item a {
  border-radius: 0;
}

#wrap .item-list-item:nth-of-type(n+5) {
  padding-top: 56px;
}

#wrap .item-list-item:nth-of-type(4n) {
  padding-right: 0;
}

#wrap .item-txtarea {
  text-align: center;
  padding-top: 24px;
}

#wrap .item-txt {
  color: #000;
  font-size: 17px;
}

#wrap .item-txt:last-child {
  font-size: 18px;
  padding-top: 10px;
  font-family: "Crimson Text", sans-serif;
}

#wrap .item-tax {
  font-size: 14px;
  padding-left: 8px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
}

#wrap .item-btn {
  padding: 20px 0;
  width: 460px;
  margin: auto;
  margin-top: 100px;
}

#wrap .btn-primary {
  background: #000;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  border: solid 1px #fff;
  transition-duration: .2s;
  transition-property: border, background-color, color;
}

#wrap .btn-primary:hover {
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
}

.origin {
  width: 1300px;
  height: 630px;
  margin: 120px auto 0;
  background: url(imgs/origin2.jpg);
  background-size: cover;
  display: block;
  position: relative;
}

.origin-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.origin-title {
  text-align: center;
}

.origin-logo {
  width: 336px;
}

.origin-instagram {
  padding-top: 20px;
}

.origin-instagram a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.origin-instagram .instagram-img {
  width: 25px;
  height: 25px;
  backface-visibility: hidden;
  display: block;
}

.origin-instagram .instagram-txt {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  padding-left: 24px;
  color: #fff;
}

.line-bnr {
  width: 100%;
  min-width: 1400px;
  background: #000;
  padding: 56px 0;
  margin: 112px auto 0;
  text-align: center;
}

.instagram-area {
  width: 800px;
  margin: auto;
  margin-top: 112px;
}

.instagram-area .instagram-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
}

.instagram-area .instagram-list-item {
  margin-right: 24px;
}

.instagram-area .instagram-list-item:nth-of-type(n+4) {
  margin-top: 24px;
}

.instagram-area .instagram-list-item:nth-of-type(3), .instagram-area .instagram-list-item:nth-of-type(6) {
  margin-right: 0;
}

.instagram-area .instagram-list-item a {
  display: block;
  width: 200px;
  height: 200px;
}

.instagram-area .instagram-list-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.icon-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
  margin-left: 10px;
  transition: transform .1s;
}

.icon-arrow:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 0 14px 5px;
  transform: rotateZ(135deg);
}

.origin-sub {
  font-weight: bold;
  padding-top: 8px;
  letter-spacing: 3px;
  color: #fff !important;
}

.origin-txt {
  padding-top: 32px;
  line-height: 2;
  color: #fff !important;
}

.arrow {
  border: solid 1px #000;
}

.arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  bottom: 4px;
  right: 1px;
  border: transparent;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.active-trigger {
  cursor: pointer;
}

.active-trigger.open .icon-arrow {
  transform: rotateZ(-180deg);
}

.dotted {
  position: relative;
  width: 100%;
  display: block;
  height: 1px;
  bottom: 0;
}

.dotted:after {
  content: "";
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#wrap .basket p {
  color: #000;
}

#detail {
  width: 1000px;
  margin: auto;
  padding-top: 60px;
}

#detail p {
  color: #000;
  line-height: 2;
}

#detail #M_topicPathWrap {
  margin: 0;
}

#detail #M_topicPath1 {
  display: flex;
}

#detail #M_topicPath1 li {
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

#detail #M_topicPath1 li:not(:first-child):before {
  content: ">";
  padding: 0 10px;
}

#detail .item-detail {
  padding-top: 64px;
  font-family: "Montserrat", sans-serif;
}

#detail .item-detail-name {
  font-size: 27px;
  margin: 0 !important;
}

#detail .item-detail-price {
  font-size: 20px;
  padding-top: 16px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

#detail .icon-yen {
  font-size: 20px;
  color: #000;
  font-weight: normal;
}

#detail .option-name {
  color: #000;
  font-weight: normal;
  display: block;
  font-size: 18px;
}

#detail .item-detail-option {
  position: relative;
  margin: 12px 0 16px;
}

#detail .item-detail-option label {
  color: #000;
  font-weight: normal;
  display: block;
  font-size: 18px;
}

#detail .item-detail-option select {
  width: 440px;
  font-size: 14px;
  border-radius: 0;
  padding: 8px 16px;
}

#detail .item-detail-option .select-arrow {
  position: absolute;
  top: 48px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 11px;
  display: block;
  backface-visibility: hidden;
}

#detail .item-detail-quantity {
  padding-top: 8px;
}

#detail .item-detail-quantity input {
  width: 100px;
  font-size: 14px;
  border-radius: 0;
  text-align: left;
  margin-top: 8px;
}

#detail .item-detail-quantity .amount-arrow {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 32px;
}

#detail .item-detail-quantity .amount-arrow img {
  width: 11px;
  display: block;
  margin: 6px 0;
  backface-visibility: hidden;
}

#detail .item-detail-quantity .quantity-amount {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}

#detail .item-detail-quantity .quantity-amount input {
  padding: 8px 16px;
}

#detail .item-detail-sub {
  padding-top: 4px;
  font-size: 14px;
}

#detail .item-detail-text {
  padding-top: 44px;
  font-size: 14px;
}

#detail .item-detail-addtext {
  display: none;
}

#detail .item-basket-btn a {
  width: 440px;
  background: #000;
  font-family: "Montserrat", sans-serif;
}

#detail .quantity-label {
  color: #000;
  font-weight: normal;
}

#detail .item-detail-size {
  padding: 100px 0 0;
  font-size: 14px;
}

#detail .size {
  margin-top: 24px;
}

#detail .size td, #detail .size th {
  font-weight: normal;
  font-size: 14px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

#detail .size th {
  width: 106px;
  background: #f4f4f4;
  padding: 16px 0 16px 24px;
}

#detail .size td {
  width: 64px;
  background: #fff;
  text-align: center;
  padding: 16px 0;
}

#detail .size td:first-of-type {
  padding-left: 12px;
}

#detail .size .table-bg {
  background: #f4f4f4;
}

#detail .item-wrap-top {
  padding-top: 72px;
}

#detail .item-img {
  width: 500px;
  height: 500px;
  margin: 0;
  margin-right: 60px;
}

#detail .item-detail {
  width: 440px;
  padding: 0;
}

#detail .bx-wrapper {
  height: 500px !important;
  margin-bottom: 12px !important;
}

#detail .bx-wrapper img {
  margin: 0;
  height: 100%;
}

#detail .M_imageMainWrap {
  height: 500px !important;
}

#detail .M_imageMainList-item {
  width: 500px !important;
  height: 500px !important;
}

#detail .M_imageThumbnail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

#detail .M_imageThumbnail-item {
  display: block;
  max-width: 90px;
  max-height: 90px;
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
  text-align: center;
}

#detail .M_imageThumbnail-item:nth-of-type(6) {
  margin-right: 12px;
}

#detail .M_imageThumbnail-item:nth-of-type(5n) {
  margin-right: 0;
}

#detail .M_imageThumbnail-item a {
  border: none;
}

#detail .M_imageThumbnail-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#detail .list-sort {
  display: flex;
}

#detail .search-result {
  color: #000;
}

#top-wrap {
  background: #000;
}

.footer {
  width: 100%;
  min-width: 1400px;
  background: #f6f6f6;
  padding: 140px 0 52px;
  background: #000;
}

.footer .inner {
  max-width: 1272px;
  padding: 0 36px;
  margin: auto;
}

.contact-btn {
  width: 260px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  padding: 8px 0;
  border: solid 1px #fff;
  margin-top: 24px;
  transition-duration: .2s;
  transition-property: border, background-color, color;
}

.contact-btn:hover {
  border: solid 1px #000;
  background-color: #fff;
  color: #000 !important;
}

.tel {
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.tel-img {
  width: 29px;
  height: 29px;
  display: block;
}

.tel-txt {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  padding-left: 16px;
}

.instagram {
  padding-top: 16px;
}

.instagram a {
  display: flex;
  align-items: center;
}

.instagram-img {
  width: 25px;
  height: 25px;
  backface-visibility: hidden;
  display: block;
}

.instagram-txt {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  padding-left: 24px;
}

.footer-area {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.footer-l {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-logo {
  max-width: 264px;
  margin-bottom: auto;
  backface-visibility: hidden;
}

.footer-logo img {
  width: 100%;
  display: block;
}

.footer-r {
  display: flex;
  justify-content: flex-end;
  text-align: left;
}

.footer-menu-l {
  margin-left: auto;
  padding-right: 74px;
}

.footer-menu-l li {
  padding-top: 12px;
}

.footer-menu-l li:nth-of-type(3) {
  padding-top: 24px;
}

.footer-menu-r li {
  padding-top: 12px;
}

.footer-sns {
  display: flex;
  align-items: flex-end;
  width: 1000px;
  margin: auto;
  padding-left: 60px;
}

.footer-sns li:last-child {
  margin-left: auto;
}

.footer-sns-list {
  padding-top: 56px;
}

.footer-sns-list img {
  margin-right: 16px;
  display: block;
}

.footer-sns-list p {
  color: #fff;
  font-weight: 100;
  margin: 0;
}

.footer-menu-list a {
  color: #fff;
  font-size: 14px;
  margin: 0;
  transition: opacity .2s;
  text-align: left;
}

.copyright {
  width: 1000px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
  text-align: right;
  margin: auto;
}

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

.fade {
  animation: fade .4s forwards ease-in;
  opacity: 0;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 120px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.anim-1 {
  animation: slideInUp 0.8s forwards cubic-bezier(0.56, 0.01, 0.59, 1.02);
  opacity: 0;
}

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

.anim-2 {
  animation: slideInUp2 0.8s forwards cubic-bezier(0.56, 0.01, 0.59, 1.02);
  opacity: 0;
}

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

.anim-3 {
  animation: slideInUp3 0.8s forwards cubic-bezier(0.56, 0.01, 0.59, 1.02);
  opacity: 0;
}

@keyframes slideInUp4 {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
  }
}

.anim-4 {
  animation: slideInUp4 0.8s forwards cubic-bezier(0.56, 0.01, 0.59, 1.02);
  opacity: 0;
}

.delay-01 {
  animation-delay: .1s;
}

.delay-02 {
  animation-delay: .2s;
}

.delay-03 {
  animation-delay: .3s;
}

.delay-04 {
  animation-delay: .4s;
}

.delay-05 {
  animation-delay: .5s;
}

.delay-06 {
  animation-delay: .6s;
}

.delay-07 {
  animation-delay: .7s;
}

[data-aos="color"] {
  color: #fff;
  transition-property: color;
}

[data-aos="color"].aos-animate {
  color: #000 !important;
}

#repur {
  background: #000;
  padding-bottom: 50px;
}
#repur .repur-fv {
  width: 100%;
  padding: 138px 20px 128px;
  background: url(https://gigaplus.makeshop.jp/zqpK7yfc/imgs/fv_repur.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#repur .repur-fv .repur-fv-ttl {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin: 0 0 50px;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
#repur .repur-fv .repur-fv-txt {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  color: #fff;
}
#repur .repur-movie {
  width: 1000px;
  margin: 120px auto;
}
#repur .repur-movie video {
  width: 100%;
}

.repuritems {
  width: 1000px;
  margin: auto;
}
.repuritems .repuritems-list {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.repuritems .repuritems-list-item {
  width: 230px;
  margin-right: 20px;
  margin-bottom: 80px;
}
.repuritems .repuritems-list-item a {
  text-align: center;
}
.repuritems .repuritems-list-item img {
  width: 100%;
}
.repuritems .repuritems-list-name {
  font-size: 18px;
  padding-top: 24px;
}
.repuritems .repuritems-list-price {
  font-size: 14px;
  padding-top: 8px;
  color: #fff;
}

.container {
  max-width: 100% !important;
}


#repur .repur-movie .play {
  border-radius: 50%;
  background: #fff;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  
}

#repur .repur-movie {
  position: relative;
}

#repur .repur-movie .play img {
  border-radius: 50%;
  width: 100%;
  transform: scale(1.1);
}
#repur .repur-movie .play:hover {
  cursor: pointer;
}

body::-webkit-scrollbar{
  display: none;
}