@charset "UTF-8";
@use './base/base' as *;
html {
  overflow-x: hidden;
  overflow-anchor: none;
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  min-width: auto;
  font-family: "Zen Old Mincho", serif;
  color: #492600;
}

.forPC {
  display: block;
}
@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .forSP {
    display: block;
  }
}

img {
  height: auto;
}

a {
  transition: all 0.4s ease;
}

a:hover {
  opacity: 0.7;
}

main {
  font-size: 0.6666666667vw;
  width: 100%;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  main {
    font-size: 1.3333333333vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  main {
    font-size: 10px;
  }
}

section {
  padding: 0;
}

/**********************************
 *
 * pankuzu
 *
**********************************/
#pankuzu {
  width: 100%;
  height: auto;
  background-color: #f7f4ee;
  font-size: 11px;
  letter-spacing: 2.2px;
  color: #6c5b52;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0 0 0;
}

#pankuzu ul {
  margin: auto;
}

#pankuzu ul li {
  float: left;
  margin: 5px 30px 6px 0;
  border-radius: 2px;
  background-color: #669219;
  position: relative;
  vertical-align: middle;
}

#pankuzu ul li a {
  color: #fff;
  padding: 5px 10px;
}

#pankuzu ul li:last-child {
  background-color: #fff;
  padding: 5px 10px;
  margin: 0 0 6px 0;
}

#pankuzu ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #669219;
  border-right: 1px solid #669219;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pankuzu ul li:last-child::after {
  display: none;
}

main {
  width: 100%;
  background: url("../images/bg3000re.jpg") no-repeat top center #fdd6bd;
  background-size: 3000px;
}
@media screen and (max-width: 1500px) {
  main {
    background: url("../images/bg1500.jpg") no-repeat top center #fdd6bd;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  main {
    background: url("../images/bg_sp.jpg") no-repeat top center #fdd6bd;
    background-size: 100vw;
  }
}

@keyframes fadefrombelow {
  0% {
    opacity: 0;
    transform: translateY(1rem);
    filter: blur(1.5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.mv {
  width: 100%;
  height: 91.6em;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 126.5em;
  }
}
.mv .inner {
  width: 110em;
  padding-top: 2.4em;
}
@media screen and (max-width: 768px) {
  .mv .inner {
    width: 100%;
  }
}
.mv .inner h1 {
  width: 51.3664em;
  margin: auto auto 3em;
}
@media screen and (max-width: 768px) {
  .mv .inner h1 {
    width: 53.757em;
  }
}
.mv .inner p.h1_sub {
  width: 33.958em;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mv .inner p.h1_sub {
    width: 38.2em;
  }
}
.mv .inner ul.products {
  width: 70em;
  margin: 3.4em auto auto;
  position: relative;
  opacity: 0;
  animation: fadefrombelow 1s ease 1s forwards;
}
@media screen and (max-width: 768px) {
  .mv .inner ul.products {
    width: 100%;
    margin: 9em auto auto;
  }
}
.mv .inner ul.products li {
  position: absolute;
  top: 0;
  left: 0;
  width: 37.2996em;
}
@media screen and (max-width: 768px) {
  .mv .inner ul.products li {
    width: 43.9em;
    top: 12.5em;
    left: -2.5em;
  }
}
.mv .inner ul.products li:nth-of-type(2) {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mv .inner ul.products li:nth-of-type(2) {
    right: -2.5em;
  }
}

section.intro {
  width: 100%;
  margin-bottom: 36em;
}
@media screen and (max-width: 768px) {
  section.intro {
    margin-bottom: 20em;
  }
}
section.intro.inView {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}
section.intro .inner {
  width: 110em;
  margin: auto auto auto;
}
@media screen and (max-width: 768px) {
  section.intro .inner {
    width: 68.3em;
  }
}
section.intro .inner h2.h2_intro {
  width: 100%;
  height: 4.333em;
  background: url("../images/h2_intro.png") no-repeat;
  background-size: 100%;
  font-size: 4.2em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.1rem;
  padding-top: 2em;
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  section.intro .inner h2.h2_intro {
    height: 5.35em;
    background: url("../images/h2_intro_sp.png") no-repeat;
    background-size: 100%;
    font-size: 6.5em;
    line-height: 1.23;
    padding-top: 1.7em;
    margin-bottom: 0.3em;
  }
}
section.intro .inner h3 {
  font-size: 2.8em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.1em;
}
@media screen and (max-width: 768px) {
  section.intro .inner h3 {
    font-size: 4.2em;
    line-height: 1.38;
    letter-spacing: -0.02em;
  }
}
section.intro .inner ul.gohoubi {
  width: 95em;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.intro .inner ul.gohoubi {
    width: 38.7em;
    flex-direction: column;
    margin: auto 0;
    row-gap: 3.2em;
  }
}
section.intro .inner ul.gohoubi::after {
  display: none;
}
section.intro .inner ul.gohoubi::before {
  content: '';
  width: 112.44em;
  height: 38.2em;
  background: url("../images/bg_gohoubi.png") no-repeat top left;
  background-size: 112.44em;
  position: absolute;
  top: 0;
  left: -2.2em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.intro .inner ul.gohoubi::before {
    width: 68.2629em;
    height: 123.904em;
    background: url("../images/bg_gohoubi_sp.png") no-repeat top left;
    background-size: 68.2629em;
    left: 0;
  }
}
section.intro .inner ul.gohoubi li {
  width: 22.5em;
  height: 22.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.intro .inner ul.gohoubi li {
    width: 38.7em;
    height: 39em;
  }
}
section.intro .inner ul.gohoubi li p {
  font-size: 1.8em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.intro .inner ul.gohoubi li p {
    font-size: 3.2em;
    width: 100%;
    text-align: center;
    padding-left: 0.5em;
  }
}

section.product {
  width: 100%;
  margin-bottom: 33em;
}
@media screen and (max-width: 768px) {
  section.product {
    margin-bottom: 24em;
  }
}
section.product .inner {
  width: 110em;
  margin: auto auto auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.product .inner {
    width: 100%;
  }
}
section.product .inner figure.deco01 {
  width: 18.125em;
  position: absolute;
  top: 4.4em;
  left: -13.8em;
}
@media screen and (max-width: 768px) {
  section.product .inner figure.deco01 {
    display: none;
  }
}
section.product .inner .animWrap.inView {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}
section.product .inner h2.h2_product {
  width: 100%;
  height: 3.96em;
  background: url("../images/h2_product.png") no-repeat;
  background-size: 100%;
  font-size: 4.2em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.1rem;
  padding-top: 1.857em;
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  section.product .inner h2.h2_product {
    font-size: 6.5em;
    line-height: 1.23;
    letter-spacing: -0.2rem;
    width: 10.5em;
    height: 5.4em;
    margin: auto;
    margin-bottom: 0.86em;
    background: url("../images/h2_product_sp.png") no-repeat;
    background-size: 100%;
    padding-top: 1.7em;
  }
}
section.product .inner ul.innerLink {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 5em auto 4.8em;
}
@media screen and (max-width: 768px) {
  section.product .inner ul.innerLink {
    width: 68em;
  }
}
section.product .inner ul.innerLink::before, section.product .inner ul.innerLink::after {
  display: none;
}
section.product .inner ul.innerLink li {
  width: 54em;
  height: 14em;
}
@media screen and (max-width: 768px) {
  section.product .inner ul.innerLink li {
    width: 33em;
    height: 23.3em;
  }
}
section.product .inner ul.innerLink li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/anc01.png") no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  section.product .inner ul.innerLink li a {
    background: url("../images/anc01_sp.png") no-repeat;
    background-size: cover;
  }
}
section.product .inner ul.innerLink li:nth-of-type(2) a {
  background: url("../images/anc02.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section.product .inner ul.innerLink li:nth-of-type(2) a {
    background: url("../images/anc02_sp.png") no-repeat;
    background-size: cover;
  }
}

section.innerSection {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding-top: 4.8em;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  section.innerSection {
    width: 71.5em;
    padding-top: 6.8em;
    padding-bottom: 7em;
  }
}
section.innerSection.inView {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}
section.innerSection figure.deco02 {
  width: 21.989em;
  position: absolute;
  top: 8.6em;
  right: -15.3em;
}
@media screen and (max-width: 768px) {
  section.innerSection figure.deco02 {
    width: 13.8em;
    top: -4.5em;
    left: 0.6em;
    right: auto;
  }
}
section.innerSection figure.deco03 {
  width: 19.7551em;
  position: absolute;
  top: 40.2em;
  left: -26.4em;
}
@media screen and (max-width: 768px) {
  section.innerSection figure.deco03 {
    display: none;
  }
}
section.innerSection figure.deco04 {
  width: 6.52767em;
  position: absolute;
  bottom: 10.6em;
  right: -16.4em;
}
@media screen and (max-width: 768px) {
  section.innerSection figure.deco04 {
    display: none;
  }
}
section.innerSection figure.deco05 {
  width: 31.926em;
  position: absolute;
  top: 5.3em;
  right: -26em;
}
@media screen and (max-width: 768px) {
  section.innerSection figure.deco05 {
    width: 20.452em;
    top: 1em;
    left: -7em;
    right: auto;
  }
}
section.innerSection figure.deco06 {
  width: 16.9416em;
  position: absolute;
  bottom: -5em;
  left: -12.2em;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.innerSection figure.deco06 {
    display: none;
  }
}
section.innerSection.earlgray {
  background: linear-gradient(90deg, rgba(252, 142, 114, 0.8) 0%, rgba(248, 152, 120, 0.8) 50%, rgba(252, 142, 114, 0.8) 100%);
}
section.innerSection.earlgray::after {
  content: '';
  width: 94.2em;
  height: 37em;
  background-color: #9dbbe0;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.innerSection.earlgray::after {
    width: 66.25em;
    height: 28.443em;
  }
}
section.innerSection.earlgray h3.h3_earlgray {
  width: 47.0625em;
  height: 19.3079em;
  margin: auto auto 2.5em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/h3_earlgray.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section.innerSection.earlgray h3.h3_earlgray {
    width: 67.2322em;
    height: 27.1228em;
    background: url("../images/h3_earlgray_sp.png") no-repeat;
    background-size: cover;
    margin: auto auto -1em;
  }
}
section.innerSection.chocolate {
  background: linear-gradient(90deg, rgba(114, 49, 25, 0.8) 0%, rgba(111, 59, 50, 0.8) 50%, rgba(114, 49, 25, 0.8) 100%);
  background: linear-gradient(90deg, rgba(116, 70, 51, 0.8) 0%, rgba(132, 79, 61, 0.8) 50%, rgba(116, 70, 51, 0.8) 100%);
  margin-top: 4.8em;
}
@media screen and (max-width: 768px) {
  section.innerSection.chocolate {
    margin-top: 3.2em;
  }
}
section.innerSection.chocolate::after {
  content: '';
  width: 94.2em;
  height: 37em;
  background: linear-gradient(90deg, #d55831 0%, #e36946 100%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.innerSection.chocolate::after {
    width: 66.25em;
    height: 28.443em;
  }
}
section.innerSection.chocolate h3.h3_chocolate {
  width: 47.0625em;
  height: 19.3079em;
  margin: auto auto 2.5em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/h3_chocolate.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section.innerSection.chocolate h3.h3_chocolate {
    width: 67.2322em;
    height: 27.1228em;
    background: url("../images/h3_chocolate_sp.png") no-repeat;
    background-size: cover;
    margin: auto auto 1.6em;
  }
}
section.innerSection p.lead {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 1.1em;
}
@media screen and (max-width: 768px) {
  section.innerSection p.lead {
    font-size: 4em;
    line-height: 1.45;
    letter-spacing: -0.03em;
  }
}
section.innerSection .detail {
  width: 89.6em;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.innerSection .detail {
    width: 61em;
    flex-direction: column-reverse;
  }
}
section.innerSection .detail .txts {
  width: calc(100% - 42.7em);
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.innerSection .detail .txts {
    width: 100%;
  }
}
section.innerSection .detail .txts h4 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section.innerSection .detail .txts h4 {
    font-size: 3.6em;
    letter-spacing: -0.02em;
  }
}
section.innerSection .detail .txts h4 span {
  font-family: "Times New Roman", Times, serif;
  font-size: 176.9%;
  font-weight: 400;
  margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
  section.innerSection .detail .txts h4 span {
    font-size: 1.94em;
    margin-left: 0.1em;
  }
}
section.innerSection .detail .txts p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.9em;
  line-height: 1.42;
  font-weight: 500;
  margin-top: 0.6em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  section.innerSection .detail .txts p {
    font-size: 3em;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: justify;
  }
}
section.innerSection .detail .txts hr {
  border: none;
  background: url("../images/hr.png") no-repeat;
  background-size: cover;
  width: 43.721em;
  height: 0.21em;
  margin: 2.5em 0 2em;
}
@media screen and (max-width: 768px) {
  section.innerSection .detail .txts hr {
    background: url("../images/hr_sp.png") no-repeat;
    background-size: 62.6em;
    width: 62.6em;
    height: 0.3em;
    margin: 4em 0 4em;
  }
}
section.innerSection .detail > figure {
  width: 42.7em;
}
@media screen and (max-width: 768px) {
  section.innerSection .detail > figure {
    width: 100%;
    margin-bottom: 4.2em;
  }
}
section.innerSection .feature {
  width: 100%;
  padding-right: 17.5em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature {
    height: 69.5em;
    padding-right: 3.5em;
    display: block;
    margin-top: 3.5em;
  }
}
section.innerSection .feature.chocolate {
  margin-top: -1.5em;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature.chocolate {
    margin-top: 3.5em;
  }
}
section.innerSection .feature figure {
  width: 51.9em;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature figure {
    width: 78.2em;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  section.innerSection .feature figure.chocolate {
    width: 85.1em;
    position: absolute;
    top: 0;
    left: 0;
  }
}
section.innerSection .feature .txts {
  width: 36.15em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2em;
  padding-top: 10.6em;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature .txts {
    width: 40.75em;
    position: absolute;
    top: 5em;
    left: 29.5em;
    padding-top: 0;
    gap: 1em;
  }
}
section.innerSection .feature .txts .spec {
  width: 100%;
  height: 18.45em;
  padding-top: 3.9em;
  background: url("../images/bg_spec01.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature .txts .spec {
    width: 100%;
    height: 29.55em;
    background: url("../images/bg_spec01_sp.png") no-repeat;
    background-size: cover;
    padding-top: 6em;
    padding-right: 1em;
  }
}
section.innerSection .feature .txts p.catch {
  font-size: 2.2em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.9em;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature .txts p.catch {
    font-size: 3.2em;
    letter-spacing: -0.02em;
    margin-bottom: 1.7em;
  }
}
section.innerSection .feature .txts h4 {
  font-size: 2.8em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature .txts h4 {
    font-size: 3.8em;
    letter-spacing: -0.05em;
  }
}
section.innerSection .feature .txts h4 span {
  font-size: 64%;
  margin-right: 0.2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature .txts h4 span {
    font-size: 68.4%;
    display: block;
    margin: auto auto 0.3em;
  }
}
section.innerSection .feature .txts p.btn {
  width: 23.55em;
  height: 6.39732em;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature .txts p.btn {
    width: 31.5em;
    height: 9.1em;
  }
}
section.innerSection .feature .txts p.btn a {
  font-size: 2.2em;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: -0.05em;
  padding-left: 1.27em;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 3.2em;
  border: 1px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature .txts p.btn a {
    font-size: 3em;
    letter-spacing: -0.07em;
  }
}
section.innerSection .feature .txts p.btn a::after {
  content: "";
  position: absolute;
  right: 0.68em;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateX(-50%) translateY(0);
  border-color: #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  section.innerSection .feature .txts p.btn a::after {
    width: 0.28rem;
    height: 0.28rem;
  }
}
@media (hover: hover) {
  section.innerSection .feature .txts p.btn a.btn01:hover {
    color: #d05c4c;
    background: #fff;
    opacity: 1;
  }
}
@media (hover: hover) {
  section.innerSection .feature .txts p.btn a.btn01:hover::after {
    border-color: #d05c4c;
  }
}
@media (hover: hover) {
  section.innerSection .feature .txts p.btn a.btn02:hover {
    color: #5f2c11;
    background: #fff;
    opacity: 1;
  }
}
@media (hover: hover) {
  section.innerSection .feature .txts p.btn a.btn02:hover::after {
    border-color: #5f2c11;
  }
}

@keyframes blinkTwice {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInFromTopRight {
  0% {
    opacity: 0;
    transform: translate(40px, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeFloat {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section.message {
  width: 100%;
  margin-bottom: 26em;
}
@media screen and (max-width: 1500px) {
  section.message {
    margin-bottom: 16em;
  }
}
section.message.inView {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}
section.message .inner {
  width: 110em;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.message .inner {
    width: 68.382em;
  }
}
section.message .inner h2.h2_message {
  width: 100%;
  height: 3.96em;
  background: url(../images/h2_message.png) no-repeat;
  background-size: 100%;
  font-size: 4.2em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.1rem;
  padding-top: 1.857em;
  text-align: center;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  section.message .inner h2.h2_message {
    height: 6.6em;
    background: url(../images/h2_message_sp.png) no-repeat;
    background-size: 100%;
    font-size: 6.5em;
    line-height: 1.26;
    padding-top: 1.55em;
    margin-bottom: 0.2em;
  }
}
section.message .inner p.lead {
  font-size: 2.8em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.35em;
}
@media screen and (max-width: 768px) {
  section.message .inner p.lead {
    font-size: 4.2em;
    letter-spacing: -0.02em;
    margin-bottom: 0.5em;
  }
}
section.message .inner figure.package {
  width: 66.357em;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.message .inner figure.package {
    width: 73.85em;
  }
}
section.message .inner figure.package figure.effect01 {
  width: 4.65em;
  position: absolute;
  top: 3.2em;
  left: -1.3em;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.message .inner figure.package figure.effect01 {
    width: 5.576em;
    top: 5em;
    left: -0.8em;
  }
}
section.message .inner figure.package figure.effect01.is-action {
  animation: blinkTwice 0.8s ease-in-out forwards;
  animation-delay: 0.5s;
}
section.message .inner figure.package figure.effect02 {
  width: 8.1em;
  position: absolute;
  top: 0.6em;
  left: 34.3em;
  opacity: 0;
  transform: translate(40px, -40px);
}
@media screen and (max-width: 768px) {
  section.message .inner figure.package figure.effect02 {
    width: 10.03em;
    top: 1em;
    left: 39.2em;
  }
}
section.message .inner figure.package figure.effect02.is-action {
  animation: slideInFromTopRight 0.3s ease-out forwards;
  animation-delay: 1.4s;
}
section.message .inner figure.package figure.effect03 {
  width: 1.4em;
  position: absolute;
  top: 16.5em;
  left: 56em;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  section.message .inner figure.package figure.effect03 {
    width: 1.8em;
    top: 29em;
    left: 60em;
  }
}
section.message .inner figure.package figure.effect03.is-action {
  animation: fadeFloat 0.8s ease-out forwards;
  animation-delay: 1.8s;
}

section.recommend {
  width: 100%;
  padding-bottom: 12em;
}
@media screen and (max-width: 768px) {
  section.recommend {
    padding-bottom: 26em;
  }
}
section.recommend.inView {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease;
}
section.recommend .inner {
  width: 98em;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.recommend .inner {
    width: 68em;
  }
}
section.recommend .inner h2 {
  font-size: 3.8em;
  font-weight: 700;
  line-height: 1.368;
  letter-spacing: -0.05em;
  text-align: center;
  background: url("../images/h2_recommend.png") no-repeat top center;
  background-size: 2.639em;
  padding-top: 1.9em;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 768px) {
  section.recommend .inner h2 {
    font-size: 4.8em;
    line-height: 1.375;
    background: url("../images/h2_recommend_sp.png") no-repeat top center;
    background-size: 3.3em;
  }
}
section.recommend .inner ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.recommend .inner ul {
    flex-direction: column;
    row-gap: 4.2em;
  }
}
section.recommend .inner ul::before, section.recommend .inner ul::after {
  display: none;
}
section.recommend .inner ul li {
  width: 47.66em;
}
@media screen and (max-width: 768px) {
  section.recommend .inner ul li {
    width: 100%;
  }
}

/* 全体のスクロールを滑らかにする */
html {
  scroll-behavior: smooth;
}

.fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

html {
  -webkit-overflow-scrolling: touch;
}
