@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			$

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
ブレークポイント定義
=================================*/
/*================================
size()関数
=================================*/
/*================================
color
=================================*/
/*================================
fadein animation
=================================*/
.fadein.anim_active {
  animation: fadein 0.6s forwards;
}

@keyframes fadein {
  0% {
    opacity: 1%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeup {
  0% {
    opacity: 1%;
    visibility: hidden;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes faderight {
  0% {
    opacity: 1%;
    visibility: hidden;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.show .up {
  opacity: 1%;
  visibility: hidden;
  transform: translateY(30px);
}
.show .right {
  opacity: 1%;
  visibility: hidden;
  transform: translateX(30px);
}
.show .anim_active .up {
  animation: fadeup 1s forwards;
}
.show .anim_active .up_002 {
  animation-delay: 0.2s;
}
.show .anim_active .right {
  animation: faderight 1s forwards;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			RESET

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, label, textarea, p, blockquote, table, caption, tbody, tfoot, thead, th, td, option, figure, figcaption {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, th, var, optgroup, strong, em, b, i {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a, ins, del {
  text-decoration: none;
}

a {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

object, embed, th, td {
  vertical-align: top;
}

input, textarea, select {
  font-size: 1em;
}

picture, figure, audio {
  display: inline-block;
}

audio {
  max-width: 100%;
}

.clf::after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			COMMON

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
* {
  box-sizing: border-box;
  outline: none;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  * {
    font-size: 1.25vw;
  }
}

body, a {
  color: #fff;
}

html,
body {
  overflow-x: clip;
  overflow-y: auto;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  padding: 0;
  position: relative;
}

body.show {
  opacity: 1;
  transition: 1s;
}

main {
  flex: 1;
  background: url("../images/common/body_bg.jpg") repeat center center;
}

@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

/*================================
fonts
=================================*/
.sans, .sans * {
  font-family: "Noto Sans JP", sans-serif;
}

.cg, .cg * {
  font-family: "Cormorant Garamond", serif;
}

.g_yellow {
  background: linear-gradient(#FEDE94 0%, #EFB52D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text {
  line-height: 1.888;
}

/*================================
contents title
=================================*/
.contents_title_wrap span {
  display: inline-block;
}
.contents_title_wrap .en, .contents_title_wrap .en * {
  font-size: 16vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .en, .contents_title_wrap .en * {
    font-size: 8.3333333333vw;
  }
}
.contents_title_wrap .ja, .contents_title_wrap .ja * {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  .contents_title_wrap .ja, .contents_title_wrap .ja * {
    font-size: 1.3888888889vw;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			header / footer

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
header
=================================*/
header {
  /*================================
  mv
  =================================*/
}
header .mv {
  height: 106.2666666667vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  header .mv {
    height: 46.25vw;
  }
}
header .mv .mv_image, header .mv .mv_image picture, header .mv .mv_image img {
  width: 100%;
  height: 100%;
}
header .mv .mv_image picture, header .mv .mv_image img {
  -o-object-fit: cover;
     object-fit: cover;
}
header .mv .catch {
  width: 90.2666666667vw;
  position: absolute;
  bottom: 3.7333333333vw;
  right: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  header .mv .catch {
    width: 52.1527777778vw;
    bottom: 1.3888888889vw;
    right: 2.9166666667vw;
  }
}
header .mv .catch picture, header .mv .catch img {
  display: block;
}

/*================================
footer
=================================*/
footer {
  padding: 8vw 0 4vw;
  background: #fff;
}
@media screen and (min-width: 960px) {
  footer {
    padding: 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    padding: 30px 0;
  }
}
footer .logo {
  width: 19.4666666667vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 960px) {
  footer .logo {
    width: 5.0694444444vw;
    max-width: 73px;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .logo {
    margin-bottom: 20px;
  }
}
footer .copyright {
  font-size: 2.6666666667vw;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 960px) {
  footer .copyright {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer .copyright {
    font-size: 12px;
  }
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			main

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
main {
  /*================================
  about
  =================================*/
  /*================================
  feature
  =================================*/
  /*================================
  message
  =================================*/
  /*================================
  products
  =================================*/
}
main .about_wrap {
  padding-top: 13.3333333333vw;
  position: relative;
}
@media screen and (min-width: 960px) {
  main .about_wrap {
    padding-top: 8.3333333333vw;
  }
}
main .about_wrap:before {
  content: "";
  width: 100%;
  height: 668.9333333333vw;
  background: url("../images/about/about_bg_sp.png") no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  main .about_wrap:before {
    width: 67.9861111111vw;
    height: 41.1805555556vw;
    background: url("../images/about/about_bg.png") no-repeat top center;
    background-size: 100%;
  }
}
main .about_wrap .inner {
  margin-bottom: 8.8vw;
  padding: 0 5.3333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  main .about_wrap .inner {
    width: 75vw;
    margin: 0 auto 2.0833333333vw;
    padding: 0;
  }
}
main .about_wrap .inner .contents_title_wrap {
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  main .about_wrap .inner .contents_title_wrap {
    margin-bottom: 2.7777777778vw;
  }
}
main .about_wrap .inner .contents .catch {
  margin-bottom: 5.3333333333vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  main .about_wrap .inner .contents .catch {
    margin-bottom: 1.3888888889vw;
    font-size: 2.0833333333vw;
  }
}
main .about_wrap .image {
  height: 53.3333333333vw;
  border-radius: 13.3333333333vw 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  main .about_wrap .image {
    height: 27.7777777778vw;
    border-radius: 6.9444444444vw 0 0 0;
  }
}
main .about_wrap .image picture, main .about_wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .about_wrap .spoon {
  width: 51.6vw;
  position: absolute;
  top: 5.2vw;
  right: -7.7333333333vw;
}
@media screen and (min-width: 960px) {
  main .about_wrap .spoon {
    width: 40.2083333333vw;
    top: 5.5555555556vw;
    right: 0;
  }
}
main .feature_wrap {
  padding: 13.3333333333vw 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  main .feature_wrap {
    padding: 8.3333333333vw 0 21.0416666667vw;
  }
}
@media screen and (min-width: 960px) {
  main .feature_wrap:before {
    content: "";
    width: 100%;
    height: 167.3611111111vw;
    background: url("../images/feature/feature_bg.png") no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
main .feature_wrap .inner {
  position: relative;
  z-index: 1;
}
main .feature_wrap .inner .contents_title_wrap {
  margin-bottom: 8.5333333333vw;
  text-align: center;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents_title_wrap {
    margin-bottom: 4.1666666667vw;
  }
}
main .feature_wrap .inner .contents .item {
  position: relative;
}
main .feature_wrap .inner .contents .item .image {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item .image {
    margin: 0;
    position: absolute;
  }
}
main .feature_wrap .inner .contents .item .text_wrap {
  margin-top: -2.6666666667vw;
  padding: 0 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item .text_wrap {
    width: 34.7222222222vw;
    margin-top: 0;
    padding: 0;
  }
}
main .feature_wrap .inner .contents .item .text_wrap .number, main .feature_wrap .inner .contents .item .text_wrap .number * {
  font-size: 13.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item .text_wrap .number, main .feature_wrap .inner .contents .item .text_wrap .number * {
    font-size: 6.25vw;
  }
}
main .feature_wrap .inner .contents .item .text_wrap .item_title {
  margin-bottom: 4vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item .text_wrap .item_title {
    margin-bottom: 1.3888888889vw;
    font-size: 2.0833333333vw;
  }
}
main .feature_wrap .inner .contents .item .text_wrap .text, main .feature_wrap .inner .contents .item .text_wrap ul li {
  line-height: 1.5;
}
main .feature_wrap .inner .contents .item .text_wrap ul li:before {
  content: "・";
}
main .feature_wrap .inner .contents .item .text_wrap .small, main .feature_wrap .inner .contents .item .text_wrap .small * {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item .text_wrap .small, main .feature_wrap .inner .contents .item .text_wrap .small * {
    font-size: 0.9722222222vw;
  }
}
main .feature_wrap .inner .contents .item .text_wrap .small {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item .text_wrap .small {
    margin-bottom: 0.3472222222vw;
  }
}
main .feature_wrap .inner .contents .item .text_wrap .small a {
  line-height: 1;
  color: #FBD989;
  border-bottom: 1px solid #FBD989;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item .text_wrap .small a:hover {
    opacity: 0.6;
  }
}
main .feature_wrap .inner .contents .item:nth-child(1) {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item:nth-child(1) {
    margin-bottom: 23.6111111111vw;
  }
}
main .feature_wrap .inner .contents .item:nth-child(1) .image {
  width: 89.3333333333vw;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item:nth-child(1) .image {
    width: 51.7361111111vw;
    margin-bottom: 0;
    top: -7.2916666667vw;
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item:nth-child(1) .text_wrap {
    margin-left: 12.5vw;
  }
}
main .feature_wrap .inner .contents .item:nth-child(2) {
  margin-bottom: 4.4vw;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item:nth-child(2) {
    margin-bottom: 22.2222222222vw;
  }
}
main .feature_wrap .inner .contents .item:nth-child(2) .image {
  width: 66.6666666667vw;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item:nth-child(2) .image {
    width: 38.8888888889vw;
    margin-bottom: 0;
    top: -16.3194444444vw;
    left: 8.3333333333vw;
  }
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item:nth-child(2) .text_wrap {
    margin: 0 14.6527777778vw 0 auto;
  }
}
main .feature_wrap .inner .contents .item:nth-child(3) .image {
  width: 89.3333333333vw;
  margin-bottom: 0.5333333333vw;
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item:nth-child(3) .image {
    width: 55.3472222222vw;
    margin-bottom: 0;
    top: -11.5277777778vw;
    right: 0.4861111111vw;
  }
}
@media screen and (min-width: 960px) {
  main .feature_wrap .inner .contents .item:nth-child(3) .text_wrap {
    margin-left: 12.5vw;
  }
}
main .message_wrap {
  background-attachment: fixed;
  clip-path: url(#para_mask_sp);
  position: relative;
}
@media screen and (min-width: 960px) {
  main .message_wrap {
    clip-path: url(#para_mask);
  }
}
main .message_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main .message_wrap:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: url("../images/common/para_image.jpg") no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
main .message_wrap .inner {
  padding: 0 5.3333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  main .message_wrap .inner {
    width: 75vw;
    margin: 0 auto;
    padding: 0;
  }
}
main .message_wrap .inner .contents {
  padding: 16vw 0;
}
@media screen and (min-width: 960px) {
  main .message_wrap .inner .contents {
    padding: 9.7222222222vw 0;
  }
}
main .message_wrap .inner .contents .text span {
  display: block;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 960px) {
  main .message_wrap .inner .contents .text span {
    margin-bottom: 3.4722222222vw;
  }
}
main .message_wrap .inner .contents .text span:last-child {
  margin-bottom: 0;
}
main .products_wrap {
  padding: 16vw 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  main .products_wrap {
    padding: 8.3333333333vw 0 9.7222222222vw;
  }
}
main .products_wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(118, 27, 61, 0) 0%, #320818 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
main .products_wrap .inner {
  padding: 0 5.3333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner {
    width: 75vw;
    margin: 0 auto;
    padding: 0;
  }
}
main .products_wrap .inner .contents_title_wrap {
  margin-bottom: 8.5333333333vw;
  text-align: center;
}
main .products_wrap .inner .contents {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.1666666667vw;
  }
}
main .products_wrap .inner .contents .image {
  width: 80vw;
  margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .contents .image {
    width: 40.2777777778vw;
    margin: 0;
  }
}
main .products_wrap .inner .contents .text_wrap {
  padding: 10.1333333333vw 6.6666666667vw;
  border: 0.8vw solid;
  -o-border-image: linear-gradient(to bottom, #FEDE94, #EFB52D) 1;
     border-image: linear-gradient(to bottom, #FEDE94, #EFB52D) 1;
  position: relative;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .contents .text_wrap {
    width: 34.7222222222vw;
    padding: 3.4722222222vw 3.1944444444vw;
    border-width: 0.2083333333vw;
  }
}
main .products_wrap .inner .contents .text_wrap:before {
  content: "";
  width: calc(100% - 2.6666666667vw);
  height: calc(100% - 2.6666666667vw);
  border: 0.2666666667vw solid;
  -o-border-image: linear-gradient(to bottom, #FEDE94, #EFB52D) 1;
     border-image: linear-gradient(to bottom, #FEDE94, #EFB52D) 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .contents .text_wrap:before {
    width: calc(100% - 1.3888888889vw);
    height: calc(100% - 1.3888888889vw);
    border-width: 0.0694444444vw;
  }
}
main .products_wrap .inner .contents .text_wrap .list {
  position: relative;
  z-index: 1;
}
main .products_wrap .inner .contents .text_wrap .list dl {
  display: flex;
  margin-bottom: 8vw;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .contents .text_wrap .list dl {
    margin-bottom: 2.0833333333vw;
  }
}
main .products_wrap .inner .contents .text_wrap .list dl:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .contents .text_wrap .list dl dt, main .products_wrap .inner .contents .text_wrap .list dl dd {
    font-size: 0.9722222222vw;
  }
}
main .products_wrap .inner .contents .text_wrap .list dl dt {
  width: 21.0666666667vw;
  margin-right: 4vw;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .contents .text_wrap .list dl dt {
    width: 6.3888888889vw;
    margin-right: 2.0833333333vw;
  }
}
main .products_wrap .inner .contents .text_wrap .list dl dt .small {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .contents .text_wrap .list dl dt .small {
    font-size: 0.6944444444vw;
  }
}
main .products_wrap .inner .contents .text_wrap .list dl dd {
  width: 100%;
}
main .products_wrap .inner .link_btn {
  height: 16vw;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .link_btn {
    width: 27.7777777778vw;
    height: 5.0694444444vw;
    margin: 0 auto;
  }
}
main .products_wrap .inner .link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #007B7B 0%, #71BD48 100%);
  position: relative;
}
main .products_wrap .inner .link_btn a:before {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url("../images/common/icon_blank_white.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .link_btn a:before {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    right: 1.3888888889vw;
  }
}
main .products_wrap .inner .link_btn a span {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .link_btn a span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 960px) {
  main .products_wrap .inner .link_btn a:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */