@charset "UTF-8";

/* main
-----------------------------------------------*/
#main {
  box-sizing: border-box;
  height: 400px;
  padding: 40px;
}
#main .inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 50px 0 30px;
  box-sizing: border-box;
}
#main .inner h1 {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 28px;
}
#main .inner h2 {
  font-size: 28px;
  line-height: 1.45;
  opacity: 0;
  transition: opacity .8s cubic-bezier(.210, .60, .350, 1);
  transition-delay: .8s;
  margin-bottom: 6px;
}
#main .inner h2 span {
  font-size: 48px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  margin-right: 8px;
}
#main h1 {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
#main p {
  font-size: 18px;
  line-height: 2;
  opacity: 0;
  transition: opacity .8s cubic-bezier(.210, .60, .350, 1);
  transition-delay: .8s;
}
#main p span {
  font-weight: bold;
}
.fade #main h1 {
  transform: translateY(0);
  opacity: 1;
}
.fade #main h2,
.fade #main p {
  opacity: 1;
}
@media only screen and (max-width:767px) {
  #main {
    height: 500px;
    padding: 83px 40px 0;
  }
  #main .inner {
    padding: 0;
    display: grid;
  }
  #main .inner h1 {
    font-size: 35px;
    margin-bottom: 18px;
    text-align: center;
  }
  #main .inner h2 {
    font-size: 18px;
    display: inline-block;
    text-align: left;
    margin: 0 auto 15px;
  }
  #main .inner h2 span {
    display: block;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
  }
  #main p {
    font-size: 14px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
  }
  #main .inner h2,
  #main p {
    max-width: 282px;
    width: 100%;
    }
}

/* section
-----------------------------------------------*/
section .inner {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
}
section p {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  section .inner {
    padding: 0 20px;
  }
  section p {
    font-size: 14px;
  }
}



/* charmArea
-----------------------------------------------*/
#charmArea{
  background: #F2F2F2;
  padding: 80px 0 100px;
  margin-top: 120px!important;
}
#charmArea .inner{
  max-width: 1390px;
}
#charmArea h2 {
  color: #552200;
  display: inline-block;
  position: relative;
  font-size: 36px;
  padding:0;
  transform:none;
  background-image:none;
  margin-bottom: 0;
}
#charmArea .subTtl span {
  position: relative;
  opacity: 0;
}
@keyframes txt2 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#charmArea .subTtl.fade span {
  animation: .4s cubic-bezier(.210, .60, .350, 1);
  animation-name: txt2;
  opacity: 1;
}
@keyframes bg2 {
  0% {
    width: 0;
  }
  49% {
    width: 100%;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
#charmArea .subTtl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #00876c;
  animation: 1.0s cubic-bezier(.210, .60, .350, 1);
}
#charmArea .subTtl.fade::before {
  animation-name: bg2;
  width: 0;
}
#charmArea h3 {
  color: #552200;
  font-size: 20px;
  display: flex;
  line-height: 1.7;
  text-align: left;
  word-break: auto-phrase;
}
#charmArea h3 span {
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  margin-right: 13px;
}
#charmArea ul {
  display: flex;
  gap:24px;
  margin-top: 40px;
}
#charmArea ul li {
  opacity: 0;
  transform: translateY(40px);
  transition: transform .8s cubic-bezier(.210, .60, .350, 1), opacity .8s cubic-bezier(.210, .60, .350, 1);
}
#charmArea ul li:nth-child(2) {
  transition-delay: .2s;
}
#charmArea ul li:nth-child(3) {
  transition-delay: .4s;
}
#charmArea ul li.fade {
  opacity: 1;
  transform: translateY(0);
}
#charmArea .img {
  position: relative;
  margin-bottom: 20px;
}
#charmArea .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 7 / 4;
}
#charmArea .img .btn {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  margin: 0;
  max-width: 130px;
  width: 100%;
  background: #333333;
  text-align: center;
}
#charmArea .img .btn span {
  line-height: 33px;
  color: #fff;
  font-size: 13px;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 10px;
}
#charmArea .img .btn span::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg)translateY(-50%);
  top: 50%;
  right: 0;
  margin-top: -1px;
}
@media only screen and (max-width:767px) {
  #charmArea {
    padding: 50px 0 20px;
    margin-top: 60px!important;
  }
  #charmArea h2 {
    font-size: 24px;
  }
  #charmArea h3 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
  }
  #charmArea h3 + p {
    font-size: 14px;
  }
  #charmArea ul {
    margin-top: 30px;  
    flex-wrap: wrap;
    gap:30px;
  }
  #charmArea ul::after {
    content: "";
    display: block;
    clear: both;
  }
  #charmArea ul li:nth-child(2) {
    transition-delay: .15s;
  }
  #charmArea ul li:nth-child(3) {
    transition-delay: .3s;
  }
  #charmArea ul li:nth-child(4) {
    display: block;
    transition-delay: .45s;
  }
  #charmArea ul li a {
    display: block;
  }
  #charmArea ul li a h4 {
    font-size: 15px;
    margin-top: 15px;
  }
  #charmArea .img {
    margin-bottom: 0;
  }
  #charmArea h3 span {
    font-size: 30px;
}
}



/* sales
-----------------------------------------------*/
#charmArea + #sales{
  margin-top: 0;
}
#sales {
  background: rgba(110, 89, 75, 0.2);
  padding: 80px 0 100px;
  margin-top: 120px;
}
#sales h2 {
  color: #00876c;
  display: inline-block;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 62px;
  font-weight: normal;
  transform: none;
  padding: 0;
  background-image:none;
  margin-bottom:0;
}
#sales .subTtl span {
  position: relative;
  opacity: 0;
  transform: none;
  font-size: 62px;
  line-height: 1.2;
}
@keyframes txt2 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#sales .subTtl.fade span {
  animation: .4s cubic-bezier(.210, .60, .350, 1);
  animation-name: txt2;
  opacity: 1;
}
@keyframes bg2 {
  0% {
    width: 0;
  }
  49% {
    width: 100%;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
#sales .subTtl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #00876c;
  animation: 1.0s cubic-bezier(.210, .60, .350, 1);
}
#sales .subTtl.fade::before {
  animation-name: bg2;
  width: 0;
}
#sales h3 {
  font-size: 26px;
  margin-top: 30px;
}
#sales h3 + p {
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  margin-top: 10px;
}
#sales ul {
  text-align: center;
  font-size: 0;
}
#sales ul li {
  display: inline-block;
  vertical-align: top;
  width: 31.819%;
  margin: 20px 0.75% 0;
  opacity: 0;
  transform: translateY(40px);
  transition: transform .8s cubic-bezier(.210, .60, .350, 1), opacity .8s cubic-bezier(.210, .60, .350, 1);
}
#sales ul li:nth-child(2) {
  transition-delay: .2s;
}
#sales ul li:nth-child(3) {
  transition-delay: .4s;
}
#sales ul li.fade {
  opacity: 1;
  transform: translateY(0);
}
#sales ul li a .thumb {
  position: relative;
  overflow: hidden;
}
#sales ul li a .thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 59.524%;
}
#sales ul li a .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
#sales ul li a:hover .thumb img {
  opacity: 0.7;
}
#sales ul li a h4 {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 20px;
  text-align: left;
}
#sales .btn {
  margin-top: 40px;
}
#sales .btn a {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 16px;
  line-height: 62px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 304px;
  margin: 0 auto;
  opacity: 1;
  transition: color .3s cubic-bezier(.210, .60, .350, 1);
}
#sales .btn a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 0;
  height: 100%;
  transition: width .6s cubic-bezier(.210, .60, .350, 1);
  background-color: #157a61;
}
#sales .btn.fade a::before {
  width: 100%;
}
#sales .btn a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  transition: width .3s cubic-bezier(.210, .60, .350, 1);
  background-color: #0d493a;
}
#sales .btn a:hover {
  color: #fff;
}
#sales .btn a:hover::after {
  width: 100%;
}
#sales .btn a span {
  display: block;
  opacity: 0;
  transition: opacity .6s cubic-bezier(.210, .60, .350, 1);
  transition-delay: .4s;
}
#sales .btn.fade a span {
  opacity: 1;
}
@media only screen and (max-width:767px) {
  #sales {
    padding: 60px 0 90px;
    margin-top: 0;
  }
  #sales .subTtl span,
  #sales h2 {
    font-size: 40px;
  }
  #sales h3 {
    font-size: 18px;
    margin-top: 30px;
  }
  #sales h3 + p {
    font-size: 14px;
  }
  #sales ul {
    margin-right: -15px;
  }
  #sales ul.cont2 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  #sales ul::after {
    content: "";
    display: block;
    clear: both;
  }
  #sales ul li {
    float: left;
    width: 50%;
    margin: 30px 0 0;
  }
  #sales ul.cont2 li {
    float: none;
  }
  #sales ul li:nth-child(2n+1) {
    clear: left;
  }
  #sales ul li:nth-child(2) {
    transition-delay: .15s;
  }
  #sales ul li:nth-child(3) {
    transition-delay: .3s;
  }
  #sales ul li:nth-child(4) {
    display: block;
    transition-delay: .45s;
  }
  #sales ul li a {
    display: block;
    margin-right: 15px;
  }
  #sales ul.cont2 li a {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  #sales ul li a h4 {
    font-size: 15px;
    margin-top: 15px;
  }
  #sales .note {
    width: 280px;
  }
  #sales .note p strong {
    font-size: 30px;
  }
  #sales .note p span {
    font-size: 12px;
  }
  #sales .btn {
    margin-top: 20px;
  }
  #sales .btn a {
    max-width: 280px;
    font-size: 14px;
    line-height: 52px;
  }
}
