@charset "UTF-8";
/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1199px) {
  #main-visual {
    height: max(100svh, 720px);
  }
}
@media screen and (max-width: 767px) {
  #main-visual {
    height: max(100svh, 600px);
  }
}
@media screen and (max-width: 1199px) {
  #main-visual::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2));
  }
}
#main-visual .mv-bgimg {
  width: 100%;
  height: 100%;
}
#main-visual .mv-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 85% 50%;
     object-position: 85% 50%;
}
#main-visual .mv-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 7.5rem;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content {
    padding: 0 30px;
  }
}
#main-visual .mv-content .mv-catch .__ttlstyle01 {
  width: 3.5em;
  margin-left: auto;
  font-size: 2.25rem;
  text-shadow: 0px 0px 24px rgb(0, 0, 0);
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-content .mv-catch .__ttlstyle01 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-catch .__ttlstyle01 {
    font-size: 1.5em;
  }
}

.sec-products .product-list {
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .sec-products .product-list {
    margin-top: 2em;
  }
}
.sec-products .product-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-products .product-list ul .product-list-item {
  position: relative;
  width: calc(50% - 0.9375rem);
  margin-top: 1.875rem;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .sec-products .product-list ul .product-list-item {
    width: calc(50% - 1em);
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-products .product-list ul .product-list-item {
    width: 100%;
  }
}
.sec-products .product-list ul .product-list-item a .item-img {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: clip;
}
@media screen and (max-width: 1199px) {
  .sec-products .product-list ul .product-list-item a .item-img {
    aspect-ratio: 3/2;
  }
}
.sec-products .product-list ul .product-list-item a .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.48s ease;
}
.sec-products .product-list ul .product-list-item a .item-name {
  background-color: #fff;
  height: 4.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-products .product-list ul .product-list-item a .item-name h3 {
  color: #5f6446;
  text-align: center;
  font-weight: 700;
  font-size: max(1.5rem, 1.125em);
}
.sec-products .product-list ul .product-list-item a .item-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1.4em;
}
.sec-products .product-list ul .product-list-item a .item-arrow .__arrow-style {
  width: 2em;
}
.sec-products .product-list ul .product-list-item a:hover .item-img img {
  transform: scale(1.02);
}
.sec-products .sec-link {
  margin-top: 4em;
}
.sec-products .sec-link .__linkbtn {
  margin: 0 auto;
}

.sec-online-shop {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-online-shop {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-online-shop {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.sec-online-shop .__sakura-deco {
  position: absolute;
  width: 15rem;
}
@media screen and (max-width: 1199px) {
  .sec-online-shop .__sakura-deco {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec-online-shop .__sakura-deco {
    width: 90px;
  }
}
.sec-online-shop .__sakura-deco img {
  width: 100%;
  height: auto;
}
.sec-online-shop .__sakura-deco.__top {
  top: 0;
  left: 0;
  margin-top: -10rem;
  margin-left: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-online-shop .__sakura-deco.__top {
    margin-top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .sec-online-shop .__sakura-deco.__top {
    margin-top: -80px;
  }
}
.sec-online-shop .__sakura-deco.__bottom {
  bottom: 0;
  right: 0;
  margin-bottom: -5rem;
  margin-right: 3.75rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 1199px) {
  .sec-online-shop .__sakura-deco.__bottom {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-online-shop .__sakura-deco.__bottom {
    margin-bottom: -60px;
  }
}
.sec-online-shop .sec-inner {
  background-color: #fff;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-online-shop .sec-inner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sec-online-shop .sec-inner {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.sec-online-shop .sec-inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - (100% - 80.625 * 1rem) / 2);
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .sec-online-shop .sec-inner .flex-wrap {
    display: block;
    width: 100%;
  }
}
.sec-online-shop .sec-inner .flex-wrap .txt-wrap {
  width: 27em;
}
@media screen and (max-width: 991px) {
  .sec-online-shop .sec-inner .flex-wrap .txt-wrap {
    width: calc(100% - 120px);
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-online-shop .sec-inner .flex-wrap .txt-wrap {
    width: calc(100% - 60px);
    margin-bottom: 2em;
  }
}
.sec-online-shop .sec-inner .flex-wrap .txt-wrap .sec-txt {
  margin-top: 2em;
}
.sec-online-shop .sec-inner .flex-wrap .txt-wrap .sec-txt p {
  line-height: 2em;
}
.sec-online-shop .sec-inner .flex-wrap .img-wrap {
  position: relative;
  width: calc(100% - 27em);
  height: 42.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-online-shop .sec-inner .flex-wrap .img-wrap {
    width: 100%;
    height: 480px;
  }
}
@media screen and (max-width: 991px) {
  .sec-online-shop .sec-inner .flex-wrap .img-wrap {
    height: auto;
    aspect-ratio: 2/1;
  }
}
.sec-online-shop .sec-inner .flex-wrap .img-wrap::before, .sec-online-shop .sec-inner .flex-wrap .img-wrap::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 10%;
  background: linear-gradient(0deg, #fff, transparent);
}
.sec-online-shop .sec-inner .flex-wrap .img-wrap::before {
  top: 0;
  background: linear-gradient(0deg, transparent, #fff);
}
.sec-online-shop .sec-inner .flex-wrap .img-wrap::after {
  bottom: 0;
  background: linear-gradient(0deg, #fff, transparent);
}
.sec-online-shop .sec-inner .flex-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-online-shop .sec-link {
  margin-top: -10rem;
}
@media screen and (max-width: 1199px) {
  .sec-online-shop .sec-link {
    margin-top: -80px;
  }
}
@media screen and (max-width: 991px) {
  .sec-online-shop .sec-link {
    margin-top: -130px;
  }
}
.sec-online-shop .sec-link a {
  position: relative;
  font-size: max(1.5rem, 1.125em);
  width: 11em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-online-shop .sec-link a {
    font-size: 1em;
  }
}
.sec-online-shop .sec-link a .content-bgimg {
  width: 100%;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}
.sec-online-shop .sec-link a .content-bgimg img {
  width: 100%;
  height: auto;
}
.sec-online-shop .sec-link a .content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-online-shop .sec-link a span.__icon {
  display: block;
  width: 1.75em;
  margin: 0 auto;
}
.sec-online-shop .sec-link a span.__icon img {
  width: 100%;
  height: auto;
}
.sec-online-shop .sec-link a span.__txt {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  margin-top: 0.6em;
}

@media screen and (max-width: 991px) {
  .sec-about {
    padding-bottom: 0;
  }
}
.sec-about .sec-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner {
    display: block;
  }
}
.sec-about .sec-inner .img-wrap {
  width: calc((100% - 53.125rem) / 2 - 3.75rem);
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .img-wrap {
    width: min(75%, 520px);
  }
}
.sec-about .sec-inner .img-wrap img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .img-wrap.__top {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .img-wrap.__top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .img-wrap.__top img {
    aspect-ratio: 2/1;
  }
}
.sec-about .sec-inner .img-wrap.__bottom {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .img-wrap.__bottom {
    margin-left: auto;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .img-wrap.__bottom {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .img-wrap.__bottom img {
    aspect-ratio: 5/3;
  }
}
.sec-about .sec-inner .txt-wrap {
  width: 53.125rem;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .txt-wrap {
    width: calc(100% - 120px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .txt-wrap {
    width: calc(100% - 60px);
  }
}
.sec-about .sec-inner .txt-wrap .sec-catch {
  margin-top: 4em;
}
.sec-about .sec-inner .txt-wrap .sec-catch h3 {
  font-size: max(1.5rem, 1.125em);
}
.sec-about .sec-inner .txt-wrap .sec-catch h3 span.__deco-line {
  width: calc((100% - 17em) / 2);
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .txt-wrap .sec-catch h3 span.__deco-line {
    width: calc((100% - 10em) / 2);
  }
}
.sec-about .sec-inner .txt-wrap .sec-txt {
  margin-top: 4em;
}
.sec-about .sec-inner .txt-wrap .sec-txt p {
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .txt-wrap .sec-txt p {
    margin-top: 1em;
  }
}
.sec-about .sec-inner .txt-wrap .sec-link {
  margin-top: 4em;
}
.sec-about .sec-inner .txt-wrap .sec-link .__linkbtn {
  margin: 0 auto;
}

.sec-news .sec-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner .sec-ttl h2 {
    display: block;
  }
  .sec-news .sec-inner .sec-ttl h2 span.__jp {
    writing-mode: initial;
    margin-top: 0;
  }
  .sec-news .sec-inner .sec-ttl h2 span.__en {
    width: auto;
    transform: initial;
  }
  .sec-news .sec-inner .sec-ttl h2 span.__en::before {
    transform: initial;
  }
}
.sec-news .sec-inner .news-list {
  width: 66.875rem;
  height: 30em;
  overflow-y: scroll;
  margin-top: 2em;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner .news-list {
    width: 100%;
  }
}
.sec-news .sec-inner .news-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.sec-news .sec-inner .news-list ul li.news-list-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 3em 0;
  padding-right: 3em;
  border-bottom: solid 1px #ccc;
}
.sec-news .sec-inner .news-list ul li.news-list-item:nth-of-type(1) {
  border-top: solid 1px #ccc;
}
@media screen and (max-width: 1199px) {
  .sec-news .sec-inner .news-list ul li.news-list-item {
    display: block;
  }
}
.sec-news .sec-inner .news-list ul li.news-list-item .news-info {
  display: flex;
  align-items: baseline;
  width: 12em;
}
@media screen and (max-width: 1199px) {
  .sec-news .sec-inner .news-list ul li.news-list-item .news-info {
    width: 100%;
    font-size: 0.95em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .news-list ul li.news-list-item .news-info {
    display: block;
  }
}
.sec-news .sec-inner .news-list ul li.news-list-item .news-info span {
  letter-spacing: 0;
}
.sec-news .sec-inner .news-list ul li.news-list-item .news-info span.__new {
  color: #b73f4c;
  margin-left: 1em;
}
.sec-news .sec-inner .news-list ul li.news-list-item .news-content {
  width: calc(100% - 12em - 2em);
}
@media screen and (max-width: 1199px) {
  .sec-news .sec-inner .news-list ul li.news-list-item .news-content {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */