@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@300;400;500;600;700&display=swap");

body {
  background-color: #fff;
  color: #333333;
  font-family: "Poppins", "メイリオ", "Meiryo", "ヒラギノ角ゴ",
    "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic";
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 1vw;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #ea4636;
}
h2 {
  font-family: "Anton", sans-serif;
  font-size: 2em;
  font-weight: normal;
}
h4 {
  margin: 0;
}
img {
  max-width: 100%;
}

/*-------- header --------*/
.header {
  background-color: #ffffff;
  display: block;
  position: fixed;
  width: 100%;
  height: 75px;
  color: #000000;
  padding: 1vw;
  z-index: 99;
}
.header-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header a {
  text-decoration: none;
  color: #000000;
}
.header .item-left {
  flex: 0 0 17%;
}
.header h1 {
  font-size: 2em;
  font-weight: 700;
  margin: 0;
}
.header .item-center {
  flex: 0 0 66%;
}
.header .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  transition: color 0.3s ease;
}
.menu > ul > li {
  display: inline-block;
  margin-left: 30px;
}
.menu > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.sub-menu {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  padding: 20px 15px;
  visibility: hidden;
  opacity: 0;
}
.menu-item:hover .sub-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.sub-menu > ul > li > a {
  display: inline-block;
}
.sub-menu > ul > li {
  padding: 10px 0;
  font-size: 15px;
}
.sub-menu > .list-item > ul > li {
  display: block;
  color: #3c3c3c;
  line-height: 0.5;
}
.sub-menu > .list-item > ul > li a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  transition: color 0.3s ease;
}
.mega-menu-column-4 .list-item {
  flex: 0 0 20%;
  padding: 0 30px 0;
}
.mega-menu-column-4 .list-item .title {
  font-size: 16px;
  font-weight: 500;
}
.mega-menu-column-4 .list-item img {
  max-width: 100%;
  width: 100%;
  padding-bottom: 10px;
}
.mega-menu-column-4 .text-center .title {
  text-align: center;
}
.single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.single-column-menu > ul > li {
  line-height: 1;
}
.item-right .fas {
  margin-left: 6px;
}
.sidebar-btn {
  display: none;
}

/*-------- main --------*/
.top-view {
  display: block;
  background-image: url(image/top-william-rouse-0G5r_63XHTk-unsplash.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}
.outer-wrap {
  width: 100%;
  padding: 5vh 0 7vh;
}
.section-title {
  text-align: center;
}
.feature-wrap,
.shopBy-wrap,
.info-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.item {
  overflow: hidden;
  margin: 0 1vw;
  border-radius: 3px;
}
.feature-wrap .item img {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s ease-in-out;
}
.feature-wrap .item:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
.sale-wrap {
  display: flex;
  padding: 0 1vw;
  margin: 3vw 0;
}
.sale-wrap img {
  max-width: 100%;
}
.shopBy-wrap h4 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 1vw 0;
}
.shopBy-wrap img {
  border-radius: 3px 3px 0 0;
}
.shopBy-wrap img:hover {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
.info-wrap {
  background-color: #f5efe9;
  text-align: center;
  padding: 2vw;
  margin: 0 1vw;
}
.item-wrap {
  padding: 0 4vw;
}
.info img {
  max-width: 50px;
}
.info .txts {
  font-size: 12px;
  text-align: left;
}

/*-------- footer --------*/
footer {
  background-color: #f6f6f6;
  font-size: 14px;
}
.footer-menu-wrap {
  display: flex;
  justify-content: space-around;
}
.footer-menu-col {
  padding: 3vw;
}
.footer-menu-col h4 {
  padding-bottom: 1vw;
}
.footer-menu-col li {
  padding-bottom: 0.5vw;
}
.sns {
  display: flex;
}
.sns li {
  font-size: 1.5em;
  margin-right: 2vw;
}
.footer-btm {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  padding: 2.5vw 0;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
.footer-logo {
  font-size: 3.5em;
  font-weight: 500;
}
.footer-link {
  vertical-align: middle;
}

.footer-link ul {
  display: flex;
}
.footer-link li::after {
  content: "|";
  padding: 0 1vw;
}
.footer-link li:last-child::after {
  content: none;
}

@media (max-width: 1024px) {
  .overlay {
    position: fixed;
    top: 0;
    left: -100vh;
    width: 100vh;
    height: 100vh;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .header {
    height: 70px;
  }
  .header-wrap {
    height: 40px;
  }
  .header .item-left {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
  }
  .header .item-right {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .header .item-right a {
    color: #333333;
    margin-left: 3px;
  }
  .info {
    flex-wrap: wrap;
  }
  .item-wrap {
    max-width: 200px;
    padding: 0 2.5vw;
    margin: 20px 0;
  }
  footer {
    font-size: 12px;
  }

  /*-------- Hamberger --------*/
  .sidebar-btn {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
  }
  .menu-icon {
    position: relative;
    width: 30px;
    height: 30px;
  }
  .menu-icon::after {
    position: absolute;
    left: -1px;
    bottom: -18px;
    content: "MENU";
    display: block;
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all 0.4s;
  }
  .menu-icon.active::after {
    content: "CLOSE";
    left: -1px;
    bottom: -18px;
  }
  .bar {
    position: absolute;
    height: 5px;
    width: 100%;
    background: #333333;
    border-radius: 8px;
    transition: ease 0.3s;
  }
  .top {
    top: 12%;
  }
  .middle {
    top: 42%;
  }
  .bottom {
    top: 72%;
  }
  .close .top {
    transform: rotate(45deg);
    top: 48%;
  }
  .close .middle {
    opacity: 0;
  }
  .close .bottom {
    transform: rotate(-45deg);
    top: 48%;
  }
  .menu-icon.active {
    transform: rotate(360deg);
  }
  .menu-icon.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-icon.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
  }
  .menu-icon.active span:nth-of-type(3) {
    opacity: 0;
  }

  /*-------- sidebar --------*/
  .menu,
  .menu ul li,
  .menu li,
  .menu li a,
  .menu-item,
  .sub-menu,
  .mega-menu-column-4,
  .list-item,
  .title,
  .title a {
    display: block;
  }
  .menu {
    position: fixed;
    top: 70px;
    left: -400px;
    background-color: rgba(230, 224, 224, 0.9);
    width: 400px;
    max-width: 100%;
    height: 100%;
    padding: 20px 0 0 0;
    transition: 0.3s;
  }
  .active {
    left: 0;
  }
  .text-center a {
    text-align: left;
  }
  .menu > ul > li {
    margin: 0;
  }
  .menu > ul > li > a {
    padding: 20px 15px;
  }
  .sub-menu {
    display: none;
    position: static;
    transform: none;
    box-shadow: none;
    max-width: 400px;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
  .sub-menu .list-item img {
    display: none;
  }
  .mega-menu-column-4 .list-item {
    padding: 0;
  }
  .sub-menu .list-item .title {
    font-size: 15px;
    text-align: left;
    padding: 13px 0 13px 25px;
  }
  .sub-menu > ul > li {
    padding: 16px 0 16px 25px;
  }
  .list-item .list-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 15px 40px;
  }
  .list-item .list-wrap li {
    display: flex;
    width: 50%;
  }
  .sub-menu {
    background-color: #f3f0ea;
  }
  .sub-menu .list-item,
  .single-column-menu li {
    border-bottom: 1px solid rgba(181, 201, 96, 0.2);
  }
}

@media (max-width: 769px) {
  .feature-wrap {
    flex-direction: column;
  }
  .feature-wrap .item {
    margin: 0 auto 3vh;
  }
  .shopBy-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .shopBy-wrap .item {
    margin: 0 2vw 2vw;
  }
  .outer-wrap.info {
    padding-top: 0;
  }
  .info-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .item-wrap {
    flex: 0 0 50%;
    max-width: 250px;
    padding: 3vw;
  }
  .footer-btm {
    flex-direction: column;
  }
  .footer-logo,
  .footer-link {
    margin-bottom: 15px;
  }
}

@media (max-width: 599px) {
  .container {
    padding: 0 2vw;
  }
  .header .logo {
    font-size: 4vw;
    font-weight: 700;
  }
  .top-view {
    height: 600px;
  }
  .outer-wrap.feature {
    padding-bottom: 0;
  }
  .feature-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .feature-wrap .item {
    margin: 0 auto 3vh;
  }
  .sale-wrap {
    flex-direction: column;
  }
  .sale-ad {
    max-width: 450px;
    margin: 0 auto;
  }
  .shopBy-wrap .item {
    flex: 0 0 40%;
    margin: 0 auto 15px;
  }
  .footer-menu-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .footer-menu-col {
    min-width: 150px;
  }
  .copyright {
    margin-bottom: 8px;
  }
}
