@charset "UTF-8";
/* reset
----------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

n html {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
  display: block;
}

body {
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
th,
address {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption,
th {
  text-align: left;
}

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

sup {
  font-size: 62.5%;
  vertical-align: text-top;
}

input,
textarea,
select,
button,
label {
  font-family: inherit;
  margin: 0;
  vertical-align: middle;
  outline: 0;
}

input[type=radio],
input[type=checkbox],
input[type=submit],
button {
  cursor: pointer;
}

/* =========================================================
root
========================================================= */
:root {
  font-size: 62.5%;
}

/* =========================================================
html
========================================================= */
html.is-menuOpen {
  height: 100%;
  overflow: hidden;
}

/* =========================================================
body
========================================================= */
body {
  color: #231815;
  font-weight: 500;
  line-height: 1.8;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

@media only screen and (min-width: 769px), print {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768.499px) {
  body {
    min-width: 320px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  body {
    font-size: 4vw;
  }
}
/* =========================================================
scroll bar
========================================================= */
* {
  scrollbar-width: thin;
  scrollbar-color: #999999 #fcfcfc;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fcfcfc;
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999999;
}

/* =========================================================
object
========================================================= */
/* img
-------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/* link
-------------------------------------*/
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* form
-------------------------------------*/
input,
select,
textarea {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  font-size: inherit;
  line-height: 1;
  font-family: inherit;
  vertical-align: middle;
  resize: none;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaaaaa;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  color: #aaaaaa;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #aaaaaa;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #aaaaaa;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  line-height: 1.2;
}

select {
  min-height: 2em;
  line-height: 1;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=date],
input[type=time],
input[type=number],
input[type=range],
input[type=color],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
select,
textarea {
  padding: 0.5em 1em;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  select {
    padding-right: 1em;
    background-image: none;
  }
}
input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
  margin-top: -0.15em;
  border: 2px solid currentColor;
}
input[type=checkbox]:after,
input[type=radio]:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  width: 40%;
  height: 60%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  border: solid currentColor;
  border-width: 0 2px 2px 0;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:after {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentColor;
}

/* #MqMark
----------------------------------------------------------*/
#MqMark {
  display: none;
}

@media only screen and (min-width: 769px), print {
  #MqMark {
    font-family: "pc";
  }
}
@media only screen and (max-width: 768.499px) {
  #MqMark {
    font-family: "sp";
  }
}
.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.l-inner {
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 960px), print {
  .l-inner {
    max-width: 1140px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 959.499px) {
  .l-inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 960px), print {
  .l-header {
    min-height: 110px;
  }
}
@media only screen and (max-width: 959.499px) {
  .l-header {
    min-height: 50px;
  }
}
.l-contents {
  position: relative;
}

.c-xxxxButton {
  line-height: 1;
}
.c-xxxxButton a:hover {
  opacity: 0.7;
}

.c-level1Heading {
  font-weight: bold;
  margin: 1.5em 0;
  font-size: 20px;
  font-size: 2rem;
}
.c-level1Heading:first-child {
  margin-top: 0;
}
.c-level1Heading:last-child {
  margin-bottom: 0;
}

.p-header {
  line-height: 1;
  position: relative;
}
.p-header img {
  vertical-align: top;
}

.p-footer {
  line-height: 1;
  position: relative;
}
.p-footer img {
  vertical-align: top;
}

.p-pop {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px auto;
}
.p-pop__cont {
  display: none;
}
.p-pop .p-pop__cont {
  display: block;
}
.p-pop__inner {
  position: relative;
  max-width: 1024px;
  margin: auto;
}
.p-pop__main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
.p-pop__photo {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  text-align: center;
}
.p-pop__movie {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.p-pop__iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.p-pop__iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pop__closeBtn {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.p-pop__closeBtn:hover {
  opacity: 0.7;
}
.p-pop__closeBtn:before, .p-pop__closeBtn:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  margin: -1px 0 0 -25%;
  border-radius: 2px;
  background-color: #fff;
}
.p-pop__closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-pop__closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-pop__closeWrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pop__prev, .p-pop__next {
  position: absolute;
  top: 50%;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  text-indent: -9999px;
  border-radius: 50%;
  background: #fff;
}
.p-pop__prev:after, .p-pop__next:after {
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  border: 1px solid #000;
  border-width: 2px 2px 0 0;
}
.p-pop__prev {
  left: 0;
}
.p-pop__prev:after {
  -webkit-transform: translate(-30%, -50%) scaleX(-1) rotate(45deg);
          transform: translate(-30%, -50%) scaleX(-1) rotate(45deg);
}
.p-pop__next {
  right: 0;
}
.p-pop__next:after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

@media only screen and (min-width: 769px), print {
  .p-pop__inner {
    padding: 50px 60px;
  }
  .p-pop__iframeWrap iframe {
    max-height: calc(100vh - 150px);
  }
  .p-pop__closeBtn {
    width: 50px;
    height: 50px;
  }
  .p-pop__prev, .p-pop__next {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-pop__inner {
    padding: 50px 50px 0;
  }
  .p-pop__inner iframe {
    max-height: calc(100vh - 100px);
  }
  .p-pop__closeBtn {
    width: 35px;
    height: 35px;
  }
  .p-pop__prev, .p-pop__next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
}
.p-popOverlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.p-dotList > li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.p-dotList > li > mark {
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 1em;
  height: 1em;
  margin-top: -0.2em;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: middle;
  -webkit-transform-origin: 25% 50%;
          transform-origin: 25% 50%;
}
.p-dotList > li > * {
  text-indent: 0;
}

.p-slashList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5em;
}
.p-slashList__wrap {
  overflow: hidden;
}
.p-slashList > li {
  position: relative;
}
.p-slashList > li::before {
  display: block;
  position: absolute;
  width: 1em;
  height: 1px;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(-45deg) scale(1.2);
          transform: rotate(-45deg) scale(1.2);
  margin-top: -0.15em;
  margin-inline: 0.25em;
  background-color: currentColor;
  vertical-align: middle;
}

.p-wysiwyg p {
  margin: 1.5em 0;
}
.p-wysiwyg p:first-child {
  margin-top: 0;
}
.p-wysiwyg p:last-child {
  margin-bottom: 0;
}
.p-wysiwyg ul {
  margin: 1.5em auto;
}
.p-wysiwyg ul:first-child {
  margin-top: 0;
}
.p-wysiwyg ul:last-child {
  margin-bottom: 0;
}
.p-wysiwyg table {
  width: auto;
  margin: 1.5em auto;
}
.p-wysiwyg table th,
.p-wysiwyg table td {
  line-height: 1.4;
  padding: 8px 15px;
}

/* hover */
.u-ovSelf:hover {
  opacity: 0.7;
}

a.u-ov:hover img {
  opacity: 0.7;
}

/* fade setting */
.u-ovSelf,
a.u-ov img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* clearfix */
.u-clearfix:after,
.u-clearFix:after,
.u-cf:after {
  display: block;
  clear: both;
  content: "";
}

/* wight height */
.u-wAuto {
  width: auto !important;
}

.u-hAuto {
  height: auto !important;
}

.u-minwAuto {
  min-width: auto !important;
}

.u-minhAuto {
  min-height: auto !important;
}

.u-maxwAuto {
  max-width: auto !important;
}

.u-maxhAuto {
  max-height: auto !important;
}

.u-w0 {
  width: 0px !important;
}

.u-minw0 {
  min-width: 0px !important;
}

.u-maxw0 {
  max-width: 0px !important;
}

.u-h0 {
  height: 0px !important;
}

.u-minh0 {
  min-height: 0px !important;
}

.u-maxh0 {
  max-height: 0px !important;
}

.u-w0per {
  width: 0% !important;
}

.u-minw0per {
  min-width: 0% !important;
}

.u-maxw0per {
  max-width: 0% !important;
}

.u-h0per {
  height: 0% !important;
}

.u-minh0per {
  min-height: 0% !important;
}

.u-maxh0per {
  max-height: 0% !important;
}

.u-w5 {
  width: 5px !important;
}

.u-minw5 {
  min-width: 5px !important;
}

.u-maxw5 {
  max-width: 5px !important;
}

.u-h5 {
  height: 5px !important;
}

.u-minh5 {
  min-height: 5px !important;
}

.u-maxh5 {
  max-height: 5px !important;
}

.u-w5per {
  width: 5% !important;
}

.u-minw5per {
  min-width: 5% !important;
}

.u-maxw5per {
  max-width: 5% !important;
}

.u-h5per {
  height: 5% !important;
}

.u-minh5per {
  min-height: 5% !important;
}

.u-maxh5per {
  max-height: 5% !important;
}

.u-w10 {
  width: 10px !important;
}

.u-minw10 {
  min-width: 10px !important;
}

.u-maxw10 {
  max-width: 10px !important;
}

.u-h10 {
  height: 10px !important;
}

.u-minh10 {
  min-height: 10px !important;
}

.u-maxh10 {
  max-height: 10px !important;
}

.u-w10per {
  width: 10% !important;
}

.u-minw10per {
  min-width: 10% !important;
}

.u-maxw10per {
  max-width: 10% !important;
}

.u-h10per {
  height: 10% !important;
}

.u-minh10per {
  min-height: 10% !important;
}

.u-maxh10per {
  max-height: 10% !important;
}

.u-w15 {
  width: 15px !important;
}

.u-minw15 {
  min-width: 15px !important;
}

.u-maxw15 {
  max-width: 15px !important;
}

.u-h15 {
  height: 15px !important;
}

.u-minh15 {
  min-height: 15px !important;
}

.u-maxh15 {
  max-height: 15px !important;
}

.u-w15per {
  width: 15% !important;
}

.u-minw15per {
  min-width: 15% !important;
}

.u-maxw15per {
  max-width: 15% !important;
}

.u-h15per {
  height: 15% !important;
}

.u-minh15per {
  min-height: 15% !important;
}

.u-maxh15per {
  max-height: 15% !important;
}

.u-w20 {
  width: 20px !important;
}

.u-minw20 {
  min-width: 20px !important;
}

.u-maxw20 {
  max-width: 20px !important;
}

.u-h20 {
  height: 20px !important;
}

.u-minh20 {
  min-height: 20px !important;
}

.u-maxh20 {
  max-height: 20px !important;
}

.u-w20per {
  width: 20% !important;
}

.u-minw20per {
  min-width: 20% !important;
}

.u-maxw20per {
  max-width: 20% !important;
}

.u-h20per {
  height: 20% !important;
}

.u-minh20per {
  min-height: 20% !important;
}

.u-maxh20per {
  max-height: 20% !important;
}

.u-w25 {
  width: 25px !important;
}

.u-minw25 {
  min-width: 25px !important;
}

.u-maxw25 {
  max-width: 25px !important;
}

.u-h25 {
  height: 25px !important;
}

.u-minh25 {
  min-height: 25px !important;
}

.u-maxh25 {
  max-height: 25px !important;
}

.u-w25per {
  width: 25% !important;
}

.u-minw25per {
  min-width: 25% !important;
}

.u-maxw25per {
  max-width: 25% !important;
}

.u-h25per {
  height: 25% !important;
}

.u-minh25per {
  min-height: 25% !important;
}

.u-maxh25per {
  max-height: 25% !important;
}

.u-w30 {
  width: 30px !important;
}

.u-minw30 {
  min-width: 30px !important;
}

.u-maxw30 {
  max-width: 30px !important;
}

.u-h30 {
  height: 30px !important;
}

.u-minh30 {
  min-height: 30px !important;
}

.u-maxh30 {
  max-height: 30px !important;
}

.u-w30per {
  width: 30% !important;
}

.u-minw30per {
  min-width: 30% !important;
}

.u-maxw30per {
  max-width: 30% !important;
}

.u-h30per {
  height: 30% !important;
}

.u-minh30per {
  min-height: 30% !important;
}

.u-maxh30per {
  max-height: 30% !important;
}

.u-w35 {
  width: 35px !important;
}

.u-minw35 {
  min-width: 35px !important;
}

.u-maxw35 {
  max-width: 35px !important;
}

.u-h35 {
  height: 35px !important;
}

.u-minh35 {
  min-height: 35px !important;
}

.u-maxh35 {
  max-height: 35px !important;
}

.u-w35per {
  width: 35% !important;
}

.u-minw35per {
  min-width: 35% !important;
}

.u-maxw35per {
  max-width: 35% !important;
}

.u-h35per {
  height: 35% !important;
}

.u-minh35per {
  min-height: 35% !important;
}

.u-maxh35per {
  max-height: 35% !important;
}

.u-w40 {
  width: 40px !important;
}

.u-minw40 {
  min-width: 40px !important;
}

.u-maxw40 {
  max-width: 40px !important;
}

.u-h40 {
  height: 40px !important;
}

.u-minh40 {
  min-height: 40px !important;
}

.u-maxh40 {
  max-height: 40px !important;
}

.u-w40per {
  width: 40% !important;
}

.u-minw40per {
  min-width: 40% !important;
}

.u-maxw40per {
  max-width: 40% !important;
}

.u-h40per {
  height: 40% !important;
}

.u-minh40per {
  min-height: 40% !important;
}

.u-maxh40per {
  max-height: 40% !important;
}

.u-w45 {
  width: 45px !important;
}

.u-minw45 {
  min-width: 45px !important;
}

.u-maxw45 {
  max-width: 45px !important;
}

.u-h45 {
  height: 45px !important;
}

.u-minh45 {
  min-height: 45px !important;
}

.u-maxh45 {
  max-height: 45px !important;
}

.u-w45per {
  width: 45% !important;
}

.u-minw45per {
  min-width: 45% !important;
}

.u-maxw45per {
  max-width: 45% !important;
}

.u-h45per {
  height: 45% !important;
}

.u-minh45per {
  min-height: 45% !important;
}

.u-maxh45per {
  max-height: 45% !important;
}

.u-w50 {
  width: 50px !important;
}

.u-minw50 {
  min-width: 50px !important;
}

.u-maxw50 {
  max-width: 50px !important;
}

.u-h50 {
  height: 50px !important;
}

.u-minh50 {
  min-height: 50px !important;
}

.u-maxh50 {
  max-height: 50px !important;
}

.u-w50per {
  width: 50% !important;
}

.u-minw50per {
  min-width: 50% !important;
}

.u-maxw50per {
  max-width: 50% !important;
}

.u-h50per {
  height: 50% !important;
}

.u-minh50per {
  min-height: 50% !important;
}

.u-maxh50per {
  max-height: 50% !important;
}

.u-w55 {
  width: 55px !important;
}

.u-minw55 {
  min-width: 55px !important;
}

.u-maxw55 {
  max-width: 55px !important;
}

.u-h55 {
  height: 55px !important;
}

.u-minh55 {
  min-height: 55px !important;
}

.u-maxh55 {
  max-height: 55px !important;
}

.u-w55per {
  width: 55% !important;
}

.u-minw55per {
  min-width: 55% !important;
}

.u-maxw55per {
  max-width: 55% !important;
}

.u-h55per {
  height: 55% !important;
}

.u-minh55per {
  min-height: 55% !important;
}

.u-maxh55per {
  max-height: 55% !important;
}

.u-w60 {
  width: 60px !important;
}

.u-minw60 {
  min-width: 60px !important;
}

.u-maxw60 {
  max-width: 60px !important;
}

.u-h60 {
  height: 60px !important;
}

.u-minh60 {
  min-height: 60px !important;
}

.u-maxh60 {
  max-height: 60px !important;
}

.u-w60per {
  width: 60% !important;
}

.u-minw60per {
  min-width: 60% !important;
}

.u-maxw60per {
  max-width: 60% !important;
}

.u-h60per {
  height: 60% !important;
}

.u-minh60per {
  min-height: 60% !important;
}

.u-maxh60per {
  max-height: 60% !important;
}

.u-w65 {
  width: 65px !important;
}

.u-minw65 {
  min-width: 65px !important;
}

.u-maxw65 {
  max-width: 65px !important;
}

.u-h65 {
  height: 65px !important;
}

.u-minh65 {
  min-height: 65px !important;
}

.u-maxh65 {
  max-height: 65px !important;
}

.u-w65per {
  width: 65% !important;
}

.u-minw65per {
  min-width: 65% !important;
}

.u-maxw65per {
  max-width: 65% !important;
}

.u-h65per {
  height: 65% !important;
}

.u-minh65per {
  min-height: 65% !important;
}

.u-maxh65per {
  max-height: 65% !important;
}

.u-w70 {
  width: 70px !important;
}

.u-minw70 {
  min-width: 70px !important;
}

.u-maxw70 {
  max-width: 70px !important;
}

.u-h70 {
  height: 70px !important;
}

.u-minh70 {
  min-height: 70px !important;
}

.u-maxh70 {
  max-height: 70px !important;
}

.u-w70per {
  width: 70% !important;
}

.u-minw70per {
  min-width: 70% !important;
}

.u-maxw70per {
  max-width: 70% !important;
}

.u-h70per {
  height: 70% !important;
}

.u-minh70per {
  min-height: 70% !important;
}

.u-maxh70per {
  max-height: 70% !important;
}

.u-w75 {
  width: 75px !important;
}

.u-minw75 {
  min-width: 75px !important;
}

.u-maxw75 {
  max-width: 75px !important;
}

.u-h75 {
  height: 75px !important;
}

.u-minh75 {
  min-height: 75px !important;
}

.u-maxh75 {
  max-height: 75px !important;
}

.u-w75per {
  width: 75% !important;
}

.u-minw75per {
  min-width: 75% !important;
}

.u-maxw75per {
  max-width: 75% !important;
}

.u-h75per {
  height: 75% !important;
}

.u-minh75per {
  min-height: 75% !important;
}

.u-maxh75per {
  max-height: 75% !important;
}

.u-w80 {
  width: 80px !important;
}

.u-minw80 {
  min-width: 80px !important;
}

.u-maxw80 {
  max-width: 80px !important;
}

.u-h80 {
  height: 80px !important;
}

.u-minh80 {
  min-height: 80px !important;
}

.u-maxh80 {
  max-height: 80px !important;
}

.u-w80per {
  width: 80% !important;
}

.u-minw80per {
  min-width: 80% !important;
}

.u-maxw80per {
  max-width: 80% !important;
}

.u-h80per {
  height: 80% !important;
}

.u-minh80per {
  min-height: 80% !important;
}

.u-maxh80per {
  max-height: 80% !important;
}

.u-w85 {
  width: 85px !important;
}

.u-minw85 {
  min-width: 85px !important;
}

.u-maxw85 {
  max-width: 85px !important;
}

.u-h85 {
  height: 85px !important;
}

.u-minh85 {
  min-height: 85px !important;
}

.u-maxh85 {
  max-height: 85px !important;
}

.u-w85per {
  width: 85% !important;
}

.u-minw85per {
  min-width: 85% !important;
}

.u-maxw85per {
  max-width: 85% !important;
}

.u-h85per {
  height: 85% !important;
}

.u-minh85per {
  min-height: 85% !important;
}

.u-maxh85per {
  max-height: 85% !important;
}

.u-w90 {
  width: 90px !important;
}

.u-minw90 {
  min-width: 90px !important;
}

.u-maxw90 {
  max-width: 90px !important;
}

.u-h90 {
  height: 90px !important;
}

.u-minh90 {
  min-height: 90px !important;
}

.u-maxh90 {
  max-height: 90px !important;
}

.u-w90per {
  width: 90% !important;
}

.u-minw90per {
  min-width: 90% !important;
}

.u-maxw90per {
  max-width: 90% !important;
}

.u-h90per {
  height: 90% !important;
}

.u-minh90per {
  min-height: 90% !important;
}

.u-maxh90per {
  max-height: 90% !important;
}

.u-w95 {
  width: 95px !important;
}

.u-minw95 {
  min-width: 95px !important;
}

.u-maxw95 {
  max-width: 95px !important;
}

.u-h95 {
  height: 95px !important;
}

.u-minh95 {
  min-height: 95px !important;
}

.u-maxh95 {
  max-height: 95px !important;
}

.u-w95per {
  width: 95% !important;
}

.u-minw95per {
  min-width: 95% !important;
}

.u-maxw95per {
  max-width: 95% !important;
}

.u-h95per {
  height: 95% !important;
}

.u-minh95per {
  min-height: 95% !important;
}

.u-maxh95per {
  max-height: 95% !important;
}

.u-w100 {
  width: 100px !important;
}

.u-minw100 {
  min-width: 100px !important;
}

.u-maxw100 {
  max-width: 100px !important;
}

.u-h100 {
  height: 100px !important;
}

.u-minh100 {
  min-height: 100px !important;
}

.u-maxh100 {
  max-height: 100px !important;
}

.u-w100per {
  width: 100% !important;
}

.u-minw100per {
  min-width: 100% !important;
}

.u-maxw100per {
  max-width: 100% !important;
}

.u-h100per {
  height: 100% !important;
}

.u-minh100per {
  min-height: 100% !important;
}

.u-maxh100per {
  max-height: 100% !important;
}

/* display */
.u-dib {
  display: inline-block !important;
}

.u-di {
  display: inline !important;
}

.u-db {
  display: block !important;
}

.u-dfl {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-dnone,
.u-hide {
  display: none !important;
}

/* pcNone,spNone */
@media only screen and (min-width: 769px), print {
  /* show
  ----------*/
  .u-pcBlock {
    display: block;
  }
  .u-spBlock {
    display: none;
  }
  .u-pcBlock-i {
    display: inline-block;
  }
  .u-spBlock-i {
    display: none;
  }
  /* hide
  ----------*/
  .u-pcNone {
    display: none;
  }
}
@media only screen and (max-width: 768.499px) {
  /* show
  ----------*/
  .u-pcBlock {
    display: none;
  }
  .u-spBlock {
    display: block;
  }
  .u-pcBlock-i {
    display: none;
  }
  .u-spBlock-i {
    display: inline-block;
  }
  /* hide
  ----------*/
  .u-spNone {
    display: none;
  }
}
/* font */
.u-fontB {
  font-weight: bold !important;
}

.u-fontM {
  font-weight: 500 !important;
}

.u-fontN {
  font-weight: normal !important;
}

/* color */
.u-colorBlack {
  color: #000 !important;
}

.u-colorText {
  color: #231815 !important;
}

.u-colorWhite {
  color: #fff !important;
}

.u-colorRed {
  color: #f00 !important;
}

/* background-color */
.u-bgBlack {
  background-color: #000 !important;
}

.u-bgText {
  background-color: #231815 !important;
}

.u-bgWhite {
  background-color: #fff !important;
}

.u-bgRed {
  background-color: #f00 !important;
}

.u-bgTransparent {
  background-color: transparent !important;
}

/* layout */
.u-tl {
  text-align: left !important;
}
@media only screen and (min-width: 769px), print {
  .u-tl--pc {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-tl--sp {
    text-align: left !important;
  }
}

.u-tr {
  text-align: right !important;
}
@media only screen and (min-width: 769px), print {
  .u-tr--pc {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-tr--sp {
    text-align: right !important;
  }
}

.u-tc {
  text-align: center !important;
}
@media only screen and (min-width: 769px), print {
  .u-tc--pc {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-tc--sp {
    text-align: center !important;
  }
}

.u-clear {
  clear: both !important;
}

.u-fl {
  float: left !important;
}
@media only screen and (min-width: 769px), print {
  .u-fl--pc {
    float: left !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-fl--sp {
    float: left !important;
  }
}

.u-fr {
  float: right !important;
}
@media only screen and (min-width: 769px), print {
  .u-fr--pc {
    float: right !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-fr--sp {
    float: right !important;
  }
}

.u-justifyEnd {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-justifyStart {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.u-justifyCenter {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-alignItemsEnd {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-alignItemsStart {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-alignItemsCenter {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-alignSelfEnd {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.u-alignSelfStart {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-alignSelfCenter {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.u-ellipsis {
  display: inline-block !important;
  overflow: hidden !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  text-decoration: inherit !important;
  text-overflow: ellipsis !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

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

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

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

.u-mt0em {
  margin-top: 0em !important;
}

.u-mb0em {
  margin-bottom: 0em !important;
}

.u-ml0em {
  margin-left: 0em !important;
}

.u-mr0em {
  margin-right: 0em !important;
}

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

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

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

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

.u-pt0em {
  padding-top: 0em !important;
}

.u-pb0em {
  padding-bottom: 0em !important;
}

.u-pl0em {
  padding-left: 0em !important;
}

.u-pr0em {
  padding-right: 0em !important;
}

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

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

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

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

.u-mt1em {
  margin-top: 1em !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-ml1em {
  margin-left: 1em !important;
}

.u-mr1em {
  margin-right: 1em !important;
}

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

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

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

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

.u-pt1em {
  padding-top: 1em !important;
}

.u-pb1em {
  padding-bottom: 1em !important;
}

.u-pl1em {
  padding-left: 1em !important;
}

.u-pr1em {
  padding-right: 1em !important;
}

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

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

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

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

.u-mt2em {
  margin-top: 2em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-ml2em {
  margin-left: 2em !important;
}

.u-mr2em {
  margin-right: 2em !important;
}

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

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

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

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

.u-pt2em {
  padding-top: 2em !important;
}

.u-pb2em {
  padding-bottom: 2em !important;
}

.u-pl2em {
  padding-left: 2em !important;
}

.u-pr2em {
  padding-right: 2em !important;
}

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

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

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

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

.u-mt3em {
  margin-top: 3em !important;
}

.u-mb3em {
  margin-bottom: 3em !important;
}

.u-ml3em {
  margin-left: 3em !important;
}

.u-mr3em {
  margin-right: 3em !important;
}

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

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

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

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

.u-pt3em {
  padding-top: 3em !important;
}

.u-pb3em {
  padding-bottom: 3em !important;
}

.u-pl3em {
  padding-left: 3em !important;
}

.u-pr3em {
  padding-right: 3em !important;
}

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

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

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

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

.u-mt4em {
  margin-top: 4em !important;
}

.u-mb4em {
  margin-bottom: 4em !important;
}

.u-ml4em {
  margin-left: 4em !important;
}

.u-mr4em {
  margin-right: 4em !important;
}

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

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

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

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

.u-pt4em {
  padding-top: 4em !important;
}

.u-pb4em {
  padding-bottom: 4em !important;
}

.u-pl4em {
  padding-left: 4em !important;
}

.u-pr4em {
  padding-right: 4em !important;
}

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

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

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

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

.u-mt5em {
  margin-top: 5em !important;
}

.u-mb5em {
  margin-bottom: 5em !important;
}

.u-ml5em {
  margin-left: 5em !important;
}

.u-mr5em {
  margin-right: 5em !important;
}

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

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

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

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

.u-pt5em {
  padding-top: 5em !important;
}

.u-pb5em {
  padding-bottom: 5em !important;
}

.u-pl5em {
  padding-left: 5em !important;
}

.u-pr5em {
  padding-right: 5em !important;
}

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

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

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

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

.u-mt6em {
  margin-top: 6em !important;
}

.u-mb6em {
  margin-bottom: 6em !important;
}

.u-ml6em {
  margin-left: 6em !important;
}

.u-mr6em {
  margin-right: 6em !important;
}

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

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

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

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

.u-pt6em {
  padding-top: 6em !important;
}

.u-pb6em {
  padding-bottom: 6em !important;
}

.u-pl6em {
  padding-left: 6em !important;
}

.u-pr6em {
  padding-right: 6em !important;
}

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

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

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

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

.u-mt7em {
  margin-top: 7em !important;
}

.u-mb7em {
  margin-bottom: 7em !important;
}

.u-ml7em {
  margin-left: 7em !important;
}

.u-mr7em {
  margin-right: 7em !important;
}

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

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

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

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

.u-pt7em {
  padding-top: 7em !important;
}

.u-pb7em {
  padding-bottom: 7em !important;
}

.u-pl7em {
  padding-left: 7em !important;
}

.u-pr7em {
  padding-right: 7em !important;
}

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

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

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

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

.u-mt8em {
  margin-top: 8em !important;
}

.u-mb8em {
  margin-bottom: 8em !important;
}

.u-ml8em {
  margin-left: 8em !important;
}

.u-mr8em {
  margin-right: 8em !important;
}

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

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

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

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

.u-pt8em {
  padding-top: 8em !important;
}

.u-pb8em {
  padding-bottom: 8em !important;
}

.u-pl8em {
  padding-left: 8em !important;
}

.u-pr8em {
  padding-right: 8em !important;
}

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

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

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

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

.u-mt9em {
  margin-top: 9em !important;
}

.u-mb9em {
  margin-bottom: 9em !important;
}

.u-ml9em {
  margin-left: 9em !important;
}

.u-mr9em {
  margin-right: 9em !important;
}

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

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

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

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

.u-pt9em {
  padding-top: 9em !important;
}

.u-pb9em {
  padding-bottom: 9em !important;
}

.u-pl9em {
  padding-left: 9em !important;
}

.u-pr9em {
  padding-right: 9em !important;
}

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

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

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

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

.u-mt10em {
  margin-top: 10em !important;
}

.u-mb10em {
  margin-bottom: 10em !important;
}

.u-ml10em {
  margin-left: 10em !important;
}

.u-mr10em {
  margin-right: 10em !important;
}

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

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

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

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

.u-pt10em {
  padding-top: 10em !important;
}

.u-pb10em {
  padding-bottom: 10em !important;
}

.u-pl10em {
  padding-left: 10em !important;
}

.u-pr10em {
  padding-right: 10em !important;
}

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

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

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

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

.u-mt11em {
  margin-top: 11em !important;
}

.u-mb11em {
  margin-bottom: 11em !important;
}

.u-ml11em {
  margin-left: 11em !important;
}

.u-mr11em {
  margin-right: 11em !important;
}

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

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

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

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

.u-pt11em {
  padding-top: 11em !important;
}

.u-pb11em {
  padding-bottom: 11em !important;
}

.u-pl11em {
  padding-left: 11em !important;
}

.u-pr11em {
  padding-right: 11em !important;
}

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

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

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

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

.u-mt12em {
  margin-top: 12em !important;
}

.u-mb12em {
  margin-bottom: 12em !important;
}

.u-ml12em {
  margin-left: 12em !important;
}

.u-mr12em {
  margin-right: 12em !important;
}

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

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

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

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

.u-pt12em {
  padding-top: 12em !important;
}

.u-pb12em {
  padding-bottom: 12em !important;
}

.u-pl12em {
  padding-left: 12em !important;
}

.u-pr12em {
  padding-right: 12em !important;
}

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

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

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

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

.u-mt13em {
  margin-top: 13em !important;
}

.u-mb13em {
  margin-bottom: 13em !important;
}

.u-ml13em {
  margin-left: 13em !important;
}

.u-mr13em {
  margin-right: 13em !important;
}

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

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

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

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

.u-pt13em {
  padding-top: 13em !important;
}

.u-pb13em {
  padding-bottom: 13em !important;
}

.u-pl13em {
  padding-left: 13em !important;
}

.u-pr13em {
  padding-right: 13em !important;
}

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

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

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

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

.u-mt14em {
  margin-top: 14em !important;
}

.u-mb14em {
  margin-bottom: 14em !important;
}

.u-ml14em {
  margin-left: 14em !important;
}

.u-mr14em {
  margin-right: 14em !important;
}

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

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

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

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

.u-pt14em {
  padding-top: 14em !important;
}

.u-pb14em {
  padding-bottom: 14em !important;
}

.u-pl14em {
  padding-left: 14em !important;
}

.u-pr14em {
  padding-right: 14em !important;
}

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

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

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

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

.u-mt15em {
  margin-top: 15em !important;
}

.u-mb15em {
  margin-bottom: 15em !important;
}

.u-ml15em {
  margin-left: 15em !important;
}

.u-mr15em {
  margin-right: 15em !important;
}

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

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

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

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

.u-pt15em {
  padding-top: 15em !important;
}

.u-pb15em {
  padding-bottom: 15em !important;
}

.u-pl15em {
  padding-left: 15em !important;
}

.u-pr15em {
  padding-right: 15em !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mt16em {
  margin-top: 16em !important;
}

.u-mb16em {
  margin-bottom: 16em !important;
}

.u-ml16em {
  margin-left: 16em !important;
}

.u-mr16em {
  margin-right: 16em !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pt16em {
  padding-top: 16em !important;
}

.u-pb16em {
  padding-bottom: 16em !important;
}

.u-pl16em {
  padding-left: 16em !important;
}

.u-pr16em {
  padding-right: 16em !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mt17em {
  margin-top: 17em !important;
}

.u-mb17em {
  margin-bottom: 17em !important;
}

.u-ml17em {
  margin-left: 17em !important;
}

.u-mr17em {
  margin-right: 17em !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pt17em {
  padding-top: 17em !important;
}

.u-pb17em {
  padding-bottom: 17em !important;
}

.u-pl17em {
  padding-left: 17em !important;
}

.u-pr17em {
  padding-right: 17em !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mt18em {
  margin-top: 18em !important;
}

.u-mb18em {
  margin-bottom: 18em !important;
}

.u-ml18em {
  margin-left: 18em !important;
}

.u-mr18em {
  margin-right: 18em !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pt18em {
  padding-top: 18em !important;
}

.u-pb18em {
  padding-bottom: 18em !important;
}

.u-pl18em {
  padding-left: 18em !important;
}

.u-pr18em {
  padding-right: 18em !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mt19em {
  margin-top: 19em !important;
}

.u-mb19em {
  margin-bottom: 19em !important;
}

.u-ml19em {
  margin-left: 19em !important;
}

.u-mr19em {
  margin-right: 19em !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pt19em {
  padding-top: 19em !important;
}

.u-pb19em {
  padding-bottom: 19em !important;
}

.u-pl19em {
  padding-left: 19em !important;
}

.u-pr19em {
  padding-right: 19em !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mt20em {
  margin-top: 20em !important;
}

.u-mb20em {
  margin-bottom: 20em !important;
}

.u-ml20em {
  margin-left: 20em !important;
}

.u-mr20em {
  margin-right: 20em !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pt20em {
  padding-top: 20em !important;
}

.u-pb20em {
  padding-bottom: 20em !important;
}

.u-pl20em {
  padding-left: 20em !important;
}

.u-pr20em {
  padding-right: 20em !important;
}

@media only screen and (min-width: 769px), print {
  .u-mt0--pc {
    margin-top: 0px !important;
  }
  .u-mb0--pc {
    margin-bottom: 0px !important;
  }
  .u-ml0--pc {
    margin-left: 0px !important;
  }
  .u-mr0--pc {
    margin-right: 0px !important;
  }
  .u-mt0em--pc {
    margin-top: 0em !important;
  }
  .u-mb0em--pc {
    margin-bottom: 0em !important;
  }
  .u-ml0em--pc {
    margin-left: 0em !important;
  }
  .u-mr0em--pc {
    margin-right: 0em !important;
  }
  .u-pt0--pc {
    padding-top: 0px !important;
  }
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
  .u-pl0--pc {
    padding-left: 0px !important;
  }
  .u-pr0--pc {
    padding-right: 0px !important;
  }
  .u-pt0em--pc {
    padding-top: 0em !important;
  }
  .u-pb0em--pc {
    padding-bottom: 0em !important;
  }
  .u-pl0em--pc {
    padding-left: 0em !important;
  }
  .u-pr0em--pc {
    padding-right: 0em !important;
  }
  .u-mt5--pc {
    margin-top: 5px !important;
  }
  .u-mb5--pc {
    margin-bottom: 5px !important;
  }
  .u-ml5--pc {
    margin-left: 5px !important;
  }
  .u-mr5--pc {
    margin-right: 5px !important;
  }
  .u-mt1em--pc {
    margin-top: 1em !important;
  }
  .u-mb1em--pc {
    margin-bottom: 1em !important;
  }
  .u-ml1em--pc {
    margin-left: 1em !important;
  }
  .u-mr1em--pc {
    margin-right: 1em !important;
  }
  .u-pt5--pc {
    padding-top: 5px !important;
  }
  .u-pb5--pc {
    padding-bottom: 5px !important;
  }
  .u-pl5--pc {
    padding-left: 5px !important;
  }
  .u-pr5--pc {
    padding-right: 5px !important;
  }
  .u-pt1em--pc {
    padding-top: 1em !important;
  }
  .u-pb1em--pc {
    padding-bottom: 1em !important;
  }
  .u-pl1em--pc {
    padding-left: 1em !important;
  }
  .u-pr1em--pc {
    padding-right: 1em !important;
  }
  .u-mt10--pc {
    margin-top: 10px !important;
  }
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
  .u-ml10--pc {
    margin-left: 10px !important;
  }
  .u-mr10--pc {
    margin-right: 10px !important;
  }
  .u-mt2em--pc {
    margin-top: 2em !important;
  }
  .u-mb2em--pc {
    margin-bottom: 2em !important;
  }
  .u-ml2em--pc {
    margin-left: 2em !important;
  }
  .u-mr2em--pc {
    margin-right: 2em !important;
  }
  .u-pt10--pc {
    padding-top: 10px !important;
  }
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
  .u-pl10--pc {
    padding-left: 10px !important;
  }
  .u-pr10--pc {
    padding-right: 10px !important;
  }
  .u-pt2em--pc {
    padding-top: 2em !important;
  }
  .u-pb2em--pc {
    padding-bottom: 2em !important;
  }
  .u-pl2em--pc {
    padding-left: 2em !important;
  }
  .u-pr2em--pc {
    padding-right: 2em !important;
  }
  .u-mt15--pc {
    margin-top: 15px !important;
  }
  .u-mb15--pc {
    margin-bottom: 15px !important;
  }
  .u-ml15--pc {
    margin-left: 15px !important;
  }
  .u-mr15--pc {
    margin-right: 15px !important;
  }
  .u-mt3em--pc {
    margin-top: 3em !important;
  }
  .u-mb3em--pc {
    margin-bottom: 3em !important;
  }
  .u-ml3em--pc {
    margin-left: 3em !important;
  }
  .u-mr3em--pc {
    margin-right: 3em !important;
  }
  .u-pt15--pc {
    padding-top: 15px !important;
  }
  .u-pb15--pc {
    padding-bottom: 15px !important;
  }
  .u-pl15--pc {
    padding-left: 15px !important;
  }
  .u-pr15--pc {
    padding-right: 15px !important;
  }
  .u-pt3em--pc {
    padding-top: 3em !important;
  }
  .u-pb3em--pc {
    padding-bottom: 3em !important;
  }
  .u-pl3em--pc {
    padding-left: 3em !important;
  }
  .u-pr3em--pc {
    padding-right: 3em !important;
  }
  .u-mt20--pc {
    margin-top: 20px !important;
  }
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
  .u-ml20--pc {
    margin-left: 20px !important;
  }
  .u-mr20--pc {
    margin-right: 20px !important;
  }
  .u-mt4em--pc {
    margin-top: 4em !important;
  }
  .u-mb4em--pc {
    margin-bottom: 4em !important;
  }
  .u-ml4em--pc {
    margin-left: 4em !important;
  }
  .u-mr4em--pc {
    margin-right: 4em !important;
  }
  .u-pt20--pc {
    padding-top: 20px !important;
  }
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
  .u-pl20--pc {
    padding-left: 20px !important;
  }
  .u-pr20--pc {
    padding-right: 20px !important;
  }
  .u-pt4em--pc {
    padding-top: 4em !important;
  }
  .u-pb4em--pc {
    padding-bottom: 4em !important;
  }
  .u-pl4em--pc {
    padding-left: 4em !important;
  }
  .u-pr4em--pc {
    padding-right: 4em !important;
  }
  .u-mt25--pc {
    margin-top: 25px !important;
  }
  .u-mb25--pc {
    margin-bottom: 25px !important;
  }
  .u-ml25--pc {
    margin-left: 25px !important;
  }
  .u-mr25--pc {
    margin-right: 25px !important;
  }
  .u-mt5em--pc {
    margin-top: 5em !important;
  }
  .u-mb5em--pc {
    margin-bottom: 5em !important;
  }
  .u-ml5em--pc {
    margin-left: 5em !important;
  }
  .u-mr5em--pc {
    margin-right: 5em !important;
  }
  .u-pt25--pc {
    padding-top: 25px !important;
  }
  .u-pb25--pc {
    padding-bottom: 25px !important;
  }
  .u-pl25--pc {
    padding-left: 25px !important;
  }
  .u-pr25--pc {
    padding-right: 25px !important;
  }
  .u-pt5em--pc {
    padding-top: 5em !important;
  }
  .u-pb5em--pc {
    padding-bottom: 5em !important;
  }
  .u-pl5em--pc {
    padding-left: 5em !important;
  }
  .u-pr5em--pc {
    padding-right: 5em !important;
  }
  .u-mt30--pc {
    margin-top: 30px !important;
  }
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
  .u-ml30--pc {
    margin-left: 30px !important;
  }
  .u-mr30--pc {
    margin-right: 30px !important;
  }
  .u-mt6em--pc {
    margin-top: 6em !important;
  }
  .u-mb6em--pc {
    margin-bottom: 6em !important;
  }
  .u-ml6em--pc {
    margin-left: 6em !important;
  }
  .u-mr6em--pc {
    margin-right: 6em !important;
  }
  .u-pt30--pc {
    padding-top: 30px !important;
  }
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
  .u-pl30--pc {
    padding-left: 30px !important;
  }
  .u-pr30--pc {
    padding-right: 30px !important;
  }
  .u-pt6em--pc {
    padding-top: 6em !important;
  }
  .u-pb6em--pc {
    padding-bottom: 6em !important;
  }
  .u-pl6em--pc {
    padding-left: 6em !important;
  }
  .u-pr6em--pc {
    padding-right: 6em !important;
  }
  .u-mt35--pc {
    margin-top: 35px !important;
  }
  .u-mb35--pc {
    margin-bottom: 35px !important;
  }
  .u-ml35--pc {
    margin-left: 35px !important;
  }
  .u-mr35--pc {
    margin-right: 35px !important;
  }
  .u-mt7em--pc {
    margin-top: 7em !important;
  }
  .u-mb7em--pc {
    margin-bottom: 7em !important;
  }
  .u-ml7em--pc {
    margin-left: 7em !important;
  }
  .u-mr7em--pc {
    margin-right: 7em !important;
  }
  .u-pt35--pc {
    padding-top: 35px !important;
  }
  .u-pb35--pc {
    padding-bottom: 35px !important;
  }
  .u-pl35--pc {
    padding-left: 35px !important;
  }
  .u-pr35--pc {
    padding-right: 35px !important;
  }
  .u-pt7em--pc {
    padding-top: 7em !important;
  }
  .u-pb7em--pc {
    padding-bottom: 7em !important;
  }
  .u-pl7em--pc {
    padding-left: 7em !important;
  }
  .u-pr7em--pc {
    padding-right: 7em !important;
  }
  .u-mt40--pc {
    margin-top: 40px !important;
  }
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
  .u-ml40--pc {
    margin-left: 40px !important;
  }
  .u-mr40--pc {
    margin-right: 40px !important;
  }
  .u-mt8em--pc {
    margin-top: 8em !important;
  }
  .u-mb8em--pc {
    margin-bottom: 8em !important;
  }
  .u-ml8em--pc {
    margin-left: 8em !important;
  }
  .u-mr8em--pc {
    margin-right: 8em !important;
  }
  .u-pt40--pc {
    padding-top: 40px !important;
  }
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
  .u-pl40--pc {
    padding-left: 40px !important;
  }
  .u-pr40--pc {
    padding-right: 40px !important;
  }
  .u-pt8em--pc {
    padding-top: 8em !important;
  }
  .u-pb8em--pc {
    padding-bottom: 8em !important;
  }
  .u-pl8em--pc {
    padding-left: 8em !important;
  }
  .u-pr8em--pc {
    padding-right: 8em !important;
  }
  .u-mt45--pc {
    margin-top: 45px !important;
  }
  .u-mb45--pc {
    margin-bottom: 45px !important;
  }
  .u-ml45--pc {
    margin-left: 45px !important;
  }
  .u-mr45--pc {
    margin-right: 45px !important;
  }
  .u-mt9em--pc {
    margin-top: 9em !important;
  }
  .u-mb9em--pc {
    margin-bottom: 9em !important;
  }
  .u-ml9em--pc {
    margin-left: 9em !important;
  }
  .u-mr9em--pc {
    margin-right: 9em !important;
  }
  .u-pt45--pc {
    padding-top: 45px !important;
  }
  .u-pb45--pc {
    padding-bottom: 45px !important;
  }
  .u-pl45--pc {
    padding-left: 45px !important;
  }
  .u-pr45--pc {
    padding-right: 45px !important;
  }
  .u-pt9em--pc {
    padding-top: 9em !important;
  }
  .u-pb9em--pc {
    padding-bottom: 9em !important;
  }
  .u-pl9em--pc {
    padding-left: 9em !important;
  }
  .u-pr9em--pc {
    padding-right: 9em !important;
  }
  .u-mt50--pc {
    margin-top: 50px !important;
  }
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
  .u-ml50--pc {
    margin-left: 50px !important;
  }
  .u-mr50--pc {
    margin-right: 50px !important;
  }
  .u-mt10em--pc {
    margin-top: 10em !important;
  }
  .u-mb10em--pc {
    margin-bottom: 10em !important;
  }
  .u-ml10em--pc {
    margin-left: 10em !important;
  }
  .u-mr10em--pc {
    margin-right: 10em !important;
  }
  .u-pt50--pc {
    padding-top: 50px !important;
  }
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
  .u-pl50--pc {
    padding-left: 50px !important;
  }
  .u-pr50--pc {
    padding-right: 50px !important;
  }
  .u-pt10em--pc {
    padding-top: 10em !important;
  }
  .u-pb10em--pc {
    padding-bottom: 10em !important;
  }
  .u-pl10em--pc {
    padding-left: 10em !important;
  }
  .u-pr10em--pc {
    padding-right: 10em !important;
  }
  .u-mt55--pc {
    margin-top: 55px !important;
  }
  .u-mb55--pc {
    margin-bottom: 55px !important;
  }
  .u-ml55--pc {
    margin-left: 55px !important;
  }
  .u-mr55--pc {
    margin-right: 55px !important;
  }
  .u-mt11em--pc {
    margin-top: 11em !important;
  }
  .u-mb11em--pc {
    margin-bottom: 11em !important;
  }
  .u-ml11em--pc {
    margin-left: 11em !important;
  }
  .u-mr11em--pc {
    margin-right: 11em !important;
  }
  .u-pt55--pc {
    padding-top: 55px !important;
  }
  .u-pb55--pc {
    padding-bottom: 55px !important;
  }
  .u-pl55--pc {
    padding-left: 55px !important;
  }
  .u-pr55--pc {
    padding-right: 55px !important;
  }
  .u-pt11em--pc {
    padding-top: 11em !important;
  }
  .u-pb11em--pc {
    padding-bottom: 11em !important;
  }
  .u-pl11em--pc {
    padding-left: 11em !important;
  }
  .u-pr11em--pc {
    padding-right: 11em !important;
  }
  .u-mt60--pc {
    margin-top: 60px !important;
  }
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
  .u-ml60--pc {
    margin-left: 60px !important;
  }
  .u-mr60--pc {
    margin-right: 60px !important;
  }
  .u-mt12em--pc {
    margin-top: 12em !important;
  }
  .u-mb12em--pc {
    margin-bottom: 12em !important;
  }
  .u-ml12em--pc {
    margin-left: 12em !important;
  }
  .u-mr12em--pc {
    margin-right: 12em !important;
  }
  .u-pt60--pc {
    padding-top: 60px !important;
  }
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
  .u-pl60--pc {
    padding-left: 60px !important;
  }
  .u-pr60--pc {
    padding-right: 60px !important;
  }
  .u-pt12em--pc {
    padding-top: 12em !important;
  }
  .u-pb12em--pc {
    padding-bottom: 12em !important;
  }
  .u-pl12em--pc {
    padding-left: 12em !important;
  }
  .u-pr12em--pc {
    padding-right: 12em !important;
  }
  .u-mt65--pc {
    margin-top: 65px !important;
  }
  .u-mb65--pc {
    margin-bottom: 65px !important;
  }
  .u-ml65--pc {
    margin-left: 65px !important;
  }
  .u-mr65--pc {
    margin-right: 65px !important;
  }
  .u-mt13em--pc {
    margin-top: 13em !important;
  }
  .u-mb13em--pc {
    margin-bottom: 13em !important;
  }
  .u-ml13em--pc {
    margin-left: 13em !important;
  }
  .u-mr13em--pc {
    margin-right: 13em !important;
  }
  .u-pt65--pc {
    padding-top: 65px !important;
  }
  .u-pb65--pc {
    padding-bottom: 65px !important;
  }
  .u-pl65--pc {
    padding-left: 65px !important;
  }
  .u-pr65--pc {
    padding-right: 65px !important;
  }
  .u-pt13em--pc {
    padding-top: 13em !important;
  }
  .u-pb13em--pc {
    padding-bottom: 13em !important;
  }
  .u-pl13em--pc {
    padding-left: 13em !important;
  }
  .u-pr13em--pc {
    padding-right: 13em !important;
  }
  .u-mt70--pc {
    margin-top: 70px !important;
  }
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
  .u-ml70--pc {
    margin-left: 70px !important;
  }
  .u-mr70--pc {
    margin-right: 70px !important;
  }
  .u-mt14em--pc {
    margin-top: 14em !important;
  }
  .u-mb14em--pc {
    margin-bottom: 14em !important;
  }
  .u-ml14em--pc {
    margin-left: 14em !important;
  }
  .u-mr14em--pc {
    margin-right: 14em !important;
  }
  .u-pt70--pc {
    padding-top: 70px !important;
  }
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
  .u-pl70--pc {
    padding-left: 70px !important;
  }
  .u-pr70--pc {
    padding-right: 70px !important;
  }
  .u-pt14em--pc {
    padding-top: 14em !important;
  }
  .u-pb14em--pc {
    padding-bottom: 14em !important;
  }
  .u-pl14em--pc {
    padding-left: 14em !important;
  }
  .u-pr14em--pc {
    padding-right: 14em !important;
  }
  .u-mt75--pc {
    margin-top: 75px !important;
  }
  .u-mb75--pc {
    margin-bottom: 75px !important;
  }
  .u-ml75--pc {
    margin-left: 75px !important;
  }
  .u-mr75--pc {
    margin-right: 75px !important;
  }
  .u-mt15em--pc {
    margin-top: 15em !important;
  }
  .u-mb15em--pc {
    margin-bottom: 15em !important;
  }
  .u-ml15em--pc {
    margin-left: 15em !important;
  }
  .u-mr15em--pc {
    margin-right: 15em !important;
  }
  .u-pt75--pc {
    padding-top: 75px !important;
  }
  .u-pb75--pc {
    padding-bottom: 75px !important;
  }
  .u-pl75--pc {
    padding-left: 75px !important;
  }
  .u-pr75--pc {
    padding-right: 75px !important;
  }
  .u-pt15em--pc {
    padding-top: 15em !important;
  }
  .u-pb15em--pc {
    padding-bottom: 15em !important;
  }
  .u-pl15em--pc {
    padding-left: 15em !important;
  }
  .u-pr15em--pc {
    padding-right: 15em !important;
  }
  .u-mt80--pc {
    margin-top: 80px !important;
  }
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
  .u-ml80--pc {
    margin-left: 80px !important;
  }
  .u-mr80--pc {
    margin-right: 80px !important;
  }
  .u-mt16em--pc {
    margin-top: 16em !important;
  }
  .u-mb16em--pc {
    margin-bottom: 16em !important;
  }
  .u-ml16em--pc {
    margin-left: 16em !important;
  }
  .u-mr16em--pc {
    margin-right: 16em !important;
  }
  .u-pt80--pc {
    padding-top: 80px !important;
  }
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
  .u-pl80--pc {
    padding-left: 80px !important;
  }
  .u-pr80--pc {
    padding-right: 80px !important;
  }
  .u-pt16em--pc {
    padding-top: 16em !important;
  }
  .u-pb16em--pc {
    padding-bottom: 16em !important;
  }
  .u-pl16em--pc {
    padding-left: 16em !important;
  }
  .u-pr16em--pc {
    padding-right: 16em !important;
  }
  .u-mt85--pc {
    margin-top: 85px !important;
  }
  .u-mb85--pc {
    margin-bottom: 85px !important;
  }
  .u-ml85--pc {
    margin-left: 85px !important;
  }
  .u-mr85--pc {
    margin-right: 85px !important;
  }
  .u-mt17em--pc {
    margin-top: 17em !important;
  }
  .u-mb17em--pc {
    margin-bottom: 17em !important;
  }
  .u-ml17em--pc {
    margin-left: 17em !important;
  }
  .u-mr17em--pc {
    margin-right: 17em !important;
  }
  .u-pt85--pc {
    padding-top: 85px !important;
  }
  .u-pb85--pc {
    padding-bottom: 85px !important;
  }
  .u-pl85--pc {
    padding-left: 85px !important;
  }
  .u-pr85--pc {
    padding-right: 85px !important;
  }
  .u-pt17em--pc {
    padding-top: 17em !important;
  }
  .u-pb17em--pc {
    padding-bottom: 17em !important;
  }
  .u-pl17em--pc {
    padding-left: 17em !important;
  }
  .u-pr17em--pc {
    padding-right: 17em !important;
  }
  .u-mt90--pc {
    margin-top: 90px !important;
  }
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
  .u-ml90--pc {
    margin-left: 90px !important;
  }
  .u-mr90--pc {
    margin-right: 90px !important;
  }
  .u-mt18em--pc {
    margin-top: 18em !important;
  }
  .u-mb18em--pc {
    margin-bottom: 18em !important;
  }
  .u-ml18em--pc {
    margin-left: 18em !important;
  }
  .u-mr18em--pc {
    margin-right: 18em !important;
  }
  .u-pt90--pc {
    padding-top: 90px !important;
  }
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
  .u-pl90--pc {
    padding-left: 90px !important;
  }
  .u-pr90--pc {
    padding-right: 90px !important;
  }
  .u-pt18em--pc {
    padding-top: 18em !important;
  }
  .u-pb18em--pc {
    padding-bottom: 18em !important;
  }
  .u-pl18em--pc {
    padding-left: 18em !important;
  }
  .u-pr18em--pc {
    padding-right: 18em !important;
  }
  .u-mt95--pc {
    margin-top: 95px !important;
  }
  .u-mb95--pc {
    margin-bottom: 95px !important;
  }
  .u-ml95--pc {
    margin-left: 95px !important;
  }
  .u-mr95--pc {
    margin-right: 95px !important;
  }
  .u-mt19em--pc {
    margin-top: 19em !important;
  }
  .u-mb19em--pc {
    margin-bottom: 19em !important;
  }
  .u-ml19em--pc {
    margin-left: 19em !important;
  }
  .u-mr19em--pc {
    margin-right: 19em !important;
  }
  .u-pt95--pc {
    padding-top: 95px !important;
  }
  .u-pb95--pc {
    padding-bottom: 95px !important;
  }
  .u-pl95--pc {
    padding-left: 95px !important;
  }
  .u-pr95--pc {
    padding-right: 95px !important;
  }
  .u-pt19em--pc {
    padding-top: 19em !important;
  }
  .u-pb19em--pc {
    padding-bottom: 19em !important;
  }
  .u-pl19em--pc {
    padding-left: 19em !important;
  }
  .u-pr19em--pc {
    padding-right: 19em !important;
  }
  .u-mt100--pc {
    margin-top: 100px !important;
  }
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
  .u-ml100--pc {
    margin-left: 100px !important;
  }
  .u-mr100--pc {
    margin-right: 100px !important;
  }
  .u-mt20em--pc {
    margin-top: 20em !important;
  }
  .u-mb20em--pc {
    margin-bottom: 20em !important;
  }
  .u-ml20em--pc {
    margin-left: 20em !important;
  }
  .u-mr20em--pc {
    margin-right: 20em !important;
  }
  .u-pt100--pc {
    padding-top: 100px !important;
  }
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
  .u-pl100--pc {
    padding-left: 100px !important;
  }
  .u-pr100--pc {
    padding-right: 100px !important;
  }
  .u-pt20em--pc {
    padding-top: 20em !important;
  }
  .u-pb20em--pc {
    padding-bottom: 20em !important;
  }
  .u-pl20em--pc {
    padding-left: 20em !important;
  }
  .u-pr20em--pc {
    padding-right: 20em !important;
  }
}
@media only screen and (max-width: 768.499px) {
  .u-mt0--sp {
    margin-top: 0px !important;
  }
  .u-mb0--sp {
    margin-bottom: 0px !important;
  }
  .u-ml0--sp {
    margin-left: 0px !important;
  }
  .u-mr0--sp {
    margin-right: 0px !important;
  }
  .u-mt0em--sp {
    margin-top: 0em !important;
  }
  .u-mb0em--sp {
    margin-bottom: 0em !important;
  }
  .u-ml0em--sp {
    margin-left: 0em !important;
  }
  .u-mr0em--sp {
    margin-right: 0em !important;
  }
  .u-pt0--sp {
    padding-top: 0px !important;
  }
  .u-pb0--sp {
    padding-bottom: 0px !important;
  }
  .u-pl0--sp {
    padding-left: 0px !important;
  }
  .u-pr0--sp {
    padding-right: 0px !important;
  }
  .u-pt0em--sp {
    padding-top: 0em !important;
  }
  .u-pb0em--sp {
    padding-bottom: 0em !important;
  }
  .u-pl0em--sp {
    padding-left: 0em !important;
  }
  .u-pr0em--sp {
    padding-right: 0em !important;
  }
  .u-mt5--sp {
    margin-top: 5px !important;
  }
  .u-mb5--sp {
    margin-bottom: 5px !important;
  }
  .u-ml5--sp {
    margin-left: 5px !important;
  }
  .u-mr5--sp {
    margin-right: 5px !important;
  }
  .u-mt1em--sp {
    margin-top: 1em !important;
  }
  .u-mb1em--sp {
    margin-bottom: 1em !important;
  }
  .u-ml1em--sp {
    margin-left: 1em !important;
  }
  .u-mr1em--sp {
    margin-right: 1em !important;
  }
  .u-pt5--sp {
    padding-top: 5px !important;
  }
  .u-pb5--sp {
    padding-bottom: 5px !important;
  }
  .u-pl5--sp {
    padding-left: 5px !important;
  }
  .u-pr5--sp {
    padding-right: 5px !important;
  }
  .u-pt1em--sp {
    padding-top: 1em !important;
  }
  .u-pb1em--sp {
    padding-bottom: 1em !important;
  }
  .u-pl1em--sp {
    padding-left: 1em !important;
  }
  .u-pr1em--sp {
    padding-right: 1em !important;
  }
  .u-mt10--sp {
    margin-top: 10px !important;
  }
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
  .u-ml10--sp {
    margin-left: 10px !important;
  }
  .u-mr10--sp {
    margin-right: 10px !important;
  }
  .u-mt2em--sp {
    margin-top: 2em !important;
  }
  .u-mb2em--sp {
    margin-bottom: 2em !important;
  }
  .u-ml2em--sp {
    margin-left: 2em !important;
  }
  .u-mr2em--sp {
    margin-right: 2em !important;
  }
  .u-pt10--sp {
    padding-top: 10px !important;
  }
  .u-pb10--sp {
    padding-bottom: 10px !important;
  }
  .u-pl10--sp {
    padding-left: 10px !important;
  }
  .u-pr10--sp {
    padding-right: 10px !important;
  }
  .u-pt2em--sp {
    padding-top: 2em !important;
  }
  .u-pb2em--sp {
    padding-bottom: 2em !important;
  }
  .u-pl2em--sp {
    padding-left: 2em !important;
  }
  .u-pr2em--sp {
    padding-right: 2em !important;
  }
  .u-mt15--sp {
    margin-top: 15px !important;
  }
  .u-mb15--sp {
    margin-bottom: 15px !important;
  }
  .u-ml15--sp {
    margin-left: 15px !important;
  }
  .u-mr15--sp {
    margin-right: 15px !important;
  }
  .u-mt3em--sp {
    margin-top: 3em !important;
  }
  .u-mb3em--sp {
    margin-bottom: 3em !important;
  }
  .u-ml3em--sp {
    margin-left: 3em !important;
  }
  .u-mr3em--sp {
    margin-right: 3em !important;
  }
  .u-pt15--sp {
    padding-top: 15px !important;
  }
  .u-pb15--sp {
    padding-bottom: 15px !important;
  }
  .u-pl15--sp {
    padding-left: 15px !important;
  }
  .u-pr15--sp {
    padding-right: 15px !important;
  }
  .u-pt3em--sp {
    padding-top: 3em !important;
  }
  .u-pb3em--sp {
    padding-bottom: 3em !important;
  }
  .u-pl3em--sp {
    padding-left: 3em !important;
  }
  .u-pr3em--sp {
    padding-right: 3em !important;
  }
  .u-mt20--sp {
    margin-top: 20px !important;
  }
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
  .u-ml20--sp {
    margin-left: 20px !important;
  }
  .u-mr20--sp {
    margin-right: 20px !important;
  }
  .u-mt4em--sp {
    margin-top: 4em !important;
  }
  .u-mb4em--sp {
    margin-bottom: 4em !important;
  }
  .u-ml4em--sp {
    margin-left: 4em !important;
  }
  .u-mr4em--sp {
    margin-right: 4em !important;
  }
  .u-pt20--sp {
    padding-top: 20px !important;
  }
  .u-pb20--sp {
    padding-bottom: 20px !important;
  }
  .u-pl20--sp {
    padding-left: 20px !important;
  }
  .u-pr20--sp {
    padding-right: 20px !important;
  }
  .u-pt4em--sp {
    padding-top: 4em !important;
  }
  .u-pb4em--sp {
    padding-bottom: 4em !important;
  }
  .u-pl4em--sp {
    padding-left: 4em !important;
  }
  .u-pr4em--sp {
    padding-right: 4em !important;
  }
  .u-mt25--sp {
    margin-top: 25px !important;
  }
  .u-mb25--sp {
    margin-bottom: 25px !important;
  }
  .u-ml25--sp {
    margin-left: 25px !important;
  }
  .u-mr25--sp {
    margin-right: 25px !important;
  }
  .u-mt5em--sp {
    margin-top: 5em !important;
  }
  .u-mb5em--sp {
    margin-bottom: 5em !important;
  }
  .u-ml5em--sp {
    margin-left: 5em !important;
  }
  .u-mr5em--sp {
    margin-right: 5em !important;
  }
  .u-pt25--sp {
    padding-top: 25px !important;
  }
  .u-pb25--sp {
    padding-bottom: 25px !important;
  }
  .u-pl25--sp {
    padding-left: 25px !important;
  }
  .u-pr25--sp {
    padding-right: 25px !important;
  }
  .u-pt5em--sp {
    padding-top: 5em !important;
  }
  .u-pb5em--sp {
    padding-bottom: 5em !important;
  }
  .u-pl5em--sp {
    padding-left: 5em !important;
  }
  .u-pr5em--sp {
    padding-right: 5em !important;
  }
  .u-mt30--sp {
    margin-top: 30px !important;
  }
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
  .u-ml30--sp {
    margin-left: 30px !important;
  }
  .u-mr30--sp {
    margin-right: 30px !important;
  }
  .u-mt6em--sp {
    margin-top: 6em !important;
  }
  .u-mb6em--sp {
    margin-bottom: 6em !important;
  }
  .u-ml6em--sp {
    margin-left: 6em !important;
  }
  .u-mr6em--sp {
    margin-right: 6em !important;
  }
  .u-pt30--sp {
    padding-top: 30px !important;
  }
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
  .u-pl30--sp {
    padding-left: 30px !important;
  }
  .u-pr30--sp {
    padding-right: 30px !important;
  }
  .u-pt6em--sp {
    padding-top: 6em !important;
  }
  .u-pb6em--sp {
    padding-bottom: 6em !important;
  }
  .u-pl6em--sp {
    padding-left: 6em !important;
  }
  .u-pr6em--sp {
    padding-right: 6em !important;
  }
  .u-mt35--sp {
    margin-top: 35px !important;
  }
  .u-mb35--sp {
    margin-bottom: 35px !important;
  }
  .u-ml35--sp {
    margin-left: 35px !important;
  }
  .u-mr35--sp {
    margin-right: 35px !important;
  }
  .u-mt7em--sp {
    margin-top: 7em !important;
  }
  .u-mb7em--sp {
    margin-bottom: 7em !important;
  }
  .u-ml7em--sp {
    margin-left: 7em !important;
  }
  .u-mr7em--sp {
    margin-right: 7em !important;
  }
  .u-pt35--sp {
    padding-top: 35px !important;
  }
  .u-pb35--sp {
    padding-bottom: 35px !important;
  }
  .u-pl35--sp {
    padding-left: 35px !important;
  }
  .u-pr35--sp {
    padding-right: 35px !important;
  }
  .u-pt7em--sp {
    padding-top: 7em !important;
  }
  .u-pb7em--sp {
    padding-bottom: 7em !important;
  }
  .u-pl7em--sp {
    padding-left: 7em !important;
  }
  .u-pr7em--sp {
    padding-right: 7em !important;
  }
  .u-mt40--sp {
    margin-top: 40px !important;
  }
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
  .u-ml40--sp {
    margin-left: 40px !important;
  }
  .u-mr40--sp {
    margin-right: 40px !important;
  }
  .u-mt8em--sp {
    margin-top: 8em !important;
  }
  .u-mb8em--sp {
    margin-bottom: 8em !important;
  }
  .u-ml8em--sp {
    margin-left: 8em !important;
  }
  .u-mr8em--sp {
    margin-right: 8em !important;
  }
  .u-pt40--sp {
    padding-top: 40px !important;
  }
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
  .u-pl40--sp {
    padding-left: 40px !important;
  }
  .u-pr40--sp {
    padding-right: 40px !important;
  }
  .u-pt8em--sp {
    padding-top: 8em !important;
  }
  .u-pb8em--sp {
    padding-bottom: 8em !important;
  }
  .u-pl8em--sp {
    padding-left: 8em !important;
  }
  .u-pr8em--sp {
    padding-right: 8em !important;
  }
  .u-mt45--sp {
    margin-top: 45px !important;
  }
  .u-mb45--sp {
    margin-bottom: 45px !important;
  }
  .u-ml45--sp {
    margin-left: 45px !important;
  }
  .u-mr45--sp {
    margin-right: 45px !important;
  }
  .u-mt9em--sp {
    margin-top: 9em !important;
  }
  .u-mb9em--sp {
    margin-bottom: 9em !important;
  }
  .u-ml9em--sp {
    margin-left: 9em !important;
  }
  .u-mr9em--sp {
    margin-right: 9em !important;
  }
  .u-pt45--sp {
    padding-top: 45px !important;
  }
  .u-pb45--sp {
    padding-bottom: 45px !important;
  }
  .u-pl45--sp {
    padding-left: 45px !important;
  }
  .u-pr45--sp {
    padding-right: 45px !important;
  }
  .u-pt9em--sp {
    padding-top: 9em !important;
  }
  .u-pb9em--sp {
    padding-bottom: 9em !important;
  }
  .u-pl9em--sp {
    padding-left: 9em !important;
  }
  .u-pr9em--sp {
    padding-right: 9em !important;
  }
  .u-mt50--sp {
    margin-top: 50px !important;
  }
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
  .u-ml50--sp {
    margin-left: 50px !important;
  }
  .u-mr50--sp {
    margin-right: 50px !important;
  }
  .u-mt10em--sp {
    margin-top: 10em !important;
  }
  .u-mb10em--sp {
    margin-bottom: 10em !important;
  }
  .u-ml10em--sp {
    margin-left: 10em !important;
  }
  .u-mr10em--sp {
    margin-right: 10em !important;
  }
  .u-pt50--sp {
    padding-top: 50px !important;
  }
  .u-pb50--sp {
    padding-bottom: 50px !important;
  }
  .u-pl50--sp {
    padding-left: 50px !important;
  }
  .u-pr50--sp {
    padding-right: 50px !important;
  }
  .u-pt10em--sp {
    padding-top: 10em !important;
  }
  .u-pb10em--sp {
    padding-bottom: 10em !important;
  }
  .u-pl10em--sp {
    padding-left: 10em !important;
  }
  .u-pr10em--sp {
    padding-right: 10em !important;
  }
  .u-mt55--sp {
    margin-top: 55px !important;
  }
  .u-mb55--sp {
    margin-bottom: 55px !important;
  }
  .u-ml55--sp {
    margin-left: 55px !important;
  }
  .u-mr55--sp {
    margin-right: 55px !important;
  }
  .u-mt11em--sp {
    margin-top: 11em !important;
  }
  .u-mb11em--sp {
    margin-bottom: 11em !important;
  }
  .u-ml11em--sp {
    margin-left: 11em !important;
  }
  .u-mr11em--sp {
    margin-right: 11em !important;
  }
  .u-pt55--sp {
    padding-top: 55px !important;
  }
  .u-pb55--sp {
    padding-bottom: 55px !important;
  }
  .u-pl55--sp {
    padding-left: 55px !important;
  }
  .u-pr55--sp {
    padding-right: 55px !important;
  }
  .u-pt11em--sp {
    padding-top: 11em !important;
  }
  .u-pb11em--sp {
    padding-bottom: 11em !important;
  }
  .u-pl11em--sp {
    padding-left: 11em !important;
  }
  .u-pr11em--sp {
    padding-right: 11em !important;
  }
  .u-mt60--sp {
    margin-top: 60px !important;
  }
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
  .u-ml60--sp {
    margin-left: 60px !important;
  }
  .u-mr60--sp {
    margin-right: 60px !important;
  }
  .u-mt12em--sp {
    margin-top: 12em !important;
  }
  .u-mb12em--sp {
    margin-bottom: 12em !important;
  }
  .u-ml12em--sp {
    margin-left: 12em !important;
  }
  .u-mr12em--sp {
    margin-right: 12em !important;
  }
  .u-pt60--sp {
    padding-top: 60px !important;
  }
  .u-pb60--sp {
    padding-bottom: 60px !important;
  }
  .u-pl60--sp {
    padding-left: 60px !important;
  }
  .u-pr60--sp {
    padding-right: 60px !important;
  }
  .u-pt12em--sp {
    padding-top: 12em !important;
  }
  .u-pb12em--sp {
    padding-bottom: 12em !important;
  }
  .u-pl12em--sp {
    padding-left: 12em !important;
  }
  .u-pr12em--sp {
    padding-right: 12em !important;
  }
  .u-mt65--sp {
    margin-top: 65px !important;
  }
  .u-mb65--sp {
    margin-bottom: 65px !important;
  }
  .u-ml65--sp {
    margin-left: 65px !important;
  }
  .u-mr65--sp {
    margin-right: 65px !important;
  }
  .u-mt13em--sp {
    margin-top: 13em !important;
  }
  .u-mb13em--sp {
    margin-bottom: 13em !important;
  }
  .u-ml13em--sp {
    margin-left: 13em !important;
  }
  .u-mr13em--sp {
    margin-right: 13em !important;
  }
  .u-pt65--sp {
    padding-top: 65px !important;
  }
  .u-pb65--sp {
    padding-bottom: 65px !important;
  }
  .u-pl65--sp {
    padding-left: 65px !important;
  }
  .u-pr65--sp {
    padding-right: 65px !important;
  }
  .u-pt13em--sp {
    padding-top: 13em !important;
  }
  .u-pb13em--sp {
    padding-bottom: 13em !important;
  }
  .u-pl13em--sp {
    padding-left: 13em !important;
  }
  .u-pr13em--sp {
    padding-right: 13em !important;
  }
  .u-mt70--sp {
    margin-top: 70px !important;
  }
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
  .u-ml70--sp {
    margin-left: 70px !important;
  }
  .u-mr70--sp {
    margin-right: 70px !important;
  }
  .u-mt14em--sp {
    margin-top: 14em !important;
  }
  .u-mb14em--sp {
    margin-bottom: 14em !important;
  }
  .u-ml14em--sp {
    margin-left: 14em !important;
  }
  .u-mr14em--sp {
    margin-right: 14em !important;
  }
  .u-pt70--sp {
    padding-top: 70px !important;
  }
  .u-pb70--sp {
    padding-bottom: 70px !important;
  }
  .u-pl70--sp {
    padding-left: 70px !important;
  }
  .u-pr70--sp {
    padding-right: 70px !important;
  }
  .u-pt14em--sp {
    padding-top: 14em !important;
  }
  .u-pb14em--sp {
    padding-bottom: 14em !important;
  }
  .u-pl14em--sp {
    padding-left: 14em !important;
  }
  .u-pr14em--sp {
    padding-right: 14em !important;
  }
  .u-mt75--sp {
    margin-top: 75px !important;
  }
  .u-mb75--sp {
    margin-bottom: 75px !important;
  }
  .u-ml75--sp {
    margin-left: 75px !important;
  }
  .u-mr75--sp {
    margin-right: 75px !important;
  }
  .u-mt15em--sp {
    margin-top: 15em !important;
  }
  .u-mb15em--sp {
    margin-bottom: 15em !important;
  }
  .u-ml15em--sp {
    margin-left: 15em !important;
  }
  .u-mr15em--sp {
    margin-right: 15em !important;
  }
  .u-pt75--sp {
    padding-top: 75px !important;
  }
  .u-pb75--sp {
    padding-bottom: 75px !important;
  }
  .u-pl75--sp {
    padding-left: 75px !important;
  }
  .u-pr75--sp {
    padding-right: 75px !important;
  }
  .u-pt15em--sp {
    padding-top: 15em !important;
  }
  .u-pb15em--sp {
    padding-bottom: 15em !important;
  }
  .u-pl15em--sp {
    padding-left: 15em !important;
  }
  .u-pr15em--sp {
    padding-right: 15em !important;
  }
  .u-mt80--sp {
    margin-top: 80px !important;
  }
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
  .u-ml80--sp {
    margin-left: 80px !important;
  }
  .u-mr80--sp {
    margin-right: 80px !important;
  }
  .u-mt16em--sp {
    margin-top: 16em !important;
  }
  .u-mb16em--sp {
    margin-bottom: 16em !important;
  }
  .u-ml16em--sp {
    margin-left: 16em !important;
  }
  .u-mr16em--sp {
    margin-right: 16em !important;
  }
  .u-pt80--sp {
    padding-top: 80px !important;
  }
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
  .u-pl80--sp {
    padding-left: 80px !important;
  }
  .u-pr80--sp {
    padding-right: 80px !important;
  }
  .u-pt16em--sp {
    padding-top: 16em !important;
  }
  .u-pb16em--sp {
    padding-bottom: 16em !important;
  }
  .u-pl16em--sp {
    padding-left: 16em !important;
  }
  .u-pr16em--sp {
    padding-right: 16em !important;
  }
  .u-mt85--sp {
    margin-top: 85px !important;
  }
  .u-mb85--sp {
    margin-bottom: 85px !important;
  }
  .u-ml85--sp {
    margin-left: 85px !important;
  }
  .u-mr85--sp {
    margin-right: 85px !important;
  }
  .u-mt17em--sp {
    margin-top: 17em !important;
  }
  .u-mb17em--sp {
    margin-bottom: 17em !important;
  }
  .u-ml17em--sp {
    margin-left: 17em !important;
  }
  .u-mr17em--sp {
    margin-right: 17em !important;
  }
  .u-pt85--sp {
    padding-top: 85px !important;
  }
  .u-pb85--sp {
    padding-bottom: 85px !important;
  }
  .u-pl85--sp {
    padding-left: 85px !important;
  }
  .u-pr85--sp {
    padding-right: 85px !important;
  }
  .u-pt17em--sp {
    padding-top: 17em !important;
  }
  .u-pb17em--sp {
    padding-bottom: 17em !important;
  }
  .u-pl17em--sp {
    padding-left: 17em !important;
  }
  .u-pr17em--sp {
    padding-right: 17em !important;
  }
  .u-mt90--sp {
    margin-top: 90px !important;
  }
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
  .u-ml90--sp {
    margin-left: 90px !important;
  }
  .u-mr90--sp {
    margin-right: 90px !important;
  }
  .u-mt18em--sp {
    margin-top: 18em !important;
  }
  .u-mb18em--sp {
    margin-bottom: 18em !important;
  }
  .u-ml18em--sp {
    margin-left: 18em !important;
  }
  .u-mr18em--sp {
    margin-right: 18em !important;
  }
  .u-pt90--sp {
    padding-top: 90px !important;
  }
  .u-pb90--sp {
    padding-bottom: 90px !important;
  }
  .u-pl90--sp {
    padding-left: 90px !important;
  }
  .u-pr90--sp {
    padding-right: 90px !important;
  }
  .u-pt18em--sp {
    padding-top: 18em !important;
  }
  .u-pb18em--sp {
    padding-bottom: 18em !important;
  }
  .u-pl18em--sp {
    padding-left: 18em !important;
  }
  .u-pr18em--sp {
    padding-right: 18em !important;
  }
  .u-mt95--sp {
    margin-top: 95px !important;
  }
  .u-mb95--sp {
    margin-bottom: 95px !important;
  }
  .u-ml95--sp {
    margin-left: 95px !important;
  }
  .u-mr95--sp {
    margin-right: 95px !important;
  }
  .u-mt19em--sp {
    margin-top: 19em !important;
  }
  .u-mb19em--sp {
    margin-bottom: 19em !important;
  }
  .u-ml19em--sp {
    margin-left: 19em !important;
  }
  .u-mr19em--sp {
    margin-right: 19em !important;
  }
  .u-pt95--sp {
    padding-top: 95px !important;
  }
  .u-pb95--sp {
    padding-bottom: 95px !important;
  }
  .u-pl95--sp {
    padding-left: 95px !important;
  }
  .u-pr95--sp {
    padding-right: 95px !important;
  }
  .u-pt19em--sp {
    padding-top: 19em !important;
  }
  .u-pb19em--sp {
    padding-bottom: 19em !important;
  }
  .u-pl19em--sp {
    padding-left: 19em !important;
  }
  .u-pr19em--sp {
    padding-right: 19em !important;
  }
  .u-mt100--sp {
    margin-top: 100px !important;
  }
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
  .u-ml100--sp {
    margin-left: 100px !important;
  }
  .u-mr100--sp {
    margin-right: 100px !important;
  }
  .u-mt20em--sp {
    margin-top: 20em !important;
  }
  .u-mb20em--sp {
    margin-bottom: 20em !important;
  }
  .u-ml20em--sp {
    margin-left: 20em !important;
  }
  .u-mr20em--sp {
    margin-right: 20em !important;
  }
  .u-pt100--sp {
    padding-top: 100px !important;
  }
  .u-pb100--sp {
    padding-bottom: 100px !important;
  }
  .u-pl100--sp {
    padding-left: 100px !important;
  }
  .u-pr100--sp {
    padding-right: 100px !important;
  }
  .u-pt20em--sp {
    padding-top: 20em !important;
  }
  .u-pb20em--sp {
    padding-bottom: 20em !important;
  }
  .u-pl20em--sp {
    padding-left: 20em !important;
  }
  .u-pr20em--sp {
    padding-right: 20em !important;
  }
}
.f-min {
  font-family: YakuHanJP, "Yu Mincho", "游明朝体", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.f-en {
  font-family: "Be Vietnam Pro", YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

.f-catch {
  font-family: "BIZ UDGothic", YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(252, 247, 233, 0);
  line-height: 1;
  -webkit-transition: ease background 0.3s;
  transition: ease background 0.3s;
}

.is-scrolled .p-header {
  background: rgba(252, 247, 233, 0.97);
}

.p-header .l-inner {
  max-width: none;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.p-header__name {
  border-left: 1px solid currentColor;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-header__menuOpen {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin: 0;
  margin-right: -5px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-header__menuOpen span {
  position: absolute;
  top: 50%;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 2px;
  margin-top: -1px;
  margin-left: -14px;
  background-color: #231815;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-header__menuOpen span.m1 {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.p-header__menuOpen span.m2 {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.is-menuOpen .p-header__menuOpen span {
  width: 24px;
}

.is-menuOpen .p-header__menuOpen span.m1 {
  -webkit-transform: rotate(-210deg);
          transform: rotate(-210deg);
}

.is-menuOpen .p-header__menuOpen span.m2 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

@media only screen and (min-width: 960px), print {
  .p-header__inner {
    min-height: 110px;
    padding-block: 15px;
  }
  .p-header__heading {
    gap: 25px;
  }
  .p-header__logo {
    width: 200px;
  }
  .p-header__name {
    padding: 5px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-header__menuOpen {
    display: none;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-header__inner {
    min-height: 50px;
    padding-block: 15px;
  }
  .p-header__heading {
    gap: 15px;
  }
  .p-header__logo {
    width: 122px;
  }
  .p-header__name {
    padding: 3px 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-header__nav {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #ffffff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    pointer-events: none;
  }
  .is-menuOpen .p-header__nav {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
  }
  .p-header__menuOpen {
    margin-right: 15px;
  }
}
.p-globalNav__heading {
  font-weight: 700;
  letter-spacing: 0.25em;
}

.p-globalNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-globalNav__list > li {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-globalNav__list > li a {
  display: inline-block;
  text-decoration: none;
}

@media only screen and (min-width: 960px), print {
  .p-globalNav__heading {
    display: none;
  }
  .p-globalNav__list {
    gap: 35px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-globalNav__list > li a {
    padding-block: 5px;
  }
  .p-globalNav__list .-illust {
    display: none;
  }
  .p-globalNav__list small {
    display: none;
  }
  .p-globalNav__list .c-icon {
    display: none;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-globalNav {
    padding-top: 140px;
    overflow: hidden;
  }
  .p-globalNav__heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    line-height: 1.7;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-globalNav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    margin-inline: -1px;
  }
  .p-globalNav__list > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    line-height: 1.2;
    text-align: center;
  }
  .p-globalNav__list > li a::after {
    display: none;
  }
  .p-globalNav__list > li.-top {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-globalNav__list > li.-top a {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 150px;
    padding: 8px 20px;
    border: 1.5px solid currentColor;
    border-radius: 50em;
  }
  .p-globalNav__list > li:not(.-top) {
    border-left: 1px dotted currentColor;
  }
  .p-globalNav__list > li:not(.-top) a {
    display: block;
    padding-block: 10px 10px;
  }
  .p-globalNav__list > li:not(.-top) .-illust img {
    width: 106px;
  }
  .p-globalNav__list > li:not(.-top) small {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-globalNav__list > li:not(.-top) span:not(.-illust) {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-globalNav__list > li:not(.-top) .c-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22px;
    height: 22px;
    margin-top: 12px;
    border-radius: 50%;
    background-color: currentColor;
  }
  .p-globalNav__list > li:not(.-top) .c-icon img {
    width: 51%;
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
  .p-globalNav__list > li:not(.-top).-food .c-icon {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    color: #c9a94f;
  }
  .p-globalNav__list > li:not(.-top).-nut .c-icon {
    color: #c59149;
  }
}
.c-button {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: currentColor solid;
  border-radius: 50em;
  background-color: #ffffff;
  color: inherit;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}

.c-button .c-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  vertical-align: middle;
}

.c-button .c-icon img {
  width: 100%;
  vertical-align: middle;
}

.c-button,
.c-button > span {
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
}

.c-button:hover {
  background-color: currentColor;
}

.c-button:hover > span {
  color: #ffffff;
}

.c-button:hover .c-icon img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.c-button:hover .c-icon.-black img {
  -webkit-filter: brightness(100) invert(1);
          filter: brightness(100) invert(1);
}

@media only screen and (min-width: 769px), print {
  .c-button {
    min-width: 300px;
    padding: 10px 40px;
    border-width: 2px;
  }
  .c-button .c-icon {
    margin-right: 2em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-button.-large {
    min-width: 422px;
    padding-block: 18px;
  }
  .c-button.-large .c-icon {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .c-button {
    width: 270px;
    padding: 10px 40px;
    border-width: 1.5px;
  }
  .c-button .c-icon {
    margin-right: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-button.-large {
    width: 325px;
    padding-block: 15px;
  }
  .c-button.-large .c-icon {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-underlineButton {
  display: inline-block;
  position: relative;
}

.c-underlineButton::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0%;
  top: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: currentColor;
  -webkit-transition: ease 0.4s transform;
  transition: ease 0.4s transform;
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.c-underlineButton:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.c-icon {
  display: inline-block;
  width: 1em;
  font-size: inherit;
  vertical-align: middle;
}

.c-icon img {
  vertical-align: middle;
}

.p-footer {
  border-top: 5px solid #1a1a1a;
  background-color: #ffffff;
}

.p-footer__inner {
  position: relative;
}

.p-footer__inner::before {
  background-color: #f5f5f5;
}

.p-footer__inner::before {
  display: block;
  position: absolute;
  width: 150vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-footer__inner > * {
  position: relative;
  z-index: 1;
}

.p-footer__logo img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.p-footer__address dt,
.p-footer__address dd {
  color: inherit;
}

.p-footer__snsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__navLinks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.p-footer__navLinks > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.p-footer__copy {
  color: #ffffff;
}

.p-footer__copy {
  position: relative;
}

.p-footer__copy::before {
  background-color: #1a1a1a;
}

.p-footer__copy::before {
  display: block;
  position: absolute;
  width: 150vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-footer__copy > * {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 960px), print {
  .p-footer .l-inner {
    max-width: 1300px;
  }
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 75px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 960px), print {
  .p-footer__logo {
    width: 302px;
  }
  .p-footer__address {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-footer__address .-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
  .p-footer__address .-item:nth-child(n+2) {
    margin-top: 15px;
  }
  .p-footer__address dt {
    width: 150px;
    padding-right: 1em;
  }
  .p-footer__address dd {
    width: calc(100% - 150px - 1em);
  }
  .p-footer__snsLinks {
    gap: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .p-footer__snsLinks {
    width: 100%;
  }
}
@media only screen and (min-width: 960px), print {
  .p-footer__navLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1em;
    padding-block: 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-footer__navLinks > li + li {
    border-left: 1px solid #b8b8b8;
  }
  .p-footer__navLinks > li a {
    padding-inline: 1em;
  }
  .p-footer__copy {
    padding: 15px 20px;
    letter-spacing: 0.08em;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-footer__inner {
    padding-block: 40px;
  }
  .p-footer__logo {
    text-align: center;
  }
  .p-footer__logo img {
    width: 263px;
  }
  .p-footer__address {
    margin-top: 30px;
    line-height: 1.7;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-footer__address .-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-footer__snsLinks {
    gap: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .p-footer__navLinks {
    padding-block: 24px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-footer__navLinks > li + li {
    margin-top: 15px;
  }
  .p-footer__copy {
    padding: 10px 0;
    line-height: 1.8;
    font-size: 10px;
    font-size: 1rem;
  }
}
.pg-top {
  background: #fcf7e9;
}

.pg-top-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pg-top-visual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.pg-top-visual__catch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.pg-top-visual__title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.25em;
}

.pg-top-visual__title .-line {
  display: block;
}

.pg-top-visual__mainImg {
  text-align: center;
}

.pg-top-visual__mainImg img {
  width: auto;
}

.pg-top-visual__mainImgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pg-top-visual__catch, .pg-top-visual__title .-line > span, .pg-top-visual__mainImgList > li {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.pg-top-visual__catch {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.pg-top-visual__title .-line > span {
  display: inline-block;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.pg-top-visual__title .-line > span.-char-0 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.pg-top-visual__title .-line > span.-char-1 {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

.pg-top-visual__title .-line > span.-char-2 {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}

.pg-top-visual__title .-line > span.-char-3 {
  -webkit-transition-delay: 0.92s;
          transition-delay: 0.92s;
}

.pg-top-visual__title .-line > span.-char-4 {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

.pg-top-visual__title .-line > span.-char-5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.pg-top-visual__title .-line > span.-char-6 {
  -webkit-transition-delay: 1.04s;
          transition-delay: 1.04s;
}

.pg-top-visual__title .-line > span.-char-7 {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

.pg-top-visual__title .-line > span.-char-8 {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}

.pg-top-visual__title .-line > span.-char-9 {
  -webkit-transition-delay: 1.16s;
          transition-delay: 1.16s;
}

.pg-top-visual__title .-line > span.-char-10 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.pg-top-visual__title .-line > span.-char-11 {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}

.pg-top-visual__title .-line > span.-char-12 {
  -webkit-transition-delay: 1.28s;
          transition-delay: 1.28s;
}

.pg-top-visual__title .-line > span.-char-13 {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}

.pg-top-visual__title .-line > span.-char-14 {
  -webkit-transition-delay: 1.36s;
          transition-delay: 1.36s;
}

.pg-top-visual__title .-line > span.-char-15 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.pg-top-visual__title .-line > span.-char-16 {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}

.pg-top-visual__title .-line > span.-char-17 {
  -webkit-transition-delay: 1.48s;
          transition-delay: 1.48s;
}

.pg-top-visual__title .-line > span.-char-18 {
  -webkit-transition-delay: 1.52s;
          transition-delay: 1.52s;
}

.pg-top-visual__title .-line > span.-char-19 {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}

.pg-top-visual__title .-line > span.-char-20 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.pg-top-visual__title .-line > span.-char-21 {
  -webkit-transition-delay: 1.64s;
          transition-delay: 1.64s;
}

.pg-top-visual__title .-line > span.-char-22 {
  -webkit-transition-delay: 1.68s;
          transition-delay: 1.68s;
}

.pg-top-visual__title .-line > span.-char-23 {
  -webkit-transition-delay: 1.72s;
          transition-delay: 1.72s;
}

.pg-top-visual__title .-line > span.-char-24 {
  -webkit-transition-delay: 1.76s;
          transition-delay: 1.76s;
}

.pg-top-visual__title .-line > span.-char-25 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.pg-top-visual__title .-line > span.-char-26 {
  -webkit-transition-delay: 1.84s;
          transition-delay: 1.84s;
}

.pg-top-visual__title .-line > span.-char-27 {
  -webkit-transition-delay: 1.88s;
          transition-delay: 1.88s;
}

.pg-top-visual__title .-line > span.-char-28 {
  -webkit-transition-delay: 1.92s;
          transition-delay: 1.92s;
}

.pg-top-visual__title .-line > span.-char-29 {
  -webkit-transition-delay: 1.96s;
          transition-delay: 1.96s;
}

.pg-top-visual__title .-line > span.-char-30 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.pg-top-visual__title .-line > span.-char-31 {
  -webkit-transition-delay: 2.04s;
          transition-delay: 2.04s;
}

.pg-top-visual__title .-line > span.-char-32 {
  -webkit-transition-delay: 2.08s;
          transition-delay: 2.08s;
}

.pg-top-visual__title .-line > span.-char-33 {
  -webkit-transition-delay: 2.12s;
          transition-delay: 2.12s;
}

.pg-top-visual__title .-line > span.-char-34 {
  -webkit-transition-delay: 2.16s;
          transition-delay: 2.16s;
}

.pg-top-visual__title .-line > span.-char-35 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.pg-top-visual__title .-line > span.-char-36 {
  -webkit-transition-delay: 2.24s;
          transition-delay: 2.24s;
}

.pg-top-visual__title .-line > span.-char-37 {
  -webkit-transition-delay: 2.28s;
          transition-delay: 2.28s;
}

.pg-top-visual__title .-line > span.-char-38 {
  -webkit-transition-delay: 2.32s;
          transition-delay: 2.32s;
}

.pg-top-visual__title .-line > span.-char-39 {
  -webkit-transition-delay: 2.36s;
          transition-delay: 2.36s;
}

.pg-top-visual__title .-line > span.-char-40 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.pg-top-visual__title .-line > span.-char-41 {
  -webkit-transition-delay: 2.44s;
          transition-delay: 2.44s;
}

.pg-top-visual__title .-line > span.-char-42 {
  -webkit-transition-delay: 2.48s;
          transition-delay: 2.48s;
}

.pg-top-visual__title .-line > span.-char-43 {
  -webkit-transition-delay: 2.52s;
          transition-delay: 2.52s;
}

.pg-top-visual__title .-line > span.-char-44 {
  -webkit-transition-delay: 2.56s;
          transition-delay: 2.56s;
}

.pg-top-visual__title .-line > span.-char-45 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.pg-top-visual__title .-line > span.-char-46 {
  -webkit-transition-delay: 2.64s;
          transition-delay: 2.64s;
}

.pg-top-visual__title .-line > span.-char-47 {
  -webkit-transition-delay: 2.68s;
          transition-delay: 2.68s;
}

.pg-top-visual__title .-line > span.-char-48 {
  -webkit-transition-delay: 2.72s;
          transition-delay: 2.72s;
}

.pg-top-visual__title .-line > span.-char-49 {
  -webkit-transition-delay: 2.76s;
          transition-delay: 2.76s;
}

.pg-top-visual__title .-line > span.-char-50 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.pg-top-visual__mainImgList > li {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.pg-top-visual__mainImgList > li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media only screen and (max-width: 959.499px) {
  .pg-top-visual__mainImgList > li:nth-child(1) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.pg-top-visual__mainImgList > li:nth-child(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media only screen and (max-width: 959.499px) {
  .pg-top-visual__mainImgList > li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.pg-top-visual__mainImgList > li:nth-child(3) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

@media only screen and (max-width: 959.499px) {
  .pg-top-visual__mainImgList > li:nth-child(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
.pg-top-visual__mainImgList > li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media only screen and (max-width: 959.499px) {
  .pg-top-visual__mainImgList > li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.pg-top-visual__mainImgList > li:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media only screen and (max-width: 959.499px) {
  .pg-top-visual__mainImgList > li:nth-child(5) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.pg-top-visual__mainImgList > li:nth-child(6) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.pg-top-visual__mainImgList > li:nth-child(7) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.pg-top-visual__mainImgList > li:nth-child(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.pg-top-visual.is-loaded .pg-top-visual__catch, .pg-top-visual.is-loaded .pg-top-visual__title .-line > span, .pg-top-visual.is-loaded .pg-top-visual__mainImgList > li {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

@media only screen and (min-width: 960px), print {
  .pg-top-visual {
    min-height: calc(100svh - 110px - 100px);
    padding-block: 50px 70px;
  }
  .pg-top-visual__catch {
    width: 250px;
    margin: -50px -160px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1479px) {
  .pg-top-visual__catch {
    margin-right: calc(50% - 50svw + 20px);
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-top-visual__catch {
    width: 220px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-top-visual__title {
    padding-inline: 80px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pg-top-visual__mainImg {
    margin: -10px -120px;
  }
  .pg-top-visual__mainImgList img {
    height: 48.275862069vw;
    max-height: 658px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-visual {
    min-height: calc(100svh - 50px);
    padding-block: 135px 50px;
  }
  .pg-top-visual__catch {
    width: 145px;
    margin: -125px -8px;
  }
  .pg-top-visual__title {
    padding-inline: 25px;
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-visual__title {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-visual__mainImg {
    margin: 0 -40px;
  }
  .pg-top-visual__mainImgList {
    gap: 5px;
  }
}
@media only screen and (max-width: 959.499px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-top-visual__mainImgList > li:nth-child(n+6) {
    display: none;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 768.499px) {
  .pg-top-visual__mainImgList > li:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (max-width: 959.499px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-top-visual__mainImgList img {
    height: 69.3333333333vw;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 768.499px) {
  .pg-top-visual__mainImgList img {
    height: 80vw;
  }
}
.pg-top-index {
  position: relative;
}

.pg-top-index.-food {
  --setbgcolor: #dab756;
  --setcolor: #c9a94f;
  --setcircle: url(../images/food_design/food_index_bgcircle01.svg);
}

.pg-top-index.-nut {
  --setbgcolor: #c6924b;
  --setcolor: #c59149;
  --setcircle: url(../images/nutritionist/nut_index_bgcircle01.svg);
}

.pg-top-index::before {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-radial-gradient(circle, var(--setbgcolor) 1px, transparent 1px), -webkit-radial-gradient(circle, var(--setbgcolor) 1px, transparent 1px);
  background-image: radial-gradient(circle, var(--setbgcolor) 1px, transparent 1px), radial-gradient(circle, var(--setbgcolor) 1px, transparent 1px);
  background-position: 1.5px 1.5px, 3px 4.5px;
  -webkit-background-size: 3px 6px;
          background-size: 3px 6px;
  background-repeat: repeat;
  background-color: #ffffff;
}

.pg-top-index__inner {
  position: relative;
  z-index: 1;
}

.pg-top-index__catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.pg-top-index__catch::before, .pg-top-index__catch::after {
  display: block;
  position: absolute;
  width: 0;
  height: 2.2em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  bottom: 0;
  margin-bottom: -0.1em;
  background-color: currentColor;
}

.pg-top-index__catch::before {
  left: 0;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
}

.pg-top-index__catch::after {
  right: 0;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}

.pg-top-index__contWrap {
  border: solid var(--setcolor, currentColor);
  background-color: #ffffff;
}

.pg-top-index__heading {
  border-bottom: solid var(--setcolor, currentColor);
  line-height: 1;
}

.pg-top-index__title {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pg-top-index__title strong {
  font-weight: inherit;
}

.pg-top-index__other {
  border-top: solid var(--setcolor, currentColor);
}

.pg-top-index__otherLink {
  position: relative;
  color: var(--setcolor, currentColor);
  text-align: center;
}

.pg-top-index__otherLink a {
  max-width: 100%;
}

@media only screen and (min-width: 960px), print {
  .pg-top-index {
    padding-block: 130px;
  }
  .pg-top-index__catch {
    margin-bottom: 30px;
    padding-inline: 60px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pg-top-index__catch::before, .pg-top-index__catch::after {
    width: 2px;
  }
  .pg-top-index__contWrap {
    border-width: 5px;
    border-radius: 25px;
  }
  .pg-top-index__heading {
    padding: 30px 20px;
    border-bottom-width: 5px;
  }
  .pg-top-index__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-top-index__title strong {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .pg-top-index__other {
    padding-block: 50px;
    border-top-width: 5px;
  }
  .pg-top-index__otherLink {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-index {
    padding-block: 65px 60px;
  }
  .pg-top-index__catch {
    margin-bottom: 15px;
    padding-inline: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-index__catch {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-index__catch::before, .pg-top-index__catch::after {
    width: 1px;
  }
  .pg-top-index__contWrap {
    border-width: 3px;
    border-radius: 12px;
  }
  .pg-top-index__heading {
    padding: 15px 10px;
    border-bottom-width: 3px;
  }
  .pg-top-index__title {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-index__title {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-index__title strong {
    display: block;
    margin-top: 6px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-index__title strong {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-index__other {
    padding-block: 30px;
    padding-inline: 25px;
    border-top-width: 3px;
  }
  .pg-top-index__otherLink {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-index__otherLink {
    font-size: 3.7333333333vw;
  }
}
.pg-top-indexInfo__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.pg-top-index.-nut .pg-top-indexInfo__visual {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pg-top-indexInfo__title {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.pg-top-indexInfo__featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pg-top-indexInfo__featureList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.pg-top-indexInfo__featureList > li > span {
  position: relative;
  z-index: 1;
}

.pg-top-indexInfo__featureList > li::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0%;
  top: 0%;
  background-image: var(--setcircle);
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
}

.pg-top-indexInfo__featureList > li:first-child::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.pg-top-indexInfo__featureList > li:last-child::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.pg-top-indexInfo__more {
  color: var(--setcolor, currentColor);
  font-weight: 700;
  text-align: center;
}

.pg-top-indexInfo__more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  border: solid currentColor;
  color: inherit;
  text-decoration: none;
}

.pg-top-indexInfo__more a,
.pg-top-indexInfo__more a > span {
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
}

.pg-top-indexInfo__more a:hover {
  background-color: currentColor;
}

.pg-top-indexInfo__more a:hover > span {
  color: #ffffff;
}

.pg-top-indexInfo__more a:hover .c-icon img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.pg-top-indexInfo__more .c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5em;
  border-radius: 50%;
  background-color: currentColor;
}

.pg-top-indexInfo__more .c-icon img {
  width: 51%;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

@media only screen and (min-width: 960px), print {
  .pg-top-indexInfo {
    margin-inline: 60px;
    padding-block: 60px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-top-indexInfo {
    margin-inline: 40px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-top-indexInfo__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .pg-top-index.-nut .pg-top-indexInfo__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pg-top-indexInfo__visual {
    gap: 30px;
  }
  .pg-top-indexInfo__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .pg-top-indexInfo__mainImg {
    width: 285px;
    margin-top: -210px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-top-indexInfo__mainImg {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-top-indexInfo__mainImg {
    width: 220px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-top-index.-foot .pg-top-indexInfo__mainImg {
    margin-left: -10px;
  }
  .pg-top-index.-nut .pg-top-indexInfo__mainImg {
    margin-right: -10px;
  }
  .pg-top-indexInfo__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pg-top-indexInfo__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-top-indexInfo__featureList {
    gap: 6px;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-top-indexInfo__featureList {
    gap: 2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: -30px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-top-indexInfo__featureList > li {
    width: 170px;
    height: 170px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-top-indexInfo__featureList > li {
    width: 140px;
    height: 140px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-top-indexInfo__more {
    margin-top: 40px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pg-top-indexInfo__more a {
    width: 558px;
    min-height: 80px;
    border-width: 3px;
    border-radius: 18px;
  }
  .pg-top-indexInfo__more .c-icon {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexInfo {
    margin-inline: 25px;
    padding-block: 20px 40px;
  }
  .pg-top-indexInfo__visual {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pg-top-indexInfo__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-indexInfo__title {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexInfo__mainImg {
    width: 124px;
  }
  .pg-top-indexInfo__main {
    margin-top: 10px;
  }
  .pg-top-indexInfo__lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-indexInfo__lead {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexInfo__featureList {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    margin-inline: -6px;
  }
  .pg-top-indexInfo__featureList > li {
    width: 100px;
    height: 100px;
    line-height: 1.2;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 959.499px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-top-indexInfo__featureList > li {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-indexInfo__featureList > li {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexInfo__featureList > li.-spSmall {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-indexInfo__featureList > li.-spSmall {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexInfo__more {
    margin-top: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-indexInfo__more {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexInfo__more a {
    width: 280px;
    max-width: 100%;
    min-height: 57px;
    border-width: 2px;
    border-radius: 15px;
  }
  .pg-top-indexInfo__more .c-icon {
    width: 22px;
    height: 22px;
  }
}
.pg-top-indexField {
  position: relative;
}

.pg-top-indexField::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 0;
  border-top: 1px dotted var(--setcolor, currentColor);
}

.pg-top-indexField__title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.pg-top-indexField__itemTitle {
  border: solid var(--setcolor, currentColor);
  border-radius: 50em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.pg-top-indexField__itemThumb {
  text-align: center;
}

.pg-top-indexField__itemCatch {
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (min-width: 960px), print {
  .pg-top-indexField {
    margin-inline: 60px;
    padding-block: 50px 70px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-top-indexField {
    margin-inline: 40px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-top-indexField__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .pg-top-indexField__main {
    margin-top: 40px;
  }
  .pg-top-indexField__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 30px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-top-indexField__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 960px), print {
  .pg-top-indexField__itemTitle {
    margin-inline: 5px;
    padding: 8px 10px;
    border-width: 2px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-top-indexField__itemThumb {
    margin-top: 5px;
  }
  .pg-top-indexField__itemThumb img {
    width: 175px;
  }
  .pg-top-indexField__itemCatch {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-top-indexField__itemText {
    margin-top: 10px;
    line-height: 1.65;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexField {
    margin-inline: 25px;
    padding-block: 35px 30px;
  }
  .pg-top-indexField__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-indexField__title {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexField__main {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 959.499px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-top-indexField__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 768.499px) {
  .pg-top-indexField__list > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexField__itemTitle {
    padding: 8px 10px;
    border-width: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-indexField__itemTitle {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexField__itemThumb {
    margin-top: 5px;
  }
  .pg-top-indexField__itemThumb img {
    width: 165px;
  }
  .pg-top-indexField__itemCatch {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-indexField__itemCatch {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-indexField__itemText {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-indexField__itemText {
    font-size: 4vw;
  }
}
.pg-top-interview__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pg-top-interview__list > li {
  font-weight: 700;
}

@media only screen and (min-width: 960px), print {
  .pg-top-interview {
    padding-block: 65px;
  }
  .pg-top-interview__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .pg-top-interview__list > li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-interview {
    padding-block: 50px;
  }
  .pg-top-interview__list {
    text-align: center;
  }
  .pg-top-interview__list > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-top-interview__list > li {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-top-interview__list > li + li {
    margin-top: 10px;
  }
  .pg-top-interview__list > li a {
    max-width: 100%;
  }
}
.pg-foodnut {
  position: relative;
}

.pg-foodnut.pg-food {
  --setbgcolor: #dab756;
  --setcolor: #c9a94f;
}

.pg-foodnut.pg-nut {
  --setbgcolor: #c6924b;
  --setcolor: #c59149;
}

.pg-foodnut .l-wrapper::before {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-radial-gradient(circle, var(--setbgcolor) 0.5px, transparent 0.5px), -webkit-radial-gradient(circle, var(--setbgcolor) 0.5px, transparent 0.5px);
  background-image: radial-gradient(circle, var(--setbgcolor) 0.5px, transparent 0.5px), radial-gradient(circle, var(--setbgcolor) 0.5px, transparent 0.5px);
  background-position: 1px 1px, 2.5px 4px;
  -webkit-background-size: 3px 6px;
          background-size: 3px 6px;
  background-repeat: repeat;
  background-color: #ffffff;
}

.pg-foodnut .l-wrapper > * {
  z-index: 1;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut .l-contents {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut .l-contents {
    padding-top: 40px;
  }
}
.pg-foodnut-contWrap {
  border: solid var(--setcolor, currentColor);
  background-color: #ffffff;
}

.pg-foodnut-contWrap .p-dotList > li > mark {
  color: var(--setcolor, currentColor);
}

.pg-foodnut-contWrap__heading {
  border-bottom: solid var(--setcolor, currentColor);
  background-color: var(--setcolor, currentColor);
  color: #ffffff;
}

.pg-foodnut-contWrap__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1;
}

.pg-foodnut-contWrap__title .-icon {
  width: 1.2em;
  height: 1.2em;
}

.pg-foodnut-contWrap__section:nth-child(n+2) {
  border-top: solid var(--setcolor, currentColor);
}

.pg-foodnut-contWrap__sectionFlex {
  border-top: solid var(--setcolor, currentColor);
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-contWrap {
    border-width: 5px;
    border-radius: 25px;
  }
  .pg-foodnut-contWrap__heading {
    border-bottom-width: 5px;
    border-radius: 15px 15px 0 0;
  }
  .pg-foodnut-contWrap__title {
    padding: 25px 20px;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .pg-foodnut-contWrap__section {
    padding: 65px 60px 75px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-foodnut-contWrap__section {
    padding-inline: 40px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-contWrap__section:nth-child(n+2) {
    border-top-width: 5px;
  }
  .pg-foodnut-contWrap__sectionFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top-width: 5px;
  }
  .pg-foodnut-contWrap__sectionFlex .pg-foodnut-contWrap__section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: 0;
  }
  .pg-foodnut-contWrap__sectionFlex .pg-foodnut-contWrap__section:first-child {
    border-right: solid var(--setcolor, currentColor);
    border-right-width: 2.5px;
  }
  .pg-foodnut-contWrap__sectionFlex .pg-foodnut-contWrap__section:last-child {
    border-left: solid var(--setcolor, currentColor);
    border-left-width: 2.5px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-contWrap {
    border-width: 3px;
    border-radius: 12px;
  }
  .pg-foodnut-contWrap__heading {
    border-bottom-width: 3px;
    border-radius: 6px 6px 0 0;
  }
  .pg-foodnut-contWrap__title {
    padding: 12px 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-contWrap__title {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-contWrap__section {
    padding: 35px 20px 45px;
  }
  .pg-foodnut-contWrap__section:nth-child(n+2) {
    border-top-width: 3px;
  }
  .pg-foodnut-contWrap__sectionFlex {
    border-top-width: 3px;
  }
}
.pg-foodnut-info__title {
  font-weight: 700;
}

.pg-foodnut-info__keywordBlock {
  font-weight: 700;
}

.pg-foodnut-info__keywordList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pg-foodnut-info__keywordList > li {
  background-color: #231815;
  color: #ffffff;
  line-height: 1.2;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pg-foodnut-info__mainImg {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 285px;
    margin-block: -20px -110px;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-foodnut-info__mainImg {
    width: 250px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-info__heading {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-foodnut-info__heading {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: calc(50% - 250px);
  }
}
@media only screen and (min-width: 960px), print {
  .pg-nut .pg-foodnut-info__heading {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pg-foodnut-info__title {
    display: inline-block;
    letter-spacing: 0.08em;
    text-align: left;
    font-size: 28px;
    font-size: 2.8rem;
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .pg-foodnut-info__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pg-nut .pg-foodnut-info__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pg-foodnut-info__keywordBlock {
    margin-top: 35px;
  }
  .pg-foodnut-info__keywordTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-info__keywordList {
    gap: 3px;
    margin-top: 5px;
  }
  .pg-foodnut-info__keywordList > li {
    padding: 6px 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-info__mainImg {
    text-align: center;
  }
  .pg-foodnut-info__mainImg img {
    width: 124px;
  }
  .pg-foodnut-info__heading {
    margin-top: 20px;
  }
  .pg-foodnut-info__title {
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-info__title {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-info__main {
    margin-top: 20px;
  }
  .pg-foodnut-info__keywordBlock {
    margin-top: 25px;
  }
  .pg-foodnut-info__keywordTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-info__keywordTitle {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-info__keywordList {
    gap: 2px;
    margin-top: 5px;
  }
  .pg-foodnut-info__keywordList > li {
    padding: 3px 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-info__keywordList > li {
    font-size: 3.4666666667vw;
  }
}
.pg-foodnut-feature__lead {
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-feature__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
  .pg-foodnut-feature__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pg-foodnut-feature__textBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 600px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-feature__main {
    margin-top: 15px;
  }
  .pg-foodnut-feature__lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-feature__lead {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-feature__textBlock {
    margin-top: 20px;
  }
}
.cmn-sectionHeading {
  color: var(--setcolor, currentColor);
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 960px), print {
  .cmn-sectionHeading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cmn-sectionHeading.-large {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 959.499px) {
  .cmn-sectionHeading {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .cmn-sectionHeading {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .cmn-sectionHeading.-large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .cmn-sectionHeading.-large {
    font-size: 4.8vw;
  }
}
.pg-foodnut-step__main {
  position: relative;
}

.pg-foodnut-step__main::before {
  display: block;
  position: absolute;
  width: 0px;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0%;
  border-left: dashed var(--setcolor, currentColor);
}

.pg-foodnut-step__block {
  position: relative;
}

.pg-foodnut-step__block:nth-child(n+2)::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--setcolor, currentColor);
}

.pg-foodnut-step__block:has(.pg-foodnut-stepBlock.-small)::before {
  display: none;
}

.pg-foodnut-step > * {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-step {
    margin-top: 80px;
  }
  .pg-foodnut-step__main {
    margin-top: 25px;
  }
  .pg-foodnut-step__main::before {
    margin-left: -1px;
    border-left-width: 2px;
  }
  .pg-foodnut-step__block:nth-child(n+2) {
    margin-top: 40px;
  }
  .pg-foodnut-step__block:nth-child(n+2)::before {
    width: 20px;
    height: 15.5884572681px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-step {
    margin-top: 30px;
  }
  .pg-foodnut-step__main {
    max-width: 480px;
    margin-top: 20px;
    margin-inline: auto;
  }
  .pg-foodnut-step__main::before {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .pg-foodnut-step__block:nth-child(n+2) {
    margin-top: 45px;
  }
  .pg-foodnut-step__block:nth-child(n+2)::before {
    width: 14px;
    height: 11.2583302492px;
    margin-bottom: -1px;
  }
}
.pg-foodnut-stepBlock {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  background-color: #f2f1e2;
}

.pg-foodnut-stepBlock.-small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pg-foodnut-stepBlock__illust {
  position: absolute;
  pointer-events: none;
}

.pg-foodnut-stepBlock__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pg-foodnut-stepBlock__num {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--setcolor, currentColor);
  line-height: 1;
}

.pg-foodnut-stepBlock__category {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--setcolor, currentColor);
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}

.pg-foodnut-stepBlock__title {
  font-weight: 700;
  line-height: 1.5;
}

.pg-foodnut-stepBlock__catch {
  font-weight: 700;
  line-height: 1.2;
}

.pg-foodnut-stepBlock__catch em {
  color: var(--setcolor, currentColor);
  font-weight: inherit;
  font-size: 120%;
}

.pg-foodnut-stepBlock__catch small {
  font-weight: inherit;
  font-size: 85%;
}

.pg-foodnut-stepBlock__popCatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border-radius: 50%;
  background-color: #e50012;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.pg-foodnut-stepBlock__popCatch::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(20deg) scaleY(0.5);
          transform: rotate(20deg) scaleY(0.5);
  background: #e50012;
}

.pg-foodnut-stepBlock__infoLead.-fontS {
  line-height: 1.6;
}

.pg-foodnut-stepBlock__fieldCatch {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-align: center;
  white-space: nowrap;
}

.pg-foodnut-stepBlock__fieldCatch em {
  font-weight: inherit;
  font-size: 120%;
}

.pg-foodnut-stepBlock__fieldCatch small {
  font-weight: inherit;
  font-size: 85%;
}

.pg-foodnut-stepBlock__fieldCatch .-color {
  color: var(--setcolor, currentColor);
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-stepBlock {
    padding: 60px 80px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-foodnut-stepBlock {
    padding-inline: 50px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-stepBlock.-small {
    max-width: 600px;
    padding: 20px 50px;
  }
  .pg-foodnut-stepBlock__illust {
    top: 0;
    right: 0;
    width: 212px;
    margin: -85px 45px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-foodnut-stepBlock__illust {
    margin: -105px 10px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-stepBlock__illust2 {
    display: none;
  }
  .pg-foodnut-stepBlock__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .pg-foodnut-stepBlock__heading {
    min-width: 280px;
  }
  .pg-foodnut-stepBlock.-small .pg-foodnut-stepBlock__heading {
    min-width: 105px;
  }
  .pg-foodnut-stepBlock__num {
    margin: 15px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-foodnut-stepBlock__category {
    min-width: 186px;
    padding: 5px 10px;
  }
  .pg-foodnut-stepBlock__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-foodnut-stepBlock__title:nth-child(n+2) {
    margin-top: 15px;
  }
  .pg-foodnut-stepBlock__infoMain {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 600px;
  }
  .pg-foodnut-stepBlock__catch {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .pg-foodnut-stepBlock__vItemListWrap:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-stepBlock__vItemList {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-foodnut-stepBlock__popCatch {
    top: 0;
    right: 100%;
    min-width: 186px;
    min-height: 70px;
    margin: -20px -42px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-foodnut-stepBlock__popCatch {
    margin-inline: -60px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-stepBlock__popCatch::before {
    width: 20px;
    height: 17.3205080757px;
    margin: 3px 15px;
  }
  .pg-foodnut-stepBlock__infoLead.-fontS {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-stepBlock__infoLead.-fontS:nth-child(n+2) {
    margin-top: 5px;
  }
  .pg-foodnut-stepBlock__infoLead:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-stepBlock__main {
    margin-top: 60px;
  }
  .pg-foodnut-stepBlock__fieldList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pg-foodnut-stepBlock__fieldList > li:nth-child(n+2) {
    margin-left: -84px;
  }
  .pg-foodnut-stepBlock__fieldList > li:nth-child(2) {
    margin-top: 160px;
  }
  .pg-foodnut-stepBlock__fieldCatch {
    min-height: 3em;
    margin-bottom: 3px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepBlock {
    padding: 50px 20px 50px;
  }
  .pg-foodnut-stepBlock.-small {
    padding: 35px 20px 35px;
  }
  .pg-foodnut-stepBlock:has(.pg-foodnut-stepBlock__illust2) {
    padding-top: 225px;
  }
  .pg-foodnut-stepBlock__illust {
    right: 0;
    bottom: 0;
    width: 122px;
    margin: -35px -15px;
  }
  .pg-foodnut-stepBlock__illust2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    background-color: #ffffff;
    text-align: center;
  }
  .pg-foodnut-stepBlock__illust2 img {
    width: auto;
    height: 182px;
    margin-bottom: -15px;
  }
  .pg-foodnut-stepBlock__num {
    margin: 10px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-stepBlock__num {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepBlock:has(.pg-foodnut-stepBlock__illust2) .pg-foodnut-stepBlock__num {
    padding-top: 178px;
  }
  .pg-foodnut-stepBlock__category {
    min-width: 186px;
    margin-inline: auto;
    padding: 5px 10px;
  }
  .pg-foodnut-stepBlock__title {
    margin-inline: auto;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-stepBlock__title {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepBlock__title:nth-child(n+2) {
    margin-top: 15px;
  }
  .pg-foodnut-stepBlock__infoMain {
    margin-top: 20px;
  }
  .pg-foodnut-stepBlock__catch {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-stepBlock__catch {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepBlock__vItemListWrap:nth-child(n+2) {
    margin-top: 15px;
  }
  .pg-foodnut-stepBlock__vItemList {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-stepBlock__vItemList {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepBlock__vItemList > li {
    width: 100%;
  }
  .pg-foodnut-stepBlock__popCatch {
    top: 0;
    left: 0;
    min-width: 160px;
    min-height: 60px;
    margin: -30px -12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-stepBlock__popCatch {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepBlock__popCatch::before {
    width: 20px;
    height: 17.3205080757px;
    margin: 3px 15px;
  }
  .pg-foodnut-stepBlock__infoLead.-fontS {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-stepBlock__infoLead.-fontS {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepBlock__infoLead.-fontS:nth-child(n+2) {
    margin-top: 10px;
  }
  .pg-foodnut-stepBlock__infoLead:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-stepBlock__main {
    margin-top: 30px;
  }
  .pg-foodnut-stepBlock__fieldList {
    margin-inline: -5px;
  }
  .pg-foodnut-stepBlock__fieldList > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .pg-foodnut-stepBlock__fieldCatch {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-stepBlock__fieldCatch {
    font-size: 5.3333333333vw;
  }
}
.pg-foodnut-fieldCard {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pg-foodnut-fieldCard::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 0%;
  top: 0%;
  display: block;
  background: #ffffff;
}

.pg-foodnut-fieldCard > * {
  position: relative;
}

.pg-foodnut-fieldCard__heading {
  line-height: 1;
  text-align: center;
}

.pg-foodnut-fieldCard__num {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 5px;
  background-color: #ffffff;
  font-weight: 400;
}

.pg-foodnut-fieldCard__num em {
  display: block;
  margin-bottom: -0.3em;
  font-weight: 600;
}

.pg-foodnut-fieldCard__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 1px solid var(--setcolor, currentColor);
  font-weight: 700;
  line-height: 1.3;
}

.pg-foodnut-fieldCard__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.pg-foodnut-fieldCard__itemList {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  text-align: left;
}

.pg-foodnut-fieldCard__itemList > li {
  display: block;
  line-height: 1.5;
  vertical-align: middle;
}

.pg-foodnut-fieldCard__itemList > li::before {
  display: none;
}

.pg-foodnut-fieldCard__illust {
  position: absolute;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-fieldCard {
    width: 360px;
    min-width: 360px;
    height: 312px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-foodnut-fieldCard {
    width: 345.6px;
    min-width: 345.6px;
    height: 299.52px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-fieldCard::before {
    -webkit-clip-path: polygon(25% 0%, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
            clip-path: polygon(25% 0%, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  }
  .pg-foodnut-fieldCard__num {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-fieldCard__num em {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .pg-foodnut-fieldCard__title {
    min-width: 164px;
    padding: 12px 10px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-foodnut-fieldCard__main {
    margin-top: 15px;
  }
  .pg-foodnut-fieldCard__itemList {
    margin-top: -2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-fieldCard__itemList > li {
    margin-top: 2px;
  }
  .pg-foodnut-fieldCard__itemList > li:has(+ .-horizontal), .pg-foodnut-fieldCard__itemList > li.-horizontal {
    display: inline-block;
    width: auto;
  }
  .pg-foodnut-fieldCard__itemList > li.-horizontal::before {
    display: inline-block;
  }
  .-field01 .pg-foodnut-fieldCard__illust {
    top: 100%;
    left: 0;
    width: 264px;
    margin: 25px -40px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .-field01 .pg-foodnut-fieldCard__illust {
    margin-inline: 10px;
  }
}
@media only screen and (min-width: 960px), print {
  .-field02 .pg-foodnut-fieldCard__illust {
    bottom: 100%;
    left: 0;
    width: 129px;
    margin: 80px 35px;
  }
  .-field03 .pg-foodnut-fieldCard__illust {
    top: 100%;
    right: 0;
    width: 192px;
    margin: -30px 30px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-fieldCard {
    padding: 30px 20px;
  }
  .pg-foodnut-fieldCard__num {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-fieldCard__num {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-fieldCard__num em {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-fieldCard__num em {
    font-size: 9.0666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-fieldCard__title {
    min-width: 166px;
    padding: 12px 10px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-fieldCard__title {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-fieldCard__main {
    width: 100%;
    margin-top: 15px;
  }
  .pg-foodnut-fieldCard__itemList {
    margin-top: -2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-fieldCard__itemList {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-fieldCard__itemList > li {
    width: 100%;
    margin-top: 4px;
  }
  .-field01 .pg-foodnut-fieldCard__illust {
    display: none;
  }
  .-field02 .pg-foodnut-fieldCard__illust {
    top: 0;
    right: 0;
    width: 90px;
    margin: -170px -30px;
  }
  .-field03 .pg-foodnut-fieldCard__illust {
    right: 0;
    bottom: 0;
    width: 140px;
    margin: -70px -30px;
  }
}
.pg-foodnut-stepProject {
  background-color: #ffffff;
}

.pg-foodnut-stepProject__info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pg-foodnut-stepProject__subTitle {
  line-height: 1.4;
}

.pg-foodnut-stepProject__title {
  font-weight: 700;
  line-height: 1.4;
}

.pg-foodnut-stepProject__illust {
  text-align: center;
}

.pg-foodnut-stepProject__photoList {
  overflow: hidden;
  line-height: 1;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-stepProject {
    padding: 50px 50px;
  }
  .pg-foodnut-stepProject__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .pg-foodnut-stepProject__subTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-foodnut-stepProject__title {
    margin-top: 3px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pg-foodnut-stepProject__illust {
    margin-top: 30px;
  }
  .pg-foodnut-stepProject__illust img {
    width: 119px;
  }
  .pg-foodnut-stepProject__infoMain {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 390px;
  }
  .pg-foodnut-stepProject__main {
    margin-top: 20px;
  }
  .pg-foodnut-stepProject__photoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
  }
  .pg-foodnut-stepProject__photoList > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepProject {
    padding: 30px 20px;
  }
  .pg-foodnut-stepProject__subTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-stepProject__subTitle {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepProject__title {
    margin-top: 10px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-stepProject__title {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepProject__illust {
    margin-top: 25px;
  }
  .pg-foodnut-stepProject__illust img {
    width: 100px;
  }
  .pg-foodnut-stepProject__infoMain {
    margin-top: 15px;
  }
  .pg-foodnut-stepProject__main {
    margin-top: 25px;
  }
  .pg-foodnut-stepProject__photoList {
    border-radius: 3px;
  }
}
@media only screen and (max-width: 959.499px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-foodnut-stepProject__photoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pg-foodnut-stepProject__photoList > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-stepProject__photoList > li img {
    width: 100%;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-model__main {
    margin-top: 40px;
  }
  .pg-foodnut-model__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 30px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-model__main {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 959.499px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-foodnut-model__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 40px;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 768.499px) {
  .pg-foodnut-model__list > li + li {
    margin-top: 50px;
  }
}
.pg-foodnut-modelCard__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 1px;
  background-color: #231815;
  color: #ffffff;
  line-height: 1.2;
}

.pg-foodnut-modelCard__heading::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -1px;
  background: #231815;
}

.pg-foodnut-modelCard__num {
  -ms-flex-item-align: center;
      align-self: center;
  width: 1.75em;
  line-height: 1;
  text-align: center;
}

.pg-foodnut-modelCard__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #ffffff;
  font-weight: 700;
  text-align: center;
}

.pg-foodnut-modelCard__illust {
  text-align: center;
}

.pg-foodnut-modelCard__exTitle {
  color: var(--setcolor, currentColor);
  font-weight: 700;
}

.pg-foodnut-modelCard__exList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
}

.pg-foodnut-modelCard__exList > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #f2f1e2;
  line-height: 1.4;
  text-align: center;
}

.pg-foodnut-modelCard__caution {
  text-align: right;
}

@media only screen and (min-width: 1080px) {
  .pg-foodnut-modelCard__heading {
    min-width: 304px;
    border-radius: 8px;
  }
  .pg-foodnut-modelCard__heading::before {
    width: 18px;
    height: 10.3923048454px;
  }
  .pg-foodnut-modelCard__num {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-foodnut-modelCard__title {
    padding: 5px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-foodnut-modelCard__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
  .pg-foodnut-modelCard__illust {
    padding-top: 25px;
  }
  .pg-foodnut-modelCard__illust img {
    width: 165px;
  }
  .pg-foodnut-modelCard__textBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 300px;
  }
  .pg-foodnut-modelCard__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-foodnut-modelCard__exBox {
    margin-top: 20px;
  }
  .pg-foodnut-modelCard__exTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-modelCard__exList {
    gap: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-modelCard__exList > li {
    padding: 12px 10px;
  }
  .pg-foodnut-modelCard__exList > li.-half {
    width: calc(50% - 2.5px);
  }
  .pg-foodnut-modelCard__caution {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pg-foodnut-modelCard__caution:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1079.999px) {
  .pg-foodnut-modelCard__heading {
    width: 100%;
    max-width: 304px;
    border-radius: 3px;
  }
  .pg-foodnut-modelCard__heading::before {
    width: 18px;
    height: 10.3923048454px;
  }
  .pg-foodnut-modelCard__num {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 1079.999px) and (max-width: 374.499px) {
  .pg-foodnut-modelCard__num {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 1079.999px) {
  .pg-foodnut-modelCard__title {
    padding: 5px 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1079.999px) and (max-width: 374.499px) {
  .pg-foodnut-modelCard__title {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 1079.999px) {
  .pg-foodnut-modelCard__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
  .pg-foodnut-modelCard__main > * {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .pg-foodnut-modelCard__illust {
    margin-top: 10px;
    text-align: center;
  }
  .pg-foodnut-modelCard__illust img {
    width: 120px;
  }
  .pg-foodnut-modelCard__textBlock {
    display: contents;
  }
  .pg-foodnut-modelCard__textBlock > * {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .pg-foodnut-modelCard__lead {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1079.999px) and (max-width: 374.499px) {
  .pg-foodnut-modelCard__lead {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1079.999px) {
  .pg-foodnut-modelCard__exBox {
    margin-top: 5px;
  }
  .pg-foodnut-modelCard__exTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1079.999px) and (max-width: 374.499px) {
  .pg-foodnut-modelCard__exTitle {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 1079.999px) {
  .pg-foodnut-modelCard__exList {
    gap: 5px;
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1079.999px) and (max-width: 374.499px) {
  .pg-foodnut-modelCard__exList {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1079.999px) {
  .pg-foodnut-modelCard__exList > li {
    padding: 12px 10px;
  }
  .pg-foodnut-modelCard__exList > li.-half {
    width: calc(50% - 2.5px);
  }
  .pg-foodnut-modelCard__caution {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1079.999px) and (max-width: 374.499px) {
  .pg-foodnut-modelCard__caution {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 1079.999px) {
  .pg-foodnut-modelCard__caution:nth-child(n+2) {
    margin-top: 10px;
  }
}
.pg-foodnut-certif__itemList > li {
  line-height: 1.6;
}

.pg-foodnut-certif__illust {
  text-align: center;
}

.pg-foodnut-certif__itemCaution a {
  color: var(--setcolor, currentColor);
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-certif__main {
    margin-top: 30px;
  }
  .pg-foodnut-certif__itemList:nth-child(n+2) {
    margin-top: 10px;
  }
  .pg-foodnut-certif__itemList > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-foodnut-certif__itemList > li:nth-child(n+2) {
    margin-top: 5px;
  }
  .pg-foodnut-certif__illust img {
    width: 162px;
  }
  .pg-foodnut-certif__illust:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-certif__itemCaution {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-certif__itemCaution:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-certif {
    position: relative;
  }
  .pg-foodnut-certif__main {
    margin-top: 20px;
  }
  .pg-foodnut-certif__itemList:nth-child(n+2) {
    margin-top: 10px;
  }
  .pg-foodnut-certif__itemList > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-certif__itemList > li {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-certif__itemList > li:nth-child(n+2) {
    margin-top: 3px;
  }
  .pg-foodnut-certif__illust {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: -75px -14px;
  }
  .pg-foodnut-certif__illust img {
    width: 90px;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-certif__illust img {
    max-width: 24vw;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-certif__itemCaution {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-certif__itemCaution {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-certif__itemCaution:nth-child(n+2) {
    margin-top: 25px;
  }
}
.pg-foodnut-job__graph {
  text-align: center;
}

.pg-foodnut-job__itemTitle {
  color: var(--setcolor, currentColor);
  font-weight: 700;
  line-height: 1.4;
}

.pg-foodnut-job__itemList > li {
  line-height: 1.75;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-job__main {
    margin-top: 30px;
  }
  .pg-foodnut-job__graph img {
    width: 285px;
  }
  .pg-foodnut-job__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pg-foodnut-job__flex:nth-child(n+2) {
    margin-top: 30px;
  }
  .pg-foodnut-job__itemBlock:nth-child(n+2) {
    margin-top: 30px;
  }
  .pg-foodnut-job__itemTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-job__itemList:nth-child(n+2) {
    margin-top: 10px;
  }
  .pg-foodnut-job__itemList > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-job__itemList > li:nth-child(n+2) {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-job__main {
    margin-top: 30px;
  }
  .pg-foodnut-job__graph img {
    width: 240px;
  }
}
@media only screen and (max-width: 959.499px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-foodnut-job__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .pg-foodnut-job__flex > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-job__itemBlock {
    margin-top: 30px;
  }
  .pg-foodnut-job__itemTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-job__itemTitle {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-job__itemList:nth-child(n+2) {
    margin-top: 10px;
  }
  .pg-foodnut-job__itemList > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-job__itemList > li {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-job__itemList > li:nth-child(n+2) {
    margin-top: 1px;
  }
}
.pg-foodnut-other {
  text-align: center;
}

.pg-foodnut-other__link {
  font-weight: 700;
  line-height: 1.2;
}

.pg-foodnut-other__link.-food {
  color: #c9a94f;
}

.pg-foodnut-other__link.-nut {
  color: #c59149;
}

.pg-foodnut-other__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid currentColor;
  background-color: #ffffff;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.pg-foodnut-other__link a .-illust {
  position: relative;
}

.pg-foodnut-other__link a .-illust img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pg-foodnut-other__link a .c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.75em;
  border-radius: 50%;
  background-color: currentColor;
}

.pg-foodnut-other__link a .c-icon img {
  width: 51%;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.pg-foodnut-other__link a,
.pg-foodnut-other__link a > span {
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
}

.pg-foodnut-other__link a:hover {
  background-color: currentColor;
}

.pg-foodnut-other__link a:hover > span {
  color: #ffffff;
}

.pg-foodnut-other__link a:hover .c-icon img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.pg-foodnut-other__totop {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.pg-foodnut-other__totop a {
  display: inline-block;
  text-decoration: none;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-other {
    margin-top: 170px;
    padding-bottom: 180px;
  }
  .pg-foodnut-other__link {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pg-foodnut-other__link a {
    gap: 10px;
    min-width: 620px;
    padding: 32px 20px;
    border-width: 3px;
    border-radius: 24px;
  }
  .pg-foodnut-other__link a .-illust {
    width: 140px;
  }
  .pg-foodnut-other__link a .-illust img {
    margin-bottom: -32px;
  }
  .pg-foodnut-other__link a .c-icon {
    width: 32px;
    height: 32px;
  }
  .pg-foodnut-other__totop {
    margin-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-foodnut-other__totop a {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-other {
    margin-top: 75px;
    padding-bottom: 80px;
  }
  .pg-foodnut-other__link {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-other__link {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-other__link a {
    gap: 8px;
    width: 335px;
    max-width: 100%;
    padding: 16px 20px;
    border-width: 2px;
    border-radius: 15px;
  }
  .pg-foodnut-other__link a .-illust {
    width: 80px;
    margin-left: -5px;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-other__link a .-illust {
    width: 20vw;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-other__link a .-illust img {
    margin-bottom: -16px;
  }
  .pg-foodnut-other__link a .c-icon {
    width: 22px;
    height: 22px;
  }
  .pg-foodnut-other__totop {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-other__totop {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-other__totop a {
    padding-bottom: 5px;
  }
}
.pg-foodnut-study__stepList {
  position: relative;
}

.pg-foodnut-study__stepList::before {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #eeeeeb;
}

.pg-foodnut-study__stepList::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #eeeeeb;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-study {
    margin-top: 75px;
  }
  .pg-foodnut-study__main:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-foodnut-study__main:nth-child(n+2) {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-study__stepList {
    padding-bottom: 160px;
  }
  .pg-foodnut-study__stepList::before {
    width: 100px;
    height: calc(100% - 100px);
  }
  .pg-foodnut-study__stepList::after {
    width: 200px;
    height: 103.9230484541px;
  }
  .pg-foodnut-study__stepList > li:nth-child(n+2) {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-study {
    margin-top: 40px;
  }
  .pg-foodnut-study__main {
    max-width: 480px;
    margin-inline: auto;
  }
  .pg-foodnut-study__main:nth-child(n+2) {
    margin-top: 35px;
  }
  .pg-foodnut-study__stepList {
    padding-bottom: 125px;
  }
  .pg-foodnut-study__stepList::before {
    width: 50px;
    height: calc(100% - 50px);
  }
  .pg-foodnut-study__stepList::after {
    width: 100px;
    height: 51.9615242271px;
  }
  .pg-foodnut-study__stepList > li:nth-child(n+2) {
    margin-top: 45px;
  }
}
.pg-foodnut-studyStepItem__title {
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}

.pg-foodnut-studyStepItem__main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8e9d6;
}

.-step01 .pg-foodnut-studyStepItem__main {
  background-color: #f8e9d6;
}

.-step02 .pg-foodnut-studyStepItem__main {
  background-color: #fff7ea;
}

.-step03 .pg-foodnut-studyStepItem__main {
  background-color: #f9f1da;
}

.-step04 .pg-foodnut-studyStepItem__main {
  background-color: #fff7ea;
}

.-step05 .pg-foodnut-studyStepItem__main {
  background-color: #f9f1da;
}

.-step06 .pg-foodnut-studyStepItem__main {
  background-color: #f8e9d6;
}

.-step07 .pg-foodnut-studyStepItem__main {
  background-color: #fff7ea;
}

.pg-foodnut-studyStepItem__main > * {
  position: relative;
  z-index: 1;
}

.pg-foodnut-studyStepItem__text {
  text-align: center;
}

.pg-foodnut-studyStepItem__listTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  background-color: #ffffff;
  color: var(--setcolor, currentColor);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.pg-foodnut-studyStepItem__list {
  font-weight: 700;
}

.pg-foodnut-studyStepItem__illust {
  position: absolute;
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: none;
          filter: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-studyStepItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .pg-foodnut-studyStepItem.-step02, .pg-foodnut-studyStepItem.-step04, .pg-foodnut-studyStepItem.-step06 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pg-foodnut-studyStepItem.-step01 {
    margin-right: 0;
  }
  .pg-foodnut-studyStepItem.-step02 {
    margin-left: 50px;
  }
  .pg-foodnut-studyStepItem.-step03 {
    padding-right: 70px;
  }
  .pg-foodnut-studyStepItem.-step04 {
    padding-left: 100px;
  }
  .pg-foodnut-studyStepItem.-step05 {
    padding-left: 50px;
  }
  .pg-foodnut-studyStepItem.-step06 {
    margin-left: 0;
  }
  .pg-foodnut-studyStepItem.-step07 {
    margin-right: 0;
  }
  .pg-foodnut-studyStepItem__title {
    height: 0;
  }
  .-step01 .pg-foodnut-studyStepItem__title {
    width: 279px;
    margin-top: -60px;
    margin-right: -90px;
  }
  .-step02 .pg-foodnut-studyStepItem__title {
    width: 192px;
    margin-top: -20px;
    margin-left: -30px;
  }
  .-step03 .pg-foodnut-studyStepItem__title {
    width: 230px;
    margin-top: 10px;
    margin-right: -65px;
  }
  .-step04 .pg-foodnut-studyStepItem__title {
    width: 200px;
    margin-top: -10px;
    margin-left: -30px;
  }
  .-step05 .pg-foodnut-studyStepItem__title {
    width: 230px;
    margin-top: 10px;
    margin-right: -100px;
  }
  .-step06 .pg-foodnut-studyStepItem__title {
    width: 210px;
    margin-top: -18px;
    margin-left: 90px;
  }
  .-step07 .pg-foodnut-studyStepItem__title {
    width: 260px;
    margin-top: 10px;
    margin-right: -130px;
  }
  .pg-foodnut-studyStepItem__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    padding: 50px 80px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .pg-foodnut-studyStepItem__main {
    width: auto !important;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1079.499px), print {
  .-step01 .pg-foodnut-studyStepItem__main, .-step02 .pg-foodnut-studyStepItem__main, .-step03 .pg-foodnut-studyStepItem__main, .-step04 .pg-foodnut-studyStepItem__main, .-step05 .pg-foodnut-studyStepItem__main, .-step06 .pg-foodnut-studyStepItem__main, .-step07 .pg-foodnut-studyStepItem__main {
    width: auto;
  }
}
@media only screen and (min-width: 960px), print {
  .-step01 .pg-foodnut-studyStepItem__main {
    width: 732px;
  }
  .-step02 .pg-foodnut-studyStepItem__main {
    width: 640px;
  }
  .-step03 .pg-foodnut-studyStepItem__main {
    width: 550px;
  }
  .-step04 .pg-foodnut-studyStepItem__main {
    width: 540px;
  }
  .-step05 .pg-foodnut-studyStepItem__main {
    width: 680px;
  }
  .-step06 .pg-foodnut-studyStepItem__main {
    width: 670px;
  }
  .-step07 .pg-foodnut-studyStepItem__main {
    width: 700px;
  }
  .pg-foodnut-studyStepItem__listTitle {
    width: 124px;
    margin-top: 25px;
    padding: 2px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-studyStepItem__listWrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    margin-inline: auto;
  }
  .-step02 .pg-foodnut-studyStepItem__illust {
    bottom: 0;
    left: 0;
    width: 125px;
    margin: -35px -30px;
  }
  .-step03 .pg-foodnut-studyStepItem__illust {
    right: 0;
    bottom: 0;
    width: 317px;
    margin: -5px -202px;
  }
  .-step04 .pg-foodnut-studyStepItem__illust {
    bottom: 0;
    left: 0;
    width: 153px;
    margin: 20px -70px;
  }
  .-step06 .pg-foodnut-studyStepItem__illust {
    right: 0;
    bottom: 0;
    width: 164px;
    margin: 10px -80px;
  }
  .-step07 .pg-foodnut-studyStepItem__illust {
    bottom: 0;
    left: 0;
    width: 245px;
    margin: -90px -300px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-studyStepItem {
    position: relative;
  }
  .pg-foodnut-studyStepItem__title {
    position: absolute;
    top: 0;
    margin-top: -15px;
  }
  .-step01 .pg-foodnut-studyStepItem__title, .-step03 .pg-foodnut-studyStepItem__title, .-step05 .pg-foodnut-studyStepItem__title, .-step07 .pg-foodnut-studyStepItem__title {
    right: 0;
  }
  .-step02 .pg-foodnut-studyStepItem__title, .-step04 .pg-foodnut-studyStepItem__title, .-step06 .pg-foodnut-studyStepItem__title {
    left: 0;
  }
  .-step01 .pg-foodnut-studyStepItem__title {
    width: 170px;
    margin-top: -55px;
    margin-right: 8px;
  }
  .-step02 .pg-foodnut-studyStepItem__title {
    width: 150px;
    margin-top: -35px;
    margin-left: -10px;
  }
  .-step03 .pg-foodnut-studyStepItem__title {
    width: 170px;
    margin-right: 25px;
  }
  .-step04 .pg-foodnut-studyStepItem__title {
    width: 135px;
    margin-top: -25px;
    margin-left: 10px;
  }
  .-step05 .pg-foodnut-studyStepItem__title {
    width: 152px;
    margin-top: -35px;
    margin-right: -15px;
  }
  .-step06 .pg-foodnut-studyStepItem__title {
    width: 163px;
    margin-left: 25px;
  }
  .-step07 .pg-foodnut-studyStepItem__title {
    width: 213px;
    margin-top: -35px;
    margin-right: -10px;
  }
  .pg-foodnut-studyStepItem__main {
    padding: 120px 20px 40px;
  }
  .-step01 .pg-foodnut-studyStepItem__main {
    padding-top: 85px;
  }
  .-step03 .pg-foodnut-studyStepItem__main {
    padding-bottom: 60px;
  }
  .-step04 .pg-foodnut-studyStepItem__main {
    padding-bottom: 90px;
  }
  .-step05 .pg-foodnut-studyStepItem__main {
    padding-top: 85px;
  }
  .-step06 .pg-foodnut-studyStepItem__main {
    padding-bottom: 65px;
  }
  .-step07 .pg-foodnut-studyStepItem__main {
    padding-top: 140px;
    padding-bottom: 55px;
  }
  .pg-foodnut-studyStepItem__text {
    position: relative;
    z-index: 2;
    text-align: left;
  }
  .pg-foodnut-studyStepItem__listTitle {
    z-index: 2;
    width: 124px;
    margin-top: 25px;
    padding: 2px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-studyStepItem__listTitle {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-studyStepItem__listWrap {
    margin-top: 10px;
  }
  .-step06 .pg-foodnut-studyStepItem__list > li, .-step07 .pg-foodnut-studyStepItem__list > li {
    display: block;
    width: 100%;
  }
  .-step02 .pg-foodnut-studyStepItem__illust {
    right: 0;
    bottom: 0;
    width: 70px;
    margin: 15px -15px;
  }
  .-step03 .pg-foodnut-studyStepItem__illust {
    bottom: 0;
    left: 0;
    width: 230px;
    margin: -40px -40px;
  }
  .-step04 .pg-foodnut-studyStepItem__illust {
    right: 0;
    bottom: 0;
    width: 110px;
    margin: 10px 30px;
  }
  .-step06 .pg-foodnut-studyStepItem__illust {
    bottom: 0;
    left: 0;
    width: 116px;
    margin: -20px -15px;
  }
  .-step07 .pg-foodnut-studyStepItem__illust {
    right: 0;
    bottom: 0;
    width: 170px;
    margin: -40px -10px;
  }
}
.pg-foodnut-training__catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.pg-foodnut-training__catch::before, .pg-foodnut-training__catch::after {
  display: block;
  position: absolute;
  width: 2px;
  height: 2.4em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  bottom: 0;
  margin-bottom: -0.1em;
  background-color: currentColor;
}

.pg-foodnut-training__catch::before {
  left: 0;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
}

.pg-foodnut-training__catch::after {
  right: 0;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}

.pg-foodnut-training__contWrap {
  border: solid var(--setcolor, currentColor);
  background-color: #ffffff;
}

.pg-foodnut-training__heading {
  border-bottom: solid var(--setcolor, currentColor);
  background-color: var(--setcolor, currentColor);
  color: #ffffff;
  text-align: center;
}

.pg-foodnut-training__title {
  font-weight: 700;
  line-height: 1.2;
}

.pg-foodnut-training__subTitle {
  line-height: 1.2;
}

.pg-foodnut-training__subHeading {
  line-height: 1.2;
  text-align: center;
}

.pg-foodnut-training__subHeading strong {
  display: block;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-training {
    margin-top: 20px;
  }
  .pg-foodnut-training__catch {
    margin-bottom: 15px;
    padding-inline: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-foodnut-training__contWrap {
    border-width: 3px;
    border-radius: 25px;
  }
  .pg-foodnut-training__heading {
    padding: 15px;
    border-bottom-width: 3px;
    border-radius: 15px 15px 0 0;
  }
  .pg-foodnut-training__title {
    font-size: 30px;
    font-size: 3rem;
  }
  .pg-foodnut-training__subTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-foodnut-training__subTitle:nth-child(n+2) {
    margin-top: 5px;
  }
  .pg-foodnut-training__main {
    padding: 40px 40px;
  }
  .pg-foodnut-training__subHeading strong {
    margin-top: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pg-foodnut-training__itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-foodnut-training__itemList {
    -webkit-margin-start: -25px;
            margin-inline-start: -25px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-training__itemList > li {
    width: 33.333%;
    padding: 10px 25px;
  }
  .pg-foodnut-training__itemList > li + li {
    border-left: 2px dotted var(--setcolor, currentColor);
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-training {
    margin-top: 15px;
  }
  .pg-foodnut-training__catch {
    margin-bottom: 10px;
    padding-inline: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pg-foodnut-training__contWrap {
    border-width: 2px;
    border-radius: 12px;
  }
  .pg-foodnut-training__heading {
    padding: 10px 15px;
    border-bottom-width: 2px;
    border-radius: 6px 6px 0 0;
  }
  .pg-foodnut-training__title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-training__title {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-training__subTitle {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-training__subTitle {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-training__subTitle:nth-child(n+2) {
    margin-top: 5px;
  }
  .pg-foodnut-training__main {
    padding: 30px 20px;
  }
  .pg-foodnut-training__subHeading {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-training__subHeading {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-training__subHeading strong {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-training__subHeading strong {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-training__itemList > li {
    padding: 20px 0;
  }
  .pg-foodnut-training__itemList > li + li {
    border-top: 2px dotted var(--setcolor, currentColor);
  }
}
.pg-foodnut-trainingCard__catch {
  color: var(--setcolor, currentColor);
  line-height: 1.4;
  text-align: center;
}

.pg-foodnut-trainingCard__title {
  border: solid var(--setcolor, currentColor);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.pg-foodnut-trainingCard__title small {
  font-weight: inherit;
}

.pg-foodnut-trainingCard__illust {
  text-align: center;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-trainingCard__catch {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-foodnut-trainingCard__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 2.8em;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-trainingCard__title {
    margin-top: 10px;
    padding: 5px 10px;
    border-width: 2px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pg-foodnut-trainingCard__title small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-trainingCard__text {
    min-height: 3em;
    margin-top: 20px;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-foodnut-trainingCard__illust {
    margin-top: 20px;
  }
  .pg-foodnut-trainingCard__illust img {
    width: 190px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-trainingCard__catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-trainingCard__catch {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-trainingCard__title {
    margin-top: 10px;
    padding: 4px 10px;
    border-width: 1.5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-trainingCard__title {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-trainingCard__title small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-trainingCard__title small {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-trainingCard__text {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-trainingCard__text {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-trainingCard__illust {
    margin-top: 10px;
  }
  .pg-foodnut-trainingCard__illust img {
    width: 150px;
  }
}
.pg-foodnut-pickup__catch {
  font-weight: 700;
  line-height: 1.5;
}

.pg-foodnut-pickup__illust {
  text-align: center;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-pickup__main:nth-child(n+2) {
    margin-top: 40px;
  }
  .pg-foodnut-pickup__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3em;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pg-foodnut-pickup__text:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-pickup__illust {
    margin-inline: -60px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1179.499px), print {
  .pg-foodnut-pickup__illust {
    margin-inline: -40px;
  }
}
@media only screen and (min-width: 960px), print {
  .pg-foodnut-pickup__illust:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-pickup__main:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-pickup__catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-pickup__catch {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-pickup__text:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-pickup__illust {
    margin-inline: -20px;
  }
  .pg-foodnut-pickup__illust:nth-child(n+2) {
    margin-top: 40px;
  }
  .pg-foodnut-pickup__illust img {
    width: 480px;
  }
}
.pg-foodnut-career__catch {
  font-weight: 700;
  line-height: 1.5;
}

.pg-foodnut-career__graphTitle {
  font-weight: 700;
  line-height: 1.4;
}

.pg-foodnut-career__graphImg {
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 960px), print {
  .pg-foodnut-career__main:nth-child(n+2) {
    margin-top: 40px;
  }
  .pg-foodnut-career__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3em;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pg-foodnut-career__text:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-career__graphBlock:nth-child(n+2) {
    margin-top: 40px;
  }
  .pg-foodnut-career__graphTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-foodnut-career__graphImg:nth-child(n+2) {
    margin-top: 15px;
  }
  .pg-foodnut-career__graphImg img {
    width: 434px;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-career__main:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-career__catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-career__catch {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-career__text:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-career__graphBlock:nth-child(n+2) {
    margin-top: 30px;
  }
  .pg-foodnut-career__graphTitle {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .pg-foodnut-career__graphTitle {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .pg-foodnut-career__graphImg:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-foodnut-career__graphImg img {
    width: 202px;
  }
}
@media only screen and (max-width: 959.499px) and (min-width: 769px) and (max-width: 959.499px) {
  .pg-foodnut-career__graphImg img {
    width: 434px;
  }
}