@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* -----------------------------
value original
------------------------------*/
/* -----------------------------
module original
------------------------------*/
#EditArea h1, #EditArea h2, #EditArea h3, #EditArea h4, #EditArea h5, #EditArea h6, #EditArea p, #EditArea address, #EditArea ul, #EditArea ol, #EditArea li, #EditArea dl, #EditArea dt, #EditArea dd, #EditArea table, #EditArea caption, #EditArea th, #EditArea td, #EditArea img, #EditArea form, #EditArea figure {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-feature-settings: normal;
}
#EditArea * {
  box-sizing: border-box;
}
#EditArea p {
  font-weight: 500;
  color: #5c2500;
}

/*------------------------------
module　basic
------------------------------*/
#EditArea .clearFix:after {
  content: "";
  display: block;
  clear: both;
}
#EditArea .clearFix {
  zoom: 1;
}
#EditArea .textL {
  text-align: left !important;
}
#EditArea .textC {
  text-align: center !important;
}
#EditArea .textR {
  text-align: right !important;
}
@media only screen and (max-width: 750px) {
  #EditArea .sp-textL {
    text-align: left !important;
  }
}
@media only screen and (max-width: 750px) {
  #EditArea .sp-textC {
    text-align: center !important;
  }
}
@media only screen and (max-width: 750px) {
  #EditArea .sp-textR {
    text-align: right !important;
  }
}
#EditArea .ps_ab {
  position: absolute;
}
#EditArea .flex {
  display: flex;
}
#EditArea .body_inner {
  position: relative;
  overflow: hidden;
}

/*------------------------------
animation
------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeInUpTrig {
  opacity: 0;
}
.fadeInUpTrig.inActive {
  animation: fadeInUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.fadeInUpTrig.op-second {
  opacity: 0;
}
.fadeInUpTrig.op-second.inActive {
  animation: fadeInUp 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 0.6s;
}
@media only screen and (max-width: 750px) {
  .fadeInUpTrig.op-second.inActive {
    animation-delay: 0.5s;
  }
}

.fadeInUpTrig.op-lead {
  opacity: 0;
}
.fadeInUpTrig.op-lead.inActive {
  animation: fadeInUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 750px) {
  .fadeInUpTrig.op-lead.inActive {
    animation-delay: 0.7s;
  }
}

.fadeInUpTrig.op-recipeTop {
  opacity: 0;
}
.fadeInUpTrig.op-recipeTop.inActive {
  animation: fadeInUp2 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 0.4s;
}
@media only screen and (max-width: 750px) {
  .fadeInUpTrig.op-recipeTop.inActive {
    animation-timing-function: 1s;
    animation-delay: 0.3s;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0.9;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------------
module set example
------------------------------*/
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

/* -----------------------------
common style
------------------------------*/
#EditArea img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  #EditArea img {
    width: 100%;
    height: auto;
  }
}
#EditArea sup {
  font-size: 60%;
  font-weight: inherit;
  vertical-align: super;
}
#EditArea em {
  font-weight: bold;
}
#EditArea .sp {
  display: none;
}
#EditArea .pc {
  display: block;
}
#EditArea .sp-inline {
  display: none !important;
}
#EditArea .pc-inline {
  display: inline-block !important;
}
#EditArea ul.inline li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 750px) {
  #EditArea .pc {
    display: none !important;
  }
  #EditArea .sp {
    display: block !important;
  }
  #EditArea .sp-inline {
    display: inline-block !important;
  }
  #EditArea .pc-inline {
    display: none !important;
  }
  #EditArea body {
    min-width: 100%;
    width: 100%;
  }
}

/* -----------------------------
 commonのリセット分
------------------------------*/
#Container {
  width: 100%;
}

.WrapTop {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

@media only screen and (max-width: 750px) {
  body {
    min-width: auto;
  }
}

/* -----------------------------
 layout
------------------------------*/
#EditArea {
  background-color: #9b1f23;
  min-width: 980px;
  overflow-x: hidden;
}
@media only screen and (max-width: 750px) {
  #EditArea {
    min-width: auto;
  }
}
#EditArea .cnt_inner {
  border: solid;
  max-width: 980px;
  max-width: 1000px;
  width: 100%;
  width: 980px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #EditArea .cnt_inner {
    min-width: auto;
  }
}

/* -----------------------------
Top main
------------------------------*/
#EditArea.page-index {
  background: url(/brand/thesurimi/assets/image/top/kv.png) center 0/100% auto no-repeat;
  background-size: 1541px auto;
  background-color: #9b1f23;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index {
    background-image: url(/brand/thesurimi/assets/image/top/kv_s.png);
    background-size: 100% auto;
  }
}
#EditArea.page-index .kv {
  width: 100%;
  max-width: 100%;
  height: min(142.551vw, 1397px);
  height: min(102.041vw, 1000px);
  height: 69.4vw;
  height: 1000px;
  padding-top: 6.389vw;
  padding-top: 92px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .kv {
    height: 107.3vw;
    padding-top: 13.59vw;
  }
}
#EditArea.page-index .kv .kv_logo {
  width: min(41.111vw, 592px);
  width: 41.111vw;
  width: 592px;
  margin: 0 auto 2.569vw;
  margin: 0 auto 37px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .kv .kv_logo {
    width: 62.308vw;
    margin-bottom: 5.256vw;
  }
}
#EditArea.page-index .kv .kv_package {
  width: 66.111vw;
  width: 952px;
  margin: 0 auto 0;
  position: relative;
  filter: drop-shadow(14px 24px 7px rgba(0, 0, 0, 0.45));
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .kv .kv_package {
    filter: drop-shadow(9px 11px 3px rgba(0, 0, 0, 0.45));
  }
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .kv .kv_package {
    width: 89.744vw;
  }
}
#EditArea.page-index .local_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  width: 740px;
  margin: 0 auto min(5.612vw, 55px);
  margin: 0 auto 55px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .local_nav ul {
    column-gap: 2.564vw;
    row-gap: 3.846vw;
    width: auto;
    margin: 0 auto 7.436vw;
  }
}
#EditArea.page-index .local_nav li {
  font-size: min(1.837vw, 18px);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  border-radius: 100vh;
  background-image: linear-gradient(to right, #c49a31 0%, #debf72 50%, #c49a31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 1px;
  width: 360px;
  height: 60px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .local_nav li {
    font-size: 3.59vw;
    padding: 0.385vw;
    width: 44.872vw;
    height: 12.821vw;
  }
  #EditArea.page-index .local_nav li.long {
    font-size: 3.333vw;
  }
  #EditArea.page-index .local_nav li.long a {
    padding-left: 3.846vw;
  }
  #EditArea.page-index .local_nav li .ls {
    letter-spacing: -0.16em;
  }
}
#EditArea.page-index .local_nav li.cs {
  font-size: min(1.633vw, 16px);
  font-size: 16px;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .local_nav li.cs {
    font-size: 2.821vw;
  }
}
#EditArea.page-index .local_nav li.cs .cs_text {
  font-size: min(1.735vw, 17px);
  font-size: 17px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .local_nav li.cs .cs_text {
    font-size: 3.077vw;
  }
}
#EditArea.page-index .local_nav li.cs div {
  opacity: 0.4;
  padding-left: min(1.02vw, 10px);
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .local_nav li.cs div {
    padding-left: 0;
  }
}
#EditArea.page-index .local_nav li.cs a::before {
  opacity: 0.4;
}
#EditArea.page-index .local_nav li a {
  border-radius: 100vh;
  background-image: linear-gradient(to right, rgb(155, 31, 35) 0%, rgb(186, 39, 42) 51%, rgb(155, 31, 35) 100%);
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .local_nav li a {
    padding-left: 1.923vw;
  }
}
#EditArea.page-index .local_nav li a.arw-down::before {
  transform: rotate(90deg);
}
#EditArea.page-index .local_nav li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 30px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
  border-left: 8px solid #fff;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-index .local_nav li a::before {
    left: 4.487vw;
    border-bottom-width: 1.026vw;
    border-top-width: 1.026vw;
    border-left-width: 1.667vw;
  }
}
#EditArea.page-index .local_nav li a > div {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 751px) {
  #EditArea.page-index .local_nav li a[href]:hover::before {
    opacity: 0.7;
  }
  #EditArea.page-index .local_nav li a[href]:hover > div {
    opacity: 0.7;
  }
}

/* -----------------------------
fixed nav
------------------------------*/
#EditArea .fixed_nav {
  opacity: 0;
  background-image: linear-gradient(90deg, rgb(155, 31, 35) 0%, rgb(201, 93, 85) 51%, rgb(155, 31, 35) 100%);
  box-shadow: 0px 0px 10px 0px rgba(72, 10, 11, 0.7);
  border-bottom: 1px solid #651113;
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #EditArea .fixed_nav {
    border-width: 0.256vw;
  }
}
#EditArea .fixed_nav.is-active {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#EditArea .fixed_nav ul {
  display: flex;
  justify-content: center;
  column-gap: 1px;
  max-width: 980px;
  margin: 0 auto 0;
  height: 70px;
}
@media only screen and (max-width: 750px) {
  #EditArea .fixed_nav ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.282vw;
    row-gap: 1.282vw;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 2.051vw 0;
  }
}
#EditArea .fixed_nav li {
  font-size: min(1.837vw, 18px);
  line-height: 1.1;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #EditArea .fixed_nav li {
    font-size: 3.333vw;
    height: 6.41vw;
  }
  #EditArea .fixed_nav li .ls {
    letter-spacing: -0.16em;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #EditArea .fixed_nav li .ls::before {
    content: " ";
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea .fixed_nav li.cs {
    font-size: min(1.531vw, 15px);
  }
}
@media only screen and (max-width: 750px) {
  #EditArea .fixed_nav li.cs {
    font-size: 2.564vw;
  }
}
#EditArea .fixed_nav li.cs a {
  opacity: 0.4;
}
@media print, screen and (min-width: 751px) {
  #EditArea .fixed_nav li.cs .cs_text {
    font-size: min(1.837vw, 18px);
  }
}
@media only screen and (max-width: 750px) {
  #EditArea .fixed_nav li.cs .cs_text {
    font-size: 3.333vw;
    margin-left: 0.6em;
  }
}
@media only screen and (max-width: 750px) {
  #EditArea .fixed_nav li.cs div {
    padding-bottom: 0.3em;
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea .fixed_nav li:not(:first-child):before {
    background-color: #df9597;
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: min(4.694vw, 46px);
    height: 46px;
  }
}
#EditArea .fixed_nav li a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: min(4.082vw, 40px);
  padding-right: min(4.082vw, 40px);
  transition: opacity 0.3s;
}
@media only screen and (max-width: 750px) {
  #EditArea .fixed_nav li a {
    padding-left: 1.923vw;
    padding-right: 1.923vw;
  }
}
#EditArea .fixed_nav li a.arw-down::before {
  transform: rotate(90deg);
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  #EditArea .fixed_nav li a.arw-down::before {
    margin-right: 1.282vw;
  }
}
#EditArea .fixed_nav li a::before {
  content: "";
  margin-right: min(0.816vw, 8px);
  width: 0px;
  height: 0px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
  border-left: 8px solid #fff;
}
@media only screen and (max-width: 750px) {
  #EditArea .fixed_nav li a::before {
    margin-right: 1.026vw;
    border-bottom-width: 1.026vw;
    border-top-width: 1.026vw;
    border-left-width: 1.667vw;
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea .fixed_nav li a[href]:hover {
    opacity: 0.7;
  }
}

/* -----------------------------
module lead
------------------------------*/
#EditArea #lead {
  padding-bottom: min(15.816vw, 155px);
  background: url(/brand/thesurimi/assets/image/top/bg_text_surimi.png) center bottom/min(102.041vw, 1000px) auto no-repeat;
}
@media only screen and (max-width: 750px) {
  #EditArea #lead {
    padding-bottom: 15.385vw;
    background-size: 92.308vw auto;
  }
}
#EditArea #lead p {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: min(2.653vw, 26px);
  font-size: 26px;
  line-height: 2.3;
}
@media only screen and (max-width: 750px) {
  #EditArea #lead p {
    font-size: 4.103vw;
    line-height: 2.2;
  }
}
#EditArea #lead p em {
  font-size: min(3.265vw, 32px);
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 750px) {
  #EditArea #lead p em {
    font-size: 4.872vw;
  }
}

/* -----------------------------
module
------------------------------*/
#EditArea section.section .title {
  background: url(/brand/thesurimi/assets/image/title_bottom.svg) center bottom/min(20.918vw, 205px) auto no-repeat;
  background: url(/brand/thesurimi/assets/image/title_bottom.svg) center bottom/205px auto no-repeat;
  padding-bottom: min(3.673vw, 36px);
  margin-bottom: min(6.122vw, 60px);
  margin-bottom: min(5.102vw, 50px);
  padding-bottom: 36px;
  margin-bottom: 50px;
  font-size: min(4.694vw, 46px);
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #EditArea section.section .title {
    background-size: 35.385vw auto;
    padding-bottom: 6.41vw;
    margin-bottom: 7.692vw;
    font-size: 6.154vw !important;
  }
}
#EditArea section.section .title span.en {
  font-size: min(4.898vw, 48px);
  font-size: 48px;
}
@media only screen and (max-width: 750px) {
  #EditArea section.section .title span.en {
    font-size: 6.667vw !important;
  }
}

/* -----------------------------
bg_wrap
------------------------------*/
#EditArea .bg_wrap {
  background: url(/brand/thesurimi/assets/image/top/bg_dish1.png), url(/brand/thesurimi/assets/image/top/bg_dish2.png);
  background-position: left calc(50% - min(53.878vw, 528px)) top min(3.878vw, 38px), right calc(50% - min(67.449vw, 661px)) top min(246.837vw, 2419px);
  background-size: min(130.51vw, 1279px) auto, min(139.694vw, 1369px) auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  #EditArea .bg_wrap {
    background: url(/brand/thesurimi/assets/image/top/bg_dish1_s.png) 0 0 no-repeat;
    background-size: 60.128vw auto;
    background-position: 0 14.103vw;
  }
}

/* -----------------------------
cm
------------------------------*/
#EditArea #cm {
  padding-top: min(12.245vw, 120px);
}
@media only screen and (max-width: 750px) {
  #EditArea #cm {
    padding-top: 13.462vw;
    padding-top: 26.282vw;
    margin-top: -13.462vw;
    margin-bottom: 3.846vw;
  }
}
#EditArea #cm .movie_area {
  width: min(89.796vw, 880px);
  width: 880px;
  margin: auto;
  box-shadow: 14px 24px 19px rgba(0, 0, 0, 0.43);
}
@media only screen and (max-width: 750px) {
  #EditArea #cm .movie_area {
    width: 92.308vw;
    box-shadow: 9px 15px 15px rgba(0, 0, 0, 0.41);
  }
}
#EditArea #cm .movie_container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#EditArea #cm .movie_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* -----------------------------
feature
------------------------------*/
#EditArea #feature {
  padding-top: min(12.245vw, 120px);
  padding-bottom: min(13.265vw, 130px);
  padding-top: 120px;
  padding-bottom: 130px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #EditArea #feature {
    padding-top: 13.462vw;
    padding-top: 26.282vw;
    margin-top: -13.462vw;
    padding-bottom: 12.564vw;
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea #feature .title {
    margin-bottom: min(6.633vw, 65px);
    margin-bottom: 65px;
  }
}
#EditArea #feature .cont_wrap {
  position: relative;
}
#EditArea #feature .cont_wrap::before {
  background: url(/brand/thesurimi/assets/image/top/feature_top.png) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - min(42.347vw, 415px) - min(22.449vw, 220px));
  top: max(-7.653vw, -75px);
  width: min(84.592vw, 829px);
  height: min(38.061vw, 373px);
}
@media only screen and (max-width: 750px) {
  #EditArea #feature .cont_wrap::before {
    background-image: url(/brand/thesurimi/assets/image/top/feature_top_s.png);
    width: 78.462vw;
    height: 54.487vw;
    right: 0;
    top: -9.744vw;
  }
}
#EditArea #feature .frame_base {
  border: min(1.633vw, 16px) solid;
  border: 0.1px solid;
  border-image-source: url(/brand/thesurimi/assets/image/top/border_image_base.png);
  border-image-slice: 100 100 fill;
  border-image-width: min(10.204vw, 100px) min(10.204vw, 100px);
  border-image-repeat: round;
  width: min(100vw, 980px);
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #EditArea #feature .frame_base {
    border-image-slice: 100 100 fill;
    border-image-width: 12.821vw 12.821vw;
    width: auto;
    height: auto;
    margin-right: 3.846vw;
    margin-left: 3.846vw;
  }
}
#EditArea #feature ul {
  background-image: url(/brand/thesurimi/assets/image/top/bg_feature1.png), url(/brand/thesurimi/assets/image/top/bg_feature2.png), url(/brand/thesurimi/assets/image/top/bg_feature3.png);
  background-position: left -1px top min(31.122vw, 305px), right -1px top min(117.143vw, 1148px), left -1px top min(195.204vw, 1913px);
  background-position: left -1px top 305px, right -1px top 1148px, left -1px top 1913px;
  background-size: min(11.735vw, 115px) auto, min(11.939vw, 117px) auto, min(11.735vw, 115px) auto;
  background-size: 115px auto, 117px auto, 115px auto;
  background-repeat: no-repeat;
  border: min(1.633vw, 16px) solid;
  border: 1px solid;
  border-image-source: url(/brand/thesurimi/assets/image/top/border_image_line.png);
  border-image-slice: 100 100 fill;
  border-image-width: min(10.204vw, 100px) min(10.204vw, 100px);
  border-image-repeat: round;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: min(7.143vw, 70px);
  row-gap: 70px;
  padding-top: min(29.592vw, 290px);
  padding-bottom: min(8.776vw, 86px);
  padding-top: 290px;
  padding-bottom: 86px;
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul {
    background-image: url(/brand/thesurimi/assets/image/top/bg_feature1_s.png), url(/brand/thesurimi/assets/image/top/bg_feature2_s.png), url(/brand/thesurimi/assets/image/top/bg_feature3_s.png);
    background-position: left -1px top 69.103vw, right -1px top 189.615vw, left -1px top 296.538vw;
    background-size: 13.077vw auto, 13.462vw auto, 12.692vw auto;
    border-image-source: url(/brand/thesurimi/assets/image/top/border_image_line_s.png);
    border-image-slice: 100 fill;
    border-image-width: 12.821vw;
    display: flex;
    flex-wrap: wrap;
    row-gap: 13.205vw;
    padding-top: 44.872vw;
    padding-bottom: 12.564vw;
  }
}
#EditArea #feature ul li {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul li {
    width: 100%;
  }
}
#EditArea #feature ul li .li_inner {
  position: relative;
}
#EditArea #feature ul li .head {
  background-image: url(/brand/thesurimi/assets/image/top/feature_title_bottom.svg), url(/brand/thesurimi/assets/image/top/feature_line.png);
  background-position: center bottom, center top;
  background-repeat: no-repeat;
  background-size: min(6.122vw, 60px) auto, min(81.531vw, 799px) auto;
  background-size: 60px auto, 799px auto;
  text-align: center;
  position: relative;
  margin-bottom: min(2.041vw, 20px);
  padding-bottom: min(2.041vw, 20px);
  padding-top: min(4.49vw, 44px);
  margin-bottom: 20px;
  padding-bottom: 24px;
  padding-top: 42px;
  font-size: 46px;
  line-height: 1.3;
  font-weight: 900;
  font-weight: 700;
  color: #9b1f23;
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul li .head {
    background-image: url(/brand/thesurimi/assets/image/top/feature_title_bottom.svg), url(/brand/thesurimi/assets/image/top/feature_line_s.png);
    background-size: 10.769vw auto, 76.923vw auto;
    font-size: 6.923vw !important;
    margin: 0 auto 3.846vw;
    padding-bottom: 4.231vw;
    padding-top: 6.538vw;
  }
}
#EditArea #feature ul li .head .small {
  font-size: min(3.878vw, 38px);
  font-size: 38px;
  font-weight: 900;
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul li .head .small {
    font-size: 5.641vw;
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea #feature ul li .head .ls {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul li .head .ls {
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea #feature ul li .head .ls2 {
    letter-spacing: -0.1em;
  }
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul li .head .ls2 {
    letter-spacing: -0.15em;
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea #feature ul li .head .ls3 {
    letter-spacing: -0.2em;
  }
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul li .head .ls3 {
    letter-spacing: -0.15em;
  }
}
#EditArea #feature ul li p {
  font-size: min(1.837vw, 18px);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
  color: #5c2500;
  text-align: center;
  margin-bottom: min(3.061vw, 30px);
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul li p {
    font-size: 3.59vw;
    line-height: 1.68;
    margin-bottom: 3.59vw;
  }
}
#EditArea #feature ul li .feature_img {
  width: min(81.633vw, 800px);
  width: 800px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul li .feature_img {
    width: 76.923vw;
  }
}
#EditArea #feature ul li::after {
  color: #9b1f23;
  display: block;
  text-align: center;
  font-size: min(3.571vw, 35px);
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 0;
  left: 0;
  top: max(-1.837vw, -18px);
  top: -18px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #EditArea #feature ul li::after {
    font-size: 5.897vw;
    top: -3.077vw;
  }
}
#EditArea #feature ul li.feature1::after {
  content: "01";
}
#EditArea #feature ul li.feature2::after {
  content: "02";
}
#EditArea #feature ul li.feature2 .head {
  letter-spacing: -0.08em;
}
#EditArea #feature ul li.feature3::after {
  content: "03";
}

/* -----------------------------
bnr_space
------------------------------*/
#EditArea .bnr_space {
  background-image: linear-gradient(-180deg, rgb(155, 31, 35) 0%, rgb(189, 64, 56) 31%, rgb(132, 7, 11) 100%);
  border-top-right-radius: min(25.51vw, 250px);
  border-bottom-right-radius: min(25.51vw, 250px);
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  transition: border-radius 0.2s;
  box-shadow: inset 0 0 80px 50px rgba(83, 12, 13, 0.5);
  padding-bottom: min(8.163vw, 80px);
  padding-top: min(13.061vw, 128px);
  padding-top: min(12.041vw, 118px);
  padding-bottom: 80px;
  padding-top: 118px;
}
@media screen and (max-width: 1200px) {
  #EditArea .bnr_space {
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
  }
}
@media only screen and (max-width: 750px) {
  #EditArea .bnr_space {
    background-image: linear-gradient(180deg, rgb(155, 31, 35) 0%, rgb(189, 64, 56) 31%, rgb(132, 7, 11) 100%);
    border-top-right-radius: 12.821vw;
    border-bottom-right-radius: 12.821vw;
    box-shadow: inset 0 0 50px 10px rgba(83, 12, 13, 0.5);
    padding: 12.564vw 3.846vw 8.974vw;
    padding: 12.564vw 3.846vw 8.974vw;
  }
}
#EditArea .bnr_space a:hover img,
#EditArea .bnr_space a:focus img {
  opacity: 1;
}
#EditArea .bnr_space ul {
  width: min(100vw, 980px);
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #EditArea .bnr_space ul {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #EditArea .bnr_space ul {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#EditArea .bnr_space ul li + li p {
  margin-top: min(4.592vw, 45px);
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  #EditArea .bnr_space ul li + li p {
    margin-top: 6.41vw;
  }
}
#EditArea .bnr_space ul li {
  margin-bottom: min(3.061vw, 30px);
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #EditArea .bnr_space ul li {
    margin-bottom: 3.846vw;
  }
}
#EditArea .bnr_space ul li a {
  transition: 0.3s;
}
@media print, screen and (min-width: 751px) {
  #EditArea .bnr_space ul li a[href]:hover {
    filter: brightness(90%);
  }
  #EditArea .bnr_space ul li a[href]:hover img {
    opacity: 1;
  }
}
#EditArea .bnr_space ul li img {
  filter: drop-shadow(4.5px 8px 8px rgba(0, 0, 0, 0.45));
  filter: drop-shadow(5px 8px 5px rgba(0, 0, 0, 0.55));
  transform: translateZ(0);
}
@media only screen and (max-width: 750px) {
  #EditArea .bnr_space ul li img {
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.4));
  }
}
#EditArea .bnr_space ul li.other_cont {
  margin-bottom: min(5.102vw, 50px);
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #EditArea .bnr_space ul li.other_cont {
    margin-bottom: 6.41vw;
  }
}
#EditArea .bnr_space ul li p {
  font-size: min(2.449vw, 24px);
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: min(2.653vw, 26px);
  margin-bottom: 26px;
}
@media only screen and (max-width: 750px) {
  #EditArea .bnr_space ul li p {
    font-size: 3.59vw;
    line-height: 1.4;
    margin-bottom: 2.821vw;
  }
}
#EditArea .bnr_space .logo {
  width: min(37.959vw, 372px);
  width: 372px;
  margin: 90px auto 0;
}
@media only screen and (max-width: 750px) {
  #EditArea .bnr_space .logo {
    width: 50.256vw;
    margin-top: 10.256vw;
  }
}
#EditArea .bnr_space .pagetop {
  width: min(7.143vw, 70px);
  width: 70px;
  margin: min(4.592vw, 45px) auto 0;
  margin: 45px auto 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  #EditArea .bnr_space .pagetop {
    width: 13.718vw;
    margin-top: 8.974vw;
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea .bnr_space .pagetop:hover {
    opacity: 0.8;
  }
}

/* -----------------------------
page_top
------------------------------*/
/* -----------------------------
Recipe 
------------------------------*/
#EditArea.page-recipe .kv.fix-h {
  background: url(/brand/thesurimi/assets/image/recipe/kv.png) center 0/auto 380px no-repeat;
  width: 100%;
  height: 380px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .kv.fix-h {
    background: url(/brand/thesurimi/assets/image/recipe/kv_s.png) center 0/100% auto no-repeat;
    height: 50vw;
  }
}
#EditArea.page-recipe .kv.fix-h .sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#EditArea.page-recipe .kv {
  margin-bottom: min(5.306vw, 52px);
  margin-bottom: 52px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .kv {
    margin-bottom: 6.41vw;
  }
}
#EditArea.page-recipe #lead {
  padding-bottom: min(70.408vw, 690px);
  padding-bottom: 690px;
  background: url(/brand/thesurimi/assets/image/recipe/bg_dish.png) center bottom/1161px auto no-repeat;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe #lead {
    padding-bottom: 47.436vw;
    padding-bottom: 73.462vw;
    background-image: url(/brand/thesurimi/assets/image/recipe/bg_dish_s.png);
    background-size: 100% auto;
  }
}
#EditArea.page-recipe .recipe_temp.salad {
  margin-top: -332px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp.salad {
    margin-top: -24.744vw;
  }
}
#EditArea.page-recipe .recipe_temp.pasta {
  margin-bottom: 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp.pasta {
    margin-bottom: 10.256vw;
  }
}
#EditArea.page-recipe .recipe_temp {
  width: 100%;
  background-color: #7a1619;
  background-position: right center;
  background-size: min(9.694vw, 95px) auto;
  background-repeat: no-repeat;
  margin-bottom: min(17.347vw, 170px);
  padding-bottom: min(5.102vw, 50px);
  margin-bottom: 170px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp {
    background-position: right 70.513vw;
    background-size: 12.692vw auto;
    margin-bottom: 23.077vw;
    padding-bottom: 10.256vw;
  }
}
#EditArea.page-recipe .recipe_temp .recipe_inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
  column-gap: min(5.612vw, 55px);
  column-gap: 55px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp .recipe_inner {
    display: grid;
    grid-template-columns: 1fr;
  }
}
#EditArea.page-recipe .recipe_temp .img_col {
  text-align: right;
  flex: 1;
  margin-left: max(-10.918vw, -107px);
  margin-left: -107px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp .img_col {
    width: auto;
    margin: 0 auto 9.615vw;
  }
}
#EditArea.page-recipe .recipe_temp .img_col img {
  box-shadow: 8px 12px 10px rgba(0, 0, 0, 0.3);
  width: min(66.327vw, 650px);
  width: 650px;
  margin-top: max(-7.143vw, -70px);
  margin-top: -70px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp .img_col img {
    box-shadow: 5px 8px 6px rgba(0, 0, 0, 0.3);
    width: 92.308vw;
    margin-top: -12.821vw;
  }
}
#EditArea.page-recipe .recipe_temp .txt_col {
  width: min(38.265vw, 375px);
  padding-top: min(7.551vw, 74px);
  margin-right: min(2.551vw, 25px);
  width: 375px;
  padding-top: 74px;
  margin-right: 25px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp .txt_col {
    width: auto;
    padding: 0;
    margin-right: 0;
    margin: 0 11.538vw;
    order: 2;
  }
}
#EditArea.page-recipe .recipe_temp .recipe_title {
  background: url(/brand/thesurimi/assets/image/recipe/recipe_title_top.svg), url(/brand/thesurimi/assets/image/recipe/recipe_title_btm.svg);
  background-position: 0 0, 0 bottom;
  background-size: auto 6px;
  background-repeat: repeat-x;
  text-align: center;
  position: relative;
  padding-top: min(2.449vw, 24px);
  padding-bottom: min(2.857vw, 28px);
  margin-bottom: min(2.449vw, 24px);
  padding-top: 24px;
  padding-bottom: 28px;
  margin-bottom: 24px;
  width: 100%;
  color: #fff;
  font-size: min(4.082vw, 40px);
  font-size: 40px;
  line-height: 1.3;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp .recipe_title {
    padding-top: 5.128vw;
    padding-bottom: 5.128vw;
    margin-bottom: 4.359vw;
    font-size: 6.41vw !important;
  }
}
#EditArea.page-recipe .recipe_temp p {
  color: #fff;
  font-size: min(1.939vw, 19px);
  font-size: 19px;
  line-height: 1.68;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp p {
    font-size: 3.59vw;
    line-height: 1.64;
  }
}
#EditArea.page-recipe .recipe_temp p .nowrap {
  white-space: nowrap;
}
#EditArea.page-recipe .recipe_temp a.recipe_btn {
  border: none;
  background-image: linear-gradient(90deg, #b28411 0%, #d7a935 50%, #b28411 100%);
  border-radius: 100vh;
  width: min(75.51vw, 740px);
  height: min(6.122vw, 60px);
  width: 740px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: min(5.102vw, 50px) auto 0;
  margin: 50px auto 0;
  padding-bottom: 1px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.837vw, 18px);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp a.recipe_btn {
    width: 92.308vw;
    height: 14.103vw;
    margin-top: 3.846vw;
    font-size: 3.59vw;
    line-height: 1.2;
    text-align: center;
  }
}
#EditArea.page-recipe .recipe_temp a.recipe_btn::before {
  background: url(/brand/thesurimi/assets/image/icon_window.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: min(3.061vw, 30px);
  top: 0px;
  bottom: 0;
  margin: auto;
  width: min(2.551vw, 25px);
  height: min(2.245vw, 22px);
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp a.recipe_btn::before {
    left: 6.41vw;
    width: 4.872vw;
    height: 4.231vw;
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea.page-recipe .recipe_temp a.recipe_btn:hover {
    opacity: 0.85;
  }
  #EditArea.page-recipe .recipe_temp a.recipe_btn:hover img {
    opacity: 1;
  }
}
#EditArea.page-recipe .recipe_temp .recipe_title::before {
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: max(-0.918vw, -9px);
  top: max(-2.551vw, -25px);
  left: -9px;
  top: -25px;
  margin: auto;
  width: min(13.469vw, 132px);
  height: min(5.612vw, 55px);
  width: 132px;
  height: 55px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp .recipe_title::before {
    top: -4.231vw;
    left: -1.795vw;
    width: 27.949vw;
    height: 11.154vw;
  }
}
#EditArea.page-recipe .recipe_temp.salad {
  position: relative;
  background-image: url(/brand/thesurimi/assets/image/recipe/bg_salad.png);
}
#EditArea.page-recipe .recipe_temp.salad .recipe_title::before {
  background: url(/brand/thesurimi/assets/image/recipe/recipe_ribon1.png) 0 0/100% auto no-repeat;
}
#EditArea.page-recipe .recipe_temp.sandwich {
  background-image: url(/brand/thesurimi/assets/image/recipe/bg_sandwich.png);
  background-size: min(8.98vw, 88px) auto;
  background-size: 88px;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp.sandwich {
    background-size: 11.282vw auto;
  }
}
#EditArea.page-recipe .recipe_temp.sandwich .recipe_title::before {
  background: url(/brand/thesurimi/assets/image/recipe/recipe_ribon2.png) 0 0/100% auto no-repeat;
}
#EditArea.page-recipe .recipe_temp.marinade {
  background-image: url(/brand/thesurimi/assets/image/recipe/bg_marinade.png);
  background-size: 87px auto;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp.marinade {
    background-size: 11.538vw auto;
  }
}
#EditArea.page-recipe .recipe_temp.marinade .recipe_title::before {
  background: url(/brand/thesurimi/assets/image/recipe/recipe_ribon3.png) 0 0/100% auto no-repeat;
}
#EditArea.page-recipe .recipe_temp.pasta {
  background-image: url(/brand/thesurimi/assets/image/recipe/bg_pasta.png);
  background-size: 94px auto;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp.pasta {
    background-position: left 70.513vw;
    background-size: 12.179vw auto;
  }
}
@media print, screen and (min-width: 751px) {
  #EditArea.page-recipe .recipe_temp.pasta .txt_col {
    width: min(38.571vw, 378px);
    width: 378px;
  }
}
#EditArea.page-recipe .recipe_temp.pasta .recipe_title::before {
  background: url(/brand/thesurimi/assets/image/recipe/recipe_ribon4.png) 0 0/100% auto no-repeat;
}
#EditArea.page-recipe .recipe_temp.img-right {
  background-position: left center;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp.img-right {
    background-position: left 70.513vw;
  }
}
#EditArea.page-recipe .recipe_temp.img-right .txt_col {
  margin-left: min(2.551vw, 25px);
  margin-left: 25px;
  margin-right: 0;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp.img-right .txt_col {
    margin-left: 0;
    margin: 0 11.538vw;
  }
}
#EditArea.page-recipe .recipe_temp.img-right .img_col {
  text-align: left;
  margin-right: max(-10.918vw, -107px);
  margin-right: -107px;
  margin-left: 0;
}
@media only screen and (max-width: 750px) {
  #EditArea.page-recipe .recipe_temp.img-right .img_col {
    text-align: center;
    margin-right: 0;
  }
}
/* -----------------------------
back_btn
------------------------------*/
#EditArea .back_btn a {
  border: 1px solid #fff;
  border-radius: 100vh;
  background-image: linear-gradient(to right, rgb(155, 31, 35) 0%, rgb(186, 39, 42) 51%, rgb(155, 31, 35) 100%);
  width: min(51.02vw, 500px);
  height: min(8.163vw, 80px);
  width: 500px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
  text-decoration: none;
  margin: 0 auto min(8.163vw, 80px);
  margin: 0 auto 80px;
  font-size: min(1.837vw, 18px);
  font-size: 18px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 750px) {
  #EditArea .back_btn a {
    width: 92.308vw;
    height: 15.385vw;
    padding-left: 1.923vw;
    font-size: 3.59vw;
    margin-bottom: 10.256vw;
  }
}
#EditArea .back_btn a.arw-down::before {
  transform: rotate(90deg);
}
#EditArea .back_btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 30px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
  border-left: 8px solid #fff;
}
@media only screen and (max-width: 750px) {
  #EditArea .back_btn a::before {
    left: 6.41vw;
    border-bottom-width: 1.026vw;
    border-top-width: 1.026vw;
    border-left-width: 1.667vw;
  }
}
#EditArea .back_btn a > div {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 751px) {
  #EditArea .back_btn a:hover {
    opacity: 0.8;
  }
}

/* -----------------------------
***
------------------------------*/