@-webkit-keyframes diagonal-slide1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(102px, -60px);
            transform: translate(102px, -60px);
  }
}
@keyframes diagonal-slide1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(102px, -60px);
            transform: translate(102px, -60px);
  }
}
@-webkit-keyframes diagonal-slide2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-200px, -110px);
            transform: translate(-200px, -110px);
  }
}
@keyframes diagonal-slide2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-200px, -110px);
            transform: translate(-200px, -110px);
  }
}
@-webkit-keyframes diagonal-slide1_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(51px, -30px);
            transform: translate(51px, -30px);
  }
}
@keyframes diagonal-slide1_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(51px, -30px);
            transform: translate(51px, -30px);
  }
}
@-webkit-keyframes diagonal-slide2_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100px, -55px);
            transform: translate(-100px, -55px);
  }
}
@keyframes diagonal-slide2_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100px, -55px);
            transform: translate(-100px, -55px);
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 56px;
  }
}

/* base */
body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #671a1e;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0;
  background: #fff;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 1439px) {
  body {
    font-size: 26px;
  }
}

section {
  overflow-x: clip;
}

img {
  max-width: 100%;
}
img.sp_only {
  width: 100%;
}
img.pc_only {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  img.pc_only {
    display: none;
  }
}

ul {
  list-style: none;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

.red {
  color: #e50012;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.burger-btn {
  position: relative;
  width: 60px;
  z-index: 103;
}
.burger-btn .btn-area {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 3;
  border: none;
}
.burger-btn .btn-area .bar {
  width: 28px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
.burger-btn .btn-area .bar_top {
  top: 5px;
}
.burger-btn .btn-area .bar_mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.burger-btn .btn-area .bar_bottom {
  bottom: 5px;
}
.burger-btn.close .bar_top {
  -webkit-transform: translate(-50%, 10px) rotate(45deg);
          transform: translate(-50%, 10px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.burger-btn.close .bar_mid {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.burger-btn.close .bar_bottom {
  -webkit-transform: translate(-50%, -8px) rotate(-45deg);
          transform: translate(-50%, -8px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* common */
.fixed_online {
  position: fixed;
  z-index: 10;
  bottom: 90px;
  right: 50px;
  max-width: 180px;
}
@media screen and (max-width: 959px) {
  .fixed_online {
    bottom: 30px;
    right: 30px;
    max-width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .fixed_online {
    right: 16px;
    max-width: 90px;
  }
}

.sect-ttl1 .sect-ttl1_inner {
  max-width: 1078px;
  margin: 0 auto;
  position: relative;
}
.sect-ttl1 .sect-ttl1_inner .sect-ttl1_main {
  max-width: 660px;
  width: 62%;
  margin: 0 auto;
  padding: 70px 0px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main {
    padding: 40px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main {
    width: 100%;
    padding: 80px 0px 0px;
  }
}
@media screen and (max-width: 599px) {
  .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main {
    width: 100%;
    padding: 68px 0px 20px;
  }
}
.sect-ttl1 .sect-ttl1_inner .sect-ttl1_main .sect-ttl1_txt {
  display: inline-block;
  padding-top: 50px;
}
@media screen and (max-width: 599px) {
  .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main .sect-ttl1_txt {
    padding-top: 40px;
  }
}
.sect-ttl1 .sect-ttl1_inner .ttl-deco_left,
.sect-ttl1 .sect-ttl1_inner .ttl-deco_right {
  max-width: 260px;
  min-width: 85px;
  width: 25%;
  position: absolute;
  top: -120px;
}
@media screen and (max-width: 599px) {
  .sect-ttl1 .sect-ttl1_inner .ttl-deco_left,
  .sect-ttl1 .sect-ttl1_inner .ttl-deco_right {
    width: 32%;
    top: -70px;
  }
}
.sect-ttl1 .sect-ttl1_inner .ttl-deco_left {
  left: -5px;
}
@media screen and (max-width: 599px) {
  .sect-ttl1 .sect-ttl1_inner .ttl-deco_left {
    left: -16px;
  }
}
.sect-ttl1 .sect-ttl1_inner .ttl-deco_right {
  right: -5px;
}
@media screen and (max-width: 599px) {
  .sect-ttl1 .sect-ttl1_inner .ttl-deco_right {
    right: -16px;
  }
}

.sect-ttl2 {
  max-width: 524px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .sect-ttl2 {
    padding-bottom: 24px;
  }
}

.header-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  line-height: 0;
  background-color: #601986;
}
.header-area::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 29px;
  background: url("../img/h-deco.webp") center/contain repeat-x;
}
@media screen and (max-width: 767px) {
  .header-area::before {
    bottom: -20px;
    height: 21px;
  }
}
.header-area > div[class*=-inner] {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 3.5vw 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-area > div[class*=-inner] {
    padding: 10px 20px 12px;
    gap: unset;
  }
}
.header-area > div[class*=-inner] img {
  vertical-align: middle;
}
.header-area > div[class*=-inner] .h-logo {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .header-area > div[class*=-inner] .h-logo {
    width: auto;
  }
}
.header-area > div[class*=-inner] .h-logo .h-logo_img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-area > div[class*=-inner] .h-logo .h-logo_img {
    width: 110px;
    max-width: unset;
  }
}
.header-area > div[class*=-inner] nav.pc_only {
  width: 53%;
  padding-bottom: 4px;
}
.header-area > div[class*=-inner] nav.pc_only .g-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-area > div[class*=-inner] nav.pc_only .g-nav li {
  padding: 0px;
  width: 23%;
}
.header-area > div[class*=-inner] nav.pc_only .g-nav li.g-nav_list3 {
  width: 28%;
}
.header-area > div[class*=-inner] nav.pc_only .g-nav li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-area > div[class*=-inner] nav.pc_only .g-nav li a:hover {
  opacity: 1;
}
.header-area > div[class*=-inner] nav.pc_only .g-nav li a:hover .img-default {
  opacity: 0;
}
.header-area > div[class*=-inner] nav.pc_only .g-nav li a:hover .img-hover {
  opacity: 1;
}
.header-area > div[class*=-inner] nav.pc_only .g-nav li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.header-area > div[class*=-inner] nav.pc_only .g-nav li a img.img-hover {
  opacity: 0;
}
.header-area > div[class*=-inner] .header-sns {
  width: 11%;
  padding-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header-area > div[class*=-inner] .header-sns {
    padding-top: 0px;
    width: auto;
    gap: 12px;
  }
}
.header-area > div[class*=-inner] .header-sns li {
  padding: 0px;
  width: 34%;
}
@media screen and (max-width: 767px) {
  .header-area > div[class*=-inner] .header-sns li {
    width: 24px;
    max-width: unset;
  }
}

#sp-nav {
  visibility: hidden;
  opacity: 0;
  background: #601986;
  width: 70vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  padding: 15vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-nav.fade {
  visibility: visible;
  opacity: 1;
}
#sp-nav .burger-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 103;
}
#sp-nav h1 {
  margin-bottom: 40px;
}
#sp-nav .sp-nav {
  line-height: 0;
}
#sp-nav .sp-nav li {
  margin-bottom: 40px;
}
#sp-nav .sp-nav img {
  vertical-align: middle;
}
#sp-nav .sp-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sp-nav .sp-sns li {
  padding-right: 20px;
}

.noscroll {
  overflow: hidden;
}

.footer-area .footer-top_inner,
.footer-area .footer-bottom_inner {
  max-width: 960px;
  margin: 0 auto;
}
.footer-area .footer-top .footer-top_inner {
  padding: 90px 16px 116px;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-top .footer-top_inner {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .footer-area .footer-top .footer-top_inner {
    max-width: 320px;
    padding: 60px 16px 72px;
  }
}
.footer-area .footer-top .footer-top_inner .f-logo {
  max-width: 184px;
  margin: 0 auto 40px;
}
.footer-area .footer-top .footer-top_inner .f-sns .f-sns_ttl {
  max-width: 622px;
  margin: 0 auto 10px;
}
.footer-area .footer-top .footer-top_inner .f-sns p {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-top .footer-top_inner .f-sns p {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .footer-area .footer-top .footer-top_inner .f-sns p {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.footer-area .footer-top .footer-top_inner .f-sns .f-sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .footer-area .footer-top .footer-top_inner .f-sns .f-sns_list {
    max-width: 285px;
    gap: 35px;
  }
}
.footer-area .footer-top .footer-top_inner .f-sns .f-sns_list .f-sns_insta {
  max-width: 80px;
}
.footer-area .footer-top .footer-top_inner .f-sns .f-sns_list .f-sns_line {
  max-width: 80px;
}
.footer-area .footer-top .footer-top_inner .f-sns .f-sns_list .f-sns_x {
  max-width: 71px;
}
.footer-area .footer-top .footer-top_inner .f-sns .f-sns_list .f-sns_youtube {
  max-width: 103px;
}
.footer-area .footer-bottom {
  background: #F9F5F6;
}
.footer-area .footer-bottom .footer-bottom_inner {
  padding: 30px 16px;
}
@media screen and (max-width: 599px) {
  .footer-area .footer-bottom .footer-bottom_inner {
    padding: 30px 18vw 50px 16px;
  }
}
.footer-area .footer-bottom .footer-bottom_inner .f-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-bottom .footer-bottom_inner .f-nav ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer-area .footer-bottom .footer-bottom_inner .f-nav ul li a {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: #998675;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-bottom .footer-bottom_inner .f-nav ul li a {
    font-size: 14px;
  }
}
.footer-area .footer-bottom .footer-bottom_inner .copyright {
  padding-top: 8px;
  font-size: 13px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-area .footer-bottom .footer-bottom_inner .copyright {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .footer-area .footer-bottom .footer-bottom_inner .copyright {
    padding-top: 22px;
    font-size: 10px;
  }
}

/* mv */
#mv {
  overflow-x: clip;
  background: url("../img/mv_bg.webp") center/cover no-repeat;
  max-height: 975px;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 643px;
    background-position: calc(50% + 20px) 24px;
  }
}
#mv .mv-innner {
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#mv .mv-innner img.mv_deco1 {
  width: 330px;
  position: absolute;
  top: 150px;
  left: 20px;
}
@media screen and (max-width: 959px) {
  #mv .mv-innner img.mv_deco1 {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv-innner img.mv_deco1 {
    width: 220px;
    top: 105px;
    left: 12px;
  }
}
@media screen and (max-width: 599px) {
  #mv .mv-innner img.mv_deco1 {
    width: 41vw;
  }
}
#mv .mv-innner img.mv_deco2 {
  width: 246px;
  position: absolute;
  top: 112px;
  right: 40px;
}
@media screen and (max-width: 959px) {
  #mv .mv-innner img.mv_deco2 {
    top: calc(11vw + 6px);
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv-innner img.mv_deco2 {
    width: 200px;
    top: 82px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  #mv .mv-innner img.mv_deco2 {
    width: 41vw;
    right: 25px;
  }
}
#mv .mv-innner img.mv_deco3 {
  width: 410px;
  position: absolute;
  bottom: 18px;
  left: 20px;
}
@media screen and (max-width: 959px) {
  #mv .mv-innner img.mv_deco3 {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv-innner img.mv_deco3 {
    width: 260px;
    bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #mv .mv-innner img.mv_deco3 {
    width: 46vw;
    left: 8px;
  }
}
#mv .mv-innner img.mv_deco4 {
  width: 563px;
  position: absolute;
  bottom: 0px;
  right: -45px;
}
@media screen and (max-width: 959px) {
  #mv .mv-innner img.mv_deco4 {
    width: 430px;
  }
}
@media screen and (max-width: 767px) {
  #mv .mv-innner img.mv_deco4 {
    width: 320px;
    right: -35px;
  }
}
@media screen and (max-width: 599px) {
  #mv .mv-innner img.mv_deco4 {
    width: 48vw;
    right: 8px;
  }
}

/* lead */
#lead .lead-ttl {
  position: relative;
  -webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.3);
  background: #601986;
}
#lead .lead-ttl::before, #lead .lead-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background: url("../img/dashed-line1.webp") center/45px 6px repeat-x;
}
@media screen and (max-width: 767px) {
  #lead .lead-ttl::before, #lead .lead-ttl::after {
    height: 3px;
    background-size: 22px 3px;
  }
}
#lead .lead-ttl::before {
  top: 16px;
}
@media screen and (max-width: 767px) {
  #lead .lead-ttl::before {
    top: 12px;
  }
}
#lead .lead-ttl::after {
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  #lead .lead-ttl::after {
    bottom: 12px;
  }
}
#lead .lead-ttl .lead-ttl-inner {
  max-width: 960px;
  height: 350px;
  margin: 0 auto;
  padding: 0px 90px;
  position: relative;
}
@media screen and (max-width: 959px) {
  #lead .lead-ttl .lead-ttl-inner {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  #lead .lead-ttl .lead-ttl-inner {
    max-height: 440px;
    height: 100vw;
  }
}
#lead .lead-ttl .lead-ttl-inner .lead-ttl_deco1,
#lead .lead-ttl .lead-ttl-inner .lead-ttl_deco2 {
  width: 260px;
  position: absolute;
  bottom: -205px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #lead .lead-ttl .lead-ttl-inner .lead-ttl_deco1,
  #lead .lead-ttl .lead-ttl-inner .lead-ttl_deco2 {
    width: 200px;
    bottom: -70px;
  }
}
#lead .lead-ttl .lead-ttl-inner .lead-ttl_deco1 {
  left: 0px;
}
#lead .lead-ttl .lead-ttl-inner .lead-ttl_deco2 {
  right: 0px;
}
#lead .lead-ttl .lead-ttl-inner .lead-ttl_main {
  width: 656px;
  position: absolute;
  z-index: 3;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  #lead .lead-ttl .lead-ttl-inner .lead-ttl_main {
    width: 456px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  #lead .lead-ttl .lead-ttl-inner .lead-ttl_main {
    max-width: 420px;
    width: 100%;
  }
}
#lead #lead-body {
  padding: 80px 0px 70px;
  background: #ffe900 url("../img/lead-body_bg.webp") center top 0px/1440px 918px repeat-y;
}
@media screen and (max-width: 959px) {
  #lead #lead-body {
    background-size: 105vw;
    padding-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  #lead #lead-body {
    padding: 80px 0px 30px;
  }
}
#lead #lead-body .lead-body-inner {
  max-width: 973px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner {
    padding: 0 32px;
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li {
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li {
    max-width: 400px;
  }
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li {
    max-width: 300px;
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li.manga1 {
  position: relative;
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga1 {
    padding: 0px 8px;
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li.manga1 .manga-deco1 {
  width: 314px;
  position: absolute;
  top: 30px;
  left: -110px;
}
@media screen and (max-width: 959px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga1 .manga-deco1 {
    top: -50px;
    left: -190px;
  }
}
@media screen and (max-width: 767px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga1 .manga-deco1 {
    width: 232px;
    left: -110px;
  }
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga1 .manga-deco1 {
    max-width: 162px;
    width: 45vw;
    left: -37px;
    top: -38px;
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li.manga1 .manga-deco2 {
  width: 420px;
  position: absolute;
  top: -60px;
  right: -160px;
}
@media screen and (max-width: 959px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga1 .manga-deco2 {
    top: -76px;
    right: -220px;
  }
}
@media screen and (max-width: 767px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga1 .manga-deco2 {
    width: 320px;
    top: -76px;
    right: -120px;
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga1 .manga-deco2 {
    max-width: 214px;
    width: 59vw;
    top: -66px;
    right: -43px;
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li.manga2-3-4 {
  max-width: none;
  position: relative;
  margin-bottom: -107px;
}
@media screen and (max-width: 959px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga2-3-4 {
    max-width: 700px;
    margin-bottom: -72px;
  }
}
@media screen and (max-width: 767px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga2-3-4 {
    max-width: 537px;
  }
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga2-3-4 {
    margin-bottom: -48px;
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li.manga2-3-4 img {
  position: relative;
  top: -115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga2-3-4 img {
    top: -80px;
  }
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga2-3-4 img {
    top: -60px;
    max-width: 404px;
    width: calc(100% + 83px);
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li.manga5 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga5 {
    padding: 0px 12px;
    margin-bottom: 20px;
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li.manga5 .manga-deco1 {
  width: 294px;
  position: absolute;
  top: -35px;
  left: -150px;
}
@media screen and (max-width: 959px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga5 .manga-deco1 {
    width: 244px;
  }
}
@media screen and (max-width: 767px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga5 .manga-deco1 {
    max-width: 194px;
    top: -15px;
    left: -110px;
  }
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga5 .manga-deco1 {
    max-width: 127px;
    width: 35vw;
    top: -7px;
    left: -51px;
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li.manga5 .manga-deco2 {
  width: 294px;
  position: absolute;
  top: 0px;
  right: -200px;
}
@media screen and (max-width: 959px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga5 .manga-deco2 {
    width: 254px;
    right: -179px;
  }
}
@media screen and (max-width: 767px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga5 .manga-deco2 {
    max-width: 194px;
    top: 30px;
    right: -120px;
  }
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga5 .manga-deco2 {
    max-width: 127px;
    width: 35vw;
    top: 40px;
    right: -47px;
  }
}
#lead #lead-body .lead-body-inner .lead-body_manga li.manga_img {
  max-width: 382px;
}
@media screen and (max-width: 599px) {
  #lead #lead-body .lead-body-inner .lead-body_manga li.manga_img {
    max-width: 207px;
  }
}

/* point */
#point {
  position: relative;
  background-color: #f18d00;
  -webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.3);
}
#point::before, #point::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background: url("../img/dashed-line2.webp") center/45px 6px repeat-x;
}
@media screen and (max-width: 767px) {
  #point::before, #point::after {
    height: 3px;
    background-size: 22px 3px;
  }
}
#point::before {
  top: 16px;
}
@media screen and (max-width: 767px) {
  #point::before {
    top: 12px;
  }
}
#point::after {
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  #point::after {
    bottom: 12px;
  }
}
#point .point-inner {
  max-width: 1078px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  #point .point-inner {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  #point .point-inner {
    max-width: 320px;
  }
}
#point .point-inner .point-body {
  padding-bottom: 136px;
}
#point .point-inner .point-body .point-body_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #point .point-inner .point-body .point-body_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#point .point-inner .point-body .point-body_list li {
  max-width: 341px;
}
@media screen and (max-width: 767px) {
  #point .point-inner .point-body .point-body_list li {
    max-width: 400px;
  }
}

/* taste */
#taste .taste-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 16px;
}
@media screen and (max-width: 767px) {
  #taste .taste-inner {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  #taste .taste-inner {
    max-width: 320px;
    padding: 90px 16px;
  }
}
#taste .taste-inner .taste-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 96px;
}
@media screen and (max-width: 767px) {
  #taste .taste-inner .taste-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #taste .taste-inner .taste-body {
    gap: 86px;
  }
}
#taste .taste-inner .taste-body .taste-body_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#taste .taste-inner .taste-body .taste-body_list:first-child {
  position: relative;
}
#taste .taste-inner .taste-body .taste-body_list:first-child::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -48px;
  width: 2px;
  height: 98%;
  background: url("../img/dashed-line3_pc.webp") center/2px 11px repeat-y;
}
@media screen and (max-width: 767px) {
  #taste .taste-inner .taste-body .taste-body_list:first-child::after {
    background: url("../img/dashed-line3_sp.webp") center/11px 2px repeat-x;
    width: 100%;
    height: 2px;
    bottom: -58px;
    right: 0px;
  }
}
#taste .taste-inner .taste-body .taste-body_list .list-img1 {
  width: 48%;
}
#taste .taste-inner .taste-body .taste-body_list .list-ttl {
  width: 52%;
}
#taste .taste-inner .taste-body .taste-body_list .list-img2 {
  width: 48%;
}
#taste .taste-inner .taste-body .taste-body_list .list-txt-btn-img3 {
  width: 52%;
}
#taste .taste-inner .taste-body .taste-body_list .list-txt-btn-img3 .list-txt {
  margin-bottom: 22px;
}
#taste .taste-inner .taste-body .taste-body_list .list-txt-btn-img3 .list-btn {
  display: inline-block;
  margin-bottom: 16px;
}
/* make */
#make .make-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 30px 120px;
}
@media screen and (max-width: 767px) {
  #make .make-inner {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  #make .make-inner {
    max-width: 320px;
  }
}
#make .make-inner .sect-ttl2 {
  padding-bottom: 10px;
}
#make .make-inner .make-body .make-body_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  #make .make-inner .make-body .make-body_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    gap: 12px;
  }
}

/* worry */
#worry {
  background: #ffe900 url("../img/worry-bg.webp") center top 0px/1440px 1264px repeat-y;
}
@media screen and (max-width: 959px) {
  #worry {
    background-size: 105vw;
  }
}
#worry .worry-inner {
  max-width: 1078px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner {
    padding: 0px;
  }
}
#worry .worry-inner .worry-img_inner {
  position: relative;
}
#worry .worry-inner .worry-img_inner .worry-img_img {
  position: relative;
  z-index: 2;
}
#worry .worry-inner .worry-img_inner .worry-img_illust {
  position: absolute;
}
#worry .worry-inner .worry-ttl {
  position: relative;
  -webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.3);
  background: #601986;
}
#worry .worry-inner .worry-ttl::before, #worry .worry-inner .worry-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background: url("../img/dashed-line1.webp") center/45px 6px repeat-x;
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-ttl::before, #worry .worry-inner .worry-ttl::after {
    height: 3px;
    background-size: 22px 3px;
  }
}
#worry .worry-inner .worry-ttl::before {
  top: 16px;
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-ttl::before {
    top: 12px;
  }
}
#worry .worry-inner .worry-ttl::after {
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-ttl::after {
    bottom: 12px;
  }
}
#worry .worry-inner .worry-ttl .worry-ttl-inner {
  max-height: 130px;
  height: 100vw;
}
#worry .worry-inner .worry-ttl .worry-ttl-inner .worry-ttl_main {
  width: 656px;
  position: absolute;
  z-index: 3;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-ttl .worry-ttl-inner .worry-ttl_main {
    width: 456px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-ttl .worry-ttl-inner .worry-ttl_main {
    max-width: 420px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .sect-ttl1 .sect-ttl1_inner {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main {
    padding: 40px 0px 0px;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main {
    padding: 30px 0px 0px;
  }
}
#worry .worry-inner .worry-body {
  height: 984px;
  position: relative;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body {
    max-width: 700px;
    margin: 0 auto;
    height: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body {
    max-width: 400px;
    height: 1100px;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body {
    max-width: 320px;
    height: 980px;
  }
}
#worry .worry-inner .worry-body .worry-body_list {
  position: relative;
}
#worry .worry-inner .worry-body .worry-body_list li {
  position: absolute;
  width: 100%;
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img1 {
  max-width: 284px;
  width: 22vw;
  top: -60px;
  left: 28%;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img1 {
    max-width: 224px;
    width: 100%;
    top: -60px;
    left: 100px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img1 {
    max-width: 152px;
    top: -20px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img1 {
    max-width: 142px;
    top: -10px;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img2 {
  max-width: 347px;
  width: 31vw;
  top: 30px;
  right: 10%;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img2 {
    max-width: 267px;
    width: 100%;
    top: 40px;
    right: 90px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img2 {
    max-width: 185px;
    top: 40px;
    right: 0px;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img2 {
    max-width: 135px;
    top: 30px;
    right: 30px;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img2 .worry-img_inner .worry-img_illust {
  max-width: 184px;
  width: 18vw;
  left: 39%;
  top: 60px;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img2 .worry-img_inner .worry-img_illust {
    max-width: 124px;
    width: 100%;
    left: 88px;
    top: 67px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img2 .worry-img_inner .worry-img_illust {
    max-width: 104px;
    left: 27px;
    top: 59px;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img2 .worry-img_inner .worry-img_illust {
    max-width: 84px;
    left: 31px;
    top: 22px;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img2 .worry-img_inner .worry-img_illust.animate {
  -webkit-animation: diagonal-slide1 0.6s ease-in-out forwards;
          animation: diagonal-slide1 0.6s ease-in-out forwards;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img2 .worry-img_inner .worry-img_illust.animate {
    -webkit-animation: diagonal-slide1 0.8s ease-in-out forwards;
            animation: diagonal-slide1 0.8s ease-in-out forwards;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img2 .worry-img_inner .worry-img_illust.animate {
    -webkit-animation: diagonal-slide1_sp 0.8s ease-in-out forwards;
            animation: diagonal-slide1_sp 0.8s ease-in-out forwards;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img3 {
  max-width: 391px;
  top: 220px;
  left: 12%;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img3 {
    max-width: 321px;
    top: 258px;
    left: 130px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img3 {
    max-width: 209px;
    top: 228px;
    left: 130px;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img3 {
    top: 188px;
    left: 100px;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img3 .worry-img_inner .worry-img_illust {
  max-width: 300px;
  left: 60px;
  top: 40px;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img3 .worry-img_inner .worry-img_illust {
    max-width: 205px;
    left: 108px;
    top: 75px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img3 .worry-img_inner .worry-img_illust {
    max-width: 162px;
    left: 19px;
    top: 6px;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img3 .worry-img_inner .worry-img_illust.animate {
  -webkit-animation: diagonal-slide2 0.8s ease-in-out forwards;
          animation: diagonal-slide2 0.8s ease-in-out forwards;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img3 .worry-img_inner .worry-img_illust.animate {
    -webkit-animation: diagonal-slide2 0.9s ease-in-out forwards;
            animation: diagonal-slide2 0.9s ease-in-out forwards;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img3 .worry-img_inner .worry-img_illust.animate {
    -webkit-animation: diagonal-slide2_sp 0.9s ease-in-out forwards;
            animation: diagonal-slide2_sp 0.9s ease-in-out forwards;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img4 {
  max-width: 285px;
  width: 20vw;
  top: 370px;
  right: 15%;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img4 {
    max-width: 255px;
    width: 100%;
    top: 560px;
    right: 440px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img4 {
    max-width: 184px;
    top: 560px;
    right: 180px;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img4 {
    top: 520px;
    right: auto;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img5 {
  max-width: 229px;
  width: 20vw;
  top: 300px;
  right: -5%;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img5 {
    max-width: 259px;
    width: 100%;
    top: 370px;
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img5 {
    max-width: 162px;
    top: 700px;
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img5 {
    top: 620px;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img6 {
  max-width: 285px;
  top: 560px;
  left: -1%;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img6 {
    top: 810px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img6 {
    max-width: 152px;
    top: 410px;
    left: 10px;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img6 {
    max-width: 144px;
    top: 350px;
    left: 0px;
  }
}
#worry .worry-inner .worry-body .worry-body_list li.worry-img7 {
  max-width: 347px;
  width: 29vw;
  top: 590px;
  left: 305px;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img7 {
    max-width: 307px;
    width: 100%;
    top: 610px;
    left: 355px;
  }
}
@media screen and (max-width: 767px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img7 {
    max-width: 185px;
    top: 460px;
    left: 215px;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body .worry-body_list li.worry-img7 {
    max-width: 176px;
    top: 407px;
    left: 145px;
  }
}
#worry .worry-inner .worry-body .worry-illust {
  max-width: 473px;
  width: 37vw;
  position: absolute;
  bottom: -29px;
  right: -9%;
}
@media screen and (max-width: 959px) {
  #worry .worry-inner .worry-body .worry-illust {
    max-width: 383px;
    width: 100%;
    right: -10px;
    bottom: -24px;
  }
}
@media screen and (max-width: 599px) {
  #worry .worry-inner .worry-body .worry-illust {
    bottom: -20px;
    right: 0px;
  }
}

/* insta */
#insta .insta-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 16px;
}
@media screen and (max-width: 767px) {
  #insta .insta-inner {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  #insta .insta-inner {
    max-width: 320px;
    padding: 90px 16px 50px;
  }
}
#insta .insta-inner .insta-body .insta-body_txt {
  text-align: center;
  max-width: 648px;
  margin: 0 auto 54px;
}
#insta .insta-inner .insta-body .insta-body_txt p {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #insta .insta-inner .insta-body .insta-body_txt p {
    padding-top: 12px;
  }
}
@media screen and (max-width: 599px) {
  #insta .insta-inner .insta-body .insta-body_txt p {
    font-size: 14px;
  }
}
#insta .insta-inner .insta-body .insta-body_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #insta .insta-inner .insta-body .insta-body_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    gap: 30px;
  }
}
#insta .insta-inner .insta-body .insta-body_list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  #insta .insta-inner .insta-body .insta-body_list li {
    width: 100%;
  }
}

/* recipe */
#recipe {
  background: url("../img/recipe-bg.webp") center top/1440px 845px repeat;
  padding: 40px 0px 100px;
}
@media screen and (max-width: 599px) {
  #recipe {
    padding: 0px 0px 80px;
  }
}
@media screen and (max-width: 599px) {
  #recipe .sect-ttl1 .sect-ttl1_inner {
    max-width: 320px;
    padding: 0 16px;
  }
}
#recipe .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main {
  max-width: 524px;
}
@media screen and (max-width: 767px) {
  #recipe .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #recipe .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 599px) {
  #recipe .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main .sect-ttl1_txt {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    text-align: center;
  }
  #recipe .sect-ttl1 .sect-ttl1_inner .sect-ttl1_main .sect-ttl1_txt img {
    width: 400px;
  }
}
#recipe .recipe-body .recipe-body_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 16px 0px;
}
@media screen and (max-width: 599px) {
  #recipe .recipe-body .recipe-body_inner {
    max-width: 320px;
    padding: 0 16px;
  }
}
#recipe .recipe-body .recipe-body_inner .recipe-body_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}
@media screen and (max-width: 959px) {
  #recipe .recipe-body .recipe-body_inner .recipe-body_list {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  #recipe .recipe-body .recipe-body_inner .recipe-body_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
    gap: 52px;
  }
}/*# sourceMappingURL=style.css.map */