/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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 {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

*,
*::before,
*::after {
  box-sizing: border-box;
  overscroll-behavior-x: none
}

html {
  font-size: 62.5%
}

body {
  font-family: Roboto, -apple-system, "Helvetica Neue", "Lucida Grande", Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
select,
textarea {
  font-family: inherit
}

img {
  max-width: 100%;
  height: auto;
  transition: .3s
}

a:link,
a:visited {
  color: #333;
  text-decoration: none
}

a:hover {
  text-decoration: none
}

a:hover img {
  opacity: .75
}

nav a:hover {
  text-decoration: none
}

input::-ms-clear {
  visibility: hidden
}

input::-ms-reveal {
  visibility: hidden
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset
}

a,
input,
button {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

select,
button {
  cursor: pointer;
  background: none
}

button {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

ul {
  list-style: none
}

hr {
  visibility: hidden
}

blockquote,
q {
  quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none
}

address {
  font-style: normal
}

table {
  border-collapse: collapse
}

.container {
  margin: 70px 0 0;
  position: relative
}

@media screen and (min-width: 600px) {
  .container {
      margin: 100px 0 0
  }
}

.header {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 10
}

.headerInner {
  height: 70px;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}

.headerInner::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.header_logo {
  z-index: 1;
  margin: auto 0 0
}

a.header_access {
  font-weight: bold;
  font-size: .9rem;
  transition: .3s;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px
}

a.header_access::before {
  content: "";
  background: url(../../src/img/macine-icon.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  display: block;
  transition: .3s
}

a.header_access:hover {
  color: #1f864e
}

a.header_access:hover::before {
  background: url(../../src/img/macine-icon-hover.svg) no-repeat center/contain
}

@media screen and (min-width: 600px) {
  .header {
      height: 100px;
      padding: 30px 0 0
  }
  .headerInner {
      padding: 0 30px
  }
  .headerInner::before {
      width: 140px;
      height: 140px
  }
  .header_logoImage {
      width: 72px
  }
  a.header_access {
      font-size: 1.3rem;
      width: 50px;
      height: 50px
  }
  a.header_access::before {
      width: 30px;
      height: 30px
  }
}

.heroWrapper {
  position: relative;
  max-width: 1220px;
  margin: auto
}

.topHeadingWrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 12% 0 0;
  margin: 0 auto
}

.topHeading {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: .15em;
  text-align: center
}

.topHeading_span {
  display: block
}

.topSubcopy {
  font-weight: 300;
  letter-spacing: .1em;
  text-align: center;
  margin: 14px 0 0
}

@media screen and (min-width: 600px) {
  .heroWrapper {
      padding: 0 30px 60px
  }
  .topHeadingWrapper {
      left: 80px;
      right: auto;
      top: 0;
      bottom: 0;
      padding: 0;
      margin: auto;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content
  }
  .topHeading {
      text-align: left;
      font-size: 3.4rem
  }
  .topSubcopy {
      text-align: left;
      font-size: 1.6rem;
      margin: 40px 0 0
  }
}

.topInfoList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 60px auto;
  padding: 0 15px;
  max-width: 1130px
}

.topInfoList_anchor {
  display: block;
  background: #f5f5f5;
  padding: 15px;
  font-weight: bold;
  transition: .3s
}

.topInfoList_anchor:hover .topInfoList_anchorSub {
  text-decoration: underline
}

.topInfoList_anchorTitle {
  font-size: 1.3rem;
  color: #e60000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.topInfoList_anchorSub {
  font-size: 1.2rem;
  display: block;
  margin: 10px 0 0
}

@media screen and (min-width: 600px) {
  .topInfoList {
      gap: 20px;
      margin: 20px auto 80px;
  }
  .topInfoList_anchor {
      padding: 20px 15px
  }
  .topInfoList_anchorTitle {
      font-size: 1.6rem
  }
  .topInfoList_anchorSub {
      font-size: 1.4rem;
      margin: 15px 0 0
  }
}

.topTopics {
  margin: 60px 0 50px
}

.topTopics_heading {
  margin: 0 0 30px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .2em
}

.topTopics_heading::before {
  content: attr(data-eng);
  margin: 0 0 20px;
  display: block;
  font-size: 3rem;
  font-weight: 300;
  color: #a9a9a9;
  letter-spacing: normal
}

.topTopics_list {
  display: flex;
  gap: 15px;
  padding: 0 20px 20px;
  overflow-x: auto;
  justify-content: center;
  flex-wrap: wrap;
}

.topTopics_item {
  flex: 1 0 90%
}

.topTopics_image {
  width: 100%
}

@media screen and (min-width: 600px) {
  .topTopics {
      margin: 20px 0 70px
  }
  .topTopics_heading {
      margin: 0 0 40px;
      font-size: 1.4rem
  }
  .topTopics_heading::before {
      margin: 0 0 25px;
      font-size: 3.6rem
  }
  .topTopics_list {
      max-width: 767px;
      margin: auto
  }
  .topTopics_item {
      flex: none
  }
  .topTopics_image {
      width: 600px
  }
}

.topCoupon1 {
  background: oldlace;
  padding: 50px 0 64px
}

.topCoupon1_heading {
  color: #1f864e;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: .2em;
  text-align: center
}

.topCoupon1_headingSpan1,
.topCoupon1_headingSpan2 {
  display: block
}

.topCoupon1_imageWrapper {
  margin: 45px 0 0;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.topCoupon1_textWrapper {
  margin: 50px 42px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold
}

.topCoupon_banner {
  margin: 56px auto 0;
  text-align: center
}

@media screen and (min-width: 600px) {
  .topCoupon1 {
      padding: 110px 0 120px
  }
  .topCoupon1_heading {
      font-size: 3rem;
      letter-spacing: .15em
  }
  .topCoupon1_headingSpan1 {
      display: inline
  }
  .topCoupon1_imageWrapper {
      margin: 96px 0 0;
      gap: 76px
  }
  .topCoupon1_image {
      width: 233px
  }
  .topCoupon1_textWrapper {
      margin: 94px auto 0;
      padding: 0 42px;
      max-width: 784px;
      gap: 40px;
      font-size: 2rem
  }
  .topCoupon_banner {
      margin: 90px auto 0
  }
  .topCoupon_bannerImage {
      width: 400px
  }
}

.recommend {
  padding: 70px 0
}

@media screen and (min-width: 600px) {
  .recommend {
      padding: 70px 0 100px
  }
}

.topConcept {
  position: relative;
  color: #fff
}

.topConcept_textWrapper {
  position: absolute;
  top: 38px;
  left: 20px
}

.topConcept_title {
  font-size: 1.6rem;
  letter-spacing: .05em;
  position: relative;
  margin: 0 0 0 45px
}

.topConcept_title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff
}

.topConcept_heading {
  margin: 53px 0 0;
  font-size: 2.2rem;
  font-weight: bold
}

.topConcept_text {
  margin: 36px 0 0;
  font-weight: bold;
  line-height: 1.8;
  width: 240px
}

.topConcept_span {
  margin: 0 .5em 0 0
}

.topConcept_buttonWrapper {
  margin: 30px 0 0
}

@media screen and (min-width: 600px) {
  .topConcept_textWrapper {
      top: 60px;
      max-width: 1140px;
      left: 20px;
      right: 0;
      margin: auto
  }
  .topConcept_heading {
      margin: 70px 0 0;
      font-size: 2.6rem
  }
  .topConcept_text {
      margin: 50px 0 0;
      font-size: 1.6rem;
      width: 350px
  }
  .topConcept_buttonWrapper {
      margin: 50px 0 0
  }
}

.topCoupon2 {
  background: #f4f5f1;
  padding: 70px 0 64px
}

.topCoupon2_heading {
  color: #1f864e;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .1em;
  text-align: center
}

.topCoupon2_imageWrapper {
  margin: 45px 0 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.topCoupon2_sholdercopy {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #1f864e;
  margin: 0 10px 0 0
}

.topCoupon2_sholdercopySpan {
  display: block
}

.topCoupon2_image {
  width: 50vw;
  max-width: 170px
}

.topCoupon2_textWrapper {
  margin: 38px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold
}

.topCoupon2_buttonWrapper {
  margin: auto
}

@media screen and (min-width: 930px) {
  .topCoupon2 {
      padding: 125px 0 145px
  }
  .topCoupon2_inner {
      max-width: 930px;
      padding: 0 16px;
      margin: auto;
      display: grid;
      grid-template-columns: auto auto;
      grid-template-rows: auto auto;
      gap: 50px 0;
      justify-content: space-between
  }
  .topCoupon2_heading {
      font-size: 2.6rem;
      text-align: left;
      grid-column: 2;
      grid-row: 1
  }
  .topCoupon2_imageWrapper {
      margin: 0;
      grid-column: 1;
      grid-row: 1/3;
      justify-content: flex-start
  }
  .topCoupon2_sholdercopy {
      font-size: 1.6rem;
      margin: 0 20px 0 0
  }
  .topCoupon2_image {
      width: 100%;
      max-width: 260px
  }
  .topCoupon2_textWrapper {
      margin: 0;
      gap: 50px;
      font-size: 1.6rem;
      width: 350px;
      grid-column: 2;
      grid-row: 2
  }
  .topCoupon2_buttonWrapper {
      margin: 0
  }
}

.topNews {
  padding: 80px 0 70px
}

.topNews_list {
  display: flex;
  gap: 15px;
  padding: 0 20px 20px;
  overflow-x: auto
}

.topNews_item {
  flex: 1 0 75%
}

.topNews_anchor {
  display: block;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
  border-radius: 5px;
  transition: .3s
}

.topNews_anchor:hover .topNews_image {
  transform: scale(1.1)
}

.topNews_imageWrapper {
  overflow: hidden
}

.topNews_image {
  width: 100%
}

.topNews_textWrapper {
  padding: 10px 15px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.topNews_text {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold
}

.topNews_subText {
  font-size: 1.2rem;
  color: #a9a9a9;
  display: flex;
  justify-content: space-between
}

@media screen and (min-width: 600px) {
  .topNews {
      padding: 80px 0 100px
  }
  .topNews_list {
      max-width: 1160px;
      margin: auto;
      padding: 0 40px
  }
  .topNews_list .slick-arrow {
      height: 56px
  }
  .topNews_list .slick-arrow::before {
      content: "";
      position: absolute;
      background: #333;
      width: 1px;
      height: 35px;
      margin: auto
  }
  .topNews_list .slick-arrow::after {
      content: "";
      position: absolute;
      background: #333;
      width: 1px;
      height: 35px;
      margin: auto
  }
  .topNews_list .slick-prev::before {
      top: 30px;
      bottom: 0;
      right: 30px;
      transform: rotate(-30deg)
  }
  .topNews_list .slick-prev::after {
      top: -30px;
      bottom: 0;
      right: 30px;
      transform: rotate(30deg)
  }
  .topNews_list .slick-next::before {
      top: 30px;
      bottom: 0;
      left: 30px;
      transform: rotate(30deg)
  }
  .topNews_list .slick-next::after {
      top: -30px;
      bottom: 0;
      left: 30px;
      transform: rotate(-30deg)
  }
  .topNews_list .slick-disabled::before,
  .topNews_list .slick-disabled::after {
      opacity: 1;
      background: #d3d3d3
  }
  .topNews_item {
      max-width: 270px;
      flex: none;
      padding: 10px
  }
  .topNews_text {
      font-size: 1.4rem
  }
}

.topics {
  padding: 60px 20px 70px
}

.topics_title {
  font-weight: bold;
  position: relative;
  margin: 0 0 0 25px
}

.topics_title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #333
}

.topics_heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 30px 0 0
}

.topics_date {
  margin: 15px 0 0 10px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  position: relative
}

.topics_date::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #039c28;
  border-radius: 50%;
  position: absolute;
  left: -10px
}

.topics_imageWrapper {
  margin: 20px 0 0
}

.topics_image {
  width: 100%
}

.topics_text {
  margin: 40px 0 0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 1em;
  overflow-wrap: break-word
}

@media screen and (min-width: 600px) {
  .topics {
      padding: 120px 20px 100px;
      max-width: 740px;
      margin: auto;
      position: relative
  }
  .topics_title {
      margin: 0 0 0 35px
  }
  .topics_title::before {
      width: 30px;
      left: -35px
  }
  .topics_heading {
      font-size: 3rem
  }
  .topics_date {
      margin: 40px 0 0 14px;
      font-size: 1.4rem
  }
  .topics_date::before {
      width: 8px;
      height: 8px;
      left: -14px
  }
  .topics_imageWrapper {
      margin: 60px 0 0
  }
  .topics_text {
      margin: 90px 0 0;
      font-size: 1.6rem;
      line-height: 1.8
  }
}

@media screen and (min-width: 1100px) {
  .topics_title {
      position: absolute;
      top: 130px;
      left: -130px
  }
  .topics_heading {
      margin: 0
  }
}

.news {
  padding: 0 0 70px
}

.newsList {
  display: flex;
  flex-direction: column;
  margin: 35px 20px 50px;
  gap: 30px
}

a.newsList_anchor {
  display: block
}

a.newsList_anchor:hover .newsList_text {
  color: #1f864e
}

.newsList_image {
  width: 100%
}

.newsList_textWrapper {
  margin: 10px 0 0
}

.newsList_date {
  color: #a9a9a9;
  display: flex;
  gap: 20px
}

.newsList_text {
  margin: 5px 0 0;
  font-weight: bold;
  line-height: 1.5
}

@media screen and (min-width: 600px) {
  .news {
      padding: 0 0 100px
  }
  .newsList {
      flex-direction: row;
      margin: 40px auto 90px;
      padding: 0 20px;
      max-width: 1140px;
      justify-content: center;
      gap: 30px 20px;
      flex-wrap: wrap
  }
  .newsList::after {
      content: "";
      display: block;
      width: calc(50% - 10px);
      max-width: 260px
  }
  .newsList_item {
      max-width: 260px;
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3)
  }
  .newsList_anchor:hover .newsList_image {
      transform: scale(1.1)
  }
  .newsList_imageWrapper {
      max-width: 260px;
      height: 180px;
      overflow: hidden
  }
  .newsList_image {
      height: 180px
  }
  .newsList_textWrapper {
      margin: 0;
      padding: 10px 15px 15px;
      height: 120px;
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between
  }
  .newsList_date {
      justify-content: space-between;
      font-size: 1.2rem
  }
  .newsList_text {
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden
  }
}

@media screen and (min-width: 860px) {
  .newsList {
      justify-content: flex-start;
      width: 860px
  }
}

@media screen and (min-width: 1140px) {
  .newsList {
      width: 1140px
  }
}

.menu {
  margin: 80px 0 70px
}

.menu_heading {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #1f864e;
  text-align: center
}

.menu_heading_span {
  display: block
}

.menu_text {
  font-weight: bold;
  line-height: 1.8;
  margin: 55px 20px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.menu2 {
  margin: 35px 20px 70px;
  padding: 35px 0 0;
  border-top: 1px solid #d3d3d3
}

.menu2_heading {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #1f864e;
  text-align: center
}

.menu2_image1 {
  margin: 35px 0 0;
  width: 100%
}

.menu2_text {
  font-weight: bold;
  line-height: 1.8;
  margin: 40px 20px 45px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.menu2_image2 {
  display: block;
  margin: auto
}

@media screen and (min-width: 600px) {
  .menu {
      margin: 120px 0 0
  }
  .menu_heading {
      font-size: 3rem;
      line-height: 2
  }
  .menu_text {
      font-size: 1.8rem;
      margin: 88px auto 88px;
      padding: 0 20px;
      width: 740px;
      gap: 40px
  }
  .menu2 {
      margin: 35px auto 150px;
      padding: 90px 20px 0;
      max-width: 1140px;
      display: grid;
      grid-template-columns: auto auto;
      grid-template-rows: auto auto auto;
      gap: 0 60px
  }
  .menu2_heading {
      text-align: left;
      grid-column: 2;
      grid-row: 1
  }
  .menu2_image1 {
      margin: 0;
      width: 620px;
      grid-column: 1;
      grid-row: 1/4
  }
  .menu2_text {
      font-size: 1.6rem;
      margin: 50px 0 0;
      gap: 30px;
      max-width: 420px
  }
  .menu2_image2 {
      margin: 62px 0 0
  }
}

.menuDetailSlider_image {
  width: 100%
}

.menuDetailThumbnail .slick-arrow:before {
  color: #1f864e
}

.menuDetailThumbnail .slick-track {
  display: flex;
  gap: 10px;
  margin: 20px 0 0
}

.menuDetail {
  padding: 40px 20px 70px
}

.menuDetail_heading {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold
}

.menuDetail_label {
  display: inline-block;
  background: #a9a9a9;
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  border-radius: 3px;
  margin: 10px 0 0
}

.menuDetail_value {
  margin: 25px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: end
}

.menuDetail_valuePriceTitle {
  font-size: 1.3rem
}

.menuDetail_valuePrice {
  margin: 10px 0 0;
  font-size: 2.2rem
}

.menuDetail_valueTax {
  font-size: 1.3rem
}

.menuDetail_valueCal {
  font-size: 1.8rem
}

.menuDetail_text {
  margin: 60px 0 0;
  font-weight: bold;
  line-height: 1.5
}

.menuDetail_note {
  margin: 20px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 5px
}

.menuDetail_specifics {
  font-size: 1.2rem;
  line-height: 1.5;
  border-top: 1px solid #eaecec;
  margin: 30px 0 0;
  padding: 20px 0 0
}

.menuDetail_specificsItem {
  margin: 0 0 20px;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 20px
}

@media screen and (min-width: 600px) {
  .menuDetailWrapper {
      max-width: 600px;
      padding: 120px 20px 90px;
      margin: 0 auto;
      gap: 0 80px
  }
  .menuDetailSlider {
      max-width: 580px;
      grid-column: 1;
      grid-row: 1
  }
  .menuDetailThumbnail {
      max-width: 580px;
      grid-column: 1;
      grid-row: 2;
      align-self: start
  }
  .menuDetailThumbnail .slick-track {
      gap: 15px
  }
  .menuDetail {
      grid-column: 2;
      grid-row: 1/3;
      padding: 60px 0 0
  }
  .menuDetail_heading {
      font-size: 3rem
  }
  .menuDetail_label {
      font-size: 1.6rem;
      padding: 4px 8px;
      margin: 15px 0 0
  }
  .menuDetail_value {
      margin: 30px 0 0
  }
  .menuDetail_valuePriceTitle {
      font-size: 1.4rem
  }
  .menuDetail_valuePrice {
      margin: 15px 0 0;
      font-size: 2.4rem
  }
  .menuDetail_valueTax {
      font-size: 1.4rem
  }
  .menuDetail_valueCal {
      font-size: 1.8rem
  }
  .menuDetail_text {
      font-size: 1.6rem
  }
  .menuDetail_note {
      margin: 25px 0 0
  }
  .menuDetail_specifics {
      font-size: 1.4rem;
      margin: 30px 0 0;
      padding: 25px 0 0
  }
  .menuDetail_specificsItem {
      margin: 0 0 25px;
      padding: 0 0 25px
  }
  .menuDetail_specificsItemNote {
      font-size: 1.2rem;
      margin: 10px 0 0
  }
  .menuDetail_shareWrapper {
      display: flex;
      gap: 40px;
      align-items: center;
      padding: 15px 0 0
  }
  .menuDetail_shareWrapper .shareTitle {
      margin: 0;
      padding: 0;
      border: none;
      font-weight: bold
  }
  .menuDetail_shareWrapper .shareList {
      gap: 25px;
      padding: 0
  }
}

@media screen and (min-width: 1100px) {
  .menuDetailWrapper {
      display: grid;
      grid-template-columns: auto auto;
      grid-template-rows: auto 1fr;
      max-width: 1140px
  }
  .menuDetail {
      padding: 0
  }
}

.howToEat {
  background: oldlace;
  padding: 60px 20px 70px
}

.howToEat_heading {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .2em
}

.howToEat_heading::after {
  content: attr(data-eng);
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: .1em;
  margin: 20px 0 0
}

.howToEat_text {
  font-weight: bold;
  line-height: 1.8;
  margin: 25px 0 0
}

.howToEat_listWrapper {
  margin: 50px 0 0
}

.howToEat_listWrapper+.howToEat_listWrapper {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #d3d3d3
}

.howToEat_listHeading {
  font-weight: bold;
  font-size: 1.6rem
}

.howToEat_listHeading::after {
  content: attr(data-eng);
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: .1em;
  margin: 5px 0 0
}

.howToEat_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 0
}

.howToEat_listItem {
  display: flex;
  gap: 10px;
  line-height: 1.5
}

.otherSalad {
  padding: 70px 0
}

.otherSalad_heading {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .2em
}

.otherSalad_heading::after {
  content: attr(data-eng);
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: .1em;
  margin: 20px 0 0
}

@media screen and (min-width: 600px) {
  .howToEat {
      padding: 100px 20px 136px
  }
  .howToEat_heading {
      font-size: 2.6rem
  }
  .howToEat_heading::after {
      font-size: 1.6rem;
      margin: 25px 0 0
  }
  .howToEat_text {
      font-size: 1.6rem;
      margin: 50px auto 0;
      max-width: 700px
  }
  .howToEat_listWrapper {
      margin: 100px 0 0
  }
  .howToEat_listWrapper+.howToEat_listWrapper {
      margin: 84px 0 0;
      padding: 66px 0 0
  }
  .howToEat_listHeading {
      font-size: 2rem;
      text-align: center
  }
  .howToEat_listHeading::after {
      font-size: 1.3rem;
      margin: 20px 0 0
  }
  .howToEat_list {
      flex-direction: row;
      gap: 30px;
      margin: 40px auto 0;
      max-width: 1100px
  }
  .howToEat_listItem {
      flex-direction: column;
      gap: 20px;
      font-size: 1.6rem;
      max-width: 254px
  }
  .howToEat_image {
      width: 100%
  }
  .otherSalad {
      padding: 100px 0 115px
  }
  .otherSalad_heading {
      font-size: 2.6rem
  }
  .otherSalad_heading::after {
      font-size: 1.6rem;
      margin: 25px 0 0
  }
}

.coupon {
  padding: 60px 20px
}

.coupon_sholdercopy {
  color: #1f864e;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em
}

.coupon_sholdercopy::before {
  content: "";
  background: #1f864e;
  height: 1px;
  width: 18px;
  transform: rotate(45deg)
}

.coupon_sholdercopy::after {
  content: "";
  background: #1f864e;
  height: 1px;
  width: 18px;
  transform: rotate(-45deg)
}

.coupon_banner {
  background: oldlace;
  border: 2px solid #1f864e;
  margin: 30px 0 0;
  padding: 30px 5px;
  text-align: center
}

.coupon_bannerText {
  color: #1f864e;
  font-size: 1.8rem;
  line-height: 1.5
}

.coupon_bannerTextSpan {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  margin: 10px 0 0
}

.coupon_bannerTextSpan2 {
  display: block
}

.coupon_bannerTime {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px 0 0;
  color: #1f864e
}

.coupon_lead {
  margin: 35px 0 0;
  font-weight: bold;
  line-height: 1.8
}

.coupon_text {
  margin: 65px 0 0;
  line-height: 1.5
}

.coupon_text+.coupon_text {
  margin: 20px 0 0
}

.coupon_specifics {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center
}

.coupon_specificsItem {
  border: 1px solid gray;
  border-radius: 3px
}

.coupon_specificsTitle {
  background: gray;
  color: #fff;
  font-weight: bold;
  padding: 10px 0
}

.coupon_specificsTime {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 0
}

.coupon_note {
  margin: 20px 0 0;
  font-size: 1.2rem;
  line-height: 1.5
}

.coupon_heading {
  margin: 50px 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #d3d3d3;
  padding: 30px 0 0
}

.coupon_yasaipayWrapper {
  display: flex;
  margin: 40px 0 0;
  gap: 20px;
  align-items: center;
  justify-content: center
}

.coupon_yasaipayType {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.coupon_storeBanners {
  margin: 30px 0 0;
  display: flex;
  gap: 15px;
  justify-content: center
}

@media screen and (min-width: 600px) {
  .coupon {
      padding: 120px 20px;
      max-width: 1100px;
      margin: 0 auto
  }
  .coupon_inner {
      max-width: 700px;
      margin: 0 auto
  }
  .coupon_sholdercopy {
      font-size: 2.2rem;
      gap: 1em
  }
  .coupon_sholdercopy::before {
      width: 24px
  }
  .coupon_sholdercopy::after {
      width: 24px
  }
  .coupon_banner {
      margin: 30px 0 0;
      padding: 56px 5px 62px
  }
  .coupon_bannerText {
      font-size: 2.6rem;
      line-height: 1
  }
  .coupon_bannerTextSpan {
      font-size: 3.4rem;
      margin: 35px 0 0
  }
  .coupon_bannerTextSpan2 {
      display: inline
  }
  .coupon_bannerTime {
      font-size: 2rem;
      margin: 35px 0 0
  }
  .coupon_lead {
      margin: 55px 0 0;
      font-size: 2rem;
      text-align: center
  }
  .coupon_leadSpan {
      display: block
  }
  .coupon_text {
      margin: 95px 0 0;
      font-size: 1.6rem;
      line-height: 1.6
  }
  .coupon_text+.coupon_text {
      margin: 25px 0 0
  }
  .coupon_specifics {
      margin: 40px 0 0;
      gap: 40px
  }
  .coupon_specificsTitle {
      font-size: 1.6rem;
      padding: 15px 0
  }
  .coupon_specificsTime {
      font-size: 1.8rem;
      padding: 20px 0
  }
  .coupon_heading {
      margin: 120px 0 0;
      font-size: 2.6rem;
      padding: 100px 0 0
  }
  .coupon_yasaipayWrapper {
      margin: 70px 0 0;
      gap: 30px
  }
  .coupon_yasaipayMarkImage {
      width: 100%;
      max-width: 122px
  }
  .coupon_yasaipayType {
      font-size: 2rem;
      gap: 20px
  }
  .coupon_yasaipayTypeImage {
      width: 100%;
      max-width: 350px
  }
  .coupon_storeBanners {
      margin: 50px 0 0;
      gap: 20px
  }
  .coupon_storeAppImage {
      width: 163px
  }
  .coupon_storeGoogleImage {
      width: 192px
  }
}

.concept {
  padding: 70px 0 100px;
  display: flex;
  flex-direction: column;
  gap: 2.4em;
  text-align: center;
  font-weight: bold;
  line-height: 2.4
}

.philosophy {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0
}

.philosophy_inner {
  padding: 70px 20px 70px;
  background: #f4f5f1
}

.philosophy_heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2
}

.philosophy_heading::before {
  content: attr(data-eng);
  text-transform: none;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.3rem;
  display: block;
  margin: 0 0 30px
}

.philosophy_heading::after {
  content: "";
  position: absolute;
  background: url(../../src/img/salad_003_clipping.png) no-repeat center/contain;
  width: 340px;
  height: 340px;
  top: 0;
  right: calc(-380px + 55%)
}

.philosophy_text {
  margin: 100px 0 0;
  font-weight: bold;
  line-height: 1.8
}

.helthyAndPower {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
  background: #f4f5f1
}

.helthyAndPower_inner {
  padding: 70px 20px 60px;
  background: #fff
}

.helthyAndPower_heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 0 60%
}

.helthyAndPower_heading::before {
  content: attr(data-eng);
  text-transform: none;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 1.3rem;
  display: block;
  margin: 0 0 30px
}

.helthyAndPower_heading::after {
  content: "";
  position: absolute;
  background: url(../../src/img/salad_004_clipping.png) no-repeat center/contain;
  width: 340px;
  height: 340px;
  top: 0;
  left: calc(-380px + 55%)
}

.helthyAndPower_text {
  margin: 100px 0 0;
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 20px
}

@media screen and (min-width: 600px) {
  .concept {
      padding: 120px 0 140px;
      gap: 3em;
      font-size: 2rem;
      line-height: 3
  }
  .philosophy {
      padding: 50px 0 0
  }
  .philosophy_inner {
      padding: 105px 20px 205px
  }
  .philosophy_innerContents {
      max-width: 1100px;
      margin: auto
  }
  .philosophy_heading {
      font-size: 2.6rem
  }
  .philosophy_heading::before {
      font-size: 1.4rem
  }
  .philosophy_heading::after {
      width: 644px;
      height: 644px;
      right: calc(-644px + 55%)
  }
  .philosophy_text {
      margin: 50px 0 0;
      font-size: 1.6rem;
      width: 40%;
      max-width: 390px
  }
  .helthyAndPower_inner {
      padding: 75px 20px 200px
  }
  .helthyAndPower_heading {
      font-size: 2.6rem
  }
  .helthyAndPower_heading::before {
      font-size: 1.4rem
  }
  .helthyAndPower_heading::after {
      width: 630px;
      height: 630px;
      left: calc(-630px + 55%)
  }
  .helthyAndPower_text {
      font-size: 1.6rem;
      gap: 25px;
      width: 40%;
      max-width: 390px;
      margin: 50px 0 0 60%
  }
}

.tech {
  padding: 60px 20px 40px
}

.tech+.tech {
  padding: 40px 20px;
  border-top: 1px solid #d3d3d3
}

.tech_heading {
  font-size: 2rem;
  font-weight: bold
}

.tech_heading::before {
  content: attr(data-eng);
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0 0 30px;
  display: block
}

.tech_text {
  font-weight: bold;
  line-height: 1.8;
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.tech_textNote {
  display: block
}

.tech_image {
  width: 100%
}

.techHowTo {
  margin: 0 20px;
  padding: 40px 0;
  border-top: 1px solid #d3d3d3
}

.techHowTo_heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold
}

@media screen and (min-width: 600px) {
  .tech {
      padding: 120px 20px 0;
      max-width: 740px;
      margin: auto
  }
  .tech+.tech {
      padding: 100px 20px 0;
      border-top: none
  }
  .tech_heading {
      font-size: 2.6rem
  }
  .tech_heading::before {
      font-size: 1.4rem
  }
  .tech_text {
      font-weight: normal;
      font-size: 1.6rem;
      margin: 55px 0 0;
      gap: 20px
  }
  .tech_textNote {
      margin: 50px 0 0;
      font-size: 1.3rem
  }
  .tech_image {
      order: 5
  }
  .techHowTo {
      margin: 160px auto 0;
      padding: 60px 20px 0;
      max-width: 740px;
      border-top: 1px solid #d3d3d3
  }
  .techHowTo+.techHowTo {
      margin: 60px auto 130px
  }
  .techHowTo_heading {
      font-size: 2.2rem;
      text-align: center
  }
}

.faq {
  padding: 40px 20px 60px;
  background: oldlace;
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media screen and (min-width: 600px) {
  .faq {
      padding: 90px 20px 110px;
      gap: 100px
  }
}

.contact {
  margin: 0 auto 90px;
  padding: 0 20px;
  max-width: 740px
}

.contact_note {
  font-size: 1.2rem;
  border-top: 1px solid #d3d3d3;
  padding: 20px 0 0;
  margin: 20px 0 0
}

@media screen and (min-width: 600px) {
  .contact {
      margin: 0 auto 150px
  }
  .contact_note {
      font-size: 1.4rem;
      border-top: none;
      padding: 0;
      margin: -20px 0 50px
  }
}

.access {
  padding: 0 0 70px
}

.accessList {
  border-top: 1px solid #d3d3d3;
  padding: 30px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 50px
}

.accessList_content {
  display: flex;
  gap: 15px;
  align-items: flex-start
}

.accessList_heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5
}

.accessList_address {
  margin: 10px 0 0;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold
}

.accessList_mapWrapper {
  margin: 25px 0 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%
}

.accessList_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (min-width: 600px) {
  .access {
      padding: 0 0 110px
  }
  .accessList {
      border-top: none;
      padding: 0 20px;
      margin: auto;
      max-width: 1140px;
      gap: 60px
  }
  .accessList_item {
      border-top: 1px solid #d3d3d3;
      padding: 60px 0 0;
      display: flex;
      align-items: flex-start;
      gap: 60px;
      justify-content: space-around;
  }
  .accessList_content {
      flex-direction: column-reverse;
      gap: 35px;
      width: 100%;
  }
  .accessList_heading {
      font-size: 2.6rem
  }
  .accessList_address {
      margin: 20px 0 0;
      font-size: 1.6rem
  }
  .accessList_contentImage {
      width: 260px
  }
  .accessList_mapWrapper {
      margin: 0;
      max-width: 540px;
      height: 378px;
      padding-top: 0
  }
  .accessList_map {
      height: 378px
  }
}

.globalFaq {
  padding: 70px 20px 56px;
  background: oldlace
}

.linkList {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.linkList_anchor {
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 46px 10px 20px;
  border-radius: 3px;
  min-height: 70px;
  position: relative;
  transition: .3s
}

.linkList_anchor::after {
  content: "";
  position: absolute;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 10px;
  height: 10px;
  right: 15px;
  transform: rotate(45deg);
  transition: .3s
}

.linkList_anchor:hover {
  color: #1f864e
}

.linkList_anchor:hover::after {
  border-top: 1px solid #1f864e;
  border-right: 1px solid #1f864e
}

@media screen and (min-width: 600px) {
  .globalFaq {
      padding: 70px 20px 80px
  }
  .linkList {
      flex-direction: row;
      flex-wrap: wrap;
      max-width: 1100px;
      margin: auto
  }
  .linkList_item {
      width: calc(50% - 10px)
  }
  .linkList_anchor {
      padding: 10px 50px 10px 30px;
      min-height: 80px
  }
  .linkList_anchor::after {
      right: 30px
  }
}

.globalContact {
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 42px
}

.globalContactHeading {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 26px
}

.globalContactList {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.globalContactList_anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a9a9a9;
  border-radius: 100px;
  height: 54px;
  font-weight: bold;
  transition: .3s
}

.globalContactList_anchor:hover {
  color: #1f864e;
  border: 1px solid #1f864e
}

@media screen and (min-width: 600px) {
  .globalContact {
      padding: 70px 20px 120px;
      max-width: 800px;
      margin: auto;
      flex-direction: row;
      justify-content: space-between;
      gap: 20px
  }
  .globalContact-1col {
      justify-content: center
  }
  .globalContactInner {
      width: 100%;
      max-width: 350px
  }
  .globalContactHeading {
      font-size: 1.8rem;
      margin: 0 0 32px
  }
  .globalContactList {
      gap: 30px
  }
  .globalContactList_anchor {
      height: 60px;
      font-size: 1.6rem
  }
}

.toPageTopWrapper {
  text-align: center;
  margin: 0 0 40px
}

.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -20px auto 10px;
  padding: 0 20px;
  max-width: 1140px;
  font-weight: bold;
  font-size: 1.1rem;
  color: gray
}

.breadcrumbs_item+.breadcrumbs_item {
  margin: 0 0 0 .5em
}

.breadcrumbs_item+.breadcrumbs_item::before {
  content: "- "
}

a.breadcrumbs_anchor {
  color: #1f864e
}

@media screen and (min-width: 600px) {
  .breadcrumbs {
      font-size: 1.3rem
  }
}

.footer {
  background: #eaecec;
  padding: 40px 0 20px
}

.footer_logoWrapper {
  text-align: center
}

.footer_shareTitle {
  font-size: 1.2rem;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: center;
  margin: 30px 0 0
}

.footer_shareList {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 16px 0 40px;
  border-bottom: 4px solid #fff
}

.footer_sholder {
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  margin: 40px 0 10px
}

.footer_text {
  margin: 40px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5
}

.footer_list {
  display: flex;
  flex-direction: column;
  margin: 30px 20px 20px;
  border-top: 1px solid #d3d3d3
}

.footer_listAnchor {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #d3d3d3;
  transition: .3s
}

.footer_listAnchor:hover {
  color: #1f864e
}

.copyrightWrapper {
  text-align: center
}

.copyright {
  font-size: 1rem;
  color: #000
}

@media screen and (min-width: 600px) {
  .footer {
      padding: 75px 0 40px
  }
  .footer_logo {
      width: 234px
  }
  .footer_shareTitle {
      font-size: 1.6rem;
      margin: 60px 0 0
  }
  .footer_shareList {
      gap: 50px;
      padding: 20px 0 50px
  }
  .footer_shareIcon {
      width: 43px
  }
  .footer_sholder {
      margin: 50px 0 15px
  }
  .footer_companyLogo {
      width: 292px
  }
  .footer_text {
      margin: 50px auto 0;
      max-width: 550px;
      padding: 0 20px;
      gap: 30px;
      font-size: 1.4rem;
      line-height: 1.8
  }
  .footer_list {
      flex-direction: row;
      margin: 60px auto 40px;
      padding: 50px 20px 0;
      justify-content: center;
      align-items: baseline;
      border-top: 4px solid #fff
  }
  .footer_listItem+.footer_listItem {
      display: flex;
      align-items: baseline;
      margin: 0 0 0 1em
  }
  .footer_listItem+.footer_listItem::before {
      content: "|";
      margin: 0 1em 0 0
  }
  .footer_listAnchor {
      display: block;
      border: none;
      font-size: 1.2rem
  }
}

.hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  border: none;
  z-index: 10
}

.hamburger::before,
.hamburger::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  background: #333;
  transition: .3s
}

.hamburger::before {
  top: 25px
}

.hamburger::after {
  top: 32px
}

.hamburger.js-hamburger-is-active::before {
  top: 30px;
  transform: rotate(45deg)
}

.hamburger.js-hamburger-is-active::after {
  top: 30px;
  transform: rotate(-45deg)
}

.hamburger_text {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

.hamburgerNavArea {
  position: fixed;
  top: 70px;
  padding: 0 0 70px;
  z-index: -1;
  visibility: hidden;
  overflow: auto;
  height: 100dvh;
  background: #eaecec;
  transition: .3s;
  opacity: 0;
  width: 100%
}

.hamburgerNavArea.js-hamburger-is-active {
  visibility: visible;
  opacity: 1
}

.hamburgerNavArea_nav {
  padding: 44px 30px 34px
}

.hamburgerNavArea_navList .menu-item {
  margin-bottom: 20px;
}

.hamburgerNavArea_navList .menu-item:last-child {
  margin-bottom: 0;
}

.hamburgerNavArea_navList .menu-item a {
  display: block;
  padding: 20px 0;
  color: #333;
  font-weight: bold; 
  font-size: 2rem;
  letter-spacing: .1em;
  position: relative;
  transition: .3s;
}

.hamburgerNavArea_navList .menu-item a:hover {
  color: #1f864e;
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .hamburgerNavArea_navList .menu-item {
    margin-bottom: 15px;
  }
  
  .hamburgerNavArea_navList .menu-item a {
    font-size: 2.2rem;
    letter-spacing: .05em;
    padding: 15px 0;
  }
}
/* 
a.hamburgerNavArea_navListItemAnchor {
  display: block;
  padding: 20px 0;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .1em;
  position: relative;
  transition: .3s
}

a.hamburgerNavArea_navListItemAnchor:hover {
  color: #1f864e;
  text-decoration: underline
} */

.hamburgerNavArea_subNav {
  padding: 35px 30px 28px;
  border-top: 3px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.hamburgerNavArea_subNavListWrapper {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.hamburgerNavArea_subNavTitle {
  font-size: 1.2rem;
  font-weight: bold
}

.hamburgerNavArea_subNavList {
  display: flex;
  gap: 20px
}

.container:has(.js-hamburger-is-active)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  transition: .3s
}

@media screen and (min-width: 600px) {
  .hamburger {
      width: 50px;
      height: 50px
  }
  .hamburger::before,
  .hamburger::after {
      width: 50px
  }
  .hamburger::before {
      top: 17px
  }
  .hamburger::after {
      top: 31px
  }
  .hamburger.js-hamburger-is-active::before {
      top: 24px
  }
  .hamburger.js-hamburger-is-active::after {
      top: 24px
  }
  .hamburgerNavArea {
      width: 470px;
      background: #fff;
      padding: 0;
      top: 100px;
      height: calc(100dvh - 100px);
      max-height: 615px
  }
  .hamburgerNavArea_nav {
      padding: 30px 0 60px 80px
  }
  a.hamburgerNavArea_navListItemAnchor {
      font-size: 2.2rem;
      letter-spacing: .05em;
      padding: 15px 0
  }
  .hamburgerNavArea_subNav {
      padding: 0 0 60px 80px;
      flex-direction: column;
      gap: 16px;
      align-items: flex-start
  }
  .hamburgerNavArea_subNavListWrapper {
      flex-direction: row;
      align-items: center;
      gap: 20px
  }
  .hamburgerNavArea_subNavTitle {
      font-size: 1.6rem
  }
}

.fullscreen-background.pc {
  display: none
}

.mv {
  max-height: calc(100vh - 70px);
  width: 100%;
  overflow: hidden;
  position: relative
}

.fullscreen-background {
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover
}

.mv_image {
  width: 100%;
  height: auto;
  display: block
}

.mv .slick-slide {
  max-height: calc(100vh - 70px);
  width: 100vw;
  background-size: cover;
  background-position: center
}

@media screen and (min-width: 600px) {
  .fullscreen-background.mobile {
      display: none
  }
  .fullscreen-background.pc {
      display: block
  }
  .mv {
      overflow: hidden;
      position: relative
  }
  .fullscreen-background {
      background-position: center center
  }
  .mv_image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      display: block
  }
  .mv .slick-slide {
      height: calc(100vh - 100px);
      max-height: 670px;
      width: auto
  }
}

.accordionWrapper {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column
}

.accordion_heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 15px
}

.accordionDetails {
  padding-top: 110px; /* アンカーリンクの遷移時の位置調整用 */
  margin-top: -110px;
}

.accordionDetails+.accordionDetails {
  padding-top: 50px; /* アンカーリンクの遷移時の位置調整用 */
  margin: -25px 0 0;
}

.accordionSummary {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  background: #fff;
  line-height: 1.5;
  position: relative;
}

.accordionSummary::-webkit-details-marker {
  display: none
}

.accordionSummary::before {
  content: "Q.";
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 15px
}

.accordionSummary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px 15px 40px;
  border: 1px solid #d3d3d3;
  font-weight: bold;
  color: #333;
  position: relative;
  gap: 1em
}

.accordionSummary_inner::before,
.accordionSummary_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #333
}

.accordionSummary_inner::before {
  height: 1px;
  width: 14px;
  right: 15px
}

.accordionSummary_inner::after {
  height: 14px;
  width: 1px;
  right: 22px;
  transition: .3s
}

.accordionDetails.js-details-is-opened .accordionSummary_inner::after {
  transform: rotate(-90deg)
}

.accordionContent {
  overflow: hidden;
  border: 1px solid #d3d3d3;
  background: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin: -1px 0 0;
  position: relative
}

.accordionContent::before {
  content: "A.";
  position: absolute;
  left: 15px;
  top: 20px
}

.accordionContent_inner {
  padding: 20px 15px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

@media screen and (min-width: 600px) {
  .accordion_heading {
      font-size: 2.2rem;
      margin: 0 0 35px
  }
  .accordionDetails {
      padding-top: 110px; /* アンカーリンクの遷移時の位置調整用 */
      margin-top: -110px;
  }
  .accordionDetails+.accordionDetails {
      padding-top: 30px; /* アンカーリンクの遷移時の位置調整用 */
      margin: -15px 0 0;        
  }
  .accordionSummary {
      font-size: 1.6rem;
  }
  .accordionSummary::before {
      top: 20px;
      left: 20px
  }
  .accordionSummary_inner {
      padding: 20px 55px 20px 50px
  }
  .accordionSummary_inner::before {
      width: 16px;
      right: 20px
  }
  .accordionSummary_inner::after {
      height: 16px;
      right: 28px
  }
  .accordionContent {
      font-size: 1.6rem
  }
  .accordionContent::before {
      left: 20px
  }
  .accordionContent_inner {
      padding: 20px 15px 20px 50px;
      gap: 20px
  }
}

a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  letter-spacing: .15em;
  font-weight: bold;
  background: #1f864e;
  border-radius: 100px;
  height: 54px;
  max-width: 230px;
  width: 100%;
  color: #fff;
  transition: .3s
}

a.button:hover {
  background: #146238
}

a.button-borderWhite {
  border: 1px solid #fff;
  background: none;
  font-size: 1.4rem;
  width: 240px;
  height: 36px;
  position: relative
}

a.button-borderWhite:hover {
  background: #fff;
  color: #1f864e;
  border: 1px solid #1f864e
}

a.button-borderWhite::after {
  content: ">";
  position: absolute;
  right: 10px
}

a.button-borderBlack {
  border: 1px solid #333;
  color: #333;
  background: none;
  font-size: 1.4rem;
  width: 240px;
  height: 36px;
  position: relative
}

a.button-borderBlack:hover {
  background: #fff;
  color: #1f864e;
  border: 1px solid #1f864e
}

a.button-borderBlack::after {
  content: ">";
  position: absolute;
  right: 10px
}

a.button-back {
  border: 1px solid #333;
  color: #333;
  background: none
}

a.button-back:hover {
  background: #fff;
  color: #1f864e;
  border: 1px solid #1f864e
}

@media screen and (min-width: 600px) {
  a.button {
      max-width: 350px;
      height: 60px
  }
  a.button-borderWhite {
      font-size: 1.6rem;
      width: 350px;
      height: 60px
  }
  a.button-borderWhite::after {
      right: 20px
  }
  a.button-borderBlack {
      font-size: 1.6rem;
      width: 350px;
      height: 60px
  }
  a.button-borderBlack::after {
      right: 20px
  }
}

input.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  letter-spacing: .15em;
  font-weight: bold;
  background: #1f864e;
  border-radius: 100px;
  height: 54px;
  max-width: 230px;
  width: 100%;
  color: #fff;
  transition: .3s;
  border: none;
  cursor: pointer;
}

input.button:hover {
  background: #146238;
}

input.button-borderWhite {
  border: 1px solid #fff;
  background: none;
  font-size: 1.4rem;
  width: 240px;
  height: 36px;
  position: relative;
}

input.button-borderWhite:hover {
  background: #fff;
  color: #1f864e;
  border: 1px solid #1f864e;
}

input.button-borderBlack {
  border: 1px solid #333;
  color: #333;
  background: none;
  font-size: 1.4rem;
  width: 240px;
  height: 36px;
  position: relative;
}

input.button-borderBlack:hover {
  background: #fff;
  color: #1f864e;
  border: 1px solid #1f864e;
}

input.button-back {
  border: 1px solid #333;
  color: #333;
  background: none;
}

input.button-back:hover {
  background: #fff;
  color: #1f864e;
  border: 1px solid #1f864e;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

@media screen and (min-width: 600px) {
  input.button {
      max-width: 350px;
      height: 60px;
  }
  input.button-borderWhite {
      font-size: 1.6rem;
      width: 350px;
      height: 60px;
  }
  input.button-borderBlack {
      font-size: 1.6rem;
      width: 350px;
      height: 60px;
  }
}

.infiniteslideWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto
}

.infiniteslide1_list,
.infiniteslide1_item {
  list-style: none;
  margin: 0;
  padding: 0
}

.infiniteslide1_list::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  background-color: rgba(18, 18, 18, .5)
}

.infiniteslide1_image {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover
}

.formList {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.formList_title {
  font-weight: bold
}

.formList_data {
  margin: 20px 0 0;
  word-wrap:break-word;
}

.formList_data-confirm {
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 20px
}

.formList_data-textAreaConfirm {
  line-height: 1.5
}

.formList_selectWrapper {
  position: relative;
  display: flex;
  align-items: center
}

.formList_selectWrapper::after {
  content: "";
  position: absolute;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #333;
  width: 0;
  height: 0;
  right: 10px
}

.formList_selectWrapper .wpcf7-form-control-wrap {
  width: 100%;
}

.formList_select {
  height: 60px;
  width: 100%;
  padding: 0 30px 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d3d3d3;
  border-radius: 3px
}

.formList_inputText {
  height: 60px;
  width: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d3d3d3;
  border-radius: 3px
}

.formList_textArea {
  width: 100%;
  padding: 20px 15px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d3d3d3;
  border-radius: 3px
}

.formList_privacy {
  margin: 30px 0 0;
  text-align: center
}

.formList_privacy {
  margin: 30px 0 0;
  text-align: center;
}

.formList_privacy .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}

.formList_privacy .wpcf7-list-item label {
  line-height: 18px;
  position: relative;
  display: inline-block;
  margin: 0 0 0 26px;
}

.formList_privacy .wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

.formList_privacy .wpcf7-list-item label .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  left: -26px;
}

.formList_privacy .wpcf7-list-item label input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  border: 1px solid #1f864e;
  background: #1f864e;
}

.formList_privacy .wpcf7-list-item label input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  left: -20px;
  bottom: 5px;
}

.formList_hide {
  visibility:hidden;
}

.formList_none {
  display: none;
}

@media screen and (min-width: 600px) {
  .formList {
      margin: 0;
      gap: 40px;
  }
  .formList_data {
      font-size: 1.6rem;
  }
  .formList_data-confirm {
      padding: 0 0 30px;
  }
  .formList_selectWrapper::after {
      right: 15px;
  }
  .formList_select {
      padding: 0 35px 0 20px;
  }
  .formList_inputText {
      padding: 0 20px;
  }
  .formList_textArea {
      width: 100%;
      padding: 20px;
  }
  .formList_privacy {
      margin: 70px 0 0;
      font-size: 1.6rem;
  }
}

.sectionHeading {
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .2em
}

.sectionHeading::before {
  content: attr(data-eng);
  display: block;
  margin: 0 0 20px;
  font-size: 4.8rem;
  font-weight: 200;
  color: #a9a9a9;
  letter-spacing: normal
}

.sectionHeading-news::before {
  letter-spacing: .05em
}

.sectionHeading-faq::before {
  letter-spacing: .1em
}

@media screen and (min-width: 600px) {
  .sectionHeading {
      margin: 0 0 72px;
      font-size: 1.4rem
  }
  .sectionHeading::before {
      margin: 0 0 30px;
      font-size: 5.6rem
  }
}

.subPageHeadingWrapper {
  padding: 60px 0 70px
}

.subPageHeadingWrapper-menu {
  background: url(../../src/img/fv_menu.jpg?01) no-repeat center/cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 0 120px;
  position: relative
}

.subPageHeadingWrapper-menu::after {
  content: "";
  position: absolute;
  background: url(../../src/img/fv_menu_jar.png?01) no-repeat center/contain;
  width: 84px;
  height: 122px;
  bottom: -20px;
  right: 20px
}

.subPageHeadingWrapper-coupon {
  background: url(../../src/img/fv_coupon.jpg) no-repeat center/cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 0 120px
}

.subPageHeadingWrapper-concept {
  background: url(../../src/img/fv_concept.jpg) no-repeat center/cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 0 120px
}

.subPageHeadingWrapper-tech {
  background: url(../../src/img/fv_tech.jpg) no-repeat center/cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 0 120px
}

.subPageHeading {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 1.8;
  text-align: center;

}

.subPageHeading::before {
  content: attr(data-eng);
  display: block;
  margin: 0 0 20px;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 200;
  color: #a9a9a9;
  letter-spacing: .1em
}

.subPageHeading-menu,
.subPageHeading-coupon,
.subPageHeading-concept,
.subPageHeading-tech {
  color: #fff;
  background: rgba(0, 0, 0, .3);
  padding:10px;
  margin-top: -10px;
}

.subPageHeading-menu::before,
.subPageHeading-coupon::before,
.subPageHeading-concept::before,
.subPageHeading-tech::before {
  color: #fff;
}

.subPageHeading-cotactSent {
  font-size: 1.8rem;
  letter-spacing: normal
}

.subPageHeading-cotactSent::before {
  background: url(../../src/img/salad_005_clipping.png) no-repeat center/contain;
  width: 120px;
  height: 120px;
  margin: -30px auto 30px
}

.subPageHeading-cotactSentSpan {
  display: block
}

.subPageHeadingSubcopy {
  font-weight: bold;
  line-height: 1.6;
  margin: 40px auto -30px;
  padding: 0 50px;
  display: table
}

.subPageHeadingSubcopy_span {
  display: block
}

@media screen and (min-width: 600px) {
  .subPageHeadingWrapper {
      padding: 120px 0 170px;
      max-width: 1160px;
      margin: auto
  }
  .subPageHeadingWrapper-menu {
      height: 500px;
      padding: 210px 0 0;
      align-items: flex-start
  }
  .subPageHeadingWrapper-menu::after {
      width: 200px;
      height: 290px;
      bottom: -40px;
      right: 60px
  }
  .subPageHeadingWrapper-coupon {
      height: 500px;
      padding: 210px 0 0;
      align-items: flex-start
  }
  .subPageHeadingWrapper-concept {
      height: 500px;
      padding: 210px 0 0;
      align-items: flex-start
  }
  .subPageHeadingWrapper-tech {
      height: 500px;
      padding: 210px 0 0;
      align-items: flex-start
  }
  .subPageHeadingWrapper-cotactSent {
      padding: 120px 0 50px
  }
  .subPageHeading {
      font-size: 1.4rem;
      line-height: 2
  }
  .subPageHeading::before {
      margin: 0 0 30px;
      font-size: 5.6rem
  }
  .subPageHeading-cotactSent {
      font-size: 2.6rem;
      letter-spacing: .05em
  }
  .subPageHeading-cotactSent::before {
      width: 220px;
      height: 220px;
      margin: -60px auto 60px
  }
  .subPageHeading-cotactSentSpan {
      display: inline
  }
  .subPageHeadingSubcopy {
      font-size: 1.6rem;
      margin: 60px auto -30px;
      padding: 0 50px
  }
  .subPageHeadingSubcopy_span {
      display: inline
  }
}

.menuList {
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1140px;
  gap: 30px 20px;
  flex-wrap: wrap;
  justify-content: center
}

.menuList::after {
  content: "";
  display: block;
  width: calc(50% - 10px);
  max-width: 320px
}

.menuList-subpage {
  margin: 35px auto 0
}

.menuList-subpage+.menuList-subpage {
  margin: 45px auto 0
}

.menuList_item {
  width: calc(50% - 10px);
  max-width: 320px
}

.recommend .menuList_item:nth-child(n+7) {
  display: none
}

.menuList_anchor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  transition: .3s
}

.menuList_anchor:hover .menuList_image {
  transform: scale(1.1)
}

.menuList_anchor:hover .menuList_title {
  text-decoration: underline
}

.menuList_imageWrapper {
  overflow: hidden
}

.menuList_image {
  width: 100%
}

.menuList_label {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 0 6px;
  display: flex;
  align-items: center;
  height: 16px;
  border-radius: 3px;
  background: tomato
}

.menuList_label-spring {
  background: #41b25d
}

.menuList_label-summer {
  background: #03b8df
}

.menuList_label-autumn {
  background: #d2a362
}

.menuList_labels {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.menuList_title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5
}

.menuList_imageWrapper+.menuList_title {
  margin: 21px 0 0
}

.menuList_text {
  font-size: 1.2rem;
  line-height: 1.5
}

@media screen and (min-width: 600px) {
  .menuList {
      gap: 80px 70px
  }
  .menuList-subpage {
      margin: 80px auto 0;
      padding: 0 20px;
      gap: 60px 40px
  }
  .menuList-subpage+.menuList-subpage {
      margin: 60px auto 0
  }
  .menuList-subpage::after {
      max-width: 240px
  }
  .menuList-subpage .menuList_item {
      max-width: 240px
  }
  .recommend .menuList_item:nth-child(n+7) {
      display: block
  }
  .menuList_anchor {
      gap: 10px
  }
  .menuList_label {
      font-size: 1.3rem
  }
  .menuList_title {
      font-size: 2rem
  }
  .menuList_imageWrapper+.menuList_title {
      margin: 26px 0 0
  }
  .menuList_text {
      font-size: 1.3rem
  }
}

@media screen and (min-width: 840px) {
  .menuList::after {
      display: none
  }
  .menuList-subpage {
      justify-content: flex-start;
      width: 840px
  }
}

@media screen and (min-width: 1120px) {
  .menuList-subpage {
      width: 1120px
  }
}

.numberingList {
  display: flex;
  flex-direction: column;
  gap: 25px;
  line-height: 1.5;
  margin: 30px auto 0;
  list-style: none;
  counter-reset: appFlow;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}

.numberingList_Item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 46px
}

.numberingList_Item::before {
  counter-increment: appFlow;
  content: counter(appFlow);
  position: absolute;
  font-size: 1.6rem;
  top: -0.5em;
  left: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #333;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-weight: normal
}

.numberingList_Item-tech {
  font-weight: bold
}

.numberingList_ItemDt {
  font-weight: bold;
  font-size: 1.6rem
}

.numberingList_ItemDd {
  margin: 10px 0 25px;
  font-size: 1.3rem
}

@media screen and (min-width: 600px) {
  .numberingList {
      gap: 45px;
      margin: 70px auto 0;
      max-width: 700px
  }
  .numberingList_Item {
      font-size: 1.8rem;
      padding: 0 0 0 60px
  }
  .numberingList_Item::before {
      font-size: 2rem;
      top: -0.4em;
      width: 40px;
      height: 40px;
      line-height: 40px
  }
  .numberingList_Item-tech {
      font-size: 1.6rem
  }
  .numberingList_Item-tech::before {
      font-size: 1.6rem;
      top: -0.5em
  }
  .numberingList_ItemDd {
      font-size: 1.6rem
  }
}

.buttonWrapper {
  margin: 40px 0 0;
  display: flex;
  gap: 15px;
  justify-content: center
}

.buttonWrapper-double * {
  width: calc(50% - 8px)
}

@media screen and (min-width: 600px) {
  .buttonWrapper {
      margin: 70px 0 0
  }
}

a.toPageTop {
  display: inline-block;
  color: #1f864e;
  width: 64px;
  height: 64px;
  padding: 40px 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold
}

a.toPageTop::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #1f864e;
  border-right: 2px solid #1f864e;
  transform: rotate(-45deg);
  top: 18px;
  left: 0;
  right: 0;
  margin: auto
}

a.toPageTop::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border: 2px solid #1f864e;
  border-radius: 50%
}

@media screen and (min-width: 600px) {
  a.toPageTop {
      width: 70px;
      padding: 50px 0 0;
      font-size: 1.6rem
  }
  a.toPageTop::before {
      width: 14px;
      height: 14px;
      top: 22px
  }
  a.toPageTop::after {
      top: 5px;
      width: 40px;
      height: 40px
  }
}

.shareTitle {
  text-align: center;
  margin: 50px 0 0
}

.shareList {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 20px 0 0
}

@media screen and (min-width: 600px) {
  .shareTitle {
      margin: 100px 0 0;
      border-top: 1px solid #d3d3d3;
      padding: 50px 0 0;
      font-size: 1.6rem
  }
  .shareList {
      gap: 50px;
      padding: 40px 0 0
  }
  .shareList_image {
      width: 44px
  }
}

.tabmenu {
  display: flex;
  gap: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  justify-content: center
}

a.tabmenu_anchor {
  display: block;
  height: 36px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  padding: 0 10px;
  transition: .3s;
  border: 1px solid #d3d3d3
}

a.tabmenu_anchor:hover {
  color: #1f864e;
  border: 1px solid #1f864e
}

a.tabmenu_anchor-current {
  background: #1f864e;
  color: #fff
}

a.tabmenu_anchor-current:hover {
  color: #fff;
  background: #146238
}

@media screen and (min-width: 600px) {
  .tabmenu {
      font-size: 1.4rem
  }
  a.tabmenu_anchor {
      height: 30px;
      min-width: 100px;
      padding: 0 20px
  }
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px
}

a.pagenation_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: .3s
}

a.pagenation_arrow:hover {
  background: #1f864e;
  color: #fff
}

a.pagenation_arrow-disabled {
  color: #d3d3d3;
  pointer-events: none
}

a.pagenation_anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eaecec;
  transition: .3s
}

a.pagenation_anchor:hover {
  background: #1f864e;
  color: #fff
}

a.pagenation_anchor-current {
  background: #1f864e;
  color: #fff
}

a.pagenation_anchor-current:hover {
  background: #146238
}

@media screen and (min-width: 600px) {
  a.pagenation_arrow {
      width: 40px;
      height: 40px
  }
  a.pagenation_anchor {
      width: 40px;
      height: 40px
  }
}

.uppercase {
  text-transform: uppercase
}

.fw-b {
  font-weight: bold
}

.d-b {
  display: block
}

.d-ib {
  display: inline-block
}

.red {
  color: #e60000
}