@charset "UTF-8";
i, em {
  font-style: normal;
}

.col-00 {
  color: #FFF;
}

.col-01 {
  color: #FF870F;
}

.col-02 {
  color: #910782;
}

.font-fm01 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
}

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

.font-s {
  font-size: 0.7em;
}

.font-l {
  font-size: 1.6em;
}

.font-l2 {
  font-size: 1.5em;
}

.font-16 {
  font-size: clamp(16px, 1em + 0.2vw, 24px);
}
@media all and (max-width: 767px) {
  .font-16 {
    font-size: 4.2vw;
  }
}

.font-18 {
  font-size: clamp(18px, 1.1em + 0.2vw, 26px);
}
@media all and (max-width: 767px) {
  .font-18 {
    font-size: 4.8vw;
  }
}

.font-23 {
  font-size: clamp(23px, 1.2em + 0.2vw, 30px);
}
@media all and (max-width: 767px) {
  .font-23 {
    font-size: 6.13vw;
  }
}

.font-24 {
  font-size: clamp(24px, 1.25em + 0.125vw, 32px);
}
@media all and (max-width: 767px) {
  .font-24 {
    font-size: 6.4vw;
  }
}

.logo_pc {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 160px;
  z-index: 2;
}
.logo_pc img {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .logo_pc {
    top: 20px;
    left: 10px;
  }
}
@media all and (max-width: 767px) {
  .logo_pc {
    display: none;
  }
}

.back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(30deg, #b01c01 0%, #ee7c01 20%, #ee7c01 80%, #650055 100%);
}
.back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/pc_bg2.png") center center/cover;
}

.left {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(50vw - 225px);
  height: 100vh;
  text-align: center;
  place-content: center;
  transition: all 1s 0.5s ease;
  opacity: 0;
}
.left.ups {
  opacity: 1;
}
.left img {
  padding: 0 20px;
  display: inline-block;
  width: clamp(250px, 26.6631467793vw, 505px);
}
@media all and (max-width: 1600px) {
  .left {
    width: calc(50vw - 187.5px);
  }
}
@media all and (max-width: 767px) {
  .left {
    display: none;
  }
}

.right {
  position: fixed;
  right: 0;
  top: 0;
  width: calc(50vw - 225px);
  height: 100vh;
  text-align: center;
  transition: all 1s 0.5s ease;
  opacity: 0;
}
.right.ups {
  opacity: 1;
}
.right img {
  display: inline-block;
  width: clamp(250px, 31.6789862724vw, 750px);
}
@media all and (max-width: 1600px) {
  .right {
    width: calc(50vw - 187.5px);
  }
}
@media all and (max-width: 767px) {
  .right {
    display: none;
  }
}

.content {
  width: clamp(400px, 23.7592397043vw, 768px);
  max-width: 768px;
  margin: 0 auto;
  background: white;
  position: relative;
  overflow: hidden;
  z-index: 3;
  box-shadow: none;
  transition: all 1s ease;
}
.content.ups {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  .content {
    width: 100%;
  }
}

.head_wrap {
  background-color: #F0232D;
  width: 100%;
}
.head_wrap .head_inner {
  width: 90%;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  transition: all 1s 0.5s ease;
  opacity: 0;
}
.head_wrap .head_inner.ups {
  opacity: 1;
}
.head_wrap .head_inner h1 {
  font-size: 1em;
}
.head_wrap .head_inner h1 p {
  margin-bottom: 5px;
  font-size: clamp(16px, 1em + 0.2vw, 24px);
}
@media all and (max-width: 767px) {
  .head_wrap .head_inner h1 p {
    font-size: 4.2vw;
  }
}

.mv {
  position: relative;
  z-index: 4;
  background: url("../images/mv_bg.jpg") top -1px center/100% 102%;
  padding-bottom: 65px;
}
.mv .logo_cont {
  position: absolute;
  width: 117px;
  top: 10px;
  left: 10px;
  transition: all 1s 0.5s ease;
  opacity: 0;
}
.mv .logo_cont.ups {
  opacity: 1;
}
.mv .logo_cont img {
  width: 100%;
}
.mv .logo_cont {
  z-index: 10;
}
.mv {
  margin-top: -1px;
}
.mv .mv_img {
  margin-left: 20px;
  width: calc(100% - 20px);
  position: relative;
  z-index: 3;
  transition: all 1s 0.5s ease;
  opacity: 0;
}
.mv .mv_img.ups {
  opacity: 1;
}
.mv .copy {
  margin: -23% auto 0 auto;
  width: calc(100% - 40px);
  position: relative;
  z-index: 3;
  transition: all 1s 0.5s ease;
  opacity: 0;
  filter: blur(10px);
}
.mv .copy.ups {
  opacity: 1;
  filter: blur(0);
}
.mv .img {
  width: 117px;
  margin: 30px auto;
  transition: all 1s 0.5s ease;
  opacity: 0;
}
.mv .img.ups {
  opacity: 1;
}
.mv .txt {
  text-align: center;
  transition: all 1s 0.5s ease;
  opacity: 0;
}
.mv .txt.ups {
  opacity: 1;
}

.ttlh2 {
  text-align: center;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.1;
  color: black;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-text-fill-color: transparent; /* （順序に関係なく）色を上書きする */
  -webkit-text-stroke: 1px white;
  letter-spacing: 0.01em;
}
.ttlh2 i {
  font-size: 2.2rem;
}

.top1 {
  z-index: 4;
  background: url(../images/tp1_bg.png) bottom -1px center no-repeat;
  background-size: 110% auto;
  position: relative;
  padding: 20px 0 150px 0;
  margin-top: 0;
}
.top1 .pkg_wrap {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.top1 .pkg_wrap .pkg {
  width: 30%;
  margin-top: -10%;
}
.top1 .pkg_wrap .txt {
  width: 64%;
  line-height: 1.2;
}
.top1 .more_btns a {
  margin: 25px auto 30px auto;
  width: 90%;
  max-width: 320px;
  border-radius: 10px;
  border: none;
  color: white;
  text-align: center;
  font-size: 2.4rem;
  padding: 19px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: url("../images/btn_back.jpg") center center no-repeat;
  background-size: 445px auto;
  position: relative;
  font-weight: 800;
  display: block;
  text-decoration: none;
}
.top1 .more_btns a i, .top1 .more_btns a em {
  position: relative;
  z-index: 3;
}
.top1 .more_btns a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FFF;
  z-index: 3;
  transition: all 0.3s ease;
  background-image: url("../images/ico_arrow_r.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.top1 .more_btns a:hover {
  background: url("../images/btn_back.jpg") center right -30px no-repeat;
  background-size: 445px auto;
}
.top1 .cp_date_wrap {
  background-color: #FFF;
  border-radius: 10px;
}
.top1 .cp_date_wrap .cp_date_inner {
  padding: 25px;
  text-align: center;
}
.top1 .cp_date_wrap h2 {
  width: 67%;
  margin: 0 auto;
}
.top1 .cp_date_wrap h3 {
  color: #910782;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  margin: 15px auto 5px;
}
.top1 .cp_date_wrap p {
  color: #37230A;
  font-weight: 800;
  line-height: 1.15;
}
.top1 .cp_date_wrap p span {
  font-size: 1.5em;
}

.top2 {
  position: relative;
  z-index: 2;
  padding: 140px 0 80px 0;
  background: url("../images/bg_top2.png") center bottom/cover;
  margin-top: -90px;
  text-align: center;
}
.top2 .ttlh2 img {
  display: inline-block;
  height: 28px;
  width: auto;
  margin-bottom: 15px;
}
.top2 .txt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.top2 .txt p.cap {
  font-size: 12px;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  width: 20em;
}
.top2 h3 {
  font-size: 20px;
  font-weight: 800;
  border: 2px solid #FFF;
  border-radius: 999px;
  padding: 4px 20px;
  display: inline-block;
  margin: 35px auto 15px;
}
.top2 h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 10px;
}
.top2 ul.cap_list {
  padding: 0;
  margin: 10px auto 0;
}
.top2 ul.cap_list li {
  width: 100%;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.top2 p.cap {
  width: 100%;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
}
.top2 .more_btns a {
  margin: 25px auto 30px auto;
  width: 90%;
  max-width: 320px;
  border-radius: 10px;
  border: none;
  color: white;
  text-align: center;
  font-size: 2.4rem;
  padding: 19px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #910782;
  position: relative;
  font-weight: 800;
  opacity: 1;
  display: block;
  text-decoration: none;
}
.top2 .more_btns a i, .top2 .more_btns a em {
  position: relative;
  z-index: 3;
}
.top2 .more_btns a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FFF;
  z-index: 3;
  transition: all 0.3s ease;
  background-image: url("../images/ico_arrow_r.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.top2 .more_btns a:hover {
  opacity: 0.7;
}

.howto_wrap {
  background-color: #FAE6CD;
  padding: 160px 0 60px;
  margin-top: -90px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.howto_wrap::after {
  content: "";
  width: 100%;
  padding-bottom: 55.2%;
  background-image: url("../images/howto_img04.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -3%;
  left: 0;
  z-index: -1;
}
.howto_wrap h2 {
  margin-bottom: 20px;
}
.howto_wrap div {
  margin-bottom: 15px;
}
.howto_wrap p.cap {
  color: #37230A;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

.about_wrap {
  margin: 0 auto 90px;
  color: #37230A;
}
.about_wrap h2 {
  margin-bottom: 15px;
}
.about_wrap .ex_wrap {
  margin: 0 auto 40px;
}
.about_wrap .good_ex {
  background-color: #FCE9E5;
}
.about_wrap .bad_ex {
  background-color: #E9F1F9;
}
.about_wrap .ex_inner {
  padding: 20px;
}
.about_wrap .ex_subttl {
  text-align: center;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}
.about_wrap ol {
  margin: 20px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 14em;
  justify-content: space-evenly;
  align-items: center;
  font-size: 22px;
}
.about_wrap ol li {
  width: 6em;
  color: #E12300;
  line-height: 30px;
  font-weight: 800;
}
.about_wrap ul {
  margin: 0 auto;
  padding: 0;
}
.about_wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.about_wrap p.cap_list {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px auto 10px;
}
.about_wrap h4 {
  font-size: 20px;
  margin: 30px auto 10px;
  text-align: center;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.about_wrap .ex_flex_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 15px auto 0;
}
.about_wrap .ex_flex_wrap ul li {
  width: 48%;
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
  text-indent: 0;
}
.about_wrap .ex_flex_wrap ul li dd {
  font-size: 15px;
  padding-top: 5px;
}
.about_wrap .more_btns a {
  margin: 25px auto 30px auto;
  width: 90%;
  max-width: 320px;
  border-radius: 10px;
  border: none;
  color: white;
  text-align: center;
  font-size: 2.4rem;
  padding: 19px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: url("../images/btn_back.jpg") center center no-repeat;
  background-size: 445px auto;
  position: relative;
  font-weight: 800;
  display: block;
  text-decoration: none;
}
.about_wrap .more_btns a i, .about_wrap .more_btns a em {
  position: relative;
  z-index: 3;
}
.about_wrap .more_btns a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FFF;
  z-index: 3;
  transition: all 0.3s ease;
  background-image: url("../images/ico_arrow_r.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.about_wrap .more_btns a:hover {
  background: url("../images/btn_back.jpg") center right -30px no-repeat;
  background-size: 445px auto;
}

.top3 {
  color: #37230a;
  background: url("../images/top3_bg.jpg") top center;
  background-size: 100% 6000px;
  position: relative;
  padding-bottom: 10px;
  z-index: 2;
}
.top3 .borders {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.top3 .borders .md {
  border-left: 1px solid #c39c89;
  border-right: 1px solid #c39c89;
  height: calc(100% - 65.8px);
  padding-top: 32.9px;
}
.top3 .borders .bt {
  position: absolute;
  bottom: 0;
}
.top3 .inner {
  position: relative;
  z-index: 3;
}
.top3 .ttl_area {
  padding: 70px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}
.top3 .ttl_area .c2 {
  display: inline-block;
}
.top3 .ttl_area .c2 .in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.top3 .ttl_area .c2 p {
  font-weight: bold;
  border-radius: 100px;
  font-size: 1.5rem;
  padding: 2px 0;
  width: 110px;
  text-align: center;
}
.top3 .ttl_area .c2 p i {
  font-size: 1.2rem;
}
.top3 .ttl_area .c2 p:nth-of-type(1) {
  background: #910782;
  color: white;
}
.top3 .ttl_area .c2 p:nth-of-type(2) {
  background: #fccf00;
  color: #3d0000;
}
.top3 .ttl_area h2 {
  margin-top: 5px;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 900;
  font-style: normal;
}
.top3 .ttl_area h2 .fs {
  font-size: 2.6rem;
}
.top3 .ttl_area h2 em {
  position: relative;
}
.top3 .ttl_area h2 em:before, .top3 .ttl_area h2 em:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 4px;
  top: 50%;
  margin-top: 3px;
  border-top: 1px solid #c39c89;
  border-bottom: 1px solid #c39c89;
}
.top3 .ttl_area h2 em:before {
  left: -40px;
}
.top3 .ttl_area h2 em:after {
  right: -40px;
}
.top3 .ttl_area .mn {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
.top3 .lead {
  margin: 20px 0;
}
.top3 .recipe_bx {
  margin-top: 40px;
}
.top3 .recipe_bx a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.top3 .recipe_bx a:hover {
  opacity: 0.8;
}
.top3 .recipe_bx .r_txt {
  color: #000;
}
.top3 .recipe_bx h3 {
  font-size: 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 900;
  font-style: normal;
  color: white;
  border-radius: 100px;
  background: #910782;
  text-align: center;
  letter-spacing: -0.1em;
}
.top3 .recipe_bx h3 i {
  display: inline-block;
}
.top3 .recipe_bx h3 img {
  height: 18px;
  margin: 0 0 0 5px;
  width: auto;
}
.top3 .recipe_bx .bgy {
  background: #fccf00;
  color: #37230a;
  line-height: 1.1;
  height: 58px;
  place-content: center;
}
.top3 .recipe_bx .bgy2 {
  height: 35px;
}
.top3 .recipe_bx .bgy_bx2 {
  font-size: 2rem;
}
.top3 .recipe_bx .bgb {
  height: 35px;
  place-content: center;
}
.top3 .recipe_bx .bgb2 {
  height: 58px;
  line-height: 1.1;
  place-content: center;
}
.top3 .recipe_bx .ri {
  margin: 20px auto;
  width: 270px;
}
.top3 .recipe_bx .r_img {
  position: relative;
}
.top3 .recipe_bx .r_img_ab {
  position: absolute;
}
.top3 .recipe_bx .r1ab {
  width: 130px;
  bottom: -30px;
  left: -20px;
}
.top3 .recipe_bx .r2ab {
  width: 124px;
  bottom: -30px;
  right: -20px;
}
.top3 .recipe_bx .r4ab {
  width: 113px;
  top: -30px;
  left: -20px;
}
.top3 .recipe_bx .r6ab {
  width: 96px;
  bottom: -20px;
  right: -20px;
}
.top3 .recipe_bx .r8ab {
  width: 110px;
  bottom: -20px;
  right: -20px;
}
.top3 .recipe_bx .r82ab {
  width: 89px;
  top: -10px;
  left: -20px;
}
.top3 .recipe_bx .r10ab {
  width: 130px;
  top: -30px;
  right: -20px;
}
.top3 .recipe_bx .r_txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-align: left;
  padding: 0 8px;
  box-sizing: border-box;
}
.top3 .more {
  margin: 40px auto 30px auto;
  width: 300px;
}
.top3 .more_btns {
  margin: 40px auto 30px auto;
  width: 90%;
  max-width: 320px;
  border-radius: 999px;
  border: none;
  color: white;
  text-align: center;
  font-size: 2.4rem;
  padding: 19px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #37230A;
  position: relative;
  font-weight: 800;
}
.top3 .more_btns i, .top3 .more_btns em {
  position: relative;
  z-index: 3;
}
.top3 .more_btns .plus {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: white;
  z-index: 3;
  transition: all 0.3s ease;
}
.top3 .more_btns .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -0.5px;
  margin-left: 0;
  width: 9px;
  height: 1px;
  background: #000;
}
.top3 .more_btns .plus:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  margin-top: -0.5px;
  margin-left: 0;
  width: 1px;
  height: 9px;
  background: #000;
}
.top3 .more_btns.js-btn-close .plus {
  transform: rotate(90deg);
}
.top3 .more_btns.js-btn-close .plus:before {
  opacity: 0;
}
.top3 .more_btns.js-btn-close .plus:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  margin-top: -0.5px;
  margin-left: 0;
  width: 1px;
  height: 9px;
  background: #000;
}
.top3 .more_btns:hover {
  opacity: 0.7;
}
.top3 .dmt2 {
  width: calc(100% - 20px);
  margin: 0 0 0 auto;
  position: relative;
  z-index: 3;
  bottom: -11px;
}

.bgtop3 {
  margin-top: -70px;
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 1;
  background: url("../images/top4_bg.png") bottom -1px center/cover;
}

.top4 {
  padding: 100px 0 20px 0;
  box-sizing: border-box;
  position: relative;
  margin-top: -1px;
  z-index: 1;
}
.top4 .ttlh2 img {
  display: inline-block;
  height: 36px;
  width: auto;
}
.top4 .lead {
  margin: 10px 0 0 0;
}
.top4 .sld {
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.top4 .swiper-slide {
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: white;
  color: #37230a;
  height: auto;
}
.top4 .bx {
  height: 100%;
}
.top4 .tops {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  gap: 0 14px;
}
.top4 .tops .num {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #333;
  line-height: 1;
  font-size: 6rem;
}
.top4 .tops i {
  font-size: 1.8rem;
}
.top4 .tops em {
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
}
.top4 .tops em span {
  position: relative;
  z-index: 2;
}
.top4 .tops em:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  background: #fbd999;
}
.top4 .sl1 em {
  position: relative;
  left: -5px;
}
.top4 .sl1 em:before {
  left: 5px;
}
.top4 .img {
  margin: 10px 0 20px 0;
  border-radius: 10px;
  overflow: hidden;
}
.top4 .txx {
  font-size: 1.4rem;
}
.top4 .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
.top4 .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid white;
  opacity: 1;
}
.top4 .swiper-button-next, .top4 .swiper-button-prev {
  position: absolute;
  top: unset;
  width: 40px;
  height: 40px;
  margin-top: unset;
}
.top4 .swiper-button-next {
  left: auto;
  right: 0;
}
.top4 .swiper-button-prev {
  left: 0;
}
.top4 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .top4 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.top4 .sw_nav {
  position: absolute;
  width: 100%;
  top: 36%;
}

.top5 {
  background: #fae6cd;
  position: relative;
  padding: 120px 0 100px 0;
  color: #37230a;
  margin-top: -70px;
}
.top5 .bg1 {
  position: absolute;
  top: 0;
  left: 0;
}
.top5 .bg1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, #FFAC28 0%, rgba(255, 116, 0, 0) 100%);
}
.top5 .ttlh2 {
  text-align: center;
}
.top5 .ttlh2 img {
  display: inline-block;
  height: 28px;
  width: auto;
}
.top5 .vdb {
  margin-top: 30px;
}
.top5 .vd1 {
  margin-top: 10px;
}
.top5 .lead1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.top5 .lead1 i {
  font-size: 1.4rem;
}
.top5 .lead2 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}
.top5 .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 30px 0;
  letter-spacing: -0.05em;
}

.last {
  padding: 70px 0 20px 0;
  text-align: center;
}
.last .oubo_wrap {
  margin: 0 auto 80px;
}
.last .oubo_wrap .sub_ttl {
  font-size: 22px;
  color: #37230A;
  font-weight: 700;
}
.last .oubo_wrap .more_btns a {
  margin: 10px auto 30px auto;
  width: 90%;
  max-width: 320px;
  border-radius: 10px;
  border: none;
  color: white;
  text-align: center;
  font-size: 2.4rem;
  padding: 19px 0;
  transition: all 0.3s ease;
  cursor: pointer;
  background: url("../images/btn_back.jpg") center center no-repeat;
  background-size: 445px auto;
  position: relative;
  font-weight: 800;
  display: block;
  text-decoration: none;
}
.last .oubo_wrap .more_btns a i, .last .oubo_wrap .more_btns a em {
  position: relative;
  z-index: 3;
}
.last .oubo_wrap .more_btns a .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FFF;
  z-index: 3;
  transition: all 0.3s ease;
  background-image: url("../images/ico_arrow_r.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.last .oubo_wrap .more_btns a:hover {
  background: url("../images/btn_back.jpg") center right -30px no-repeat;
  background-size: 445px auto;
}
.last .bt1 {
  display: block;
  transition: all 0.3s ease;
}
.last .bt1:hover {
  opacity: 0.6;
}
.last .bt2 {
  display: block;
  max-width: 290px;
  margin: 50px auto 0 auto;
  transition: all 0.3s ease;
}
.last .bt2:hover {
  opacity: 0.6;
}
.last .sns {
  display: inline-block;
  margin-top: 40px;
}
.last .sns .in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
}
.last .sns .in a:nth-of-type(1) img {
  width: 30px;
  height: auto;
}
.last .sns .in a:nth-of-type(2) img {
  width: 35px;
  height: auto;
}
.last .sns .in a:nth-of-type(3) img {
  width: 40px;
  height: auto;
}
.last .sns a {
  transition: all 0.3s ease;
}
.last .sns a:hover {
  opacity: 0.6;
}

.btn_totop_wrap {
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 45px;
  right: 0;
}
.btn_totop_wrap ul {
  width: 64px;
  height: 64px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 45px;
  z-index: 10;
}
.btn_totop_wrap ul a {
  display: none;
}
.btn_totop_wrap ul a:hover {
  opacity: 0.8;
}

footer {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 0;
  box-sizing: border-box;
  background: #e50012;
}/*# sourceMappingURL=top.css.map */