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

.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, 600px);
}
@media all and (max-width: 1600px) {
  .right {
    width: calc(50vw - 187.5px);
  }
}
@media all and (max-width: 767px) {
  .right {
    display: none;
  }
}

.content {
  width: clamp(375px, 23.7592397043vw, 450px);
  max-width: 450px;
  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%;
  }
}

.mv {
  position: relative;
  z-index: 4;
  background: url("../images/top_bg1.png") bottom -1px center/cover;
  padding-bottom: 120px;
  margin-top: -1px;
}
.mv .logo_cont {
  position: absolute;
  width: 117px;
  top: 10px;
  left: 10px;
  transition: all 1s 0.5s ease;
  opacity: 0;
  z-index: 10;
}
.mv .logo_cont{
  margin-top: 10px;
}
.mv .logo_cont.ups {
  opacity: 1;
}
.mv .logo_cont img {
  width: 100%;
}
.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: 3;
  background: url(../images/tp1_bg.png) bottom -1px center no-repeat;
  background-size: 110% auto;
  position: relative;
  padding: 140px 0 150px 0;
  margin-top: -90px;
}
.top1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #910782;
}
.top1 .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.top1 .bg1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, #FF7400 0%, rgba(255, 116, 0, 0) 100%);
}
.top1 .txt {
  margin-top: 16px;
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #37230a;
  position: relative;
  z-index: 2;
}
.top1 .txt i {
  color: #ff6400;
  font-weight: 700;
}
.top1 .txt:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-top: 0;
  margin-left: -7.5px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 3px;
  transform: rotate(45deg) skew(10deg, 10deg);
}
.top1 .dmt {
  width: 190px;
  margin: 8px auto 20px auto;
  border-radius: 100%;
  aspect-ratio: 1/1;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.5);
}
.top1 .name {
  width: 182px;
  margin: 0 auto;
}
.top1 .ttlh2 img {
  display: inline-block;
  height: 62px;
  width: auto;
}

.top2 {
  position: relative;
  z-index: 2;
  padding: 140px 0 80px 0;
  background: url("../images/top2_bg.jpg") center top/cover;
  margin-top: -90px;
}
.top2 .ttlh2 img {
  display: inline-block;
  height: 28px;
  width: auto;
}
.top2 .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.top2 .txt {
  margin-top: 10px;
}
.top2 .st1 {
  margin-top: 30px;
  position: relative;
}
.top2 .im1 {
  position: relative;
  z-index: 2;
}
.top2 .img1 {
  position: absolute;
  z-index: 2;
  width: 250px;
  top: 32%;
  left: 20px;
}
.top2 .img2 {
  top: 4%;
  right: -10px;
  position: absolute;
  width: 245px;
}
.top2 .img3 {
  position: absolute;
  width: 242px;
  top: 59%;
  right: -5px;
}
.top2 .txt2 {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 40px;
}
.top2 .st2 {
  position: relative;
  padding-top: 100px;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.top2 .st2 .img11 {
  position: absolute;
  width: 100%;
  right: 0;
  top: 90px;
}
.top2 .st2 .img11 .tx {
  top: -60px;
  left: 20px;
  position: absolute;
  width: 212px;
}
.top2 .st2 .img11 .imgs {
  margin: 0 0 0 auto;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  width: 234px;
}
.top2 .st2 .img12 {
  position: absolute;
  width: 100%;
  right: 0;
  top: 255px;
  padding-bottom: 45px;
  box-sizing: border-box;
}
.top2 .st2 .img12 .tx {
  bottom: 0;
  right: 20px;
  position: absolute;
  width: 234px;
}
.top2 .st2 .img12 .imgs {
  margin: 0 auto 0 0;
  width: 250px;
}
.top2 .st3 {
  margin-top: 90px;
  padding: 0 20px;
  box-sizing: border-box;
}
.top2 .st3 .fb {
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.3;
  position: relative;
}
.top2 .st3 .fb:before, .top2 .st3 .fb:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 44px;
  height: 61px;
}
.top2 .st3 .fb:before {
  left: 0;
  background: url("../images/fkl.png") center center/cover;
}
.top2 .st3 .fb:after {
  right: 0;
  background: url("../images/fkr.png") center center/cover;
}
.top2 .st3 .ttlh2 {
  margin: 20px 0 10px 0;
}
@media all and (max-width: 767px) {
  .top2 .txt2 {
    margin-top: 40px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.top3 {
  color: #37230a;
  background: url("../images/top3_bg.jpg") top center;
  background-size: 100% 6000px;
  position: relative;
  padding-bottom: 10px;
  box-shadow: 0 0 20px rgb(0, 0, 0);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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 a.btn_ro.btn {
  position: relative;
  width: auto;
  display: inline-block;
}
.top3 .recipe_bx a.btn_ro.btn:hover{
  opacity: 1;
}
.top3 .recipe_bx a.btn_ro.btn:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 98.5%;
  height: 89.5%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #fff;
  z-index: 2;
}
.top3 .recipe_bx a.btn_ro.btn h3 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 8px 25px;
  font-size: 1.8rem;
  background-image: linear-gradient(30deg, #ff6917, #910782);
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.top3 .recipe_bx a.btn_ro.btn h3:after{
  position: absolute;
  content: "";
  background: linear-gradient(-35deg, #910782, #ff6917);
  height: 100%;
  left:0;
  top:0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border-radius: 10px;
  z-index: -1;
}
.top3 .recipe_bx a.btn_ro.btn:hover h3:after{
  opacity: 0;
}
.top3 .recipe_bx.btn_bx {
  text-align: center;
}

.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: 300px;
  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: bold;
}
.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:hover {
  background: url("../images/btn_back.jpg") center right -30px no-repeat;
  background-size: 445px auto;
}
.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 .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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: 90px 0 20px 0;
  text-align: center;
}
.last > .inner p {
  font-size: 1.4rem;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}
.last .bt1 {
  display: block;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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;
}

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 */
