#page2top {
    bottom: 60px;
}
.gnav-level1 span {
  font-weight: 700;
}

sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

.has-child .gnav-child {
    transition: initial;
}
/* メインビジュアル
------------------------------------------------------------------ */
.mv__inner {
  position: relative;
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mv-catch {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 20%;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}

.mv-series {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 10%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.mv-series .f-ssp-r {
  letter-spacing: 0;
  margin-left: 5px;
}

.mv-catch, .mv-series {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 1030px) {
  .mv-catch {
    font-size: 34px;
  }

  .mv-series {
    font-size: 18px;
  }
}
@media screen and (max-width: 979px) {
  .mv__inner {
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    height: auto;
    padding-top: 134%;
  }

  .mv-catch {
    font-size: 5vw;
  }

  .mv-series {
    font-size: 2.5vw;
  }
}
/* 固定ナビ
------------------------------------------------------------------ */
.global-nav {
  /* position: absolute; */
  width: 100%;
  z-index: 10;
  background-color: #ddd;
}

.global-nav__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.global-nav__logo {
  display: none;
  opacity: 0;
}

.global-nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
}

.global-nav__list li {
  padding: 0 30px;
}

.global-nav__list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #4D4C4C;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: UniSansHeavy, UniSansHeavyCAPS, "Noto Sans JP", "Noto Sans Japanese", sans-serif;
}

.global-nav__list li a:hover {
  opacity: 0.8;
}

/*fixした場合*/
.global-nav.clone-nav {
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.global-nav.clone-nav.is-fixed-nav {
  top: 0;
  z-index: 120;
}

@media screen and (max-width: 979px) {
  .global-nav.clone-nav.is-fixed-nav {
    top: 60px;
  }

  .global-nav__list li {
    padding: 0 20px;
  }

  .global-nav__list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .global-nav__list li {
    padding: 0 10px;
  }

  .global-nav__list li a {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  .global-nav__list li a {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
}
.sticky-nav {
  /* position: absolute; */
  width: 100%;
  z-index: 10;
  background-color: #ddd;
}

.sticky-nav__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sticky-nav__logo {
  display: none;
  opacity: 0;
}

.sticky-nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
}

.sticky-nav__list li {
  padding: 0 30px;
}

.sticky-nav__list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #4D4C4C;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: UniSansHeavy, UniSansHeavyCAPS, "Noto Sans JP", "Noto Sans Japanese", sans-serif;
}

.sticky-nav__list li a:hover {
  opacity: 0.8;
}

/*fixした場合*/
.sticky-nav.clone-nav {
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sticky-nav.clone-nav.is-fixed-nav {
  top: 0;
  z-index: 120;
}

@media screen and (max-width: 979px) {
  .sticky-nav.clone-nav.is-fixed-nav {
  }

  .sticky-nav__list li {
    padding: 0 20px;
  }

  .sticky-nav__list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-nav__list li {
    padding: 0 10px;
  }

  .sticky-nav__list li a {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 600px) {
  .sticky-nav__list li a {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
}

/* メインビジュアル */
.mv__inner {
  color: #fff;
  background-image: url("../img/wafflewool_mv_pc.jpg");
  padding-top: initial;
  margin-top: initial;
  min-height: 500px;
}

@media screen and (min-width: 1281px) {
  .mv__inner {
    background-position-y: top;
  }
}
@media screen and (max-width: 1280px) {
  .mv__inner {
    background-position-y: initial;
    padding-top: 39%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .wafflewool .mv__inner {
    background-image: url("../img/wafflewool_mv_sp.jpg");
    padding-top: initial;
    min-height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .u500_none {
    display: none;
  }

  .global-nav__list li {
    padding: 0 1.5%;
  }
}


/* ページコピー */
.copy {
  color: #4D4C4C;
}
.copy-ttl {
  color: #4D4C4C;
}
.copy .f-uni {
  display: inline-block;
  position: relative;
}
.copy sup {
  top: -0.8em;
}
.copy .f-ssp {
  letter-spacing: 0;
  margin-left: 10px;
}
@media screen and (max-width: 930px) {
  .copy-ttl .pc_none {
    display: block !important;
  }
}

/*アイテムリスト*/
.wafflewool .item-list {
  margin: 0 auto;
}
.wafflewool .item-list .list-item {
  width: calc(25% + 1px);
  line-height: 1.4;
}
.wafflewool .item-list .item-img {
  padding: 20px 0;
}
.wafflewool .item-list .link-btn {
  margin: 40px 0;
}
.wafflewool .item-list .item-txt {
  margin-top: 10px;
}
.wafflewool .item-list .item-catch {
  font-size: 15px;
  letter-spacing: 1px;
}
.wafflewool .item-list .item-gendar {
  font-size: 24px;
  letter-spacing: 1px;
}
.wafflewool .item-list .item-kana {
  color: #4D4C4C;
  font-size: 10px;
}
/* new-label */
.wafflewool .item-list .list-item {
  position: relative;
}
.wafflewool .item-list .list-item.new::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #FF0200; /* ラベルの色 */
  position: absolute;
  z-index: 100;
}
.wafflewool .item-list .list-item::after {
  content: "NEW";
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  display: block;
  top: 8px;
  left: 2px;
  transform: rotate(-45deg);
  color: #fff; /* 文字色 */
  position: absolute;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .wafflewool .item-list {
    max-width: 100%;
    margin: 0 auto;
  }
  .wafflewool .item-list .list-item {
    width: calc(50% + 1px);
  }
  .wafflewool .item-list .item-catch {
    font-size: 12px;
    letter-spacing: 0;
  }
  .wafflewool .item-list .item-gendar {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .wafflewool .item-list .item-img {
    padding: 10px 0;
  }
  .wafflewool .item-list .link-btn {
    margin: 40px 0;
  }
}

/* sec01 */
.sec01 {
  margin-top: 100px;
}
.sec01 sup {
  top: -0.8em;
}
.sec01 .bg-grey {
  margin-top: 0;
}
.reverse-box {
  margin-top: 50px;
}
.reverse-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
.reverse-list div {
  width: 50%;
}
.reverse-list__txt {
  padding: 0 2% 0 0;
}
.order-negative .reverse-list__txt {
  padding: 0 2% 0 ;
}
.reverse-list__txt .ttl {
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 2px;
}
.reverse-list__txt .txt {
  font-size: 1.5rem;
}
.order-positive .reverse-list__txt {
  order: 1;
}
.order-positive .reverse-list__img {
  order: 2;
}
.order-negative .reverse-list__txt {
  order: 2;
}
.order-negative .reverse-list__img {
  order: 1;
}
@media screen and (max-width: 1030px) {
  .reverse-list__txt {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: 30px;
  }
  .sec01 .youtube {
    margin-top: 30px;
  }
  .sec01 .bg-grey {
    margin-top: 30px;
  }
  .reverse-box {
    margin-top: 30px;
  }
  .reverse-list div {
    width: 100%;
    order:initial !important;
  }
  .reverse-list__txt {
    padding: 0;
  }
  .reverse-list__txt .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 20px;
    text-align: center;
  }
  .reverse-list__txt .txt {
    font-size: 1.4rem;
  }
}

/*sec02*/
.sec02 {
  margin-top: 50px;
}
.sec02 .sec02-bg__wrap {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto 0;
  position: relative;
  display: flex;
  justify-content:center;
}
.sec02 .sec02-bg {
  background: url(../img/sec01-001.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.sec02 .txt-box {
  width: 60%;
  padding: 150px 0;
  text-align: center;
}
.sec02 .reverse-list__txt {
  color: #fff;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
/*  filter: drop-shadow(0 0px 2px rgba(255, 255, 255, 1));*/
}
.sec02 .reverse-list__txt .ttl {
  text-align: center;
  margin-bottom: 20px;
}
.sec02 .svg_img {
  padding: 25px;
  background-color: rgba(243, 243, 243, 0.75);
}
@media screen and (max-width: 1030px) {
  .sec02 .sec02-bg__wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .sec02 .txt-box {
    padding: 20% 0;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-top: 30px;
  }
  .sec02 .sec02-bg {
    background: initial;
  }
  .sec02 .txt-box {
    width: 100%;
    padding: 0 0 20px;
  }
  .sec02 .reverse-list__txt {
    color: #000;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
  }
  .sec02 .svg_img {
    padding: 15px;
  }
}


/*product-list*/
.wafflewool .list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wafflewool .list-wrap-half {
  width: 100%;
}
.wafflewool .product-list .list-item {
  width: calc(25% + 1px);
}
@media screen and (max-width: 767px) {
  .wafflewool .list-wrap-half {
    width: 100%;
  }
  .wafflewool .product-list .list-item {
    width: calc(50% + 1px);
  }
}



.img-wrap {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.img-wrap {
    margin-bottom: 50px;
}


.item__wrap {
  padding-top: 20px;
  padding-bottom: 70px;
}

.item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 20px;
}

.item-head-img {
  width: 50%;
}

.item-head-txt {
  width: 50%;
}

.item-head-txt {
  padding-left: 28px;
  text-align: left;
}

.item-head-txt__cat {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.item-head-txt__name {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}

.item-head-txt__kana {
  font-size: 11px;
  color: #4D4C4C;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.item-head-txt__copy {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.75;
  letter-spacing: 2px;
}

.item-head-txt__desc {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  color: #606162;
}

.btn-buy a {
  display: block;
  margin: 0 auto 0 0;
  padding: 12px 0;
  max-width: 283px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.item-body {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.item-body-list {
  width: 30%;
}

.item-body .txt {
  margin-top: 30px;
  color: #606162;
}

/*位置調整*/
.sec02-01 .item-head-txt {
  margin-top: 40px;
}

.sec02-02 .item-head-txt {
  margin-top: 90px;
}

.sec02-03 .item-head-txt {
  margin-top: 50px;
}

.sec02-04 .item-head-txt {
  margin-top: 70px;
}

.sec02-04 .item-body {
  margin-top: 40px;
}

@media screen and (max-width: 1030px) {
/*
  .item-head-img {
    width: 52%;
  }
  .item-head-txt {
    width: 48%;
  }
*/
  .item-head-txt {
    padding-left: 0;
  }

  .item-head-img {
    margin-bottom: 20px;
  }
  .item-head-txt__copy {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .item__wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .item-head {
    padding-top: 0;
  }
  .item-head-img {
    width: 100%;
  }
  .item-head-txt {
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
  }
  .item-head-txt__name {
    font-size: 32px;
  }

  .item-head-txt__kana {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .item-head-txt__copy {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .item-head-txt__desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }

  .btn-buy a {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 50%;
    font-size: 15px;
  }

  .item-body {
    margin-top: 40px;
  }

  .item-body .txt {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 600px) {
  .btn-buy a {
    font-size: 3vw;
  }

  .item-head-txt__copy {
    font-size: 3.5vw;
  }

  .item-body-list {
    width: 32%;
  }

  .item-body .txt {
    margin-top: 10px;
    font-size: 13px;
    font-size: 2.2vw;
  }
}
.bg-gray {
    background-color: #EFEFEF !important;
}