/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
  /* overflow: hidden; */
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

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;
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="search"] {
  outline-offset: -2px;
}

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

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

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #f3f4ee;
  color: #172b22;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

@media (min-width: 769px) {
  body {
    font-size: max(0.9516837482vw, 13px);
    line-height: 2;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 26px;
  }
}

.l-body--hidden {
  overflow: hidden;
  pointer-events: none;
}

.l-body--hidden .p-topStory__slide {
  position: absolute;
  width: 100%;
}

.l-body--hidden .p-topStory {
  pointer-events: none;
}

.l-body--fixed {
  height: 100%;
  left: 0;
  padding-top: 100svh;
  position: fixed;
  top: 0;
  width: 100%;
}

img,
picture {
  display: block;
  max-width: 100%;
}

.c-none {
  display: none !important;
}

.x {
  height: 100svh;
}

.l-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.l-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-right: 74px;
}

.l-headerLogo {
  /* position: absolute; */
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.5s ease;
}

.l-headerLogo.is-hide {
  opacity: 0;
}

.l-headerLogo__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.l-headerLogo__img {
  transform-origin: top left;
}

@media (min-width: 769px) {
  .l-headerLogo__link {
    padding: 31px 28px;
  }

  .l-headerLogo__img {
    width: 75px;
  }
}

@media (max-width: 768px) {
  .l-headerLogo__link {
    padding: 7px 11px !important;
  }

  .l-headerLogo__img {
    width: 42px !important;
  }
}

.l-headerNav {
  font-family: Sen, sans-serif;
  font-weight: 700;
  position: fixed;
  right: 58px;
  top: 53px;
}

@media (min-width: 901px) {
  .l-headerNav {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .l-headerNav {
    opacity: 0;
    visibility: visible;
    overflow-y: scroll;
  }
}

.l-headerNav.is-open {
  background-image: url(../images/menu_bg.jpg);
  background-position: 0 0;
  background-size: cover;
  color: #fff;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9997;
}

.l-headerNav.is-open .l-headerNav__link--icon path {
  fill: #fff;
}

@media (min-width: 901px) {
  .l-headerNav__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: max(1.0248901903vw, 14px);
  }
}

@media (max-width: 900px) {
  .l-headerNav__list {
    font-size: 24px;
    line-height: 29px;
    margin-left: 33px;
    margin-top: 18.8vh;
  }
}

.l-headerNav__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 901px) {
  .l-headerNav__item:not(:first-child) {
    margin-left: 39px;
  }
}

@media (max-width: 900px) {
  .l-headerNav__item:not(:first-child) {
    margin-top: 4vh;
  }
}

.l-headerNav__item--onlinestore {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 901px) {
  .l-headerNav__item--onlinestore {
    padding-left: 39px;
  }

  .l-headerNav__item--onlinestore:before {
    background-color: #172b22;
    content: "";
    display: block;
    height: 19px;
    left: 0;
    position: absolute;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
    width: 1px;
  }
}

.l-headerNav__item--icon {
  position: relative;
}

@media (min-width: 901px) {
  .is-white .l-headerNav__item--onlinestore:before {
    background-color: #fff;
  }

  .is-white .l-headerNav__item--icon:after {
    background-image: url(../images/online_arrow_white.svg);
  }

  .is-white .l-headerNav__link {
    color: #fff;
  }

  .is-white .l-headerNav__link--icon path {
    fill: #fff;
  }

  .l-headerNav__item--newsletter {
    display: none !important;
  }
}

.l-headerNav__link {
  display: block;
  line-height: 1.3076923077;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

.l-headerNav__link--icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 901px) {
  .l-headerNav__link--icon svg {
    height: 11px;
    margin-left: 5px;
    width: 11px;
  }
}

@media (max-width: 900px) {
  .l-headerNav__link--icon svg {
    height: 18px;
    margin-left: 5px;
    width: 18px;
  }
}

.l-headerNav__link--icon svg path {
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

.l-headerMsk {
  background-color: #26372f;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  display: -ms-grid;
  display: grid;
  height: 100%;
  left: 0;
  place-content: center;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.l-headerBurgr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 31px;
  position: fixed;
  right: 25px;
  top: 17px;
  width: 31px;
  z-index: 9998;
}

@media (min-width: 901px) {
  .l-headerBurgr {
    display: none;
  }
}

.l-headerBurgr.is-open .l-headerBurgr__bar:first-child {
  top: auto;
}

.l-headerBurgr.is-open .l-headerBurgr__bar:last-child {
  bottom: auto;
}

.is-white .l-headerBurgr__bar {
  background-color: #fff;
}

.l-headerBurgr__bars {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  position: relative;
  width: 100px;
}

.l-headerBurgr__bar {
  background-color: #172b22;
  height: 1px;
  position: absolute;
  -webkit-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  width: 100%;
  z-index: 9998;
}

.l-headerBurgr__bar:first-child {
  top: 0;
}

.l-headerBurgr__bar:last-child {
  bottom: 0;
}

.l-headerNav__img {
  margin: 12.3vh auto 0;
  width: 74px;
}

@media (min-width: 901px) {
  .l-headerNav__img {
    display: none;
  }
}

.l-footer {
  background-color: #26372f;
  color: #fff;
  font-family: Sen, sans-serif;
  font-weight: 700;
}

@media (min-width: 901px) {
  .l-footer__inner {
    padding: 49px 0 23px;
  }
}

@media (max-width: 900px) {
  .l-footer__inner {
    padding: 75px 0 30px;
  }
}

@media (min-width: 1001px) {
  .l-footer__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .l-footer__wrap:not(:last-child) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 73px;
  }

  .l-footer__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
  }
}

@media (max-width: 1000px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 75px;
  }
}

@media (max-width: 1000px) {
  .l-footerMenu__img {
    margin-bottom: 68px;
    width: 75px;
  }
}

.l-footerMenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .l-footerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 41px;
  }
}

.l-footerMenu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1001px) {
  .l-footerMenu__list {
    margin-left: 57px;
  }
}

@media (max-width: 1000px) {
  .l-footerMenu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1001px) {
  .l-footerMenu__item:not(:first-child) {
    margin-left: 23px;
  }
}

@media (max-width: 1000px) {
  .l-footerMenu__item:not(:first-child) {
    margin-top: 26px;
  }
}

.l-footerMenu__link {
  cursor: pointer;
  display: block;
}

.l-footerMenu__btnWrap:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .l-footerMenu__btnWrap:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 17px;
  }
}

.l-footerMenu__btn {
  background-color: #fff;
  border: none;
  color: #172b22;
}

@media (max-width: 1000px) {
  .l-footerMenu__btn {
    width: 222px !important;
  }
}

@media (min-width: 1001px) {
  .l-footerMenu__btn:not(:first-child) {
    margin-bottom: 20px;
    margin-left: 15px;
  }
}

@media (max-width: 1000px) {
  .l-footerMenu__btn:not(:first-child) {
    margin-top: 15px;
  }
}

@media (min-width: 1001px) {
  .l-footerMenu__btn--lg {
    width: 355px !important;
  }
}

@media (max-width: 1000px) {
  .l-footerMenu__btn--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70px !important;
    width: 224px !important;
  }
}

.l-footerMenu__btn--lg:after {
  display: none !important;
}

.l-footerMenu__btn--img {
  margin-right: 8px;
  width: 136px;
}

.l-footerMenu__btn--txt {
  font-size: 13px;
  letter-spacing: 0.23em;
  line-height: 26px;
}

.l-footer__copy {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

@media (max-width: 1000px) {
  .l-footer__copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .l-footerSns {
    margin-bottom: 33px;
  }
}

.l-footerSns__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footerSns__img {
  margin-right: 6px;
}

.l-footerSns__txt {
  font-size: 14px;
}

.c-sec__heading--en,
.l-footerSns__txt {
  font-family: Sen, sans-serif;
  font-weight: 700;
  line-height: 17px;
}

.c-sec__heading--en {
  color: #006736;
  display: block;
}

@media (min-width: 769px) {
  .c-sec__heading--en {
    font-size: 14px;
    font-size: 1.0248901903vw;
  }
}

@media (max-width: 768px) {
  .c-sec__heading--en {
    font-size: 11px;
  }
}

.c-sec__heading--jp {
  display: block;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .c-sec__heading--jp {
    font-size: 40px;
    line-height: 41px;
  }
}

@media (max-width: 768px) {
  .c-sec__heading--jp {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (min-width: 769px) {
  .c-sec__heading--jp {
    font-size: 40px;
    font-size: 2.9282576867vw;
  }
}

.c-heading__en {
  color: #006736;
  display: block;
  font-family: Sen, sans-serif;
  font-weight: 700;
}

@media (min-width: 769px) {
  .c-heading__en {
    font-size: max(1.0248901903vw, 14px);
    line-height: 1.2142857143;
  }
}

@media (max-width: 768px) {
  .c-heading__en {
    font-size: max(2.8205128205vw, 11px);
    line-height: 1.1818181818;
  }
}

.c-heading__jp {
  display: block;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-heading__jp--s {
  color: #006736;
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .c-heading__jp--s {
    font-size: max(1.0248901903vw, 14px);
    line-height: 1.1428571429;
  }
}

@media (max-width: 768px) {
  .c-heading__jp--s {
    font-size: max(2.8205128205vw, 11px);
    line-height: 1.4545454545;
  }
}

@media (min-width: 769px) {
  .c-heading__jp--m {
    font-size: max(2.196193265vw, 27px);
    line-height: 1.4333333333;
  }
}

@media (max-width: 768px) {
  .c-heading__jp--m {
    font-size: max(5.1282051282vw, 20px);
    line-height: 1.45;
  }
}

@media (min-width: 769px) {
  .c-heading__jp--l {
    font-size: max(2.9282576867vw, 40px);
    line-height: 1.45;
  }
}

@media (max-width: 768px) {
  .c-heading__jp--l {
    font-size: max(6.1538461538vw, 24px);
    line-height: 1.4583333333;
  }
}

.c-inner {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .c-inner {
    width: calc(100% - 120px);
  }
}

@media (max-width: 768px) {
  .c-inner {
    width: calc(100% - 50px);
  }
}

@media (min-width: 769px) {
  .c-inner--primary {
    width: 82.3vw;
  }
}

.c-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.c-btn--circle {
  background-color: #006736;
  border-radius: 50%;
  height: 53px;
  width: 53px;
}

.c-btn--link {
  border: 1px solid #172b22;
  border-radius: 26px;
  font-family: Sen, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  width: 170px;
}

.c-btn--link:after {
  background-image: url(../images/online_arrow.svg);
  content: "";
  display: block;
  height: 11px;
  margin-bottom: 1px;
  margin-left: 4px;
  width: 11px;
}

.c-btn--lg {
  width: 222px;
}

.c-btn--hover,
.c-btn--hover:before {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.c-btn--hover:before {
  background-color: #006736;
  border-radius: 26px;
  content: "";
  display: block;
  height: 70%;
  opacity: 0;
  position: absolute;
  width: 70%;
}

.c-btn--hover:hover {
  border-color: transparent;
  color: #fff;
}

.c-btn--hover:hover:before {
  height: 100%;
  opacity: 1;
  width: 100%;
  z-index: -1;
}

.c-btn--hover:hover:after {
  background-image: url(../images/online_arrow_hover.svg);
}

.c-img {
  overflow: hidden;
}

@media (min-width: 769px) {
  .c-img {
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .c-img {
    border-radius: 5px;
  }
}

.c-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .c-sp {
    display: none !important;
  }
}

.p-topStory {
  /* -webkit-scroll-snap-points-y: repeat(100%);
    -ms-scroll-snap-points-y: repeat(100%);
    scroll-snap-points-y: repeat(100%); */
  /* height: 100svh; */
  /* overflow-y: scroll; */
  /* -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory; */
  /* z-index: 990; */
  width: 100%;
}

.p-topStory--first .p-topStory__slide {
  height: auto;
  /* scroll-snap-align: none; */
}

.p-topStory--hidden {
  overflow: hidden;
}

.p-topStory--paused {
  pointer-events: none;
}

.p-topStory--paused .p-topStory__slide:last-child .p-topStory__inner {
  opacity: 1 !important;
  position: relative;
  visibility: visible !important;
}

.l-body--fixed .p-topStory--fixed {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.p-topStory__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.p-topStory__height {
  /*２〜４枚目の長さ*/
  height: 400vh;
}

.p-topStory__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.p-topStory__slide.is-show {
  z-index: 1;
}

.p-topStory__slide--paused .p-topStory__img--04,
.p-topStory__slide--paused .p-topStory__txts--04 {
  opacity: 1 !important;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
  visibility: inherit !important;
}

.p-topStory__inner {
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s ease-out;
  transform: translate3d(0, 0, 0);
  position: relative;
}

.p-topStory__slide--01 .p-topStory__inner {
  height: 100svh;
}

.js-Story.is-show .p-topStory__inner {
  pointer-events: auto;
}

@media (max-width: 768px) {
  .p-topStory__slide--01 .p-topStory__inner {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 650px) {

  .p-topStory__slide--02 .p-topStory__inner,
  .p-topStory__slide--03 .p-topStory__inner,
  .p-topStory__slide--04 .p-topStory__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.p-topStory__slide--04 {
  -webkit-scroll-snap-coordinate: 50% 0;
  -ms-scroll-snap-coordinate: 50% 0;
  scroll-snap-coordinate: 50% 0;
}

.p-topStory__bg {
  background-size: cover;
  height: 100vh;
}

.p-topStory__bg--01 {
  background-image: url(../images/story_bg_01.jpg);
}

@media (min-width: 1351px) {
  .p-topStory__bg--01 {
    width: 67%;
  }
}

@media (min-width: 769px) and (max-width: 1350px) {
  .p-topStory__bg--01 {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .p-topStory__bg--01 {
    width: 100%;
    height: 40vh;
    background-image: url(../images/story_bg_01_sp02.jpg);
    background-position: bottom;
    order: 1;
    position: relative;
  }
}

@media (max-width: 450px) {
  .p-topStory__bg--01 {
    background-image: url(../images/story_bg_01_sp.jpg);
  }
}

@media (min-width: 651px) {
  .p-topStory__bg--02 {
    background-image: url(../images/story_bg_02.jpg);
  }
}

@media (max-width: 650px) {
  .p-topStory__bg--02 {
    background-image: url(../images/story_bg_02_sp.jpg);
    /* height: 100%; */
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 651px) {
  .p-topStory__bg--03 {
    background-image: url(../images/story_bg_03.jpg);
  }
}

@media (max-width: 768px) {
  .p-topStory__bg--03 {
    background-image: url(../images/story_bg_03_sp.jpg);
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 651px) {
  .p-topStory__bg--04 {
    background-image: url(../images/story_bg_04.jpg);
  }
}

@media (max-width: 768px) {
  .p-topStory__bg--04 {
    background-image: url(../images/story_bg_04_sp.jpg);
    position: absolute;
    width: 100%;
  }
}

.p-topStory__wrap {
  position: absolute;
}

@media (min-width: 1350px) {
  .p-topStory__wrap {
    right: 6vw;
    top: 11.1vw;
  }
}

@media (min-width: 769px) and (max-width: 1350px) {
  .p-topStory__wrap {
    right: 6vw;
    top: 17.3%;
    /*変更*/
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .p-topStory__wrap {
    width: 100%;
    left: 0;
    right: auto;
    top: 32vw;
    position: initial;
    margin-top: 5%;
    order: 3;
  }
}

@media (max-width: 450px) {
  .p-topStory__wrap {
    top: 16vw;
  }
}

.p-topStoryHeading {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 1351px) {
  .p-topStoryHeading {
    margin-bottom: 110px;
    margin-left: auto;
  }
}

@media (min-width: 769px) and (max-width: 1350px) {
  .p-topStoryHeading {
    /* margin-bottom: 7.5vh; */
    margin-bottom: 65px;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .p-topStoryHeading {
    color: #fff;
    padding: 0 0 5% 7%;
    margin: 0;
    position: absolute;
    bottom: 0;
  }
}

.p-topStoryHeading__txt {
  display: block;
  letter-spacing: 0.23em;
}

@media (min-width: 1351px) {
  .p-topStoryHeading__txt {
    font-size: max(1.6837481698vw, 23px);
    line-height: 1.7391304348;
    margin-bottom: 19px;
    padding-left: 2%;
  }
}

@media (min-width: 769px) and (max-width: 1350px) {
  .p-topStoryHeading__txt {
    font-size: 2.8vw;
    font-size: clamp(18px, 2.4vw, 29px);
    line-height: 1.724137931;
    transform: translateX(3%);
  }
}

@media (max-width: 768px) {
  .p-topStoryHeading__txt {
    font-size: max(2vw, 18px);
    padding-left: 7px;
  }
}

@media (max-width: 768px) {
  .p-topStoryHeading__txt {
    padding: 0 0 20px 7px;
  }
}

.p-topStoryHeading__ttl {
  letter-spacing: 0.16em;
}

@media (min-width: 1351px) {
  .p-topStoryHeading__ttl {
    font-size: max(3.0014641288vw, 41px);
    line-height: 1.2195121951;
  }
}

@media (min-width: 769px) and (max-width: 1350px) {
  .p-topStoryHeading__ttl {
    font-size: clamp(35px, 4.3vw, 51px);
  }
}

@media (max-width: 768px) {
  .p-topStoryHeading__ttl {
    font-size: max(4vw, 36px);
  }
}

.p-topStory__imgWrap {
  position: relative;
  pointer-events: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 60px;
}

@media (max-width: 768px) {
  .p-topStory__imgWrap {
    margin-right: auto;
  }
}

.p-topStoryOnline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  transform: translate(-39%, -62%);
  left: 100%;
  top: 0;
}

.p-topStoryOnline:before {
  background-image: url(../images/online_arrow-lg.svg);
  background-size: cover;
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
}

@media (min-width: 769px) and (max-width: 1350px) {
  .p-topStoryOnline:before {
    height: 26px;
    width: 26px;
  }
}

@media (max-width: 768px) {
  .p-topStoryOnline:before {
    width: 19px;
    height: 19px;
  }
}

.p-topStoryOnline__img {
  -webkit-animation: rotateAnime 10s linear infinite;
  animation: rotateAnime 10s linear infinite;
}

@media (min-width: 1351px) {
  .p-topStoryOnline__img {
    width: 110px;
    height: 110px;
  }
}

@media (min-width: 769px) and (max-width: 1350px) {
  .p-topStoryOnline__img {
    height: 110px;
    width: 110px;
  }
}

@media (max-width: 768px) {
  .p-topStoryOnline__img {
    height: 78px;
    width: 78px;
  }
}

.p-topStoryOnline__img img {
  -webkit-animation: rotateAnime 5s linear infinite;
  animation: rotateAnime 5s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-topStoryOnline__img img:hover {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.p-topStory__img--01 {
  position: relative;
}

@media (min-width: 1351px) {
  .p-topStory__img--01 {
    min-width: 401px;
    min-height: 265px;
    width: 29.3vw;
    height: 19.4vw;
  }
}

@media (min-width: 769px) and (max-width: 1350px) {
  .p-topStory__img--01 {
    width: 35.8vw;
    height: 24.7vw;
    border-radius: 10px;
    overflow: hidden;
    min-width: 322px;
    min-height: 222px;
  }
}

@media (max-width: 768px) {
  .p-topStory__img--01 {
    width: min(74.8vw, 574px);
    height: min(42vw, 322px);
    margin-left: 0;

  }
}

.p-topStory__img--01 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 651px) {
  .p-topStory__img--04 {
    bottom: -11.3%;
    max-width: 300px;
    min-width: 236px;
    position: absolute;
    right: -1.3%;
    width: 17.3vw;
  }
}

@media (max-width: 650px) {
  .p-topStory__img--04 {
    margin: 0 auto;
    width: 200px;
  }
}

.p-topStory__txts--right {
  right: 4.4%;
}

.p-topStory__txts--left {
  left: 4.3%;
  top: 30.6%;
}

.p-topStory__txts--02 {
  top: 31%;
}

.p-topStory__txts--04 {
  top: 23.8%;
}

@media (min-width: 651px) {
  .p-topStory__txts {
    position: absolute;
  }
}

@media (max-width: 650px) {
  .p-topStory__txts {
    width: calc(100% - 50px);
  }
}

.p-topStory__txtWrap {
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 651px) {
  .p-topStory__txtWrap {
    min-width: 508px;
    padding: 50px 50px 50px 45px;
    width: 37.3vw;
  }
}

@media (max-width: 650px) {
  .p-topStory__txtWrap {
    padding: 33px 18px;
  }

  .p-topStory__txtWrap--04 {
    margin-bottom: -79px;
    padding-bottom: 93px;
  }
}

.p-topStory__ttl {
  color: #006736;
  font-family: Sen, sans-serif;
  font-weight: 700;
  margin-bottom: 7px;
}

@media (min-width: 651px) {
  .p-topStory__ttl {
    font-size: max(1.0248901903vw, 14px);
    line-height: 1.2142857143;
  }
}

@media (max-width: 650px) {
  .p-topStory__ttl {
    font-size: 14px;
    line-height: 17px;
  }
}

.p-topStory__txt {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: 0.23em;
}

@media (min-width: 651px) {
  .p-topStory__txt {
    font-size: max(1.317715959vw, 18px);
    line-height: 2.2777777778;
  }
}

@media (max-width: 650px) {
  .p-topStory__txt {
    font-size: 1.8vmax;
    line-height: 2.2;
  }
}

.p-topStory__txt--sm {
  letter-spacing: 0.19em;
}

@media (min-width: 651px) {
  .p-topStory__txt--sm {
    font-size: max(0.878477306vw, 12px);
    line-height: 2;
    margin-top: 11px;
    min-width: 278px;
    width: 20.4vw;
  }
}

@media (max-width: 650px) {
  .p-topStory__txt--sm {
    font-size: 1.43vmax;
    line-height: 2;
    margin-top: 19px;
  }
}

.p-topStoryScroll {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
}

@media (min-width: 769px) {
  .p-topStoryScroll {
    left: 2.8%;
  }
}

@media (max-width: 768px) {
  .p-topStoryScroll {
    left: 2.5%;
    color: #172b22;
  }
}

.p-topStoryScroll__txt {
  font-family: Sen, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 769px) {
  .p-topStoryScroll__txt {
    margin-bottom: 23px;
  }
}

@media (max-width: 768px) {
  .p-topStoryScroll__txt {
    margin-bottom: 23px;
  }
}

.p-topStoryScroll__bar {
  background-color: #fff;
  display: block;
  height: 82px;
  width: 1px;
}

@-webkit-keyframes rotateAnime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotateAnime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@media (max-width: 768px) {
  .p-topStoryScroll__bar {
    background-color: #172b22;
  }
}

.p-topStory__leads {
  bottom: 6.3%;
  color: #fff;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  left: 8.9%;
  letter-spacing: 0.19em;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 25px 15px;
  position: absolute;
}

@media (min-width: 1025px) {
  .p-topStory__leads {
    font-size: max(0.878477306vw, 12px);
    line-height: 1.6666666667;
    width: 27.4%;
    min-width: 374px;
  }
}

@media (min-width: 451px) and (max-width: 1024px) {
  .p-topStory__leads {
    font-size: 12px;
    max-width: 310px;
    bottom: 3.6%;
    left: 8.3%;
  }
}

@media (max-width: 768px) {
  .p-topStory__leads {
    color: #172b22;
    max-width: 100%;
    width: 86%;
    margin: 6% auto;
    padding: 0;
    background: none;
    position: initial;
    order: 2;
  }
}

@media (max-width: 450px) {
  .p-topStory__leads {
    font-size: 12px;
    line-height: 1.6;
    margin: 5% auto;
  }
}

@media (max-width: 768px) {
  .p-topStory__lead br {
    display: none;
  }
}

.p-topStory__lead:not(:first-child),
.txt_mt {
  margin-top: 21px;
  display: block;
}

@media (min-width: 451px) and (max-width: 1024px) {

  .p-topStory__lead:not(:first-child),
  .txt_mt {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {

  .p-topStory__lead:not(:first-child),
  .txt_mt {
    margin-top: 0;
  }

  .p-topStory__lead:last-of-type {
    margin-top: 10px;
  }

  .txt_mt {
    display: inline;
  }
}

.p-topStoryBnr {
  background: #245940;
  border-radius: 5px;
  bottom: 1.7%;
  color: #fff;
  position: fixed;
  right: 0;
  margin: 0 1%;
  width: 357px;
  z-index: 990;
}

@media (max-width: 768px) {
  .p-topStoryBnr {
    width: 182px;
    display: flex;
    align-items: center;
    padding: 15px 13px 14px;
  }
}

.p-topStoryBnr__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 23px 32px 24px 26px;
}

@media (max-width: 768px) {
  .p-topStoryBnr__inner {
    padding: 0;
    width: 100%;
    justify-content: space-around;
  }
}

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

@media (max-width: 768px) {

  .p-topStoryBnrLink,
  .p-topStoryBnr__inner {
    align-items: center;
  }
}

.p-topStoryBnrLink {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.p-topStoryBnrIcon {
  margin-left: 37px;
}

@media (max-width: 768px) {
  .p-topStoryBnrIcon {
    margin-left: 6px;
  }

  .p-topStoryBnrIcon svg {
    width: 28px;
    height: 28px;
  }
}

.p-topStoryBnr__ttl {
  font-family: Sen, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  margin-bottom: 9px;
}

@media (max-width: 768px) {
  .p-topStoryBnr__ttl {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.p-topStoryBnr__txt {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 18px;
}

.p-topStoryBnr__close {
  position: absolute;
  right: 3%;
  top: 8%;
  padding: 5px;
}

@media (max-width: 768px) {
  .p-topStoryBnr__close {
    position: initial;
    margin-left: 5px;
    margin-right: 1px;
    padding: 3px;
  }
}

.p-topHoney {
  overflow: hidden;
}

@media (min-width: 769px) {
  .p-topHoney {
    margin-bottom: 127px;
    margin-top: 116px;
  }
}

@media (max-width: 768px) {
  .p-topHoney {
    margin-bottom: 64px;
    margin-top: 62px;
  }
}

@media (min-width: 769px) {
  .p-topHoney__headingWrap {
    margin-bottom: 1.9765739385vw;
  }
}

@media (max-width: 768px) {
  .p-topHoney__headingWrap {
    margin-bottom: 53px;
  }
}

@media (min-width: 769px) {
  .p-topHoney__heading--en {
    margin-bottom: 13px;
  }

  .p-topHoney__heading--jp {
    margin-left: -10px;
  }
}

@media (max-width: 768px) {
  .p-topHoney__heading--jp {
    margin-left: -6px;
  }
}

.p-topHoney__heading__jp {
  margin-left: -0.3em;
}

.p-topHoneyGift,
.p-topHoneyGift__imgs {
  position: relative;
}

@media (min-width: 769px) {
  .p-topHoneyGift__imgs {
    margin-bottom: 8.1vw;
  }
}

@media (max-width: 768px) {
  .p-topHoneyGift__imgs {
    margin-bottom: 20vw;
    padding: 0 6px;
  }
}

.p-topHoneyGift__imgWrap {
  position: relative;
}

.p-topHoneyGift__img--main {
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .p-topHoneyGift__img--main {
    height: 69.6vw;
    width: 100%;
  }
}

.p-topHoneyGift__img--main:last-child {
  left: 0;
  position: absolute;
  top: 0;
}

.p-topHoneyGift__img--sub {
  position: absolute;
}

.p-topHoneyGift__img--subRight {
  z-index: 1;
}

@media (min-width: 769px) {
  .p-topHoneyGift__img--subRight {
    bottom: -5.8%;
    right: -3.5%;
  }
}

@media (max-width: 768px) {
  .p-topHoneyGift__img--subRight {
    bottom: -4.9%;
    right: -4.5%;
    width: 16.5vw;
  }
}

.p-topHoneyGift__img--subLeft {
  z-index: 1;
}

@media (min-width: 769px) {
  .p-topHoneyGift__img--subLeft {
    left: -2.9%;
    top: -2.4%;
  }
}

@media (max-width: 768px) {
  .p-topHoneyGift__img--subLeft {
    left: -2.2%;
    top: -6.4%;
    width: 14.4vw;
  }
}

.p-topHoneyGift__bg {
  left: 0;
  position: absolute;
  z-index: -1;
}

@media (min-width: 769px) {
  .p-topHoneyGift__bg {
    top: -12.1%;
  }
}

@media (max-width: 768px) {
  .p-topHoneyGift__bg {
    top: -5%;
  }
}

.p-topHoneyGift__wrap {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .p-topHoneyGift__wrap {
    min-width: 608px;
    width: 44.55%;
  }
}

@media (max-width: 768px) {
  .p-topHoneyGift__wrap {
    width: calc(100% - 50px);
  }
}

.p-topHoneyGiftHeading {
  position: relative;
}

@media (min-width: 901px) {
  .p-topHoneyGiftHeading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 37px;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGiftHeading {
    margin-bottom: 9vw;
  }

  .p-topHoneyGiftHeading__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: -15px;
  }
}

.p-topHoneyGiftHeading__ttl {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topHoneyGiftHeading__ttl {
    font-size: max(2.196193265vw, 30px);
    line-height: 1.3666666667;
  }
}

@media (max-width: 768px) {
  .p-topHoneyGiftHeading__ttl {
    font-size: max(5.1282051282vw, 20px);
    line-height: 1.45;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGiftHeading__ttl {
    display: block;
    margin-bottom: 11px;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}

.p-topHoneyGiftHeading__txt {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 901px) {
  .p-topHoneyGiftHeading__txt {
    margin-left: 16px;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGiftHeading__txt {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-topHoneyGiftHeading__txt--yen {
  letter-spacing: 0.23em;
  line-height: 1;
}

@media (min-width: 769px) {
  .p-topHoneyGiftHeading__txt--yen {
    font-size: max(1.317715959vw, 18px);
  }
}

@media (max-width: 768px) {
  .p-topHoneyGiftHeading__txt--yen {
    font-size: max(3.5897435897vw, 14px);
  }
}

.p-topHoneyGiftHeading__txt--num {
  letter-spacing: 0.03em;
  line-height: 1;
  margin-left: -2px;
  margin-right: -4px;
}

@media (min-width: 769px) {
  .p-topHoneyGiftHeading__txt--num {
    font-size: max(1.9033674963vw, 26px);
  }
}

@media (max-width: 768px) {
  .p-topHoneyGiftHeading__txt--num {
    font-size: max(4.6153846154vw, 18px);
  }
}

.p-topHoneyGiftHeading__txt--tax {
  letter-spacing: 0.03em;
  line-height: 1;
}

@media (min-width: 769px) {
  .p-topHoneyGiftHeading__txt--tax {
    font-size: max(1.0248901903vw, 14px);
  }
}

@media (max-width: 768px) {
  .p-topHoneyGiftHeading__txt--tax {
    font-size: max(2.8205128205vw, 11px);
  }
}

.p-topHoneyGiftHeadingPresent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 769px) {
  .p-topHoneyGiftHeadingPresent {
    font-size: max(1.1713030747vw, 16px);
    line-height: 1.4375;
  }
}

@media (max-width: 768px) {
  .p-topHoneyGiftHeadingPresent {
    font-size: max(3.0769230769vw, 12px);
    line-height: 1.4166666667;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGiftHeadingPresent {
    height: 8.7vw;
    height: 118px;
    min-width: 118px;
    position: absolute;
    right: -18%;
    top: -85%;
    width: 8.7vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGiftHeadingPresent {
    height: 14vw;
    margin-left: 4%;
    min-height: 75px;
    min-width: 75px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    width: 14vw;
  }
}

.p-topHoneyGiftHeading__present {
  background: #fff;
  position: absolute;
}

@media (min-width: 901px) {
  .p-topHoneyGiftHeading__present {
    height: 8.7vw;
    min-height: 118px;
    min-width: 118px;
    right: -18.1%;
    width: 8.7vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGiftHeading__present {
    min-height: 75px;
    min-width: 75px;
    right: 2%;
    top: -40%;
  }
}

@media (min-width: 769px) {
  .p-topHoneyGift__txt {
    line-height: 2.3076923077;
    margin-bottom: 42px;
  }
}

@media (max-width: 768px) {
  .p-topHoneyGift__txt {
    line-height: 2.2307692308;
    margin-bottom: 28px;
  }
}

.p-topHoneyGift__btn {
  margin: 0 auto;
}

@media (min-width: 901px) {
  .p-topHoneyGallery {
    margin: 121px auto 29vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery {
    margin: 61px auto 57.7vw;
  }
}

.p-topHoneyGallery__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 901px) {
  .p-topHoneyGallery__wrap--01 {
    margin: 0 auto 82px;
    width: 53.6vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__wrap--01 {
    margin-bottom: 12vw;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__wrap--02 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 83px;
    margin-left: auto;
    width: 60.6vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__wrap--02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12vw;
  }
}

.p-topHoneyGallery__wrap--03 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .p-topHoneyGallery__wrap--03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__img--01 {
    height: 35.5vw;
    width: 41.8vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__img--01 {
    width: 64.9vw;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__img--02 {
    height: 24.2vw;
    width: 22.5vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__img--02 {
    margin-bottom: 12.4vw;
    width: 50.2%;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__img--03 {
    height: 33vw;
    width: 35vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__img--03 {
    margin-left: auto;
    width: 76.2%;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__img--04 {
    height: 22.5vw;
    margin-top: 7.1%;
    width: 27.4vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__img--04 {
    height: 50.4vw;
    margin-bottom: 12vw;
    margin-left: auto;
    width: 53.1vw;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__img--05 {
    height: 35.5vw;
    width: 32.4vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__img--05 {
    height: 59.3vw;
    margin-bottom: 12.4vw;
    margin-left: 9px;
    width: 67vw;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__img--06 {
    height: 20vw;
    width: 24.9vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__img--06 {
    margin-left: auto;
    margin-right: 12px;
    width: 74.8%;
  }
}

.p-topHoneyGallery__illustWrap {
  height: 100%;
  position: absolute;
  width: 100vw;
}

.p-topHoneyGallery__illustWrap--01 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-topHoneyGallery__illust {
  position: absolute;
}

@media (min-width: 901px) {
  .p-topHoneyGallery__illust--01 {
    height: 42.9vw;
    right: 0;
    top: -21%;
    width: 31.2vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__illust--01 {
    right: 0;
    top: 85%;
    width: 45.1vw;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__illustWrap--02 {
    right: -60px;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__illustWrap--02 {
    right: -25px;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__illust--02 {
    left: 0;
    top: -14.3%;
    width: 32.1vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__illust--02 {
    bottom: -57%;
    left: 0;
    width: 35vw;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__illust--art01 {
    bottom: 17%;
    left: -13%;
    width: 3.5vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__illust--art01 {
    bottom: 24%;
    right: 12.5%;
    width: 7.2vw;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__illust--art02 {
    bottom: -31%;
    left: 47%;
    width: 5.2vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__illust--art02 {
    bottom: -12%;
    left: 44%;
    width: 9.8vw;
  }
}

@media (min-width: 901px) {
  .p-topHoneyGallery__illust--art03 {
    right: 20.4%;
    top: 60%;
    width: 2.6vw;
  }
}

@media (max-width: 900px) {
  .p-topHoneyGallery__illust--art03 {
    right: 5.5%;
    top: 36.7%;
    width: 7.5vw;
  }
}

.p-topHoneySwiper {
  position: relative;
}

@media (min-width: 769px) {
  .p-topHoneySwiper {
    margin-bottom: 121px;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiper {
    margin-bottom: 66px;
  }
}

.p-topHoneySwiper__bg {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 769px) {
  .p-topHoneySwiper__bg {
    top: -11.4vw;
    width: 69.5vw;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiper__bg {
    top: -15%;
    width: 106.7vw;
  }
}

.p-topHoneySwiper__img {
  display: block;
}

@media (min-width: 769px) {
  .p-topHoneySwiper__img {
    margin-bottom: 65px;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiper__img {
    margin-bottom: 25px;
  }
}

@media (min-width: 901px) {
  .p-topHoneySwiper__slide {
    min-width: 500px;
    width: 45.5%;
  }
}

@media (max-width: 900px) {
  .p-topHoneySwiper__slide {
    width: 84.4vw;
  }
}

.p-topHoneySwiper__slide.swiper-slide-active .p-topHoneySwiper__wrap {
  opacity: 1;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  visibility: visible;
}

.p-topHoneySwiper__wrap {
  opacity: 0;
  visibility: hidden;
}

.p-topHoneySwiper__cat {
  color: #006736;
  font-family: Sen, sans-serif;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) {
  .p-topHoneySwiper__cat {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 11px;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiper__cat {
    font-size: max(2.8205128205vw, 11px);
    line-height: 1.1818181818;
    margin-bottom: 5px;
  }
}

.p-topHoneySwiperHeading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 34px;
}

@media (min-width: 769px) {
  .p-topHoneySwiperHeading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiperHeading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-topHoneySwiperHeading__ttl {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topHoneySwiperHeading__ttl {
    font-size: max(2.196193265vw, 30px);
    line-height: 1.3666666667;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiperHeading__ttl {
    font-size: max(5.1282051282vw, 20px);
    line-height: 1.45;
    margin-bottom: 4px;
  }
}

.p-topHoneySwiperHeading__txt {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .p-topHoneySwiperHeading__txt {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiperHeading__txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.p-topHoneySwiperHeading__txt--yen {
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topHoneySwiperHeading__txt--yen {
    font-size: 18px;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiperHeading__txt--yen {
    font-size: 14px;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .p-topHoneySwiperHeading__txt--num {
    font-size: 26px;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiperHeading__txt--num {
    font-size: 18px;
    line-height: 1;
  }
}

.p-topHoneySwiperHeading__txt--tax {
  letter-spacing: 0.03em;
  line-height: 1;
}

@media (min-width: 769px) {
  .p-topHoneySwiperHeading__txt--tax {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiperHeading__txt--tax {
    font-size: 11px;
    line-height: 1;
  }
}

@media (min-width: 769px) {
  .p-topHoneySwiperHeading__txt--sub {
    font-size: 12px;
    line-height: 17px;
    margin-top: 17px;
  }

  .p-topHoneySwiper__txts {
    margin-bottom: 36px;
    padding: 0 5.2%;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiperHeading__txt--sub {
    margin-bottom: 4%;
  }

  .p-topHoneySwiper__txts {
    margin-bottom: 28px;
  }
}

@media (min-width: 769px) {
  .p-topHoneySwiper__txt {
    line-height: 2.3076923077;
  }
}

@media (max-width: 768px) {
  .p-topHoneySwiper__txt {
    line-height: 2.2307692308;
  }
}

.p-topHoneySwiper__online {
  margin: 0 auto;
}

.p-topHoneySwiper__btns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
}

@media (min-width: 901px) {
  .p-topHoneySwiper__btns {
    bottom: 19.8%;
    left: 50%;
    min-width: 800px;
    top: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 72%;
  }
}

@media (max-width: 900px) {
  .p-topHoneySwiper__btns {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}

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

@media (max-width: 900px) {
  .p-topHoneySwiperBtn--prev {
    left: 2%;
  }
}

.p-topHoneySwiperBtn--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 900px) {
  .p-topHoneySwiperBtn--next {
    right: 2%;
  }
}

@media (min-width: 769px) {
  .p-topHoneySwiperBtn__txt {
    font-size: max(1.0980966325vw, 15px);
    line-height: 2;
  }
}

@media (max-width: 900px) {
  .p-topHoneySwiperBtn__txt {
    display: none;
  }
}

.p-topHoneySwiperBtn__txt--prev {
  margin-left: 12px;
}

.p-topHoneySwiperBtn__txt--next {
  margin-right: 12px;
}

@media (min-width: 769px) {
  .p-topHoneyCard__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .p-topHoneyCard__item {
    width: 47.6%;
  }
}

@media (max-width: 768px) {
  .p-topHoneyCard__item:not(:first-child) {
    margin-top: 41px;
  }
}

.p-topHoneyCard__heading {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
}

@media (min-width: 769px) {
  .p-topHoneyCard__heading {
    margin-bottom: 22px;
  }
}

@media (max-width: 768px) {
  .p-topHoneyCard__heading {
    margin-bottom: 9px;
  }
}

.p-topHoneyCard__heading--txt {
  color: #006736;
  display: block;
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topHoneyCard__heading--txt {
    font-size: max(1.0248901903vw, 14px);
    line-height: 1.4285714286;
    margin-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .p-topHoneyCard__heading--txt {
    font-size: max(2.8205128205vw, 11px);
    line-height: 1.4545454545;
    margin-bottom: 4px;
  }
}

.p-topHoneyCard__heading--ttl {
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topHoneyCard__heading--ttl {
    font-size: max(1.4641288433vw, 20px);
    line-height: 1.45;
  }
}

@media (max-width: 768px) {
  .p-topHoneyCard__heading--ttl {
    font-size: max(4.6153846154vw, 18px);
    line-height: 1.4444444444;
  }
}

.p-topHoneyCard__imgWrap {
  position: relative;
}

@media (min-width: 769px) {
  .p-topHoneyCard__img {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .p-topHoneyCard__img {
    margin-bottom: 21px;
  }
}

.p-topHoneyCard__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
}

@media (min-width: 769px) {
  .p-topHoneyCard__tags {
    left: 15px;
    top: 15px;
  }
}

@media (max-width: 768px) {
  .p-topHoneyCard__tags {
    left: 13px;
    top: 13px;
  }
}

.p-topHoneyCard__tag {
  background-color: #fff;
  color: #006736;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: 0.23em;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .p-topHoneyCard__tag {
    border-radius: 19px;
    line-height: 1.4615384615;
    padding: 5px 18px 7px;
  }
}

@media (max-width: 768px) {
  .p-topHoneyCard__tag {
    border-radius: 13px;
    font-size: 11px;
    line-height: 1.3636363636;
    padding: 3px 7px;
  }
}

@media (min-width: 769px) {
  .p-topHoneyCard__tag:not(:last-child) {
    margin-right: 5px;
  }
}

@media (max-width: 768px) {
  .p-topHoneyCard__tag:not(:last-child) {
    margin-right: 6px;
  }
}

@media (min-width: 769px) {
  .p-topHoneyCard__txt {
    line-height: 2.3076923077;
  }
}

@media (max-width: 768px) {
  .p-topHoneyCard__txt {
    line-height: 2.2307692308;
  }
}

@media (min-width: 769px) {
  .p-topConcept {
    margin-bottom: 18.5vw;
  }
}

@media (max-width: 768px) {
  .p-topConcept {
    margin-bottom: 64px;
  }
}

@media (min-width: 769px) {
  .p-topConcept__heading {
    margin: 0 auto 57px;
  }
}

@media (max-width: 768px) {
  .p-topConcept__heading {
    margin-bottom: 25px;
  }
}

@media (min-width: 769px) {
  .p-topConcept__heading--en {
    margin-bottom: 2px;
  }

  .p-topConcept__heading--jp {
    margin-left: -10px;
  }
}

@media (max-width: 768px) {
  .p-topConcept__heading--jp {
    margin-left: -6px;
  }
}

@media (min-width: 769px) {
  .p-topConcept__imgs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.p-topConcept__img--chara {
  position: absolute;
}

@media (min-width: 769px) {
  .p-topConcept__img--chara {
    bottom: -11.3%;
    left: -33.9%;
    width: 20.6vw;
  }
}

@media (max-width: 768px) {
  .p-topConcept__img--chara {
    bottom: -10.6%;
    right: -5.9%;
    width: 37vw;
  }
}

.p-topConcept__imgWrap--01 {
  position: relative;
}

@media (min-width: 769px) {
  .p-topConcept__imgWrap--01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 48%;
  }
}

@media (max-width: 768px) {
  .p-topConcept__imgWrap--01 {
    margin-bottom: 13.7vw;
  }
}

@media (min-width: 769px) {
  .p-topConcept__imgWrap--02 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 26.4%;
  }
}

@media (max-width: 768px) {
  .p-topConcept__imgWrap--02 {
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) {
  .p-topConcept__imgWrap--03 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    margin-top: auto;
    -webkit-order: 3;
    order: 3;
    width: 21.9%;
  }
}

@media (max-width: 768px) {
  .p-topConcept__imgWrap--03 {
    margin-bottom: 53px;
  }
}

@media (min-width: 769px) {
  .p-topConcept__txts {
    margin-left: auto;
    margin-right: 9.3%;
    min-width: 535px;
    width: 39.2vw;
  }

  .p-topConcept__txts--01 {
    margin-bottom: 61px;
  }
}

@media (max-width: 768px) {
  .p-topConcept__txts--01 {
    margin-bottom: 51px;
  }
}

@media (min-width: 769px) {
  .p-topConcept__txts--02 {
    margin-top: 61px;
  }
}

.p-topConcept__ttl {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topConcept__ttl {
    font-size: max(1.4641288433vw, 20px);
    line-height: 1.45;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .p-topConcept__ttl {
    font-size: max(4.6153846154vw, 18px);
    line-height: 1.4444444444;
    margin-bottom: 21px;
  }
}

@media (min-width: 769px) {
  .p-topConcept__txt {
    line-height: 2.3076923077;
  }
}

@media (max-width: 768px) {
  .p-topConcept__txt {
    line-height: 2.2307692308;
  }
}

@media (min-width: 769px) {
  .p-topMsg {
    margin-bottom: 110px;
  }
}

@media (max-width: 768px) {
  .p-topMsg {
    margin-bottom: 64px;
  }
}

.p-topMsg__inner {
  background-color: #245940;
  color: #fff;
  position: relative;
  text-align: center;
}

@media (min-width: 769px) {
  .p-topMsg__inner {
    border-radius: 10px;
    padding: 184px 0 180px;
  }
}

@media (max-width: 768px) {
  .p-topMsg__inner {
    border-radius: 5px;
    padding: 137px 0 140px;
  }
}

.p-topMsg__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-topMsg__img img {
  -o-object-position: bottom;
  object-position: bottom;
}

@media (min-width: 769px) {
  .p-topMsg__heading {
    margin-bottom: 89px;
  }
}

@media (max-width: 768px) {
  .p-topMsg__heading {
    margin-bottom: 64px;
  }
}

.p-topMsg__heading--en {
  color: #fff;
  display: block;
  font-family: Sen, sans-serif;
  font-weight: 700;
}

@media (min-width: 769px) {
  .p-topMsg__heading--en {
    font-size: max(2.3426061493vw, 32px);
    line-height: 1.1875;
  }
}

@media (max-width: 768px) {
  .p-topMsg__heading--en {
    font-size: max(5.641025641vw, 22px);
    line-height: 1.1818181818;
  }
}

.p-topMsg__heading--en:first-of-type {
  margin-bottom: 6px;
}

@media (min-width: 769px) {
  .p-topMsg__heading--en:nth-of-type(2) {
    margin-bottom: 26px;
  }
}

@media (max-width: 768px) {
  .p-topMsg__heading--en:nth-of-type(2) {
    margin-bottom: 14px;
  }
}

.p-topMsg__heading--jp {
  display: block;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .p-topMsg__heading--jp {
    font-size: max(1.2445095168vw, 17px);
    line-height: 1.4705882353;
  }
}

@media (max-width: 768px) {
  .p-topMsg__heading--jp {
    font-size: max(3.3333333333vw, 13px);
    line-height: 1.4615384615;
  }
}

.p-topMsg__txt {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.8461538462;
}

@media (min-width: 769px) {
  .p-topMsg__txt {
    font-size: max(0.9516837482vw, 13px);
  }
}

@media (max-width: 768px) {
  .p-topMsg__txt {
    font-size: max(3.3333333333vw, 13px);
  }
}

@media (min-width: 769px) {
  .p-topEffort {
    margin-bottom: 14vw;
  }
}

@media (max-width: 768px) {
  .p-topEffort {
    margin-bottom: 90px;
    position: relative;
  }
}

@media (min-width: 769px) {
  .p-topEffort__inner {
    width: 82.2vw;
  }

  .p-topEffortSwiper {
    position: relative;
  }
}

.p-topEffortSwiper__slide {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .p-topEffortSwiper__slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.p-topEffortSwiper__inner {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}

@media (min-width: 769px) {
  .p-topEffortSwiper__left {
    padding-bottom: min(9.1vw, 123px);
    width: 47%;
  }

  .p-topEffortSwiper__heading {
    margin-bottom: 27px;
  }
}

@media (max-width: 768px) {
  .p-topEffortSwiper__heading {
    margin-bottom: 20px;
  }
}

.p-topEffortSwiper__heading--jp {
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topEffortSwiper__heading--jp:first-child {
    font-size: max(0.878477306vw, 12px);
    line-height: 1.4166666667;
  }

  .p-topEffortSwiper__heading--jp:last-child {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .p-topEffortSwiper__heading--jp:last-child {
    margin-top: 4px;
    height: 2em;
  }

  .p-topEffortSwiper__imgWrap {
    margin-bottom: 13px;
    position: relative;
  }
}

@media (min-width: 769px) {
  .p-topEffortSwiper__img {
    height: 44.4vw;
    height: 44.3vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45.25vw;
    width: 45.3vw;
  }

  .p-topEffortSwiper__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .p-topEffortSwiper__img {
    margin: 0 auto;
    width: 90%;
  }
}

.p-topEffortSwiper__btns {
  position: absolute;
}

@media (min-width: 769px) {
  .p-topEffortSwiper__btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0;
    top: auto !important;
    width: 130px;
  }
}

@media (max-width: 768px) {
  .p-topEffortSwiper__btns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 30px);
  }

  .p-topEffortSwiper__btn {
    height: 42px;
    width: 42px;
  }
}

.p-topEffortSwiper__pagination {
  color: #006736;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topEffortSwiper__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: max(1.317715959vw, 18px);
    font-size: 18px;
    position: absolute;
    right: -5.8%;
    top: 50%;
    transform: translateY(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .p-topEffortSwiper__pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: auto;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 18px;
    width: 100%;
  }
}

.p-topEffortSwiper__pagination:before {
  background-color: #006736;
  content: "";
  display: block;
  position: absolute;
}

@media (min-width: 769px) {
  .p-topEffortSwiper__pagination:before {
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
  }
}

@media (max-width: 768px) {
  .p-topEffortSwiper__pagination:before {
    height: 13px;
    width: 1px;
  }
}

@media (min-width: 769px) {
  .p-topEffortSwiper__total {
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .p-topEffortSwiper__total {
    margin-left: 19px;
  }
}

@media (min-width: 769px) {
  .p-topEffortSwiper__txt {
    line-height: 2.3076923077;
    width: 32.9vw;
  }
}

@media (max-width: 768px) {
  .p-topEffortSwiper__txt {
    line-height: 2.3076923077;
  }
}

.p-topFaq {
  position: relative;
}

@media (min-width: 901px) {
  .p-topFaq {
    margin-bottom: 120px;
  }
}

@media (max-width: 900px) {
  .p-topFaq {
    margin-bottom: 297px;
  }
}

@media (min-width: 901px) {
  .p-topFaq__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .p-topFaq__heading--en {
    margin-bottom: 11px;
  }
}

.p-topFaqAcc {
  border-bottom: 1px solid #bdbdbd;
  position: relative;
}

.p-topFaqAcc:first-child {
  border-top: 1px solid #bdbdbd;
}

.p-topFaqAcc__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
}

@media (min-width: 901px) {
  .p-topFaqAcc__btn {
    height: 34px;
    right: 28px;
    top: 2.25vw;
    width: 34px;
  }
}

@media (max-width: 900px) {
  .p-topFaqAcc__btn {
    height: 21px;
    right: 11px;
    top: 20px;
    width: 21px;
  }
}

.p-topFaqAcc__btn--circle {
  background-color: #006736;
  border-radius: 50%;
  display: block;
  position: absolute;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

@media (min-width: 901px) {
  .p-topFaqAcc__btn--circle {
    height: 24px;
    width: 24px;
  }
}

@media (max-width: 900px) {
  .p-topFaqAcc__btn--circle {
    height: 15px;
    width: 15px;
  }
}

.p-topFaqAcc__inner {
  padding: 29px 80px 30px 28px;
}

.p-topFaqAcc__ttl {
  cursor: pointer;
  display: block;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topFaqAcc__ttl {
    font-size: max(1.4641288433vw, 20px);
    line-height: 1.45;
  }
}

@media (max-width: 768px) {
  .p-topFaqAcc__ttl {
    font-size: max(4.6153846154vw, 18px);
    line-height: 1.4444444444;
  }
}

@media (min-width: 901px) {
  .p-topFaqAcc__ttl {
    padding: 2.13vw 11.1% 2.35vw 4.2%;
  }
}

@media (max-width: 900px) {
  .p-topFaqAcc__ttl {
    padding: 18px 10px;
  }
}

.p-topFaq__txt {
  line-height: 2.3076923077;
}

@media (min-width: 901px) {
  .p-topFaq__txt {
    margin-top: -8px;
    padding: 0 11.1% 2.13vw 4.2%;
  }
}

@media (max-width: 900px) {
  .p-topFaq__txt {
    padding: 0 10px 14px;
  }
}

.p-topFaq__txt--bold {
  display: block;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .p-topFaq__txt--bold {
    font-size: max(1.1713030747vw, 16px);
    line-height: 1.875;
  }
}

@media (max-width: 768px) {
  .p-topFaq__txt--bold {
    font-size: max(3.5897435897vw, 14px);
    line-height: 2.1428571429;
  }
}

@media (min-width: 901px) {
  .p-topFaq__left {
    width: 30.3%;
  }

  .p-topFaq__right {
    margin-top: 4.5%;
    width: 58.9%;
  }
}

@media (max-width: 900px) {
  .p-topFaq__right {
    margin-top: 35px;
  }
}

@media (min-width: 901px) {
  .p-topFaq__img {
    margin-left: auto;
    margin-top: 83px;
    width: 16.4vw;
  }
}

@media (max-width: 900px) {
  .p-topFaq__img {
    bottom: -215px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 115px;
  }
}

.p-topAbout {
  position: relative;
}

@media (min-width: 769px) {
  .p-topAbout {
    margin-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .p-topAbout {
    margin-bottom: 143px;
  }
}

@media (min-width: 769px) {
  .p-topAbout__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.p-topAbout__btn {
  position: absolute;
}

.p-topAbout__btn2 {
  position: absolute;
  margin-top:70px;
}

.p-topAbout__btn3 {
  position: absolute;
  margin-top:20px;
}

@media (max-width: 768px) {
  .p-topAbout__btn {
    bottom: -64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
    .p-topAbout__btn2 {
    bottom: -124px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
    .p-topAbout__btn3 {
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) {
  .p-topAbout__right {
    margin-top: 47px;
    width: 59%;
  }
}

@media (max-width: 768px) {
  .p-topAbout__right {
    margin-top: 35px;
  }
}

@media (min-width: 769px) {
  .p-topAbout__heading {
    margin-bottom: 36px;
  }

  .p-topAbout__heading--en {
    margin-bottom: 12px;
  }
}

.p-topAboutDef {
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  letter-spacing: 0.23em;
}

@media (min-width: 769px) {
  .p-topAboutDef {
    font-size: max(0.9516837482vw, 13px);
    line-height: 2;
    padding: 29px 28px;
  }
}

@media (max-width: 768px) {
  .p-topAboutDef {
    line-height: 1.4615384615;
    padding: 18px 10px;
  }
}

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

@media (min-width: 769px) {
  .p-topAboutDef__row:not(:first-child) {
    margin-top: 11px;
  }
}

@media (max-width: 768px) {
  .p-topAboutDef__row:not(:first-child) {
    margin-top: 12px;
  }
}

@media (min-width: 769px) {
  .p-topAboutDef__ttl {
    -webkit-box-flex: 0.4;
    -webkit-flex: 0.4;
    -ms-flex: 0.4;
    flex: 0.4;
    margin-right: 13.6%;
  }
}

@media (max-width: 768px) {
  .p-topAboutDef__ttl {
    -webkit-box-flex: 0.3;
    -webkit-flex: 0.3;
    -ms-flex: 0.3;
    flex: 0.3;
    margin-right: 3.1%;
  }
}

.p-topAboutDef__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 769px) {
  .p-topLetter {
    margin-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .p-topLetter__inner {
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .p-topLetter__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.p-topLetter__left {
  background-color: #245940;
  border-radius: 10px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .p-topLetter__left {
    padding: 43% 5.5% 42%;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}

.p-topLetter__img {
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .p-topLetter__left {
    padding: min(8.1vw, 50px) min(4.4vw, 35px);
    /*コメント削除？*/
    width: 49.1%;
    max-height: 435px;
  }

  .p-topLetter__img {
    width: 49.1%;
    max-height: 435px;
    position: relative;
  }

  .p-topLetter__img02,
  .p-topLetter__img02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-topLetter__heading {
    margin-bottom: 26px;
  }
}

@media (max-width: 768px) {
  .p-topLetter__img {
    margin-bottom: 19%;
  }

  .p-topLetter__heading {
    margin-bottom: 26px;
  }
}

.p-topLetter__heading--en {
  color: #fff;
}

@media (min-width: 769px) {
  .p-topLetter__heading--jp {
    /* font-size: 1.61vw; */
    font-size: max(1.7vw, 24px);
    /*変更*/
    letter-spacing: 0.1em;
    line-height: 1.455;
  }
}

.p-topLetter__txt {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 500;
}

@media (min-width: 769px) {
  .p-topLetter__txt {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 34px;
  }
}

@media (max-width: 768px) {
  .p-topLetter__txt {
    line-height: 2.2;
  }
}

@media (max-width: 768px) {
  .p-topLetter__btnWrap {
    margin-top: 9%;
  }
}

.p-topLetter__btn {
  background-color: #fff;
  color: #172b22;
}

.c-swiper__btn {
  cursor: pointer;
}

.c-swiper__btn--prev:hover img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.c-swiper__btn--next:hover img {
  -webkit-transform: scale(-1) translateX(-100%);
  transform: scale(-1) translateX(-100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (max-width: 900px) {
  .c-swiper__btn--honey {
    height: 42px;
    width: 42px;
  }
}

.c-swiper__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (min-width: 901px) {
  .c-swiper__img {
    width: 11px;
  }
}

@media (max-width: 900px) {
  .c-swiper__img {
    width: 8px;
  }
}

.c-swiper__img--next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}

.c-swiper__img--next img {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.js-Story.is-show .p-topStory__txts {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.js-hide {
  opacity: 0;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.js-clone--inner {
  display: block;
  overflow: hidden;
  position: relative;
}

.js-clone--txt {
  display: block;
  line-height: 1;
}

.js-clone--txt:not(:first-child) {
  position: absolute;
}

.js-clone--link:hover .js-clone--txt {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}