@charset "utf-8";

/*-----------------------------------------
  common
-----------------------------------------*/
#madein a {
  transition: all .3s;
}

#madein a:hover {
  opacity: 0.8;
}

#madein .inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

#madein .contents-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  font-weight: bold;
  font-size: 26px;
}

#madein .contents-title::before,
#madein .contents-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 27px;
  height: 1px;
  margin: auto 0;
  background: #fff;
  transform: rotate(55deg);
}

#madein .contents-title::after {
  left: auto;
  right: -40px;
  transform: rotate(-55deg);
}

@media only screen and (min-width: 751px) {
  #madein .for-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  #madein .for-pc {
    display: none !important;
  }

  #madein .contents-title {
    margin: 0 auto 15px;
    font-size: 18px;
  }

  #madein .contents-title::before,
  #madein .contents-title::after {
    left: -30px;
    width: 20px;
  }

  #madein .contents-title::after {
    left: auto;
    right: -30px;
  }
}

/*-----------------------------------------
  mv
-----------------------------------------*/
#madein .sec-mv {
  height: 450px;
  background: url(/img/usr/freepage/madein/mv_pc.jpg) no-repeat center / cover;
}

#madein .sec-mv .mv {
  padding-top: 160px;
  font-weight: bold;
  font-size: 40px;
  color: #42678E;
}

#madein .sec-mv .mv span {
  display: block;
  margin: 17px 0 0;
  font-size: 26px;
}

@media only screen and (max-width: 750px) {
  #madein .sec-mv {
    height: 100vw;
    background-image: url(/img/usr/freepage/madein/mv_sp.jpg);
  }

  #madein .sec-mv .mv {
    padding-top: 44px;
    font-size: 23px;
    text-align: center;
  }

  #madein .sec-mv .mv span {
    margin: 8px 0 0;
    font-size: 15px;
  }
}

/*-----------------------------------------
  main
-----------------------------------------*/
#madein .sec-main {
  padding: 80px 0;
  color: #fff;
  background: #42678E url(/img/usr/freepage/madein/bg_pc.jpg) no-repeat center top / 100%;
}

#madein .sec-main .inner>*:not(:first-child) {
  margin-top: 50px;
}

#madein .sec-main .point-list {
  display: flex;
  justify-content: space-between;
}

#madein .sec-main .point-list li {
  display: flex;
  align-items: center;
  gap: 23px;
}

#madein .sec-main .point-list-icon {
  width: 124px;
}

#madein .sec-main .point-list-name {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
}

#madein .sec-main .point-list-name span {
  font-size: 27px;
}

#madein .sec-main .point-list-name span span {
  color: #FF8B36;
}

#madein .sec-main .brand-list {
  display: flex;
  gap: 2px;
}

#madein .sec-main .about-title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.375;
}

#madein .sec-main .about-text {
  margin: 30px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.27;
}

#madein .sec-main .entry-btn {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 610px;
  height: 68px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: #FF8B36;
  border-radius: 5px;
}

@media only screen and (min-width: 751px) {
  #madein .sec-main .product {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 750px) {
  #madein .sec-main {
    padding: 30px 0 50px;
    background-image: url(/img/usr/freepage/madein/bg_sp.jpg);
  }

  #madein .sec-main .inner>*:not(:first-child) {
    margin-top: 30px;
  }

  #madein .sec-main .point-list {
    justify-content: center;
    gap: 15px;
  }

  #madein .sec-main .point-list li {
    flex-direction: column;
    gap: 5px;
  }

  #madein .sec-main .point-list-icon {
    width: 90px;
  }

  #madein .sec-main .point-list-name {
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
  }

  #madein .sec-main .point-list-name span {
    font-size: 20px;
  }

  #madein .sec-main .brand-wrapper {
    display: flex;
    gap: 2px;
    margin: 0 -15px;
    overflow: hidden;
  }

  #madein .sec-main .brand-list {
    display: flex;
    gap: 2px;
    animation: brandList 40s linear infinite;
  }

  @keyframes brandList {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  #madein .sec-main .brand-list li {
    flex-shrink: 0;
    width: 130px;
  }

  #madein .sec-main .about-title {
    margin-top: 50px;
    font-size: 26px;
  }

  #madein .sec-main .about-text {
    margin: 20px 0 0;
    font-size: 15px;
  }

  #madein .sec-main .entry-btn {
    margin: 30px auto 0;
    width: 100%;
    height: 50px;
    font-size: 15px;
  }
}

/*-----------------------------------------
  bottom
-----------------------------------------*/
#madein .sec-bottom {
  padding: 80px 0;
  background: #fff;
}

#madein .sec-bottom .contents-title {
  font-size: 22px;
  color: var(--textColor);
}

#madein .sec-bottom .contents-title::before,
#madein .sec-bottom .contents-title::after {
  background: var(--textColor);
}

#madein .sec-bottom .store-btn {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 54px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: var(--mainColor);
  border-radius: 5px;
}

@media only screen and (max-width: 750px) {
  #madein .sec-bottom {
    padding: 50px 0;
  }

  #madein .sec-bottom .contents-title {
    font-size: 14px;
  }

  #madein .sec-bottom .store-btn {
    margin: 15px auto 0;
    width: 225px;
    height: 40px;
    font-size: 14px;
  }
}