@charset "utf-8";
/* CSS Document */

:root {
  --text-color: #fff;
  /*サイドメニュー・レイアウト類の背景色*/
  --bg-color01: linear-gradient(147deg, #606060, #787878);
  --bg-color02: linear-gradient(163deg, #5A5A5A, #787878);
  /*境界線色*/
  --border-color: #ccc;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  position: relative;
  color: var(--text-color);
  background: #000;
  font-size: min(1vw, 15px);
  letter-spacing: .25em;
  line-height: 2.27;
  text-align: left;
  font-family: futura-pt, yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: .5s ease;
  cursor: pointer;
}

/*tel*/
[href^="tel"]:hover {
  cursor: default;
}

a[href="tel:準備中"] {
  pointer-events: none;
}

::selection {
  background-color: var(--sub-color);
}

::-moz-selection {
  background-color: var(--sub-color);
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  body {
    zoom: 80%;
  }

  .fixed {
    position: inherit !important;
  }
}

/* 画像のにじみ（大きい画像を小さく表示した時等）対策 */
.visibility {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
}

/*common*/

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb00 {
  margin-bottom: 0 !important
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.bold {
  font-weight: 700;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right;
}

.clear {
  clear: both;
}

.color_red {
  color: #f33;
}

.color_pink {
  color: #ed8c96;
}

.color_blue {
  color: #00408f;
}

.color_green {
  color: #479f9d;
}

.color_ore {
  color: #ff8327;
}

.color_yellow {
  color: #ffeb8b;
}

.color_beige {
  color: #dac58b;
}

.color_brown {
  color: #9b8052;
}

.color_navy {
  color: #1f2774;
}

.color_black {
  color: #333;
}

.indent {
  margin-left: 1em !important;
  text-indent: -1em;
}


.img_fr {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-bottom: 1em;
  text-align: center;
}

.img_fr img {
  border-radius: 3px;
  margin-bottom: 7px;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.sp {
  display: none !important
}

@media screen and (max-width: 678px) {
  .pc {
    display: none !important
  }

  .sp {
    display: block !important
  }
}

/* ===============================
　header
=============================== */
header {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1;
}

.head_tit_wrap {
  position: absolute;
  top: 0;
  left: 8.4%;
  z-index: 1;
  max-width: 210px;
  padding: 26px 15px 13px 20px;
  background: rgba(255, 255, 255, .7);
}

.head_tit_wrap>* {
  color: #000;
}

.head_tit_wrap .head_tit_sentence {
  display: inline-block;
  padding: 15px 0;
  margin-bottom: 27px;
  border-top: 1.5px solid #646464;
  border-bottom: 1.5px solid #646464;
}

.head_tit_wrap .head_tit_sentence p {
  font-size: min(0.8vw, 12px);
  letter-spacing: .156em;
  line-height: 1.25;
}

.head_tit_wrap .head_tit_sentence p:not(:last-of-type) {
  margin-bottom: 11px;
}

.head_tit_wrap h1 {
  font-size: min(1.7000000000000002vw, 25.5px);
  letter-spacing: .19em;
  line-height: 1.47;
}

/* ===============================
　floating banner
=============================== */
.floating_btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 10;
}

.floating_btn a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 7px 20px 11px;
  background: var(--bg-color01);
  z-index: 1;
}

.floating_btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(147deg, #787878, #969696);
  transition: .5s ease;
  opacity: 0;
  z-index: -1;
}

.floating_btn a:hover::after {
  opacity: 1;
}

.floating_btn a .floating_btn_en {
  position: relative;
  font-size: min(1.6vw, 24px);
  line-height: 1.5;
  letter-spacing: .22em;
  padding-bottom: 5px;
  margin-bottom: 7px;
  z-index: 1;
}

.floating_btn a .floating_btn_en::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: url(../images/border_dotted.svg) repeat-x left bottom / auto 100%;
}

.floating_btn a .floating_btn_en span {
  font-size: 75%;
}

.floating_btn a .floating_btn_jp {
  font-size: min(0.7333333333333333vw, 11px);
  letter-spacing: .31em;
  line-height: 1.45;
}

/* ===============================
　mv
=============================== */
.mainvisual {
  max-width: 1920px;
  margin: 0 auto 150px;
}

.mainvisual_inner {
  display: flex;
  align-items: flex-start;
  gap: 5vw;
  padding: 0 4%;
}

.mainvisual .slider {
  width: 50vw;
  max-width: 960px;
  overflow: hidden;
}

.mv_inner {
  padding-top: 10vw;
}

.main_catch {
  font-size: min(1.6vw, 24px);
  line-height: 2.17;
  letter-spacing: .35em;
  margin-bottom: 3.933333333333333vw;
}

.mv_sentence {
  margin-bottom: 4.3999999999999995vw;
}

.mv_sentence p {
  line-height: 2.87;
  letter-spacing: .21em;
}

.mv_sentence p span {
  letter-spacing: 0;
}

nav {
  position: relative;
  z-index: 1;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.666666666666667vw;
}

nav ul li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, .5);
}

nav ul li:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, .5);
}

nav ul li a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: .3em;
  color: #fff;
  padding: 9px 4px 9px 10px;
}

nav ul li a::before {
  position: absolute;
  top: -3px;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 7px;
  height: auto;
  aspect-ratio: 15 / 13;
  background: url(../images/btn_triangle.png) no-repeat center/cover;
  opacity: 0;
  transition: .5s ease;
}

nav ul li a:hover::before {
  opacity: 1;
}

.mv_btn {
  padding-top: 100px;
  margin-top: -100px;
}

.mv_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  padding: 14px 10px;
  background: var(--bg-color01);
  transition: .5s ease;
  z-index: 1;
}

.mv_btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(147deg, #787878, #969696);
  transition: .5s ease;
  opacity: 0;
  z-index: -1;
}

.mv_btn a:hover::after {
  opacity: 1;
}

.mv_btn a>* {
  position: relative;
  color: #fff;
  z-index: 1;
}

.mv_btn a .mv_btn_en {
  font-size: min(1.6vw, 24px);
  line-height: 1;
  padding-right: 30px;
  font-weight: 300;
}

.mv_btn a .mv_btn_en::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  display: inline-block;
  width: 2px;
  height: 167%;
  margin: 0 10px;
  border-right: 1px dotted #fff;
}

.mv_btn a .mv_btn_en span {
  font-size: 75%;
}

.mv_btn a .mv_btn_jp {
  font-size: min(0.8vw, 12px);
  line-height: 1.33;
  padding-right: 20px;
}

.mv_btn a .mv_btn_jp::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  width: 0.46666666666666673vw;
  max-width: 9px;
  height: auto;
  aspect-ratio: 9/16;
  mask: url(../images/btn_arrow.svg) no-repeat right center/100% 100%;
  -webkit-mask: url(../images/btn_arrow.svg) no-repeat right center/100% 100%;
  background-color: #fff;
  z-index: 1;
}

/* ===============================
　connect encounter gaze
=============================== */
main section:not(#share) {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 350px;
}

main section:not(#share) .inner {
  padding: 0 4%;
}

main section .content.flex {
  display: flex;
  align-items: flex-start;
  gap: 5.333333333333334vw;
}

main section .content .content_left {
  position: relative;
  width: 50vw;
  max-width: 960px;
}

main section .content .content_left .tit_wrap {
  position: absolute;
  top: -5vw;
  left: 3.3333333333333335vw;
  z-index: 1;
}

main section .content .content_left .tit_wrap h2 {
  font-size: min(1.866666666666667vw, 28px);
  letter-spacing: .44em;
  line-height: 1;
  text-align: center;
  padding: 25px 49px 53px;
  border: rgba(255, 255, 255, .4) 2px solid;
}

.main_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.main_img>div {
  width: 100%;
  height: 100%;
  background-image: url(../images/connect_img01.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50vw auto;
  background-attachment: fixed;
}

#encounter .main_img>div {
  background-image: url(../images/encounter_img01.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50vw auto;
  background-attachment: fixed;
}

#gaze .main_img>div {
  background-image: url(../images/gaze_img01.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50vw auto;
  background-attachment: fixed;
}

main section .content .content_right {
  width: 36vw;
  max-width: 672px;
}

main section .content .content_right .thumbnail {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  gap: 3.3707865168539324% 3.3707865168539324%;
  margin-bottom: 170px;
}

main section .content .content_right .thumbnail li {
  position: relative;
  width: calc((100% - (3.3707865168539324% * 3)) / 4);
  padding-bottom: 10px;
  cursor: pointer;
}

main section .content .content_right .thumbnail li:has(.active)::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  transition: .5s ease;
}

main section .content .content_right .thumbnail li img {
  transition: .5s ease;
}

main section .content .content_right .thumbnail li img:not(.active) {
  filter: brightness(0.5);
}

main section .content .content_right h3 {
  font-size: min(1.4666666666666666vw, 22px);
  letter-spacing: .2em;
  line-height: 1.55;
  margin-bottom: 3vw;
}

/* ===============================
　share
=============================== */
main section#share {
  max-width: 1920px;
  margin: 0 auto 140px;
}

main section#share .inner {
  padding: 0 4%;
}

.share_tit_wrap {
  padding: 1.7333333333333332vw 1.4000000000000001vw 1vw;
  margin-bottom: 40px;
  background: var(--bg-color02);
}

.share_tit_wrap span {
  display: block;
  font-size: min(3.5999999999999996vw, 54px);
  letter-spacing: .18em;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 2px rgba(255, 255, 255, .5);
}

.share_tit_wrap h2 {
  font-size: min(1.2vw, 18px);
  letter-spacing: .05em;
  line-height: 1.6;
}

.share_menu_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2.0666666666666664vw;
}

.share_menu_wrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #787878, #5A5A5A);
}

.share_menu_wrap li {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 1.866666666666667vw 1.3333333333333335vw 1.0666666666666667vw 3.8vw;
}

.share_menu_wrap li:not(:last-of-type) {
  border-right: 1px solid #ffffff;
  border-image: var(--bg-color02);
  border-image-slice: 1;
}

.share_menu_wrap li .menu_img {
  width: 10vw;
  margin-bottom: 2.0666666666666664vw;
}

.share_menu_wrap li .menu_tit {
  font-size: min(1.3333333333333335vw, 20px);
  letter-spacing: .04em;
  line-height: 1.5;
  margin-bottom: 1.4000000000000001vw;
}

.share_menu_wrap li:nth-of-type(3) .menu_tit,
.share_menu_wrap li:nth-of-type(4) .menu_tit {
  margin-bottom: 2px;
}

.share_menu_wrap li .menu_tit_en {
  font-size: min(1.2vw, 18px);
  letter-spacing: .07em;
  line-height: 1.5;
  margin-bottom: 1.4666666666666666vw;
  font-weight: 300;
}

.share_menu_wrap li .menu_btn,
.share_menu_wrap li .menu_btn_sp {
  margin-top: auto;
  line-height: 1;
}

.share_menu_wrap li .menu_btn button,
.share_menu_wrap li .menu_btn_sp button {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 1.3333333333333335vw 0 0;
  appearance: none;
  font-size: min(1.2vw, 18px);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2.22;
  transition: .5s ease;
}

.share_menu_wrap li .menu_btn button::before,
.share_menu_wrap li .menu_btn_sp button::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  width: 1vw;
  max-width: 19px;
  height: auto;
  aspect-ratio: 1 / 1;
  mask: url(../images/btn_more.svg) no-repeat right center / 100% 100%;
  -webkit-mask: url(../images/btn_more.svg) no-repeat right center / 100% 100%;
  background-color: #fff;
  z-index: 1;
  transition: .5s ease;
}

.share_menu_wrap li .menu_btn button.active::before,
.share_menu_wrap li .menu_btn_sp button.active::before {
  transform: translateY(-50%) rotate(45deg);
}

.share_menu_wrap li .menu_btn button::after,
.share_menu_wrap li .menu_btn_sp button::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #5a5a5a;
  transition: .5s ease;
  transform: scale(0);
  transform-origin: center;
}

.share_menu_wrap li .menu_btn button:hover::after,
.share_menu_wrap li .menu_btn_sp button:hover::after,
.share_menu_wrap li .menu_btn button.active::after,
.share_menu_wrap li .menu_btn_sp button.active::after {
  transform: scale(1);
}

.menu_content {
  display: none;
  clear: both;
}

.menu_content_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px 3.488372093023256%;
  padding: 70px 2.3vw 40px;
  background: linear-gradient(to right, #787878, #5A5A5A);
}

.menu_content_wrap::before {
  position: absolute;
  top: -4px;
  left: 13.538461538461538%;
  content: "";
  width: 22px;
  height: auto;
  aspect-ratio: 23 / 18;
  mask: url(../images/triangle.svg) no-repeat right center / 100% 100%;
  -webkit-mask: url(../images/triangle.svg) no-repeat right center / 100% 100%;
  background: #000;
}

.menu_content_img {
  width: 38%;
}

.menu_content_left,
.menu_content_right {
  width: calc(100% - 38% - 3.488372093023256%);
}

.menu_content_wrap h3 {
  font-size: min(1.4000000000000001vw, 21px);
  line-height: 1.9;
  letter-spacing: .22em;
  margin-bottom: 29px;
  border-bottom: 2px solid rgba(255, 255, 255, .4);
}

.menu_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.menu_content_wrap .menu_sub_tit {
  font-size: min(1.2vw, 18px);
  line-height: 1.5;
  letter-spacing: .23em;
  text-indent: -.5em;
}

.menu_content_wrap .menu_product {
  width: calc((100% - 3vw - 13%) / 2);
}

.menu__recipe {
  width: calc((100% - 3vw + 13%) / 2);
}

.menu_content_wrap .menu_content_list {
  margin-bottom: 10px;
}

.menu_content_wrap .menu_content_list li {
  font-size: min(1.2vw, 18px);
  line-height: 1.5;
  letter-spacing: .23em;
}

.menu_content_wrap .menu_content_list li span {
  font-size: 90%;
  letter-spacing: -5px;
  margin-right: 7px;
}

.product_img {
  width: 60%;
}

.product_img:not(:last-of-type) {
  margin-bottom: 35px;
}

.pola_product {
  margin-bottom: 25px;
}

.pola_product p {
  font-size: min(0.95vw, 14px);
  letter-spacing: .13em;
  line-height: 1.5;
}

.pola_product p:not(:last-of-type) {
  margin-bottom: 5px;
}

.menu_content_wrap .column02_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.menu_content_list_tit {
  position: relative;
  font-size: min(1.2vw, 18px);
  line-height: 1.5;
  letter-spacing: .23em;
  margin-bottom: 16px;
}

.menu_content_list_tit::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
}

.cook_wrap {
  margin-top: 50px;
}

.cook_title {
  display: inline-block;
  font-size: min(1.2vw, 18px);
  letter-spacing: .23em;
  line-height: 1.5;
  padding: 3px 8px 6px;
  margin-bottom: 20px;
  border-top: 2px solid #969696;
  border-bottom: 2px solid #969696;
}

.cook_list {
  counter-reset: number;
  margin-bottom: 35px;
}

.cook_list li {
  position: relative;
  font-size: min(1.2vw, 18px);
  line-height: 1.5;
  letter-spacing: .23em;
  padding-left: 1.5em;
}

.cook_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) ".";
}

.cook_list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.cook_store {
  display: flex;
  width: 100%;
  gap: 1.3vw;
  background: rgba(255, 255, 255, .2);
  padding: 10px 0.6vw 9px 1.6vw;
  margin: 25px 0 0;
}

.cook_store_title,
.cook_store_list li {
  position: relative;
  font-size: min(1.1vw, 18px);
  line-height: 1.5;
  letter-spacing: .15em;
}

.cook_store_title {
  white-space: nowrap;
  padding-right: 1.3vw;
}

.cook_store_title::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  width: 2px;
  height: 110%;
  background: #969696;
}

.cook_store_list {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
}

.cook_store_list li {
  padding-left: 12px;
}

.cook_store_list li::before {
  position: absolute;
  left: 0;
  top: calc(50% - 1%);
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}


/* ===============================
　footer
=============================== */
footer {
  max-width: 1920px;
  margin: 0 auto;
}

.fotter_inner {
  padding: 0 3.3333333333333335%;
}

.message .message_img {
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 3;
  margin-bottom: 76px;
  background: url(../images/message_img.jpg) no-repeat left top/cover;
  background-attachment: fixed;
}

.message h2 {
  font-size: min(1.3333333333333335vw, 20px);
  letter-spacing: .3em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 46px;
}

.message p {
  font-size: min(1vw, 15px);
  letter-spacing: .3em;
  line-height: 2.13;
  text-align: center;
  margin-bottom: 95px;
}

.footer_btn_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 85.71428571428571%;
  margin: 0 auto;
  padding: 27px 30px 20px;
  margin-bottom: 190px;
  border: solid 2.5px rgba(255, 255, 255, .5);
}

.footer_btn_wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 1px;
  height: 77%;
  background: rgba(255, 255, 255, .7);
}

.footer_btn_wrap .footer_btn {
  display: flex;
  flex-direction: column;
  width: 47.368421052631575%;
}

.footer_btn_wrap .footer_btn .btn01 {
  margin-top: auto;
}

.footer_btn_wrap .footer_btn p {
  font-size: min(1vw, 15px);
  letter-spacing: .1em;
  line-height: 1.67;
  margin-bottom: 24px;
}

.footer_btn_wrap .footer_btn .btn01 a {
  position: relative;
  display: block;
  font-size: min(1.3333333333333335vw, 20px);
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  padding: 17px 10px;
  background: #323232;
  z-index: 1;
}

.footer_btn_wrap .footer_btn .btn01 a::before {
  position: absolute;
  top: calc(50% + 2px);
  right: 28px;
  content: "";
  transform: translateY(-50%);
  width: 1.3333333333333335vw;
  height: auto;
  aspect-ratio: 22 / 13;
  mask: url(../images/btn_arrow_bottom.svg) no-repeat right center / 100% 100%;
  -webkit-mask: url(../images/btn_arrow_bottom.svg) no-repeat right center / 100% 100%;
  background: rgba(255, 255, 255.5);
}

.footer_btn_wrap .footer_btn .btn01 a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(147deg, #787878, #969696);
  transition: .5s ease;
  opacity: 0;
  z-index: -1;
}

.footer_btn_wrap .footer_btn .btn01 a:hover::after {
  opacity: 1;
}

/* ===============================
　modal
=============================== */
body.modal_open {
  overflow-y: hidden;
}

/* body.modal_open::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 2;
} */

.modal {
  display: none;
  position: fixed;
  z-index: 20;
  color: #323232;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  overflow-y: scroll;
  counter-reset: number;
}

.modal_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  overflow-y: scroll;
}

.close_btn {
  position: fixed;
  top: 20px;
  right: 2%;
  width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
  mask: url(../images/btn_close.svg) no-repeat right center / 100% 100%;
  -webkit-mask: url(../images/btn_close.svg) no-repeat right center / 100% 100%;
  background: #ffffff;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 1;
}

.modal_inner {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, .99);
}

.modal_content .modal_tit {
  align-items: center;
  display: flex;
  font-size: min(2.1333333333333333vw, 32px);
  letter-spacing: .15em;
  line-height: 1;
  color: #fff;
  padding: 24px 30px;
  margin-bottom: 42px;
  min-height: 80px;
  background: var(--bg-color01);
  font-weight: 300;
}

.modal_content .episode_wrap {
  position: relative;
  width: 88%;
  margin: 0 auto;
  padding: 57px 0 0;
  border-top: 1px solid #C8C8C8
}

.modal_content .episode_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  letter-spacing: .15em;
  background: #C8C8C8;
  padding: 5px 9px;
  counter-increment: number 1;
  content: "Episode"counter(number);
  font-weight: 300;
}

.modal_content .episode_wrap .episode_tit {
  font-size: min(1.4666666666666666vw, 22px);
  letter-spacing: .15em;
  line-height: 1.36;
  margin-bottom: 9px;
}

.modal_content .episode_wrap .episode_name {
  letter-spacing: .15em;
  line-height: 2.73;
  margin-bottom: 25px;
}

.modal_content .episode_wrap .episode_text {
  margin-bottom: 70px;
}

.modal_content .episode_wrap .episode_sub_tit {
  font-size: min(1.2vw, 18px);
  letter-spacing: .08em;
  line-height: 1.89;
  margin-bottom: 10px;
}

.episode_sentence p {
  letter-spacing: .1em;
  line-height: 1.8;
}

.episode_sentence p:not(:last-of-type) {
  margin-bottom: 0.86em;
}

/* ===============================
　スマホ版
=============================== */
@media screen and (max-width: 678px) {
  body {
    font-size: min(2.666666666666667vw, 10px);
    line-height: 2;
    letter-spacing: .31em;
  }

  /* header */
  .head_tit_wrap {
    left: 6vw;
    max-width: unset;
    padding: 16px 15px 7px 17px;
  }

  .head_tit_wrap .head_tit_sentence {
    border-width: 1px;
    padding: 12px 0;
    margin-bottom: 20px;
  }

  .head_tit_wrap .head_tit_sentence p {
    font-size: min(2.1333333333333333vw, 8px);
    letter-spacing: .156em;
    line-height: 1.25;
  }

  .head_tit_wrap .head_tit_sentence p:not(:last-of-type) {
    margin-bottom: 7px;
  }

  .head_tit_wrap h1 {
    font-size: min(4.533333333333333vw, 17px);
    letter-spacing: .19em;
    line-height: 1.47;
  }

  /* mv */
  .mainvisual {
    margin-bottom: 100px;
  }

  .mv_inner {
    padding-top: 96vw;
  }

  .mainvisual_inner {
    display: block;
    padding: 0;
  }

  .mainvisual .slider {
    width: 100%;
  }

  .mainvisual .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .main_catch {
    font-size: min(3.733333333333334vw, 14px);
    line-height: 1.57;
    margin-bottom: 14px;
    padding-left: 6vw;
  }

  .mv_sentence {
    padding-left: 6vw;
    margin-bottom: 20px;
  }

  .mv_sentence p {
    line-height: 1.8;
  }

  nav ul {
    width: 87.2%;
    margin: 0 auto;
  }

  nav ul li {
    border-color: #000 !important;
  }

  nav ul li a {
    padding: 5px 4px 5px 9px;
    background: rgba(255, 255, 255, .5);
  }

  nav ul li a::before {
    content: none;
  }

  .mv_btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-top: 0;
    margin-top: 0;
    z-index: 10;
  }

  .mv_btn a {
    gap: 0;
    padding: 12px 5px;
  }

  .mv_btn a .mv_btn_en {
    font-size: min(3.4666666666666663vw, 13px);
    letter-spacing: .12em;
    line-height: 1.87;
    padding-right: 10px;
  }

  .mv_btn a .mv_btn_en::after {
    margin: 0;
    height: 67%;
  }

  .mv_btn a .mv_btn_jp {
    font-size: min(2.4vw, 9px);
    letter-spacing: .2em;
    line-height: 1.67;
    padding: 0 10px 0 7px;
  }

  /* connect encounter gaze */
  main section:not(#share) {
    margin: 0 auto 100px;
  }

  main section#gaze {
    margin-bottom: 62px;
  }

  main section:not(#share) .inner {
    padding: 0;
  }

  main section .content.flex {
    flex-direction: column;
    gap: 4px;
  }

  main section .content .content_left {
    width: 100%;
  }

  main section .content .content_left .tit_wrap {
    top: -38px;
    left: 6vw;
  }

  main section .content .content_left .tit_wrap h2 {
    font-size: min(3.733333333333334vw, 14px);
    padding: 12px 23px 28px;
  }

  .main_img>div {
    width: 100%;
    height: 100%;
    background-image: url(../images/connect_img01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: inherit;
  }

  #encounter .main_img>div {
    background-image: url(../images/encounter_img01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: inherit;
  }

  #gaze .main_img>div {
    background-image: url(../images/gaze_img01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: inherit;
  }


  main section .content .content_right {
    position: relative;
    width: 100%;
    padding-top: 13vw;
  }

  main section .content .content_right .thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    gap: 4px;
    margin: 0;
  }

  main section .content .content_right .thumbnail li {
    width: calc((100% - (4px * 3)) / 4);
    padding-bottom: 3px;
  }

  main section .content .content_right .thumbnail li:has(.active)::before {
    height: 1px;
  }

  main section .content .content_right h3 {
    font-size: min(2.933333333333333vw, 11px);
    letter-spacing: .33em;
    line-height: 1.73;
  }

  .right_sentence {
    padding: 0 10px 0 6vw;
  }

  /* share */
  main section#share {
    margin-bottom: 55px;
    padding-top: 30px;
    margin-top: -30px;
  }

  main section#share .inner {
    padding: 0 6vw;
  }

  .share_tit_wrap {
    padding: 10px 8.5px 8px;
    margin-bottom: 1vw;
  }

  .share_tit_wrap span {
    font-size: min(5.6000000000000005vw, 21px);
    letter-spacing: .15em;
    padding-bottom: 9px;
    margin-bottom: 7px;
    border-width: 1px;
  }

  .share_tit_wrap h2 {
    font-size: min(2.4vw, 9px);
    letter-spacing: .07em;
    line-height: 1.5;
  }

  .share_menu_wrap::before {
    content: none;
  }

  .share_menu_wrap li {
    display: block;
    flex-direction: row-reverse;
    gap: 5px 15px;
    width: 100%;
    padding: 2vw 10px 3vw 10px;
    border-bottom: #fff 1px solid;
    border-image: var(--bg-color02);
    border-image-slice: 1;
  }

  .share_menu_wrap li:not(:last-of-type) {
    border-right: none;
  }


  .share_menu_wrap li .menu_img {
    float: right;
    width: 14.399999999999999vw;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-top: 1vw;
  }

  .share_menu_wrap li .menu_info {
    width: calc(100% - 14.399999999999999vw - 15px);
  }

  .share_menu_wrap li .menu_tit {
    font-size: min(2.666666666666667vw, 10px);
    line-height: 2;
    margin-bottom: 2px;
  }

  .share_menu_wrap li .menu_tit_en {
    font-size: min(2.4vw, 9px);
    letter-spacing: .11em;
    line-height: 1;
    margin-bottom: 10px !important;
  }

  .share_menu_wrap li .menu_btn_sp button {
    font-size: min(2.4vw, 9px);
    padding-right: 2.5vw;
  }

  .share_menu_wrap li .menu_btn button::before, .share_menu_wrap li .menu_btn_sp button::before {
    top: 45%;
    width: .8em;
  }

  .menu_btn_sp button::after {
    scale: 0 !important;
  }

  .menu_content_wrap {
    position: relative;
    flex-direction: column;
    padding: 15px 10px 20px;
    background: rgba(255, 255, 255, .2);
    margin-top: 3.4vw;
    gap: 0;
  }

  .menu_content_wrap::before {
    top: -1px;
    width: 11px;
  }

  .menu_content_img {
    width: 100%;
    margin-bottom: 10px;
  }

  .menu_flex {
    flex-direction: column;
    gap: 17px;
  }

  .menu_content_wrap .menu_product {
    position: relative;
    width: 100%;
  }

  .menu_content_wrap .menu_product>* {
    width: 65%;
  }

  .menu_content_wrap .menu_content_list {
    margin-bottom: 5px;
  }

  .sp_product_flex {
    position: relative;
    width: 100% !important;
  }

  .sp_product_flex:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .pola_product {
    width: 65%;
    margin-bottom: 0;
  }

  .pola_product p {
    font-size: min(2.1333333333333333vw, 8px);
  }

  .product_img {
    position: absolute;
    bottom: 0;
    right: 6%;
    width: 25% !important;
  }

  .product_img.small {
    width: 21% !important;
  }

  .cook_store {
    margin-top: 0;
    padding: 6px 0 5px 2vw;
  }

  .cook_store_title, .cook_store_list li {
    font-size: min(2.1333333333333333vw, 8px);
    letter-spacing: .1em;
  }

  .cook_store_list {
    width: 100%;
  }

  .cook_store_list li {
    width: fit-content;
    border: none;
    padding: 0 0 0 0.6em;
  }

  .cook_store_list li::before {
    width: 3px;
    height: 3px;
  }


  .menu__recipe {
    width: 100%;
  }

  .menu_content_wrap h3 {
    font-size: min(3.2vw, 12px);
    line-height: 1.67;
    margin-bottom: 14px;
    border-width: 1px;
  }

  .menu_content_wrap .menu_sub_tit {
    font-size: 100%;
  }

  .menu_content_wrap .menu_content_list li {
    display: block;
    font-size: 100%;
    border-bottom: none;
    padding: 0;
  }

  .menu_content_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .menu_content_right {
    width: 100%;
  }

  .menu_content_wrap .column02_list {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }

  .menu_content_wrap .column02_list>div {
    width: 48%;
  }

  .menu_content_list_tit {
    font-size: 100%;
    margin-bottom: 3px;
  }

  .menu_content_list_tit::before {
    position: relative;
    top: -1px;
    width: 4px;
    height: 4px;
  }

  .cook_wrap {
    margin-top: 17px;
  }

  .cook_title {
    font-size: min(2.666666666666667vw, 10px);
    border-width: 1px;
    padding: 3px 3px 4px;
    margin-bottom: 12px;
  }

  .cook_list {
    margin-bottom: 0;
  }

  .cook_list li {
    font-size: min(2.666666666666667vw, 10px);
    padding: 0 0 0 1.5em;
    border: none;
  }

  .cook_list li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  /* footer */
  .fotter_inner {
    padding: 0;
  }

  .message .message_img {
    aspect-ratio: 384 / 205;
    margin-bottom: 29px;
    background: url(../images/message_img_sp.jpg) no-repeat left top / cover;
    background-attachment: inherit;
  }

  .message h2 {
    font-size: min(3.2vw, 12px);
    line-height: 1.83;
    text-align: left;
    padding: 0 20px 0 6vw;
    margin-bottom: 15px;
  }

  .message p {
    font-size: 100%;
    letter-spacing: .3em;
    line-height: 2;
    text-align: left;
    padding: 0 20px 0 6vw;
    margin-bottom: 70px;
  }

  .footer_btn_wrap {
    width: 88%;
    flex-direction: column;
    gap: 50px;
    padding: 0;
    margin-bottom: 90px;
    border: none;
  }

  .footer_btn_wrap::before {
    content: none;
  }

  .footer_btn_wrap .footer_btn {
    width: 100%;
    padding: 14px 15px 15px;
    border: solid 1px rgba(255, 255, 255, .5);
  }

  .footer_btn_wrap .footer_btn p {
    font-size: 100%;
    letter-spacing: .18em;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .footer_btn_wrap .footer_btn .btn01 a {
    font-size: 100%;
    line-height: 1.5;
    padding: 6px 10px;
  }

  /* modal */
  .modal_content .episode_wrap {
    padding-top: 30px;
  }

  .modal_content .episode_wrap::before {
    font-size: min(2.1333333333333333vw, 55px);
    padding: 3px 6px;
  }

  .modal_content .modal_tit {
    font-size: min(4vw, 15px);
    letter-spacing: .12em;
    padding: 13.5px 4%;
    margin-bottom: 30px;
    min-height: 45px;
  }

  .modal_content .episode_wrap .episode_tit {
    font-size: min(3.733333333333334vw, 14px);
    letter-spacing: .17em;
    line-height: 1.5;
  }

  .modal_content .episode_wrap .episode_name {
    font-size: min(2.4vw, 9px);
    letter-spacing: .17em;
    line-height: 2;
    margin-bottom: 19px;
  }

  .modal_content .episode_wrap .episode_text {
    margin-bottom: 35px;
  }

  .modal_content .episode_wrap .episode_sub_tit {
    font-size: min(3.2vw, 12px);
    letter-spacing: .1em;
    line-height: 1.8;
    margin-bottom: 9px;
  }

  .episode_sentence p {
    letter-spacing: 0.12em;
  }

  .close_btn {
    position: fixed;
    top: 8px;
    width: 30px;
  }
}