/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
#breadcrumb {
  background: #f3e5d7;
}

.main-area220927 img {
  width: 100%;
  height: auto;
}

.main-area220927 a,
.main-area220927 picture,
.main-area220927 img {
  display: inline-block;
}

.main-area220927 a {
  transition: all .3s;
}

.main-area220927 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* font */
.main-area220927 h2,
.main-area220927 h3,
.main-area220927 p,
.main-area220927 a {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: #282828;
}

.wf-loading .lp_fv h2,
.wf-loading .lp_fv p {
  visibility: hidden;
}

/* first view___________________________*/
.lp_fv {
  background: #f3e5d7;
}

.lp_fv h2 span {
  color: #e66c2f;
}

.lp_fv .item_jumpbtn {
  display: flex;
  justify-content: space-between;
}

.lp_fv .item_jumpbtn li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #lp_page section .inner {
    width: 60rem;
    margin: 0 auto 0;
  }

  .lp_fv {
    padding: 0 0 5rem 0;
  }

  .lp_fv .main_visiual {
    width: 100rem;
    margin: 0 auto 0;
  }

  .lp_fv h2 {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin: 3rem 0 0 0;
  }

  .lp_fv .item_jumpbtn {
    width: 52rem;
    margin: 4rem auto 0;
    font-size: 2.4rem;
  }

  .lp_fv .item_jumpbtn li a {
    row-gap: 1rem;
    width: 15rem;
  }

  .lp_fv .clip_circle {
    clip-path: circle(7.4rem at center);
  }

  .lp_fv .org_triangle {
    width: 0;
    height: 0;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-top: 0.7rem solid #e66c2f;
  }

  .lp_fv .lp_bn {
    margin: 3rem 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb__list {
    border-bottom: none;
  }

  section .inner {
    width: calc(350* (100vw / 375));
    margin: 0 auto 0;
  }

  .lp_fv {
    padding: 0 0 calc(30* (100vw / 375)) 0;
  }

  .lp_fv h2 {
    font-size: calc(18* (100vw / 375));
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin: calc(30* (100vw / 375)) 0 0 0;
  }

  .lp_fv .item_jumpbtn {
    width: calc(330* (100vw / 375));
    margin: calc(30* (100vw / 375)) auto 0;
    font-size: calc(16* (100vw / 375));
  }

  .lp_fv .item_jumpbtn li a {
    row-gap: calc(10* (100vw / 375));
    width: calc(100* (100vw / 375));
  }

  .lp_fv .clip_circle {
    clip-path: circle(calc(50* (100vw / 375)) at center);
  }

  .lp_fv .org_triangle {
    width: 0;
    height: 0;
    border-left: calc(5* (100vw / 375)) solid transparent;
    border-right: calc(5* (100vw / 375)) solid transparent;
    border-top: calc(10* (100vw / 375)) solid #e66c2f;
  }

  .lp_fv .lp_bn {
    margin: calc(40* (100vw / 375)) 0 0 0;
  }
}


/* minomushi block___________________________*/
.product_block .item_box .product_intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product_block .item_box .bg_animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #d49272;
  z-index: -1;
  transition: all 0.7s ease-in-out;
}

.product_block .item_box .bg_animation.animated::before {
  width: 100%;
}

.product_block .item_box .bg_animation:nth-of-type(2)::before {
  transition-delay: 0.1s;
}

.product_block .item_box .bg_animation:nth-of-type(3)::before {
  transition-delay: 0.3s;
}

.product_block .item_detail div:nth-of-type(2) p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
  text-align: left;
}

.product_block .item_detail div:nth-of-type(2) a {
  position: relative;
  width: 100%;
  letter-spacing: 0.12em;
  color: #fff;
  background: #e66c2f;
}

.product_block .item_detail div:nth-of-type(2) a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

@media screen and (min-width: 768px) {
  .product_block {
    margin: 5rem auto 7rem;
  }

  .product_block h2 {
    width: 23rem;
    margin: 0 auto 0;
  }

  .product_block .lp_read {
    font-size: 2.8rem;
    margin: 3rem 0 0 0;
    line-height: 1.5;
  }

  .product_block .lp_movie {
    position: relative;
    padding: 56.25% 0 0 0;
    margin: 3rem auto 0;
  }

  .product_block .item_box {
    margin: 7rem 0 0 0;
  }

  .product_block .item_box:nth-child(n+2) {
    margin: 10rem 0 0 0;
  }

  .product_block .item_box h3 {
    font-size: 4.8rem;
  }

  .product_block .item_box h3+p {
    font-size: 1.8rem;
    margin: 2rem 0 0 0;
  }

  .product_block .item_box .product_intro {
    row-gap: 2rem;
    margin: 3rem 0 0 0;
  }

  .product_block .item_box .bg_animation {
    position: relative;
    color: #fff;
    font-size: 2.4rem;
    padding: 0.6rem 1rem;
    font-weight: 700;
  }

  .product_block .item_box .img_style {
    margin: 4rem 0 0 0;
  }

  .product_block .item_detail {
    display: flex;
    justify-content: space-between;
    width: 43rem;
    margin: 3rem auto 0;
  }

  .product_block .item_detail div:nth-of-type(1) {
    width: 18rem;
  }

  .product_block .item_detail div:nth-of-type(2) {
    width: 24rem;
    margin: 2rem 0 0 0;
  }

  .product_block .item_detail div:nth-of-type(2) p {
    font-size: 1.8rem;
    line-height: 1.66;
  }

  .product_block .item_detail div:nth-of-type(2) a {
    height: 6rem;
    font-size: 1.6rem;
    line-height: 3.66;
    padding: 0 3rem 0 0;
    margin: 2rem 0 0 0;
  }

  .product_block .item_detail div:nth-of-type(2) a::before {
    top: 2.3rem;
    right: 3rem;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 1rem solid #fff;
  }

  /* アイテム別 調整 */
  .item_minomushi3 .item_detail {
    width: 45rem;
  }
}

@media screen and (max-width: 767px) {
  .product_block {
    margin: calc(30* (100vw / 375)) auto calc(50* (100vw / 375));
  }

  .product_block h2 {
    width: calc(170* (100vw / 375));
    margin: 0 auto 0;
  }

  .product_block .lp_read {
    font-size: calc(16* (100vw / 375));
    margin: calc(30* (100vw / 375)) 0 0 0;
    line-height: 1.5;
  }

  .product_block .lp_movie {
    position: relative;
    padding: 56.25% 0 0 0;
    margin: calc(40* (100vw / 375)) auto 0;
  }

  .product_block .item_box {
    margin: calc(50* (100vw / 375)) 0 0 0;
  }

  .product_block .item_box:nth-of-type(n+3) {
    margin: calc(70* (100vw / 375)) 0 0 0;
  }

  .product_block .item_box h3 {
    font-size: calc(26* (100vw / 375));
  }

  .product_block .item_box h3+p {
    font-size: calc(12* (100vw / 375));
    margin: calc(15* (100vw / 375)) 0 0 0;
  }

  .product_block .item_box .product_intro {
    row-gap: calc(7* (100vw / 375));
    margin: calc(25* (100vw / 375)) 0 0 0;
  }

  .product_block .item_box .bg_animation {
    position: relative;
    color: #fff;
    font-size: calc(13* (100vw / 375));
    padding: calc(5* (100vw / 375)) calc(10* (100vw / 375));
    font-weight: 700;
  }

  .product_block .item_box .img_style {
    margin: calc(30* (100vw / 375)) 0 0 0;
  }

  .product_block .item_detail {
    display: flex;
    justify-content: space-between;
    width: calc(330* (100vw / 375));
    margin: calc(30* (100vw / 375)) auto 0;
  }

  .product_block .item_detail div:nth-of-type(1) {
    width: calc(120* (100vw / 375));
  }

  .product_block .item_detail div:nth-of-type(2) {
    width: calc(200* (100vw / 375));
    margin: calc(20* (100vw / 375)) 0 0 0;
  }

  .product_block .item_detail div:nth-of-type(2) p {
    font-size: calc(13* (100vw / 375));
    line-height: 1.66;
  }

  .product_block .item_detail div:nth-of-type(2) a {
    height: calc(40* (100vw / 375));
    font-size: calc(13* (100vw / 375));
    line-height: 3.16;
    padding: 0 calc(22* (100vw / 375)) 0 0;
    margin: calc(10* (100vw / 375)) 0 0 0;
  }

  .product_block .item_detail div:nth-of-type(2) a::before {
    top: calc(15* (100vw / 375));
    right: calc(27* (100vw / 375));
    border-top: calc(5* (100vw / 375)) solid transparent;
    border-bottom: calc(5* (100vw / 375)) solid transparent;
    border-left: calc(8* (100vw / 375)) solid #fff;
  }

  /* アイテム別 調整 */
  .item_minomushi3 .item_detail {
    width: calc(330* (100vw / 375));
  }
}

/* usb block___________________________*/
.usb_block .item_box .bg_animation {
  color: #e66c2f;
  z-index: 1;
}

.usb_block .item_box .bg_animation::before {
  background: #fff;
}

.usb_block .item_detail .item_name {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .usb_block {
    background: #f3e5d7;
    padding: 3rem 0 11rem 0;
    margin: 0 0 0 0;
  }

  .usb_block .item_box .product_intro {
    margin: 5rem 0 0 0;
  }

  .usb_block .item_detail {
    width: 60rem;
    margin: 5rem 0 0 0;
  }

  .usb_block .item_detail li {
    width: 28rem;
  }

  .usb_block .item_detail .item_name {
    margin: 2rem 0 0 0;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 767px) {
  .usb_block {
    background: #f3e5d7;
    padding: calc(20* (100vw / 375)) 0 calc(70* (100vw / 375)) 0;
    margin: 0 0 0 0;
  }

  .usb_block.product_block .item_box {
    margin: calc(30* (100vw / 375)) 0 0 0;
  }

  .usb_block .item_box .product_intro {
    margin: calc(30* (100vw / 375)) 0 0 0;
  }

  .usb_block .item_detail {
    width: calc(300* (100vw / 375));
    margin: calc(20* (100vw / 375)) auto 0;
  }

  .usb_block .item_detail li {
    width: calc(140* (100vw / 375));
  }

  .usb_block .item_detail .item_name {
    margin: calc(10* (100vw / 375)) 0 0 0;
    font-size: calc(12* (100vw / 375));
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
}



/* slick___________________________*/
.main-area220927 .slick-arrow {
  display: none !important;
}

.main-area220927 .slider220927 {
  pointer-events: none;
}