@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
:root {
  --s0: 0.5em;
  --s1: calc(var(--s0) * 1);
  --s2: calc(var(--s0) * 2);
  --s3: calc(var(--s0) * 3);
  --s4: calc(var(--s0) * 4);
  --s5: calc(var(--s0) * 5);
  --s6: calc(var(--s0) * 6);
  --s7: calc(var(--s0) * 7);
  --s8: calc(var(--s0) * 8);
  --s10: calc(var(--s0) * 10);
  --s13: calc(var(--s0) * 13);
  --s15: calc(var(--s0) * 15);
  --s19: calc(var(--s0) * 19);
  --s9: calc(var(--s0) * 9);
  --s11: calc(var(--s0) * 11);
  --s12: calc(var(--s0) * 12);
  --s14: calc(var(--s0) * 14);
}

:root {
  --spa: 15px;
}
@media screen and (max-width: 768px) {
  :root {
    --spa: calc(20 / 390 * 100vw);
  }
}

:root {
  --k: #111;
  --k2: #333;
  --k3: #555;
  --w: #fff;
  --g1: #f5f5f5;
  --g2: #ededed;
  --g3: #ccc;
  --g4: #aaa;
  --g5: #777;
  --g6: #666;
  --c1: #133489;
  --c2: #d2711c;
  --c3: #d8695d;
  --c4: #50cc85;
  --c5: #b277e0;
  --c6: #e0c332;
  --cCaution: #e20c0c;
}

:root {
  --fzS: 1.4rem;
  --fz: 1.6rem;
  --fzM: 1.8rem;
  --fzL: 2rem;
}
@media screen and (max-width: 768px) {
  :root {
    --fzS: 1.3rem;
    --fz: 1.5rem;
    --fzM: 1.7rem;
    --fzL: 1.9rem;
  }
}

:root {
  --lhS: 1.4;
  --lh: 1.8;
  --lhL: 2.4;
}
@media screen and (max-width: 768px) {
  :root {
    --lhS: 1.4;
    --lh: 1.8;
    --lhL: 2.4;
  }
}

:root {
  --font1: "Abril Fatface", serif;
  --font2: "Zen Antique Soft", serif;
}

:root {
  --bdrs1: 4px;
  --bdrs2: 6px;
  --opacity: 0.5;
  --bxs1: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  --bxs2: 0px -6px 0px -2px rgba(0, 0, 0, 0.2) inset;
  --txs1: 0px 0px 12px rgba(0, 0, 0, 0.6);
  --grd1: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
}

:root {
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --linear: cubic-bezier(0, 0, 1, 1);
  --In: cubic-bezier(0.42, 0, 1, 1);
  --Out: cubic-bezier(0, 0, 0.58, 1);
  --InOut: cubic-bezier(0.42, 0, 0.58, 1);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --time: 200ms;
  --transition: all var(--time) var(--Out);
  --ease1: all var(--time) var(--ease);
  --ease2: all var(--time) cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease3: all var(--time) var(--easeInOutCubic);
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #fff;
  font-size: 62.5%;
}

body {
  min-width: 320px;
  word-wrap: break-word;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none;
}

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

fieldset {
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

abbr {
  border: none;
  font-variant: normal;
}

sub {
  vertical-align: text-bottom;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  vertical-align: bottom;
}

strong {
  font-style: normal;
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: normal;
}

pre,
code,
kbd,
samp {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a,
img,
button,
input[type=button],
input[type=submit],
.touch-hover {
  -webkit-tap-highlight-color: transparent;
}

/*  box-sizing
---------------------------------------------*/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
}

/*  list
---------------------------------------------*/
li {
  list-style: none;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both !important;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: var(--g1);
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: var(--font1) !important;
}

.font2 {
  font-family: var(--font2) !important;
}

/*  color
---------------------------------------------*/
.white {
  color: var(--w);
}

.black {
  color: var(--k);
}

.c-caution {
  color: var(--cCaution);
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* font-size
---------------------------------------------*/
.fz {
  font-size: var(--fz);
}

.fz-s {
  font-size: var(--fzS);
  line-height: var(--lhS);
}

.fz-l {
  font-size: var(--fzL);
  line-height: var(--lhL);
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    layout
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1030px;
  padding-right: var(--spa);
  padding-left: var(--spa);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: auto;
  }
}
.container.-large {
  max-width: 1230px;
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: auto;
  }
}
@media screen and (min-width: 1501px) {
  .container.-large {
    max-width: 1430px;
  }
}
.container.-small {
  max-width: 830px;
}
@media screen and (max-width: 768px) {
  .container.-small {
    max-width: auto;
  }
}
.container.-min {
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .container.-min {
    max-width: auto;
  }
}
.container.-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    headline
===================================================================*/
/*==================================================================
    .h01
===================================================================*/
.h01 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 3rem;
  line-height: normal;
  font-weight: 700;
  font-family: var(--font1);
  color: #d9301a;
}
.h01 span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 0.8em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .h01 span {
    font-size: 1.8rem;
  }
}
.h01 span::before, .h01 span::after {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 12px;
  height: 19px;
  background-image: url(/kikkoman/honmirin-series/img/honmirin-series_Ic10.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.h01 span::after {
  transform: scaleX(-1);
}
.h01.-w {
  font-size: 4.5rem;
  color: #e9d1a0;
}
@media screen and (max-width: 768px) {
  .h01.-w {
    font-size: 3.5rem;
  }
}
.h01.-w span {
  color: var(--w);
}
.h01.-w span::before, .h01.-w span::after {
  background-image: url(/kikkoman/honmirin-series/img/honmirin-series_Ic14.svg);
}

/*==================================================================
    .h02
===================================================================*/
.h02 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 2.4rem;
  line-height: normal;
  font-weight: 700;
  font-family: var(--font1);
  color: #d9301a;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 768px) {
  .h02 {
    font-size: 2.3rem;
    margin-bottom: 0.5em;
  }
}
.h02::after {
  display: block;
  content: "";
  width: 18px;
  height: 4px;
  background-color: #d9301a;
  margin-top: 0.9em;
}
@media screen and (max-width: 768px) {
  .h02::after {
    margin-bottom: 0.5em;
  }
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    btn
===================================================================*/
/*==================================================================
    .btn01
===================================================================*/
.btn01 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--w) !important;
  border-radius: 99px;
  background-color: var(--c1);
  background-image: url(../../img/menmi_Ic06.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 5.6%;
}
@media screen and (max-width: 768px) {
  .btn01 {
    height: 50px;
    font-size: 1.6rem;
  }
}
.btn01.-b {
  color: var(--c1) !important;
  background-color: var(--w);
  background-image: url(../../img/menmi_Ic07.svg);
}
.btn01.-o {
  color: var(--c2) !important;
  background-color: var(--w);
  background-image: url(../../img/menmi_Ic08.svg);
}
.btn01:hover {
  opacity: 0.6;
  background-position: top 50% right 4.6%;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: var(--transition);
  animation-duration: var(--time);
  animation-fill-mode: both;
}

.animate.-animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.-a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.-a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.-a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.-a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.-a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.-a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.-a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.-a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.-a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.-a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.-a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.-a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.-a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.-a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.-a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.-a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.-a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.-a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.-a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.-a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.-a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.-a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.-a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.-a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.-a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.-a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.-a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.-a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.-a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.-a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.-a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.-a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.-a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.-a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.-a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.-a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.-a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.-a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.-a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.-a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.-a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.-a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.-a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.-a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.-a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.-a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.-a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.-a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.-a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.-a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.-a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.-ad0 {
  animation-delay: 0s;
}

.-ad1 {
  animation-delay: 0.1s;
}

.-ad2 {
  animation-delay: 0.2s;
}

.-ad3 {
  animation-delay: 0.3s;
}

.-ad4 {
  animation-delay: 0.4s;
}

.-ad5 {
  animation-delay: 0.5s;
}

.-ad6 {
  animation-delay: 0.6s;
}

.-ad7 {
  animation-delay: 0.7s;
}

.-ad8 {
  animation-delay: 0.8s;
}

.-ad9 {
  animation-delay: 0.9s;
}

.-ad10 {
  animation-delay: 1s;
}

.-ad11 {
  animation-delay: 1.1s;
}

.-ad12 {
  animation-delay: 1.2s;
}

.-ad13 {
  animation-delay: 1.3s;
}

.-ad14 {
  animation-delay: 1.4s;
}

.-ad15 {
  animation-delay: 1.5s;
}

.-ad16 {
  animation-delay: 1.6s;
}

.-ad17 {
  animation-delay: 1.7s;
}

.-ad18 {
  animation-delay: 1.8s;
}

.-ad19 {
  animation-delay: 1.9s;
}

.-ad20 {
  animation-delay: 2s;
}

.-ad21 {
  animation-delay: 2.1s;
}

.-ad22 {
  animation-delay: 2.2s;
}

.-ad23 {
  animation-delay: 2.3s;
}

.-ad24 {
  animation-delay: 2.4s;
}

.-ad25 {
  animation-delay: 2.5s;
}

.-ad26 {
  animation-delay: 2.6s;
}

.-ad27 {
  animation-delay: 2.7s;
}

.-ad28 {
  animation-delay: 2.8s;
}

.-ad29 {
  animation-delay: 2.9s;
}

.-ad30 {
  animation-delay: 3s;
}

.-ad31 {
  animation-delay: 3.1s;
}

.-ad32 {
  animation-delay: 3.2s;
}

.-ad33 {
  animation-delay: 3.3s;
}

.-ad34 {
  animation-delay: 3.4s;
}

.-ad35 {
  animation-delay: 3.5s;
}

.-ad36 {
  animation-delay: 3.6s;
}

.-ad37 {
  animation-delay: 3.7s;
}

.-ad38 {
  animation-delay: 3.8s;
}

.-ad39 {
  animation-delay: 3.9s;
}

.-ad40 {
  animation-delay: 4s;
}

.-ad41 {
  animation-delay: 4.1s;
}

.-ad42 {
  animation-delay: 4.2s;
}

.-ad43 {
  animation-delay: 4.3s;
}

.-ad44 {
  animation-delay: 4.4s;
}

.-ad45 {
  animation-delay: 4.5s;
}

.-ad46 {
  animation-delay: 4.6s;
}

.-ad47 {
  animation-delay: 4.7s;
}

.-ad48 {
  animation-delay: 4.8s;
}

.-ad49 {
  animation-delay: 4.9s;
}

.-ad50 {
  animation-delay: 5s;
}

/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    honmirin-series
===================================================================*/
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/*==================================================================
    .menmi
===================================================================*/
.menmi {
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--c1);
  overflow: hidden;
}

/*==================================================================
    .menmi animation
===================================================================*/
.op0 {
  opacity: 0;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(50px);
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================================
    .menmi .hero
===================================================================*/
.menmi .hero {
  width: 100%;
  aspect-ratio: 1280/670;
  max-height: 670px;
  padding: 5.234375% 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menmi .hero {
    aspect-ratio: 390/700;
    max-height: unset;
    padding: 11.5384615385vw 0 0;
  }
}
.menmi .hero_bg {
  width: 100%;
  height: 100%;
  background-image: url(../../img/menmi_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 3.125% left 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .menmi .hero_bg {
    background-image: url(../../img/menmi_bg01_sp.jpg);
    background-position: 50% 50%;
  }
}
.menmi .hero_inner {
  position: relative;
  z-index: 2;
}
.menmi .hero_flex {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex {
    flex-flow: column nowrap;
  }
}
.menmi .hero_flex-l {
  width: 58.2%;
  padding: 0.9% 5% 0 4.6%;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-l {
    width: 100%;
    padding: 0;
  }
}
.menmi .hero_flex-l .main-ttl {
  margin-bottom: 2.2633744856%;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-l .main-ttl {
    text-align: center;
    margin-bottom: 5.1282051282vw;
  }
}
.menmi .hero_flex-l .main-ttl img {
  width: 100%;
  max-width: 486px;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-l .main-ttl img {
    width: 78.2051282051vw;
    max-width: unset;
  }
}
.menmi .hero_flex-l .sub-ttl {
  text-align: right;
}
.menmi .hero_flex-l .sub-ttl img {
  width: 100%;
  max-width: 467px;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-l .sub-ttl img {
    width: 83.0769230769vw;
    max-width: unset;
  }
}
.menmi .hero_flex-r {
  width: 41.8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-r {
    width: 100%;
  }
}
.menmi .hero_flex-r .img {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-r .img {
    justify-content: center;
  }
}
.menmi .hero_flex-r .img_l {
  width: 44.2583732057%;
  max-width: 185px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-r .img_l {
    width: 23.5897435897vw;
    max-width: unset;
    margin-top: -5.1282051282vw;
  }
}
.menmi .hero_flex-r .img_l img {
  width: 100%;
}
.menmi .hero_flex-r .img_r {
  width: 54.0669856459%;
  max-width: 226px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-r .img_r {
    width: 35.8974358974vw;
    max-width: unset;
    position: absolute;
    top: 2.5641025641vw;
    left: 50%;
  }
}
.menmi .hero_flex-r .img_r img {
  width: 100%;
  transform: translate(-25%, 52%);
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-r .img_r img {
    transform: translate(-112%, 0);
  }
}
.menmi .hero_flex-r .btn {
  width: 32.5358851675%;
  max-width: 136px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-r .btn {
    width: 25.641025641vw;
  }
}
.menmi .hero_flex-r .btn a {
  display: block;
}
.menmi .hero_flex-r .btn a img {
  width: 100%;
  transform: translate(-14%, -11%);
}
@media screen and (max-width: 768px) {
  .menmi .hero_flex-r .btn a img {
    transform: translate(0, -20%);
  }
}
.menmi .hero_flex-r .btn a:hover {
  transform: translateY(-10px);
}

/*==================================================================
    .menmi .nav
===================================================================*/
.menmi .nav {
  width: 100%;
  height: 100px;
  padding: 22px 0;
  background-color: var(--c1);
}
@media screen and (max-width: 768px) {
  .menmi .nav {
    padding: 15px 0;
    height: auto;
  }
}
.menmi .nav ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .menmi .nav ul {
    margin: 0 calc(var(--spa) * -1);
  }
}
.menmi .nav ul li {
  width: 25%;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.menmi .nav ul li:first-of-type {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .menmi .nav ul li:first-of-type {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .menmi .nav ul li:last-of-type {
    border-right: none;
  }
}
.menmi .nav ul li a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 0.7em 0;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--w);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menmi .nav ul li a {
    gap: 1em 0;
    padding: 5px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (min-width: 1201px) {
  .menmi .nav ul li a {
    white-space: nowrap;
  }
}
.menmi .nav ul li a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--transition);
  opacity: 0;
}
.menmi .nav ul li a::after {
  display: block;
  content: "";
  width: 15px;
  height: 9px;
  background-image: url(../../img/menmi_Ic02.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: var(--transition);
}
.menmi .nav ul li a:hover::before {
  opacity: 1;
}
.menmi .nav ul li a:hover::after {
  transform: translateY(5px);
}

/*==================================================================
    .menmi .lead-area
===================================================================*/
.menmi .lead-area {
  background-color: var(--c1);
  color: var(--w);
  position: relative;
}
.menmi .lead-area_inner {
  padding: 30px 0 120px;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_inner {
    padding: 20px 0 60px;
  }
}
.menmi .lead-area_flex {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_flex {
    flex-flow: column nowrap;
  }
}
.menmi .lead-area_flex-l {
  width: 61.6%;
  padding: 0 3.4% 0 9%;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_flex-l {
    width: 100%;
    padding: 0;
  }
}
.menmi .lead-area_flex-l .ttl {
  font-size: clamp(3.2rem, 3.59375vw, 4.6rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_flex-l .ttl {
    font-size: 3.3rem;
    text-align: center;
  }
}
.menmi .lead-area_flex-l .img {
  display: none;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_flex-l .img {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1.4em;
  }
  .menmi .lead-area_flex-l .img::before {
    display: block;
    content: "";
    width: 63.3333333333vw;
    max-width: 247px;
    aspect-ratio: 1/1;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -48%);
    z-index: 0;
  }
  .menmi .lead-area_flex-l .img img {
    max-width: 98px;
    position: relative;
    z-index: 1;
  }
}
.menmi .lead-area_flex-l .txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_flex-l .txt p {
    text-align: center;
  }
}
.menmi .lead-area_flex-r {
  width: 38.4%;
  padding: 0 9% 0 0;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_flex-r {
    display: none;
  }
}
.menmi .lead-area_flex-r .img {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.menmi .lead-area_flex-r .img::before {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  z-index: 0;
}
.menmi .lead-area_flex-r .img img {
  max-width: 130px;
  position: relative;
  z-index: 1;
}
.menmi .lead-area_bg {
  width: 100%;
  aspect-ratio: 1280/420;
  background-color: var(--w);
  position: relative;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_bg {
    aspect-ratio: 390/240;
  }
}
.menmi .lead-area_bg::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../img/menmi_bg02.jpg);
  background-size: cover;
  background-position: 50% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_bg::before {
    background-image: url(../../img/menmi_bg02_sp.jpg);
  }
}
.menmi .lead-area_bg::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1280/155;
  background: linear-gradient(0deg, #fff 33.3%, rgba(255, 255, 255, 0) 79.3%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menmi .lead-area_bg::after {
    aspect-ratio: 390/96;
    background: linear-gradient(0deg, #fff 33.3%, rgba(255, 255, 255, 0) 61.34%);
  }
}

/*==================================================================
    .menmi .feature
===================================================================*/
.menmi .feature {
  margin-top: -10px;
  position: relative;
  background-color: var(--w);
}
.menmi .feature_ttl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
  font-size: clamp(3rem, 3.125vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .menmi .feature_ttl {
    flex-flow: column nowrap;
    gap: 0;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.menmi .feature_ttl span {
  font-size: clamp(4.2rem, 4.296875vw, 5.5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .menmi .feature_ttl span {
    font-size: 4.5rem;
    line-height: 0.8;
  }
}
.menmi .feature_upper {
  padding: 45px 0 210px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .menmi .feature_upper {
    padding: 15px 0 100px;
  }
}
.menmi .feature_upper::before {
  display: block;
  content: "";
  width: 113%;
  aspect-ratio: 1450/873;
  border-radius: 50%;
  background-color: var(--w);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menmi .feature_upper::before {
    width: 111.0256410256vw;
    aspect-ratio: 433/283;
  }
}
.menmi .feature_upper::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1280/280;
  background-color: var(--c1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .menmi .feature_upper::after {
    aspect-ratio: 390/200;
  }
}
.menmi .feature_inner {
  position: relative;
  z-index: 2;
}
.menmi .feature_flex {
  display: flex;
  align-items: center;
}
.menmi .feature_flex .txt_ttl {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.6em 0;
  font-size: clamp(2.8rem, 2.96875vw, 3.8rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex .txt_ttl {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1em;
  }
  .menmi .feature_flex .txt_ttl.-second {
    flex-flow: row-reverse nowrap;
    font-size: 3rem;
    line-height: 1.1;
  }
}
.menmi .feature_flex .txt_ttl span {
  font-size: clamp(8rem, 10.15625vw, 13rem);
  line-height: 0.6;
  font-weight: 400;
  font-family: var(--font1);
  letter-spacing: -0.05em;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex .txt_ttl span {
    flex-shrink: 0;
    font-size: 10rem;
  }
}
.menmi .feature_flex .txt p {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex .txt p {
    text-align: center;
    line-height: 1.75;
  }
}
.menmi .feature_flex .txt p span {
  font-weight: 700;
}
.menmi .feature_flex .caution {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex .caution {
    display: none;
  }
}
.menmi .feature_flex.-first {
  flex-flow: row nowrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex.-first {
    flex-flow: column nowrap;
    margin-bottom: 50px;
  }
}
.menmi .feature_flex.-first .feature_flex-l {
  width: 37.3%;
  padding-right: 0.7%;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex.-first .feature_flex-l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex.-first .feature_flex-l .txt p {
    text-align: center;
  }
}
.menmi .feature_flex.-first .feature_flex-r {
  width: 62.7%;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex.-first .feature_flex-r {
    width: 100%;
  }
}
.menmi .feature_flex.-first .feature_flex-r .img {
  transform: translateX(5.5821371611%);
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex.-first .feature_flex-r .img {
    transform: translateX(0);
    text-align: center;
  }
  .menmi .feature_flex.-first .feature_flex-r .img img {
    max-width: 354px;
  }
}
.menmi .feature_flex.-second {
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex.-second {
    flex-flow: column nowrap;
  }
}
.menmi .feature_flex.-second .feature_flex-l {
  width: 52.5%;
  padding-left: 6%;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex.-second .feature_flex-l {
    width: 100%;
    padding-left: 0;
  }
}
.menmi .feature_flex.-second .feature_flex-l .img {
  display: none;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex.-second .feature_flex-l .img {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .menmi .feature_flex.-second .feature_flex-l .img img {
    max-width: 309px;
  }
}
.menmi .feature_flex.-second .feature_flex-r {
  width: 47.5%;
  padding-left: 2.2%;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex.-second .feature_flex-r {
    display: none;
  }
}
.menmi .feature_under {
  padding: 130px 0 230px;
  background-color: var(--c1);
  position: relative;
  color: var(--w);
}
@media screen and (max-width: 768px) {
  .menmi .feature_under {
    padding: 65px 0 105px;
  }
}
.menmi .feature_under::before {
  display: block;
  content: "";
  width: 113%;
  aspect-ratio: 1450/873;
  border-radius: 50%;
  background-color: var(--c1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menmi .feature_under::before {
    width: 111.0256410256vw;
    aspect-ratio: 433/283;
  }
}
.menmi .feature_under::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1280/280;
  background-color: var(--w);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .menmi .feature_under::after {
    aspect-ratio: 390/200;
  }
}
.menmi .feature_flex2 {
  display: flex;
  align-items: center;
}
.menmi .feature_flex2 .txt_ttl {
  font-size: clamp(2.8rem, 2.890625vw, 3.7rem);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2 .txt_ttl {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 2em;
  }
}
.menmi .feature_flex2 .txt_ttl em {
  font-size: clamp(3.6rem, 3.90625vw, 5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2 .txt_ttl em {
    font-size: 4rem;
    letter-spacing: 0.01em;
  }
  .menmi .feature_flex2 .txt_ttl em span {
    letter-spacing: -0.15em;
  }
}
.menmi .feature_flex2 .txt_ttl.-sub {
  font-size: clamp(2.8rem, 2.96875vw, 3.8rem);
  line-height: normal;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2 .txt_ttl.-sub {
    font-size: 2.5rem;
    margin-bottom: 0.8em;
  }
}
.menmi .feature_flex2 .txt_sub {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.4em 0;
  font-size: 1.7rem;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2 .txt_sub {
    gap: 0.2em 0;
    line-height: 1.8;
    text-align: center;
  }
}
.menmi .feature_flex2 .txt_sub span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2 .txt_sub span {
    font-size: 2.5rem;
  }
}
.menmi .feature_flex2 .txt p {
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2 .txt p {
    text-align: center;
  }
}
.menmi .feature_flex2 .img {
  position: relative;
}
.menmi .feature_flex2 .img > img {
  border-radius: 10px;
}
.menmi .feature_flex2 .img span {
  position: absolute;
  top: -45px;
  left: -25px;
}
.menmi .feature_flex2 .img span img {
  width: 6.875vw;
  max-width: 88px;
  transform: rotate(15deg);
}
.menmi .feature_flex2.-first {
  flex-flow: row nowrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2.-first {
    flex-flow: column nowrap;
    margin-bottom: 65px;
  }
}
.menmi .feature_flex2.-first .feature_flex2-l {
  width: 54.7%;
  padding-right: 7.6%;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2.-first .feature_flex2-l {
    width: 100%;
    padding-right: 0;
  }
}
.menmi .feature_flex2.-first .feature_flex2-l .img {
  display: none;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2.-first .feature_flex2-l .img {
    display: block;
    max-width: 275px;
    margin: 0 auto 2.5em;
  }
  .menmi .feature_flex2.-first .feature_flex2-l .img span {
    top: -30px;
    left: -20px;
  }
  .menmi .feature_flex2.-first .feature_flex2-l .img span img {
    width: 12.8205128205vw;
    max-width: 50px;
    transform: rotate(20deg);
  }
}
.menmi .feature_flex2.-first .feature_flex2-r {
  width: 45.3%;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2.-first .feature_flex2-r {
    display: none;
  }
}
.menmi .feature_flex2.-second {
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2.-second {
    flex-flow: column-reverse nowrap;
  }
}
.menmi .feature_flex2.-second .feature_flex2-l {
  width: 45.7%;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2.-second .feature_flex2-l {
    width: 100%;
  }
}
.menmi .feature_flex2.-second .feature_flex2-r {
  width: 54.3%;
  padding-right: 8%;
}
@media screen and (max-width: 768px) {
  .menmi .feature_flex2.-second .feature_flex2-r {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .menmi .feature_flex2.-second .feature_flex2-r .img {
    width: 83.5897435897vw;
    max-width: 326px;
    aspect-ratio: 326/245;
    margin: 0 auto;
  }
  .menmi .feature_flex2.-second .feature_flex2-r .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    border-radius: 10px;
  }
}

/*==================================================================
    .menmi .voice
===================================================================*/
.menmi .voice {
  padding: 100px 0 130px;
}
@media screen and (max-width: 768px) {
  .menmi .voice {
    padding: 50px 0;
  }
}
.menmi .voice_ttl {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.4em 0;
  min-height: 180px;
  font-size: clamp(4.2rem, 4.296875vw, 5.5rem);
  line-height: 0.6;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-image: url(../../img/menmi_Ic03.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  .menmi .voice_ttl {
    min-height: 126px;
    font-size: 3.6rem;
    background-size: auto 126px;
    margin-bottom: 1.2em;
  }
}
.menmi .voice_ttl span {
  font-size: clamp(2rem, 1.953125vw, 2.5rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .menmi .voice_ttl span {
    font-size: 2.2rem;
  }
}
.menmi .voice_caution {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  margin-top: 2.8em;
}
@media screen and (max-width: 768px) {
  .menmi .voice_caution {
    font-size: 1.2rem;
    margin-top: 3em;
  }
}
.menmi .voice_list {
  display: flex;
  flex-flow: row wrap;
  gap: min(50px, 3.90625vw);
}
@media screen and (max-width: 768px) {
  .menmi .voice_list {
    gap: min(35px, 8.9743589744vw) min(20px, 5.1282051282vw);
  }
}
.menmi .voice_list-item {
  width: calc((100% - min(50px, 3.90625vw) * 2) / 3);
  cursor: pointer;
  transition: var(--transition);
}
@media screen and (max-width: 768px) {
  .menmi .voice_list-item {
    width: calc((100% - min(20px, 5.1282051282vw)) / 2);
  }
}
.menmi .voice_list-item .img {
  width: 100%;
  aspect-ratio: 300/340;
  position: relative;
  transition: var(--transition);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .menmi .voice_list-item .img {
    aspect-ratio: 163/185;
    margin-bottom: 10px;
  }
}
.menmi .voice_list-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.menmi .voice_list-item .img .btn-modal {
  position: absolute;
  bottom: -7px;
  right: -20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .menmi .voice_list-item .img .btn-modal {
    bottom: -10px;
    right: -6px;
  }
}
.menmi .voice_list-item .ttl {
  font-size: clamp(2rem, 1.953125vw, 2.5rem);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .menmi .voice_list-item .ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.menmi .voice_list-item .name {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .menmi .voice_list-item .name {
    font-size: 1.2rem;
  }
}
.menmi .voice_list-item:hover {
  transform: scale(1.05);
}
.menmi .voice_list-item:hover .btn-modal {
  transform: rotate(360deg);
}
.menmi .voice_modal {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
}
.menmi .voice_modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.menmi .voice_modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.menmi .voice_modal-scroll {
  max-height: 100%;
  overflow-y: auto;
}
.menmi .voice_modal-contents {
  width: 90vw;
  max-width: 900px;
  padding: min(45px, 3.515625vw);
  background-color: var(--w);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .menmi .voice_modal-contents {
    max-width: 340px;
    padding: 0;
    height: 62vh;
  }
}
.menmi .voice_modal-contents .flex {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .menmi .voice_modal-contents .flex {
    flex-flow: column nowrap;
  }
}
.menmi .voice_modal-contents .flex_l {
  width: 34.5679012346%;
}
@media screen and (max-width: 768px) {
  .menmi .voice_modal-contents .flex_l {
    width: 100%;
  }
}
.menmi .voice_modal-contents .flex_l .img {
  width: 100%;
  aspect-ratio: 375/355;
}
@media screen and (max-width: 768px) {
  .menmi .voice_modal-contents .flex_l .img {
    aspect-ratio: 340/230;
  }
}
.menmi .voice_modal-contents .flex_l .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .menmi .voice_modal-contents .flex_l .img img {
    object-position: center 15%;
  }
}
.menmi .voice_modal-contents .flex_r {
  width: 65.4320987654%;
  padding-left: 5.5555555556%;
}
@media screen and (max-width: 768px) {
  .menmi .voice_modal-contents .flex_r {
    width: 100%;
    padding: min(24px, 6.1538461538vw);
  }
}
.menmi .voice_modal-contents .flex_r .head {
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  .menmi .voice_modal-contents .flex_r .head {
    margin-bottom: 1.7em;
  }
}
.menmi .voice_modal-contents .flex_r .head_ttl {
  font-size: clamp(2.2rem, 2.734375vw, 2.8rem);
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .menmi .voice_modal-contents .flex_r .head_ttl {
    font-size: 2.6rem;
  }
}
.menmi .voice_modal-contents .flex_r .head_name {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .menmi .voice_modal-contents .flex_r .head_name {
    font-size: 1.4rem;
  }
}
.menmi .voice_modal-contents .flex_r .txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
.menmi .voice_modal .btn-modal {
  position: absolute;
  top: -10px;
  right: -15px;
  cursor: pointer;
}
.menmi .voice_modal .btn-modal:hover {
  transform: rotate(360deg);
}
.menmi .voice_modal[aria-hidden=true] {
  display: block;
}
.menmi .voice .btn-modal {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: var(--transition);
}
@media screen and (max-width: 768px) {
  .menmi .voice .btn-modal {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
  }
}
.menmi .voice .btn-modal.-open {
  background-image: url(../../img/menmi_Ic04.svg);
}
.menmi .voice .btn-modal.-close {
  background-image: url(../../img/menmi_Ic05.svg);
}

/*==================================================================
    .menmi .recipe
===================================================================*/
.menmi .recipe {
  background-color: var(--c1);
  color: var(--w);
}
.menmi .recipe_inner {
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_inner {
    padding: 30px 0 50px;
  }
}
.menmi .recipe_head {
  padding: 8% 35% 2.5% 0;
  margin-bottom: 3.75em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_head {
    padding: 45px 0;
    margin-bottom: 0;
  }
}
.menmi .recipe_head-ttl {
  width: 100%;
}
.menmi .recipe_head-ttl .ttl {
  display: flex;
  flex-flow: column nowrap;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_head-ttl .ttl {
    margin-bottom: 2.5em;
  }
}
.menmi .recipe_head-ttl .ttl > span {
  font-size: clamp(2rem, 1.953125vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_head-ttl .ttl > span {
    font-size: 2rem;
  }
}
.menmi .recipe_head-ttl .ttl em {
  font-size: clamp(3.8rem, 3.90625vw, 5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_head-ttl .ttl em {
    font-size: 3rem;
  }
}
.menmi .recipe_head-ttl .ttl em .name {
  font-size: clamp(4.8rem, 4.6875vw, 6rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_head-ttl .ttl em .name {
    font-size: 4rem;
  }
}
.menmi .recipe_head-ttl .ttl em .other {
  font-size: clamp(2rem, 2.265625vw, 2.9rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_head-ttl .ttl em .other {
    font-size: 2rem;
  }
}
.menmi .recipe_head-ttl .txt p {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_head-ttl .txt p {
    text-align: center;
  }
}
.menmi .recipe_head-img {
  width: 29.4%;
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_head-img {
    width: 49.4871794872vw;
    max-width: 193px;
    top: 0;
    right: calc(var(--spa) * -1 - 16px);
  }
}
.menmi .recipe_list {
  display: flex;
  flex-flow: row wrap;
  gap: min(48px, 3.75vw) min(54px, 4.21875vw);
}
@media screen and (max-width: 768px) {
  .menmi .recipe_list {
    gap: min(35px, 8.9743589744vw) min(20px, 5.1282051282vw);
  }
}
.menmi .recipe_list-item {
  width: calc((100% - min(54px, 4.21875vw)) / 2);
}
@media screen and (max-width: 768px) {
  .menmi .recipe_list-item {
    width: calc((100% - min(20px, 5.1282051282vw)) / 2);
  }
}
.menmi .recipe_list-item a {
  display: block;
  color: var(--w);
}
.menmi .recipe_list-item a .img {
  width: 100%;
  aspect-ratio: 470/282;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_list-item a .img {
    aspect-ratio: 1/1;
    margin-bottom: 1em;
  }
}
.menmi .recipe_list-item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.menmi .recipe_list-item a .ttl {
  font-size: clamp(1.8rem, 2.03125vw, 2.3rem);
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_list-item a .ttl {
    font-size: 1.5rem;
  }
}
.menmi .recipe_list-item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_list-item a:hover {
    opacity: 1;
  }
}
.menmi .recipe_cta {
  padding: 100px 0;
  background-color: #fff8eb;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_cta {
    padding: 40px 0;
  }
}
.menmi .recipe_cta .ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  color: var(--c1);
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_cta .ttl {
    font-size: 1.6rem;
  }
}
.menmi .recipe_cta .ttl span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1.6em;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_cta .ttl span {
    align-items: flex-end;
  }
}
.menmi .recipe_cta .ttl span::before, .menmi .recipe_cta .ttl span::after {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--c1);
}
.menmi .recipe_cta .ttl span::before {
  transform: rotate(-30deg);
}
.menmi .recipe_cta .ttl span::after {
  transform: rotate(30deg);
}
.menmi .recipe_cta .btn {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menmi .recipe_cta .btn {
    max-width: 310px;
  }
}

/*==================================================================
    .menmi .history
===================================================================*/
.menmi .history {
  padding: 130px 0 150px;
}
@media screen and (max-width: 768px) {
  .menmi .history {
    padding: 50px 0 60px;
  }
}
.menmi .history_ttl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 0.4em;
  font-size: clamp(3rem, 3.125vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 2.2em;
}
@media screen and (max-width: 768px) {
  .menmi .history_ttl {
    font-size: 2.2rem;
    margin-bottom: 1.4em;
  }
}
.menmi .history_ttl span {
  font-size: clamp(4.2rem, 4.296875vw, 5.5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .menmi .history_ttl span {
    font-size: 4.5rem;
  }
}
.menmi .history_list {
  display: flex;
  flex-flow: column nowrap;
}
.menmi .history_list-item {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.menmi .history_list-item:not(:last-of-type) .flow {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .menmi .history_list-item:not(:last-of-type) .flow {
    padding-bottom: 30px;
  }
}
.menmi .history_list-item:not(:last-of-type) .flow::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e7ebf3;
  position: absolute;
  top: clamp(1em, 1.875vw, 1.5em);
  left: 39px;
}
@media screen and (max-width: 768px) {
  .menmi .history_list-item:not(:last-of-type) .flow::after {
    left: 12px;
  }
}
.menmi .history_list-item .year {
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  width: 3.6ch;
  font-size: clamp(4.8rem, 4.6875vw, 6rem);
  line-height: 0.9;
  font-family: var(--font1);
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .menmi .history_list-item .year {
    font-size: 4.2rem;
  }
}
.menmi .history_list-item .flow {
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menmi .history_list-item .flow {
    padding-left: 27px;
  }
}
.menmi .history_list-item .flow::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 9px;
  background-color: var(--c1);
  position: absolute;
  top: clamp(1em, 1.875vw, 1.5em);
  left: 35px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menmi .history_list-item .flow::before {
    left: 8px;
  }
}
.menmi .history_list-item .flow_flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .menmi .history_list-item .flow_flex {
    flex-flow: column nowrap;
  }
}
.menmi .history_list-item .flow_flex-l {
  width: 57.3671497585%;
  padding-right: 4.8309178744%;
}
@media screen and (max-width: 768px) {
  .menmi .history_list-item .flow_flex-l {
    width: 100%;
    padding-right: 0;
  }
}
.menmi .history_list-item .flow_flex-l.-full {
  width: 100%;
  padding-right: 0;
}
.menmi .history_list-item .flow_flex-l .ttl {
  font-size: clamp(2.5rem, 2.734375vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .menmi .history_list-item .flow_flex-l .ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
}
.menmi .history_list-item .flow_flex-l .txt p {
  font-size: 1.6rem;
  line-height: 1.875;
}
.menmi .history_list-item .flow_flex-l .txt p span {
  font-weight: 700;
}
.menmi .history_list-item .flow_flex-r {
  width: 42.6328502415%;
  padding: 10px 3.6231884058%;
}
@media screen and (max-width: 768px) {
  .menmi .history_list-item .flow_flex-r {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 6px;
  }
  .menmi .history_list-item .flow_flex-r img {
    max-width: 165px;
  }
}

/*==================================================================
    .menmi .products
===================================================================*/
.menmi .products {
  color: var(--w);
}
.menmi .products_ttl {
  font-size: clamp(3.2rem, 3.515625vw, 4.5rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .menmi .products_ttl {
    font-size: 3.4rem;
    text-align: center;
  }
}
.menmi .products_blocks.-b {
  padding: 75px 0 115px;
  background-color: var(--c1);
}
@media screen and (max-width: 768px) {
  .menmi .products_blocks.-b {
    padding: 60px 0 75px;
  }
}
.menmi .products_blocks.-b .products_flex-l {
  width: 47.3%;
  padding: 0 8.1% 0 1.4%;
}
@media screen and (max-width: 768px) {
  .menmi .products_blocks.-b .products_flex-l {
    width: 100%;
    padding: 0;
  }
}
.menmi .products_blocks.-b .products_flex-r {
  width: 52.7%;
}
@media screen and (max-width: 768px) {
  .menmi .products_blocks.-b .products_flex-r {
    width: 100%;
  }
}
.menmi .products_blocks.-o {
  padding: 105px 0 150px;
  background-color: var(--c2);
}
@media screen and (max-width: 768px) {
  .menmi .products_blocks.-o {
    padding: 60px 0 100px;
  }
}
.menmi .products_blocks.-o .products_flex-l {
  width: 45.7%;
  padding: 0 8.4% 0 1.4%;
}
@media screen and (max-width: 768px) {
  .menmi .products_blocks.-o .products_flex-l {
    width: 100%;
    padding: 0;
  }
}
.menmi .products_blocks.-o .products_flex-r {
  width: 54.3%;
}
@media screen and (max-width: 768px) {
  .menmi .products_blocks.-o .products_flex-r {
    width: 100%;
  }
}
.menmi .products_flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menmi .products_flex {
    flex-flow: column nowrap;
  }
}
@media screen and (max-width: 768px) {
  .menmi .products_flex-l {
    margin-bottom: 25px;
  }
}
.menmi .products_flex-l .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menmi .products_flex-l .img {
    max-width: 256px;
    margin: 0 auto;
  }
}
.menmi .products_flex-r .ttl {
  font-size: clamp(3rem, 3.125vw, 4rem);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .menmi .products_flex-r .ttl {
    font-size: 2.6rem;
    margin-bottom: 1.5em;
  }
}
.menmi .products_flex-r .txt {
  margin-bottom: 2.8em;
}
@media screen and (max-width: 768px) {
  .menmi .products_flex-r .txt {
    margin-bottom: 2.5em;
  }
}
.menmi .products_flex-r .txt p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
.menmi .products_flex-r .btn {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menmi .products_flex-r .btn {
    max-width: 340px;
  }
}