@charset "UTF-8";
.anim,
.anim-fadeIn,
.anim-fadeInUp {
  opacity: 0;
}

.animated {
  animation: 1.8s ease forwards;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print) {
  .anim,
.anim img,
.animated,
.anim-fadeInUp,
.anim-listFadeInUp,
.anim-fadeInUp02,
.slideIn,
.bg::before,
.bg::after,
.itemHeading::before {
    transform: translate(0);
    opacity: 1 !important;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3em, 0, 0);
    transform: translate3d(-3em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em, 0, 0);
    transform: translate3d(3em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em, 0, 0);
    transform: translate3d(3em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

picture {
  display: block;
}

.db {
  display: block;
}

.df {
  display: flex;
}

.dif {
  display: inline-flex;
}

.dib {
  display: inline-block;
}

.fdr {
  flex-direction: row-reverse;
}

.aic {
  align-items: center;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

body {
  color: #444;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease-in-out;
  }

  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.lp-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .lp-wrapper {
    min-width: 1100px;
  }
}
.bg01 {
  background: url(../img/21.webp) no-repeat 50% 0;
}

@media screen and (max-width: 767px) {
  .bg01 {
    background: url(../img/21_sp.webp) no-repeat 50% 0/100% auto;
  }
}
.btn {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-gray {
  color: #fff;
  background: #888;
  position: relative;
  width: 360px;
  height: 60px;
  font-size: 26px;
  font-weight: bold;
  -webkit-box-shadow: 6px 6px 0 0 #d9d9d9;
  box-shadow: 6px 6px 0 0 #d9d9d9;
}

@media screen and (max-width: 767px) {
  .btn-gray {
    width: auto;
    height: auto;
    padding: 0.65em 1.2em;
    font-size: 120%;
  }
}
.btn-gray::after {
  content: "";
  display: block;
  width: 37px;
  height: 15px;
  background: url(../img/27.webp) no-repeat 50% 50%/100% auto;
  margin-left: 5px;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .btn-gray::after {
    width: 1.4em;
    height: 1em;
  }
}
.btn-orange,
.btn-green {
  font-size: 26px;
  font-weight: bolder;
  color: #fff;
  width: 500px;
  height: 136px;
  background: no-repeat 50% 50%/100% auto;
}

@media screen and (max-width: 767px) {
  .btn-orange,
.btn-green {
    width: 100%;
    height: 6em;
    font-size: 100%;
  }
}
.btn-orange::after,
.btn-green::after {
  content: "";
  display: block;
  background: url(../img/36.webp) no-repeat 50% 50%/100% auto;
  width: 35px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
}

@media screen and (max-width: 767px) {
  .btn-orange::after,
.btn-green::after {
    width: 1.7em;
    height: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .btn-orange img,
.btn-green img {
    height: 1.5em;
  }
}
.btn-orange {
  background-image: url(../img/35.webp);
}

.btn-green {
  background-image: url(../img/37.webp);
}

.contents01 {
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .contents01 {
    padding-bottom: 9.8em;
  }
}
.contents01 .inner {
  position: relative;
}

.contents01 .logo {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(180%);
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .contents01 .logo {
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.6em;
  }

  .contents01 .logo a {
    width: 8.5em;
  }
}
.contents01 h1 {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding-left: 6px;
  transform: scale(1.08);
}

@media screen and (max-width: 767px) {
  .contents01 h1 {
    padding: 3.3em 7% 0 9.5%;
  }
}
.contents01 h1.show {
  transition: all 1.8s ease-in-out;
  transform: scale(1);
  opacity: 1;
}

.contents01 .img01 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .contents01 .img01 {
    padding-top: 3.6em;
  }
}
.contents01 .img01 picture,
.contents01 .img01 img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contents01 .img01 picture,
.contents01 .img01 img {
    flex-shrink: 0;
  }
}
.contents01 .img01 picture:nth-child(1),
.contents01 .img01 img:nth-child(1) {
  z-index: 2;
  transform: translateX(-2em);
}

@media screen and (min-width: 768px) {
  .contents01 .img01 picture:nth-child(1),
.contents01 .img01 img:nth-child(1) {
    margin-right: -150px;
  }
}
@media screen and (max-width: 767px) {
  .contents01 .img01 picture:nth-child(1),
.contents01 .img01 img:nth-child(1) {
    margin-right: -35%;
  }
}
.contents01 .img01 picture:nth-child(2),
.contents01 .img01 img:nth-child(2) {
  transform: translateX(2em);
}

@media screen and (min-width: 768px) {
  .contents01 .img01 picture:nth-child(2),
.contents01 .img01 img:nth-child(2) {
    margin-left: -150px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contents01 .img01 picture:nth-child(2),
.contents01 .img01 img:nth-child(2) {
    margin-top: 8.6em;
  }
}
.contents01 .img01 picture.show,
.contents01 .img01 img.show {
  transition: all 1s ease-in-out;
  opacity: 1;
  transform: translate(0);
}

.contents01 .img02 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .contents01 .img02 {
    left: 50%;
    transform: translateX(-52.6%);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contents01 .img02 {
    z-index: 200;
    right: 0;
    width: 85.3%;
  }
}
.contents01 .img02 picture,
.contents01 .img02 img {
  transform: translateY(-0.3em);
}

.contents01 .img02 .show {
  transition: all 0.8s ease-in-out;
  transform: translate(0);
  opacity: 1;
}

.contents01 .img03 {
  position: absolute;
  left: 0;
  top: 143px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.contents01 .img03 .i01 {
  top: 5.5em;
  left: -27%;
}

@media screen and (max-width: 767px) {
  .contents01 .img03 .i01 {
    width: 20.5em;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .contents01 .img03 .i01 {
    top: 20px;
    transform: translateX(-176.2%);
    left: 50%;
  }
}
.contents01 .img03 .i02 {
  top: 14em;
  left: 0;
}

@media screen and (max-width: 767px) {
  .contents01 .img03 .i02 {
    width: 13.6em;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .contents01 .img03 .i02 {
    top: 277px;
    left: 50%;
    transform: translateX(-118.7%);
  }
}
.contents01 .img03 .i02 img {
  position: static;
}

.contents01 .img03 .i03 {
  top: 21em;
}

@media screen and (max-width: 767px) {
  .contents01 .img03 .i03 {
    width: 5.5em;
    height: auto;
    right: 29.5%;
  }
}
@media screen and (min-width: 768px) {
  .contents01 .img03 .i03 {
    top: 416px;
    left: 50%;
    transform: translateX(70.5%);
  }
}
.contents01 .img03 .i04 {
  top: 19.2em;
}

@media screen and (max-width: 767px) {
  .contents01 .img03 .i04 {
    width: 8.1em;
    height: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .contents01 .img03 .i04 {
    top: 276px;
    left: 50%;
    transform: translateX(75%);
  }
}
.contents01 .img03 .i05 {
  left: -52%;
  top: 17em;
}

@media screen and (max-width: 767px) {
  .contents01 .img03 .i05 {
    width: 23em;
  }
}
@media screen and (min-width: 768px) {
  .contents01 .img03 .i05 {
    top: 482px;
    left: 50%;
    transform: translateX(-170.5%);
  }
}
.contents01 .img03 picture,
.contents01 .img03 img {
  position: absolute;
  margin-top: -0.4em;
}

.contents01 .img03 picture img,
.contents01 .img03 img img {
  position: static;
}

.contents01 .img03 .i01,
.contents01 .img03 .i02,
.contents01 .img03 .i05 {
  margin-left: -0.5em;
}

.contents01 .img03 .i03,
.contents01 .img03 .i04 {
  margin-left: 0.5em;
}

.contents01 .img03 .show {
  transition: all 0.8s ease-in-out;
  margin: 0;
  opacity: 1;
}

.contents02 {
  margin-bottom: 9.7em;
}

@media screen and (max-width: 767px) {
  .contents02 {
    padding: 0 2.8%;
    margin-bottom: 8.2em;
  }
}
.contents02 .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 50% 50%/0 0 140px 140px;
}

@media screen and (max-width: 767px) {
  .contents02 .inner {
    border-radius: 0 0 50% 50%/0 0 5em 5em;
  }
}
.contents02 .wrapper01 {
  text-align: center;
  padding-top: 1px;
  padding-bottom: 3.2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper01 {
    padding-bottom: 1.4em;
  }
}
.contents02 .wrapper01 h2 {
  margin-top: -29px;
  margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper01 h2 {
    margin: -1.4em 0 0.4em;
    padding: 0 2.8%;
  }
}
.contents02 .wrapper01 p {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper01 p {
    font-size: 105%;
    line-height: 1.9;
  }
}
.contents02 .wrapper01 p strong {
  display: block;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper01 p strong {
    padding: 0 3.5%;
    margin-top: 0.7em;
  }
}
.contents02 .wrapper01 .img {
  position: absolute;
  right: -90px;
  bottom: -27px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper01 .img {
    right: -3.3em;
    width: 9em;
    bottom: -7.4em;
  }
}
.contents02 .wrapper02 {
  position: relative;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper02 {
    padding-bottom: 0.2em;
  }
}
.contents02 .wrapper02 h3 {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper02 h3 {
    margin-bottom: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .contents02 .wrapper02 .img01 {
    position: absolute;
    width: 542px;
    height: 373px;
    top: 42px;
    left: -233px;
  }
}
@media screen and (max-width: 767px) {
  .contents02 .wrapper02 .img01 {
    padding: 0 10%;
  }
}
.contents02 .wrapper02 ol {
  list-style: none;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .contents02 .wrapper02 ol {
    padding: 0 114px;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .contents02 .wrapper02 ol {
    margin: -3.3em -1.9em 2.4em;
  }

  .contents02 .wrapper02 ol li {
    margin: 0 0.15em;
  }
}
.contents02 .wrapper02 .img02 {
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper02 .img02 {
    padding: 0 2.5%;
    margin-bottom: 1em;
  }
}
.contents02 .wrapper02 h4 {
  text-align: center;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper02 h4 {
    padding: 0 4%;
    margin-bottom: 2em;
  }
}
.contents02 .wrapper02 .img03 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper02 .img03 {
    padding: 0 6%;
  }
}
.contents02 .wrapper02 .img04 img {
  position: absolute;
}

.contents02 .wrapper02 .img04 img:nth-child(1) {
  left: -63px;
  top: 400px;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper02 .img04 img:nth-child(1) {
    width: 5.8em;
    left: -1.7em;
    top: 39.8%;
  }
}
.contents02 .wrapper02 .img04 img:nth-child(2) {
  right: -90px;
  bottom: 193px;
}

@media screen and (max-width: 767px) {
  .contents02 .wrapper02 .img04 img:nth-child(2) {
    width: 7.8em;
    right: -2.9em;
    bottom: 3em;
  }
}
.contents03 .heading {
  text-align: center;
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .contents03 .heading {
    margin-bottom: 1em;
  }
}
.contents03 .heading span {
  font-weight: bolder;
  display: block;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .contents03 .heading span {
    font-size: 160%;
  }
}
.contents03 .heading .en {
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6em;
}

@media screen and (max-width: 767px) {
  .contents03 .heading .en {
    margin-top: 1em;
  }
}
.contents03 .heading .en::before, .contents03 .heading .en::after {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background: #444;
  margin: -10px 1.2em 0;
}

@media screen and (max-width: 767px) {
  .contents03 .heading .en::before, .contents03 .heading .en::after {
    width: 5.2em;
  }
}
@media screen and (max-width: 767px) {
  .contents03 .heading .en img {
    height: 2.3em;
  }
}
.contents03 .heading .en.show::before, .contents03 .heading .en.show::after {
  max-width: 15em;
  transition: all 0.8s linear;
}

.contents03 {
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .contents03 {
    margin-top: -4em;
  }
}
.contents03.show .bg::before, .contents03.show .bg::after {
  transition: opacity 1s ease;
  opacity: 1;
}

.contents03 .bg {
  padding-top: 60px;
  padding-bottom: 218px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents03 .bg {
    padding-top: 2em;
    padding-bottom: 7em;
  }
}
.contents03 .bg::before, .contents03 .bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .contents03 .bg::before, .contents03 .bg::after {
    background-size: 10em auto;
  }
}
.contents03 .bg::before {
  left: 0;
  border-radius: 0 60px 0 0;
}

@media screen and (max-width: 767px) {
  .contents03 .bg::before {
    border-radius: 0 2.3em 0 0;
  }
}
.contents03 .bg::after {
  right: 0;
  border-radius: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  .contents03 .bg::after {
    border-radius: 2.3em 0 0 0;
  }
}
.contents03 .bg.pink:before, .contents03 .bg.pink::after {
  background-image: url(../img/bg01.webp);
}

.contents03 .bg.yellow:before, .contents03 .bg.yellow::after {
  background-image: url(../img/bg02.webp);
}

.contents03 .bg.green:before, .contents03 .bg.green::after {
  background-image: url(../img/bg03.webp);
}

.contents03 .bg.blue:before, .contents03 .bg.blue::after {
  background-image: url(../img/bg04.webp);
}

.contents03 .itemHeading {
  text-align: center;
  position: relative;
  z-index: 4;
  overflow: hidden;
}

.contents03 .itemHeading::before {
  content: "";
  display: block;
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 40px;
  background: #f5cde3;
  z-index: -1;
  max-width: 0;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .contents03 .itemHeading::before {
    height: 1.5em;
  }
}
.contents03 .itemHeading.pink::before {
  background-color: #f5cde3;
}

.contents03 .itemHeading.yellow::before {
  background-color: #ffd673;
}

.contents03 .itemHeading.green::before {
  background-color: #bbe775;
}

.contents03 .itemHeading.blue::before {
  background-color: #a3d7fd;
}

@media screen and (max-width: 767px) {
  .contents03 .itemHeading img {
    width: 10em;
  }
}
.contents03 .itemHeading.show::before {
  max-width: 110vw;
  opacity: 1;
  transition: opacity 0.3s linear, max-width 2s linear;
}

.contents03 .items {
  list-style: none;
  background-color: #fff;
  border-radius: 15px;
  padding: 100px 70px;
  max-width: 1100px;
  margin: -60px auto 0;
  width: 100%;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .contents03 .items {
    border-radius: 0.7em;
    max-width: 94%;
    padding: 2.5em 5% 2em;
    margin: -1em auto 0;
  }
}
.contents03 .items > li {
  padding-bottom: 58px;
  margin-bottom: 102px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents03 .items > li {
    padding-bottom: 3em;
    margin-bottom: 3.7em;
  }
}
.contents03 .items > li::before, .contents03 .items > li::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 329px;
  height: 103px;
  background: no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  .contents03 .items > li::before, .contents03 .items > li::after {
    background-size: auto 100%;
    width: 100%;
    height: 4.5em;
  }
}
.contents03 .items > li::before {
  background-image: url(../img/25.webp);
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contents03 .items > li::before {
    background-position: right 0;
    right: -0.5em;
  }
}
.contents03 .items > li::after {
  background-image: url(../img/26.webp);
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .contents03 .items > li::after {
    left: -0.5em;
  }
}
.contents03 .items > li:last-of-type {
  margin-bottom: 0;
}

.contents03 .items .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contents03 .items .item {
    display: block;
    padding-top: 2em;
  }
}
.contents03 .items .item h3.mincho {
  font-size: 28px;
  font-weight: bolder;
  line-height: 1.8;
  margin-bottom: 0.55em;
}

@media screen and (max-width: 767px) {
  .contents03 .items .item h3.mincho {
    font-size: 118%;
    margin-bottom: 1.5em;
  }
}
.contents03 .items .imgs {
  width: 460px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contents03 .items .imgs {
    width: 100%;
    height: 19em;
    text-align: right;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .contents03 .items .imgs img:nth-child(1) {
    width: 65.7%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.contents03 .items .imgs img:nth-child(2), .contents03 .items .imgs img:nth-child(3) {
  margin-top: 19px;
}

@media screen and (max-width: 767px) {
  .contents03 .items .imgs img:nth-child(2), .contents03 .items .imgs img:nth-child(3) {
    width: 31.4%;
    margin-top: 0.65em;
  }
}
.contents03 .items .detail {
  width: 455px;
  position: relative;
  padding-top: 37px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .contents03 .items .detail {
    width: 100%;
    padding-top: 1.6em;
  }
}
.contents03 .items .text p {
  line-height: 1.85;
}

@media screen and (min-width: 768px) {
  .contents03 .items .text p {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .contents03 .items .text p {
    line-height: 1.8;
  }
}
.contents03 .items .price {
  font-size: 20px;
  font-weight: normal;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .contents03 .items .price {
    font-size: 110%;
    margin-top: 1.6em;
  }
}
.contents03 .items .price strong {
  color: #e00;
  font-weight: bold;
}

.contents03 .items .price span {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contents03 .items .price span {
    font-size: 120%;
  }
}
.contents03 .items .spec {
  list-style: none;
  margin-top: 0.7em;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
  .contents03 .items .spec {
    font-size: 92%;
    margin-top: 0.9em;
  }
}
.contents03 .items .spec li {
  display: inline-block;
  margin-right: 0.7em;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .contents03 .items .spec li {
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 767px) {
  .contents03 .items .spec li {
    margin-top: 0.8em;
    margin-right: 1em;
  }
}
.contents03 .items .spec li::before {
  content: "■";
}

@media screen and (min-width: 768px) {
  .contents03 .items .spec li.mr0 {
    margin-right: 0;
  }
}
.contents03 .items .imgs02 {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contents03 .items .imgs02 {
    display: none;
  }
}
.contents03 .purchase {
  margin-top: 20px;
}

.contents03 .purchase h4 {
  color: #fff;
  background: #ff6c00;
  font-size: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
  .contents03 .purchase h4 {
    font-size: 110%;
    height: auto;
    padding: 0.6em 0;
    margin-bottom: 1.8em;
  }
}
.contents03 .purchase h4::before, .contents03 .purchase h4::after {
  content: "▼";
  margin: 0 0.2em;
}

.contents03 .purchase ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .contents03 .purchase ul {
    display: block;
    font-size: 110%;
  }
}
@media screen and (max-width: 767px) {
  .contents03 .purchase ul li {
    margin-bottom: 1.4em;
  }

  .contents03 .purchase ul li:last-of-type {
    margin-bottom: 0;
  }
}
.contents03 .purchase ul li a {
  font-weight: bold;
  color: #444;
}

.contents03 .purchase ul li a::before {
  content: "▶︎";
}

.contents03 .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .contents03 .link {
    margin-top: 2.5em;
    position: relative;
    z-index: 10;
  }
}
.contents03 .link a {
  font-weight: bold;
}

.contents04 {
  padding-bottom: 111px;
}

@media screen and (max-width: 767px) {
  .contents04 {
    padding-bottom: 6em;
  }
}
.contents04 .wrapper01 {
  background: url(../img/33.webp) no-repeat 50% 0;
  text-align: center;
  margin-top: -404px;
  margin-bottom: 80px;
  padding: 644px 0 0;
  position: relative;
  z-index: 5;
  min-height: 1125px;
}

@media screen and (max-width: 767px) {
  .contents04 .wrapper01 {
    background: url(../img/33_sp.webp) no-repeat 50% 0/100% auto;
    margin-top: -5.2em;
    margin-bottom: 2.8em;
    min-height: 36em;
    padding: 10.2em 0 0;
  }
}
.contents04 .wrapper01 h2 {
  width: max-content;
  position: relative;
  margin: 0 auto 3.5em;
}

@media screen and (max-width: 767px) {
  .contents04 .wrapper01 h2 {
    width: 85%;
    margin-bottom: 2em;
  }
}
.contents04 .wrapper01 p {
  font-size: 32px;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .contents04 .wrapper01 p {
    font-size: 135%;
    letter-spacing: -0.03em;
    line-height: 1.8;
  }
}
.contents04 .wrapper01 p strong {
  font-size: 40px;
  color: #e40404;
}

@media screen and (max-width: 767px) {
  .contents04 .wrapper01 p strong {
    font-size: 120%;
  }
}
.contents04 ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contents04 ul {
    display: block;
    padding: 0 9%;
  }
}
.contents04 ul li {
  margin: 0 38px;
}

@media screen and (max-width: 767px) {
  .contents04 ul li {
    margin: 0 0 2.2em;
  }

  .contents04 ul li:last-of-type {
    margin-bottom: 0;
  }
}
.lp-footer {
  background: #333333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 324px;
}

@media screen and (max-width: 767px) {
  .lp-footer {
    height: auto;
    padding: 4.2em 0 3em;
  }
}
.lp-footer .logo img,
.lp-footer .logo svg {
  width: 351px;
  height: 82px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
  .lp-footer .logo img,
.lp-footer .logo svg {
    width: 16em;
    height: auto;
  }
}
.lp-footer .copy {
  color: #7f7f7f;
  display: block;
  margin-top: 2.8em;
}

@media screen and (max-width: 767px) {
  .lp-footer .copy {
    font-size: 85%;
    margin-top: 2em;
  }
}
.pagetop {
  position: absolute;
  right: 10%;
  top: 45%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 2%;
    top: 0;
  }
}
.pagetop a {
  display: block;
  width: 150px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .pagetop a {
    width: 6.2em;
    height: auto;
  }
}
