@charset "UTF-8";

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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* common styles */

html {
  box-sizing: border-box;
  font-size: 14px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media only screen and (max-width: 390px) {
  html {
    font-size: 3.589744vw;
  }
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 880px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1040px) {
  html {
    font-size: 20px;
  }
}

body {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 2;
  word-break: break-all;
  color: #000;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .onlyPC {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .onlySP {
    display: none !important;
  }
}

p {
  margin: 0 0 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.centerText {
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}

a:hover {
  opacity: 0.7;
}

.pageWrap {
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .vwSize {
    font-size: 3.589744vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .vwSize {
    font-size: 1.923077vw;
  }
}

.innerWrap {
  margin: 0 auto;
  padding: 0 2.564103%;
  width: 100%;
  max-width: 1040px;
}

.textImg1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  line-height: 1;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .innerWrap {
    padding: 0 1em;
  }
}

.mainHeader {
  margin: 0;
}

.headerTop {
  margin: 0;
}

.headerTop::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.357143em;
  background: linear-gradient(to right, #a97930 0, #f5f7d9 30%, #debb55 75%, #b7924c 100%);
  margin: 0;
}

.headerTop .innerWrap {
  padding: 0.75em;
}

.headerTop .headerLogo {
  display: none;
}

.headerTxt1 {
  text-align: center;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.214286em;
  font-weight: 500;
  margin: 0;
}

.headerTxt1 span {
  font-size: 1.3em;
}

.mainHeaderMV {
  background: url(../images/mv__sp.jpg) no-repeat center top;
  background-size: cover;
}

.mainHeaderMV .innerWrap {
  height: 26.642857em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainTitle {
  width: 14.785714em;
  height: 17.357143em;
  background-image: url(../images/main_ttl.png);
  margin: 0;
}

.headerTxt2 {
  text-align: center;
}

.headerTxt2 strong {
  font-weight: 700;
}

.headerTxt2 > span {
  display: block;
}

.headerTxt2 > span:nth-child(1) {
  background-color: #ffebc8;
}

.headerTxt2 > span:nth-child(2) {
  background-color: #f9d3ca;
}

@media only screen and (min-width: 768px) {
  .headerTop::after {
    display: none;
  }

  .headerTop .innerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.5em;
  }

  .headerTop .headerLogo {
    display: block;
    width: 5.6em;
    margin: 0;
  }

  .headerTxt1 {
    font-size: 1.7em;
  }

  .mainHeaderMV {
    background-image: url(../images/mv__pc.jpg);
  }

  .mainHeaderMV .innerWrap {
    height: 30em;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .mainTitle {
    width: 18.7em;
    height: 21.95em;
    margin-top: 2em;
    margin-right: 1em;
  }

  .headerTxt2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35em;
  }

  .headerTxt2 > span {
    display: flex;
    align-items: center;
    width: 50%;
    height: 2em;
  }

  .headerTxt2 > span:nth-child(1) {
    justify-content: flex-end;
  }

  .headerTxt2 > span:nth-child(1)::after {
    content: '';
    display: block;
    width: 1em;
    height: 100%;
    background: linear-gradient(115deg, #ffebc8 0%, #ffebc8 50%, #f9d3ca 50%, #f9d3ca 100%);
  }
}

.mainFooter {
  background-color: #bde1da;
  margin: 12em 0 0;
}

.mainFooter > .innerWrap {
  padding: 1em 0;
}

.copyright {
  text-align: center;
  font-size: 0.714286em;
  font-weight: 500;
  margin-top: 0.5em;
}

.footerLinks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.footerLinks > li {
  font-size: 0.785714em;
  font-weight: 500;
  margin: 0;
  padding: 0 1em;
  border-right: 1px solid #000;
}

.footerLinks > li:first-child {
  border-left: 1px solid #000;
}

.mainButton {
  width: 24.107143em;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1000;
  left: 50%;
  bottom: 6em;
}

.mainButton.sticky {
  position: fixed;
  bottom: 1em;
}

.mainButton > a {
  display: block;
  height: 4.571429em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

.mainButton > .mainButton1 {
  background-image: url(../images/btn_01_bg__sp.png);
}

.mainButton > .mainButton2 {
  background-image: url(../images/btn_02_bg__sp.png);
}

.mainButton > a > span {
  transition: opacity 0.2s ease-out;
  width: 100%;
  height: 100%;
}

.mainButton > a:hover {
  opacity: 1;
}

.mainButton > a:hover > span {
  opacity: 0.7;
}

.mainButton > .mainButton1 > span {
  background-image: url(../images/btn_01__sp.png);
}

.mainButton > .mainButton2 > span {
  background-image: url(../images/btn_02__sp.png);
}

@media only screen and (min-width: 768px) {
  .mainFooter {
    margin-top: 17em;
  }

  .mainFooter .innerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5em 1em;
    position: relative;
  }

  .mainFooter > .innerWrap::before {
    content: '';
    display: block;
    width: 5.4em;
    height: 4.2em;
    background: url(../images/footer_logobg.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -2em;
    pointer-events: none;
  }

  .copyright {
    margin: 0;
    text-align: left;
    font-size: 1em;
  }

  .footerLinks {
    order: 1;
  }

  .footerLinks > li {
    font-size: 1em;
  }

  .mainButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 9em;
    padding: 0 1em;
  }
  
  .mainButton > a {
    height: 0;
    padding-bottom: 12.7%;
    position: relative;
  }

  .mainButton > a > span {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .mainButton > .mainButton1 {
    background-image: url(../images/btn_01_bg__pc.png);
    width: 44%;
  }
  
  .mainButton > .mainButton2 {
    background-image: url(../images/btn_02_bg__pc.png);
    width: 58.4%;
  }
  
  .mainButton > .mainButton1 > span {
    background-image: url(../images/btn_01__pc.png);
  }
  
  .mainButton > .mainButton2 > span {
    background-image: url(../images/btn_02__pc.png);
  }
}

@media only screen and (min-width: 1000px) {
  .mainButton {
    width: 50em;
    padding: 0;
  }

  .mainButton > a {
    height: 6.35em;
  }

  .mainButton > .mainButton1 {
    width: 22em;
  }

  .mainButton > .mainButton2 {
    width: 29.2em;
  }
}

.animated {
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes shakeX {
  0%, to {
      transform:translateZ(0)
  }

  10%, 30%, 50%, 70%, 90% {
      transform:translate3d(-10px, 0, 0)
  }

  20%, 40%, 60%, 80% {
      transform:translate3d(10px, 0, 0)
  }
}

@keyframes zoomIn {
  0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
      opacity: 1;
  }

  100% {
    opacity: 1;
    transform:scale3d(1, 1, 1);
  }
}

.animationFadeIn,
.animationZoomIn {
  opacity: 0;
}

.scrolled.animationFadeIn {
  animation-name: fadeIn;
  animation-duration: 1.5s;
}

.scrolled.animationZoomIn {
  animation-name: zoomIn;
  animation-duration: 0.75s;
}

.scrolled.animationShakeX {
  animation-name: shakeX;
  animation-duration: 1s;
  animation-delay: 0.5s;
}

.sectionBlock6 {
  margin: 0 0 2.5em;
}

.title8 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 2.857143em;
  line-height: 1.5;
  margin: 0 0 0.75em;
  text-align: center;
}

.title8 .textImg1 {
  width: 2.325em;
  height: 1.125em;
  background-image: url(../images/flow.png);
  display: block;
  margin: 0 auto;
}

.flow {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 87.837839%;
}

.flow > li {
  margin: 0 0 1em;
  padding: 0 0 2.5em;
  background: url(../images/line_bg__sp.png) no-repeat center bottom;
  background-size: auto 0.821429em;
}

.flow > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.flowInfo {
  margin: 0;
}

.flowInfo > dt {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.428571em;
  color: #32d099;
  margin: 0 auto 0.75em;
  border-bottom: 2px solid #32d099;
  padding-bottom: 0.25em;
  line-height: 1.5;
  width: 10.75em;
}

.flowInfo > dt .textImg1 {
  width: 1.475em;
  height: 1.175em;
  margin: 0 0.5em;
  display: inline-block;
  vertical-align: baseline;
}

.flow > li:nth-child(1) .flowInfo > dt .textImg1 {
  background-image: url(../images/no_1.png);
}

.flow > li:nth-child(2) .flowInfo > dt .textImg1 {
  background-image: url(../images/no_2.png);
}

.flow > li:nth-child(3) .flowInfo > dt .textImg1 {
  background-image: url(../images/no_3.png);
}

.flow > li:nth-child(4) .flowInfo > dt .textImg1 {
  background-image: url(../images/no_4.png);
}

.flowInfo > dd {
  margin: 0;
}

.flowInfo > dd p {
  margin-bottom: 0;
  font-size: 0.714286em;
}

.flowInfo > dd p strong {
  font-weight: 700;
  color: #32d099;
}

@media only screen and (max-width: 767px) {
  .flowInfo > dd img {
    display: block;
    margin: 0 auto 0.5em;
    width: 18.571429em;
  }
}

@media only screen and (min-width: 768px) {
  .sectionBlock6 {
    margin-bottom: 4.5em;
  }

  .title8 {
    font-size: 4em;
  }

  .flow {
    width: 100%;
  }
  
  .flow > li {
    margin-bottom: 2em;
    padding-bottom: 3em;
    background-image: url(../images/line_bg__pc.png);
    background-size: auto 1.1em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .flow > li > img {
    display: block;
    margin: 0;
    width: 52.1%;
  }

  .flowInfo {
    width: calc(47.9% - 2.5em);
  }
  
  .flowInfo > dt {
    font-size: 1.75em;
    border-bottom: none;
    padding-bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0.25em;
  }
  
  .flowInfo > dt .textImg1 {
    width: 1.714286em;
    height: calc(1.371428em + 0.5em);
    margin: 0 auto 0.5em;
    display: block;
    background-position: center top;
    background-size: 1.714286em 1.371428em;
    padding-bottom: 0.5em;
    border-bottom: 5px solid #32d099;
    width: 2.285714em;
  }

  .flow > li:nth-child(1) .flowInfo > dt .textImg1 {
    background-position: 0.5em top;
  }

  .flowInfo > dd p {
    font-size: 1em;
  }
}

.sectionBlock7 {
  margin: 0;
}

.title9 {
  text-align: center;
  color: #fff;
  background-color: #000;
  font-weight: 700;
  font-size: 1.071429em;
  margin: 0 auto 1em;
  max-width: 1000px;
}

.title9 span {
  font-family: 'Noto Serif JP', serif;
}

.title10 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.071429em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2em 0 1em;
  text-align: center;
}

.sectionBlock7 p {
  font-size: 0.714286em;
}

@media only screen and (min-width: 768px) {
  .title9,
  .title10 {
    font-size: 1.5em;
  }

  .sectionBlock7 p {
    font-size: 1em;
  }
}

.sectionBlock1 {
  margin: 9.5em 0 2.5em;
  background: url(../images/bg_01__sp.png) no-repeat center top;
  background-size: 100% 100%;
}

.sectionBlock1 > .innerWrap {
  padding-top: 5.714286em;
  padding-bottom: 4.285714em;
  position: relative;
}

.sectionBlock1Txt1 {
  width: 15.285714em;
  height: 10.821429em;
  margin-bottom: 0;
  margin-left: -7.642857em;
  background-image: url(../images/txt_01.png);
  position: absolute;
  left: 50%;
  top: -7.5em;
}

.title1 {
  text-align: center;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.928571em;
  text-align: center;
  position: relative;
  line-height: 1;
  margin: 0 0 0.75em;
}

.title1 strong {
  font-size: 1.666667em;
}

.title1 .textImg1 {
  width: 4.875em;
  height: 1.142857em;
  position: absolute;
  right: 50%;
  top: -0.5em;
  background-image: url(../images/txt_02.png);
}

.elemWrap1 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 91.891892%;
}

.elemWrap1 > li {
  margin: 0 0 1.785714em;
}

.elemWrap1 > li:last-child {
  margin-bottom: 0;
}

.elem1 {
  margin: 0;
}

.elem1 > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin: 0 auto 0.5em;
  font-size: 1.321429em;
  font-weight: 700;
  line-height: 1;
  width: 7.567568em;
  max-width: 100%;
  height: 1.621622em;
  background: url(../images/label_01_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.elem1 > dd {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.elem1 > dd img {
  display: block;
  margin: 0;
  width: 41.176471%;
}

.elem1 > dd p {
  font-size: 0.714286em;
  margin-bottom: 0;
  width: calc(58.823529% - 1.5em);
}

.elem1 > dd p strong {
  font-weight: 700;
  color: #32d099;
}

@media only screen and (min-width: 768px) {
  .sectionBlock1 {
    margin-top: 14.5em;
    margin-bottom: 3.5em;
    background-image: url(../images/bg_01__pc.png);
  }

  .sectionBlock1 > .innerWrap {
    padding-top: 6.5em;
    padding-bottom: 9.5em;
  }

  .sectionBlock1Txt1 {
    width: 21.45em;
    height: 15.2em;
    top: -12em;
    margin-left: -10.725em;
  }

  .title1 {
    font-size: 2.7em;
  }

  .title1 .textImg1 {
    width: 5.092593em;
    height: 1.240741em;
  }

  .elemWrap1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .elemWrap1 > li {
    margin-bottom: 0;
    width: 28%;
  }

  .elem1 > dt {
    font-size: 1.85em;
  }
  
  .elem1 > dd {
    display: block;
  }
  
  .elem1 > dd img {
    margin: 0 auto 0.5em;
    width: 100%;
  }
  
  .elem1 > dd p {
    font-size: 1em;
    width: 100%;
  }
}

.sectionBlock2 {
  margin: 0 0 2.5em;
}

.title2 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.25em;
  margin: 0 0 1em;
  line-height: 1.5;
}

.title2 > span {
  display: block;
  font-size: 0.857143em;
  margin: 0 auto 0.5em;
  width: 9.333333em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 2;
}

.title2 strong {
  font-size: 1.571429em;
}

.title2 strong > span {
  display: inline-block;
  position: relative;
}

.title2 strong > span::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffebc8;
  z-index: -1;
  transform: scale(0, 1);
  transition: transform 0.5s linear;
  transform-origin: left center;
}

.title2 strong.scrolled > span::after {
  transform: scale(1, 1);
}

.title2 strong.scrolled > span:last-child:after {
  transition-delay: 0.5s;
}

.elemWrap2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.elemWrap2 > li {
  margin: 0 0 1em;
  border: 0.25em solid #bde1da;
  border-radius: 1.5em;
  padding: 1em;
}

.elemWrap2 > li:last-child {
  margin-bottom: 0;
}

.elem2 {
  margin: 0;
}

.elem2 > dt {
  text-align: center;
  font-weight: 700;
  font-size: 1.321429em;
  line-height: 1.5;
  margin: 0 0 0.5em;
}

.elem2 > dt::before {
  content: '';
  display: inline-block;
  width: 1.351351em;
  height: 1.351351em;
  background: url(../images/icon_01.png) no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
}

.elem2 > dd {
  margin: 0;
  font-size: 0.714286em;
}

.elem2 > dd img.onlySP {
  display: block;
  margin: 0 auto 1em;
  width: 18.5em;
}

@media only screen and (min-width: 768px) {
  .sectionBlock2 {
    margin-bottom: 3em;
  }

  .title2 {
    font-size: 1.75em;
  }

  .title2 > span {
    border-width: 3px;
  }
  
  .elemWrap2 > li {
    margin: 0 0 1em;
    border-width: 0.35em;
    padding: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 1.25em;
  }

  .elemWrap2 > li > img.onlyPC {
    display: block;
    width: 39.956803%;
  }

  .elem2 {
    width: calc(60.043197% - 1.5em);
  }

  .elem2 > dt {
    font-size: 1.85em;
    text-align: left;
  }

  .elem2 > dd {
    font-size: 1em;
  }
}

.heroCatch {
  margin: 0 0 2.5em;
  position: relative;
  padding-top: 0.5em;
}

.heroCatch .label {
  color: #fff;
  font-size: 0.892857em;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.8em;
  height: 2.24em;
  background: url(../images/label_02_bg.png) no-repeat center center;
  background-size: 100% 100%;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 100;
}

.heroCatch .label em {
  font-style: normal;
  font-size: 1.36em;
}

.heroCatchTxt1 {
  background: linear-gradient(to right, #a97930 0, #f5f7d9 30%, #debb55 75%, #b7924c 100%);
  position: relative;
  overflow: hidden;
  font-size: 1.785714em;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  padding: 1em 0.25em 0.25em;
  letter-spacing: 0.1em;
}

.heroCatchTxt1 strong span {
  font-size: 1.4em;
}

.heroCatchTxt1 sub {
  font-size: 0.4em;
}

.heroCatchTxt1::after {
  content: '';
  display: block;
  height: 100%;
  width: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}

.heroCatchTxt2 {
  font-size: 0.714286em;
  margin-top: 0.5em;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media only screen and (min-width: 768px) {
  .heroCatch {
    margin-bottom: 3.5em;
    padding-top: 1em;
  }

  .heroCatch .label {
    font-size: 1.25em;
  }

  .heroCatchTxt1 {
    font-size: 2.5em;
  }

  .heroCatchTxt2 {
    font-size: 1em;
  }
}

.sectionBlock3 {
  margin: 0;
}

.sectionBlock3 > .sectionBlock3Inner {
  background-image: url(../images/bg_02_top.png), radial-gradient(ellipse at right bottom, #fff 15%, #e5ffe5 85%);
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 2.785714em, auto auto;
  padding: 1em 0 4.2em;
  margin: 0;
}

.sectionBlock3Head {
  background: url(../images/img_06__sp.jpg) no-repeat center top;
  background-size: cover;
  margin: 0;
}

.sectionBlock3Head > .innerWrap {
  display: flex;
  align-items: center;
  padding-bottom: 4em;
  background: url(../images/bg_05__sp.png) no-repeat center bottom;
  background-size: auto 4em;
  height: 19.642857em;
}

.title3 {
  width: 14.785714em;
  height: 12.357143em;
  margin: 0;
  background-image: url(../images/txt_03.png);
}

.sectionBlock3Txt1 {
  text-align: center;
  font-size: 1.321428em;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0 0.75em;
  line-height: 1.5;
}

.sectionBlock3Txt1 strong {
  background: linear-gradient(to bottom, rgba(255, 235, 200, 0) 0%, rgba(255, 235, 200, 0) 70%, rgba(255, 235, 200, 1) 70%, rgba(255, 235, 200, 1) 100%);
}

.points {
  margin: 0 auto 0.5em;
  padding: 0;
  list-style: none;
  width: 94.594595%;
}

.points::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 0.714286em;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: contain;
  margin: 1.2em auto 0;
}

.points > li {
  margin: 0 0 1em;
  background-color: #fff;
  box-shadow: 0.25em 0.25em 0 #32d099;
  padding: 1em 1.5em;
}

.points > li:last-child {
  margin-bottom: 0;
}

.pointsElem {
  margin: 0;
}

.pointsElem > dt {
  display: flex;
  align-items: center;
  font-size: 1.321429em;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  margin: 0 0 0.75em;
  height: 3.783784em;
  min-height: 3.783784em;
  padding: 0 0 0 3.1em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 3.783784em;
}

.pointsElem > dt strong {
  font-size: 1.621422em;
}

.points > li:nth-child(1) .pointsElem > dt {
  background-image: url(../images/point_1.png);
}

.points > li:nth-child(2) .pointsElem > dt {
  background-image: url(../images/point_2.png);
}

.points > li:nth-child(3) .pointsElem > dt {
  background-image: url(../images/point_3.png);
}

.pointsElem > dd {
  margin: 0;
  font-size: 0.714286em;
}

@media only screen and (min-width: 768px) {
  .sectionBlock3 > .sectionBlock3Inner {
    padding-top: 2.5em;
    padding-bottom: 9em;
    background-image: url(../images/bg_02_top.png), radial-gradient(ellipse at right bottom, #fff 0%, #f2fff5 85%);
    background-size: 100% 6.5em, auto auto;
  }

  .sectionBlock3Head {
    background-image: url(../images/img_06__pc.jpg);
  }
  
  .sectionBlock3Head > .innerWrap {
    padding-bottom: 3.75em;
    background-image: url(../images/bg_05__pc.png);
    background-size: auto 3.75em;
    height: 27.5em;
  }
  
  .title3 {
    width: 20.25em;
    height: 16.9em;
  }

  .sectionBlock3Txt1 {
    font-size: 1.85em;
  }

  .points {
    width: 37em;
    max-width: 100%;
    margin-bottom: 1.5em;
  }

  .points::after {
    width: 3.55em;
    height: 1.7em;
    margin-top: 1em;
  }
  
  .points > li {
    margin-bottom: 1.5em;
    box-shadow: 0.35em 0.35em 0 #32d099;
    padding: 1.5em 3.5em;
  }

  .pointsElem > dt {
    font-size: 1.85em;
    height: 3.891892em;
    min-height: 3.891892em;
    padding-left: 3.2em;
    background-size: auto 3.891892em;
  }

  .pointsElem > dd {
    font-size: 1em;
  }
}

.heroBlock1 {
  margin: 0 auto;
  position: relative;
  padding-top: 0.892857em;
}

.heroBlock1 .heroBlock1Label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #32d099;
  font-size: 1.25em;
  line-height: 1;
  width: 7.14em;
  height: 1.428571em;
  border-radius: 0.7142855em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 100;
}

.heroBlock1 .heroBlock1Txt {
  text-align: center;
  font-size: 1.607143em;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
  border-radius: 2em;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #a97930 0, #f5f7d9 30%, #debb55 75%, #b7924c 100%);
}

.heroBlock1 .heroBlock1Txt strong {
  font-weight: 700;
  font-size: 1.333333em;
  font-family: 'Noto Serif JP', serif;
}

.heroBlock1 .heroBlock1Txt::after {
  content: '';
  display: block;
  height: 100%;
  width: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}

@media only screen and (min-width: 768px) {
  .heroBlock1 {
    padding-top: 1.25em;
    width: 37em;
  }

  .heroBlock1 .heroBlock1Label {
    font-size: 1.75em;
  }

  .heroBlock1 .heroBlock1Txt {
    font-size: 2.25em;
  }
}

.sectionBlock4 {
  margin: 0;
  background-color: #dcdcdc;
}

.sectionBlock4 > .innerWrap {
  padding-top: 1em;
  padding-bottom: 1em;
}

.title4 {
  text-align: center;
  font-weight: 700;
  font-size: 1.678571em;
  margin: 0 0 0.75em;
  line-height: 1.5;
}

.title4 > span {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #000;
}

.elemWrap3 {
  margin: 0 auto 1em;
}

.elemWrap3 img {
  display: block;
  margin: 0 auto 1em;
  width: 16.785714em;
}

.elemWrap3Txt p {
  font-size: 0.714286em;
  margin-bottom: 2em;
}

.elemWrap3Txt p:last-child {
  margin-bottom: 0;
}

.elem4 {
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  padding: 1em 1.5em 1.5em;
}

.elem4 > dt {
  text-align: center;
  font-weight: 700;
  font-size: 1.428571em;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  margin: 0 0 0.5em;
}

.elem4 > dt > span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.elem4 > dt strong {
  font-size: 1.5em;
}

.elem4 > dd {
  margin: 0;
  font-size: 0.714286em;
}

.elem4 > dd strong {
  font-weight: 700;
  font-size: 1.25em;
}

@media only screen and (min-width: 768px) {
  .sectionBlock4 > .innerWrap {
    padding-top: 1.5em;
    padding-bottom: 2.5em;
  }
  
  .title4 {
    font-size: 2.35em;
  }

  .title4 > span {
    border-bottom-width: 6px;
  }

  .elemWrap3 {
    margin-bottom: 1.5em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .elemWrap3 img {
    margin: 0;
    width: 47%;
  }

  .elemWrap3Txt {
    width: calc(53% - 1.5em);
  }
  
  .elemWrap3Txt p {
    font-size: 1em;
  }

  .elem4 {
    padding: 1em 10% 1.5em;
  }
  
  .elem4 > dt {
    font-size: 2em;
  }

  .elem4 > dd {
    font-size: 1em;
  }
}

.sectionBlock5 {
  margin: 0 0 2.5em;
  background-image: url(../images/bg_02_bottom.png), url(../images/bg_03.png), url(../images/bg_04.png), url(../images/bg_06__sp.png);
  background-position: center top, center 2em, center bottom, center center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100% 2.7em, 100% auto, 100% 2.9em, 100% 100%;
  padding: 5.8em 0 4.4em;
}

.title5 {
  width: 26.428571em;
  height: 7.428571em;
  background-image: url(../images/txt_04.png);
  margin: 0 auto 1em;
}

.elemWrap4 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.elemWrap4Labels {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elemWrap4Labels > li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.214286em;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  height: 1.47em;
  padding: 0 1em;
  margin: 0 0.25em;
  border-radius: 0.735em;
  background-color: #32d099;
}

.elemWrap4Txt {
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.142857em;
  line-height: 1.3;
  margin: 0;
}

.elemWrap4Txt em {
  font-style: normal;
  color: #f5828b;
}

.elemWrap4Txt em span {
  font-size: 1.416667em;
}

.elemWrap4Txt strong {
  font-size: 1.283333em;
}

.sectionBlock5Wrap {
  background: url(../images/img_08__sp.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 53vw;
  max-width: 1600px;
  margin: 0 auto;
}

.elemWrap5 {
  margin: 1em 0 0.5em;
}

.elemWrap5:after {
  content: '';
  display: block;
  width: 2.5em;
  height: 1.178571em;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: contain;
  margin: 1.2em auto 0;
}

.elemWrap5Txt p {
  font-size: 0.892857em;
}

.elemWrap5Txt p strong {
  font-weight: 700;
}

.elemWrap5Txt p .big {
  font-size: 1.24em;
}

.elemWrap5 img {
  display: block;
  margin: 1em auto 0;
  width: 16.785714em;
}

.elemWrap5Txt1 {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.14em;
  margin-bottom: 0;
}

.elemWrap6 {
  margin: 0.5em 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.elemWrap6 > li {
  margin: 0 0.25em;
  width: 8.071429em;
  height: 8.071429em;
  position: relative;
  overflow: hidden;
}

.elemWrap6 > li::after {
  content: '';
  display: block;
  height: 100%;
  width: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}

.elemWrap6 > li:nth-child(2):after {
  animation-delay: 0.25s;
}

.elemWrap6 > li:nth-child(3):after {
  animation-delay: 0.5s;
}

.elemWrap6 > li:nth-child(1) {
  background-image: url(../images/txt_05__sp.png);
}

.elemWrap6 > li:nth-child(2) {
  background-image: url(../images/txt_06__sp.png);
}

.elemWrap6 > li:nth-child(3) {
  background-image: url(../images/txt_07__sp.png);
}

@media only screen and (min-width: 768px) {
  .sectionBlock5 {
    margin-bottom: 3.5em;
    padding: 11em 0 7.5em;
    background-position: center top, center 3.5em, center bottom, center center;
    background-size: 100% 6.5em, auto 22.75em, 100% 7.5em, 100% 100%;
  }

  .title5 {
    width: 47.5em;
    height: 13.8em;
  }

  .elemWrap4Labels > li {
    font-size: 1.7em;
  }

  .elemWrap4Txt {
    font-size: 3em;
  }

  .sectionBlock5Wrap {
    background: url(../images/img_08__pc.png) no-repeat right 31.5vw center;
    background-size: auto 100%;
    padding-bottom: 0;
    height: 30em;
  }

  .sectionBlock5Wrap > .innerWrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 1.5em;
  }

  .elemWrap5 {
    margin: -3.85em 0 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  
  .elemWrap5::after {
    width: 3.55em;
    height: 1.7em;
    margin-top: 1.5em;
  }

  .elemWrap5Txt {
    width: calc(53% - 1.5em);
  }
  
  .elemWrap5Txt p {
    font-size: 1.25em;
  }
  
  .elemWrap5 img {
    margin: 0;
    width: 47%;
  }

  .elemWrap5Txt1 {
    font-size: 3em;
  }
  
  .elemWrap6 > li {
    margin: 0 1.7%;
    width: 29.6%;
    height: 0;
    padding-bottom: 20.7%;
  }

  .elemWrap6 > li:nth-child(1) {
    background-image: url(../images/txt_05__pc.png);
  }
  
  .elemWrap6 > li:nth-child(2) {
    background-image: url(../images/txt_06__pc.png);
  }
  
  .elemWrap6 > li:nth-child(3) {
    background-image: url(../images/txt_07__pc.png);
  }
}

@media only screen and (min-width: 1600px) {
  .sectionBlock5Wrap {
    background-position: left center;
  }
}

.hero {
  margin: 0 0 2.5em;
}

.heroTitle {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.607143em;
  margin: 0 0 0.75em;
  line-height: 1;
}

.heroTitle > span {
  display: inline-block;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 2;
  font-size: 0.666667em;
  margin-bottom: 0.75em;
  padding: 0 1em;
}

.heroBelt {
  background: linear-gradient(to right, #a97930 0, #f5f7d9 30%, #debb55 75%, #b7924c 100%);
  position: relative;
  overflow: hidden;
  padding: 0.75em 0;
  margin: 0 0 1em;
}

.heroBelt::after {
  content: '';
  display: block;
  height: 100%;
  width: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}

.heroBeltTxt {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 2.678571em;
  line-height: 1.4;
}

.heroBeltTxt em {
  font-style: normal;
  font-size: 1.133333em;
  color: #fff;
  background-color: #32d099;
  border-radius: 4px;
  padding: 0 0.25em;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  height: 1.24em;
  padding-bottom: 0.1em;
}

@media only screen and (min-width: 768px) {
  .hero {
    margin-bottom: 3.5em;
  }

  .heroTitle {
    font-size: 2.75em;
  }
  
  .heroTitle > span {
    font-size: 0.545454em;
  }

  .heroBeltTxt {
    font-size: 4.25em;
  }
  
  .heroBeltTxt em {
    font-size: 1em;
    border-radius: 8px;
  }
}

.heroInner {
  background-color: #FFF5E3;
  padding: 0.714286em 0 1.428571em;
  border-radius: 0.714286em;
}

.heroTxt1 {
  text-align: center;
  font-size: 1.178571em;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 auto;
  height: 2em;
  background-color: #fff;
  padding: 0 2em;
  width: 16em;
}

.heroTxt1::before,
.heroTxt1::after {
  content: '';
  display: block;
  margin: 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}

.heroTxt1::before {
  border-width: 1em 0 1em 1em;
  border-color: transparent transparent transparent #FFF5E3;
  left: 0;
}

.heroTxt1::after {
  border-width: 1em 1em 1em 0;
  border-color: transparent #FFF5E3 transparent transparent;
  right: 0;
}

.heroTxt1 em {
  font-style: normal;
  font-family: 'Noto Serif JP', serif;
  font-style: 1.212121em;
  display: inline-block;
  line-height: 1;
}

.heroPrice {
  margin: 1.785714em auto 1em;
  width: 91.891892%;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}

.heroPrice .heroPriceLabels {
  display: inline-block;
  font-size: 1.071429em;
  font-weight: 700;
  color: #fff;
  width: 5.333333em;
}

.heroPrice .heroPriceLabels > span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding: 0.1em 0 0.2em;
  margin: 0 0 0.266667em;
  line-height: 1.2;
}

.heroPrice .heroPriceLabels > span:last-child {
  margin-bottom: 0;
}

.heroPrice img {
  width: 70.147059%;
}

.heroTxt2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.892857em;
  margin: 0 0 1em;
  text-align: center;
  line-height: 1.5;
}

.heroTxt2 em {
  font-style: normal;
  font-size: 1.5em;
}

.heroTxt3 {
  font-size: 1.071429em;
  font-weight: 700;
  padding: 1em;
  background-color: #fff;
  margin: 0 auto 1.5rem;
  width: 94.594595%;
  line-height: 1.5;
}

.heroImg {
  line-height: 1;
  width: 94.594595%;
  margin: 0 auto 1.5rem;
}

@media only screen and (min-width: 768px) {
  .heroInner {
    padding: 2.5em 0 3.5em;
    border-radius: 1em;
  }

  .heroTxt1 {
    font-size: 1.65em;
  }

  .heroPrice {
    width: 87%;
    padding-left: 3.25em;
    padding-right: 3.25em;
  }
  
  .heroPrice .heroPriceLabels {
    font-size: 2em;
    width: 5.5em;
  }

  .heroPrice .heroPriceLabels > span {
    padding: 0 0 0.1em 0;
  }

  .heroPrice img {
    width: 64.594595%;
  }

  .heroTxt2 {
    font-size: 2.65em;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }

  .heroTxt3 {
    font-size: 1.5em;
    width: 70%;
    margin-bottom: 2rem;
  }
  
  .heroImg {
    width: 87%;
    margin-bottom: 2rem;
  }
}

.heroLegenWrap {
  width: 94.594595%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heroLegend {
  margin: 0;
  width: 46.857143%;
  line-height: 1.5;
  text-align: center;
}

.heroLegend > dt {
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.heroLegend.heroLegend1 > dt {
  background-color: #ed3c79;
}

.heroLegend.heroLegend2 > dt {
  background-color: #29abe2;
}

.heroLegend > dd {
  margin: 0;
  letter-spacing: -0.05em;
}

.legendList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.892857em;
}

.legendList > li {
  margin: 0.16em 0 0;
  width: calc(50% - 0.08em);
  background-color: #fff;
}

.heroLegend.heroLegend1 .legendList > li {
  color: #ed3c79;
}

.heroLegend.heroLegend2 .legendList > li {
  color: #29abe2;
}

.heroLegenWrap p {
  width: 1em;
  margin-bottom: 0;
  font-size: 0.892857em;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .heroLegenWrap {
    width: 87%;
  }

  .heroLegend {
    width: 46.857143%;
  }

  .heroLegend > dt {
    font-size: 1.75em;
  }

  .legendList {
    font-size: 1.5em;
  }

  .heroLegenWrap p {
    font-size: 1.5em;
  }
}
