@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Murecho:wght@500&family=Train+One&display=swap\" rel=\"stylesheet");
html {
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 48.0625em) {
  html {
    scroll-padding-top: 110px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .wrapper {
    overflow-x: visible;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .anime {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.5s 0s, -webkit-transform 0.5s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.5s 0s, -webkit-transform 0.5s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s 0s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0s;
    transition: transform 0.5s 0s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0s, -webkit-transform 0.5s 0s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .anime.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/**/

.p-pbf {
  line-height: 1.75;
}
.p-pbf * {
  margin: 0;
}
.p-pbf *, .p-pbf :after, .p-pbf :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-pbf ul, .p-pbf ol {
  list-style-type: none;
  padding: 0;
}
.p-pbf a {
  text-decoration: none;
}
.p-pbf small, .p-pbf figcaption {
  color: inherit;
  font-size: 100%;
}
.p-pbf .is-cs {
  display: none;
}
.comingsoon .p-pbf .is-cs {
  display: block;
}
.p-pbf .is-released {
  display: block;
}
.comingsoon .p-pbf .is-released {
  display: none;
}
.p-pbf .is-cs {
  text-align: center;
  font-family: "Train One", cursive;
  background-color: rgba(255, 255, 255, 0.2);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 100px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .is-cs {
    font-size: 40px;
    font-size: 4rem;
    line-height: 138px;
  }
}
.p-pbf .is-cs.is-cs--blue {
  color: #36d0de;
  text-shadow: none;
  background-color: #e5f7f8;
}
.p-pbf .is-cs span {
  position: relative;
}
.p-pbf .is-cs span::before, .p-pbf .is-cs span::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc((100vw - 150%) / 2);
  margin: auto 0;
  top: 0;
  bottom: 0;
  border-top: 2px dotted;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .is-cs span::before, .p-pbf .is-cs span::after {
    width: calc((1160px - 100% - 60px) / 2);
  }
}
.p-pbf .is-cs span::before {
  left: calc(((100vw - 140%) / 2) * -1);
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .is-cs span::before {
    left: calc(((1160px - 115%) / 2) * -1);
  }
}
.p-pbf .is-cs span::after {
  right: calc(((100vw - 140%) / 2) * -1);
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .is-cs span::after {
    right: calc(((1160px - 115%) / 2) * -1);
  }
}



/*ローカルメニュー*/

.p-pbf .menu-container {
  position: relative;
  z-index:1;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  max-width: 1160px;
  min-height:80px;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-pbf .menu-container li {
  position: relative;
	margin-right: 12px;
}

.p-pbf .menu-container li.p-nav__btn {
  position: absolute;
  top:0;
  right:0;
	margin-right: 0px;
  width:250px;
}

.p-pbf .menu-container li:nth-of-type(1) .p-nav-link,
.p-pbf .menu-container li:nth-of-type(2) .p-nav-link{
  font-size: 16px;
  font-size: 1.6rem;
}

.p-pbf .menu-container li:nth-of-type(8) .p-nav-link{
  font-size: .3rem;
}

/*アマゾンリンク*/
.menu-violife_amazon_link{
	display: block;
	overflow: hidden;
	margin: 0;
	padding-top: 45px;
	height: 0 !important;
	line-height: 250%;
	width: 100%;
	background: url(../images/menu-violife_amazon_link.png) center center no-repeat;
	background-size: 80%;
  background-color: #ffffff;
}

@media print, screen and (min-width: 48.0625em) {
  .p-pbf .menu-container {
    padding: 0 0px;
  }
}

.menu-container ul {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-gap:20px;
}

.p-pbf .menu-container .p-nav-link {
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
}
.p-pbf .menu-container .p-nav-link::after {
  content: "";
  position: absolute;
  bottom:0;
  left:calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.p-pbf .menu-container .blanklink {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #36d0de;
  line-height: 1.5;
  /* padding: 8px 4px; */
  margin: 0px 0px 2px 0px;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
}
.p-pbf .menu-container .blanklink::after {
  content: none;
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
}

/*スマホ向け調整*/

@media print, screen and (max-width: 48.0625em) {
  .p-pbf .menu-container {
    position: relative;
    margin: 0px 10px;
    padding: 0px 0px 140px 0px;
    height:auto;
  }

  .p-pbf .menu-container li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 0px;
  }

  .p-pbf .menu-container li.p-nav__btn {
    position: absolute;
    top:auto;
    bottom:0;
    right:0;
    margin-right: 0px;
    width:100%;
  }

  .p-pbf .menu-container .p-nav-link {
    color: #fff;
    display: block;
    height: 58px;
    width:100%;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    text-align: center;
  }
  .p-pbf .menu-container .p-nav-link::after {
    content: "";
    position: absolute;
    bottom:20px;
    left:calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
  }
	.p-pbf .p-nav .menu-violife_amazon_link{
		padding-top: 70px;
	}
	.p-pbf .menu-container li:nth-of-type(8) .p-nav-link {
		font-size: 1.4rem;
	}
}




/*==========================================*/

.p-pbf .l-container {
  margin-inline: auto;
  max-width: calc(1160px + 120px);
  padding: 0;
}

@media print, screen and (max-width: 48.0625em) {
  .p-pbf .l-container {
    padding: 0 15px;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .p-pbf .l-container {
    padding: 0 60px;
  }
}

.p-pbf .l-grid {
  display: grid;
	grid-template-columns: repeat(3, 1fr);
  grid-gap:20px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .l-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
  .p-pbf .l-grid > * {
    width: 100%;
  }
}
.p-pbf .c-bg {
  background-color: #36d0de;
  color: #fff;
}
.p-pbf .c-bg--pale {
  background-color: #e5f7f8;
}
.p-pbf .c-bg--image {
  color: #fff;
  background-image: url(/sp/violife/images/bg.jpg);
  background-size: cover;
}
.p-pbf .c-btn {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #36d0de;
  line-height: 1.5;
  padding: 18px 18px 18px 10px;
  display: grid;
  place-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
.p-pbf .c-btn::after {
  content: "　";
  position: absolute;
  inset: 0 auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border: solid currentColor;
  border-width: 3px 3px 0 0;
}
.p-pbf .c-btn::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .c-btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-pbf .c-btn:hover, .p-pbf .c-btn:focus {
    opacity: 0.5;
  }
}
.p-pbf .c-btn--white {
  color: #36d0de;
  background-color: #fff;
  font-weight: 500;
}
.p-pbf .c-btn--outline {
  background-color: transparent;
  border: 1px solid;
  max-width: 410px;
  margin-inline: auto;
}
.p-pbf .c-btn--rd::after {
  right: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.p-pbf .c-btn--large {
  font-size: 20px;
  font-size: 2rem;
}
.p-pbf .c-title-lv2, .p-pbf .c-title-lv3 {
  text-align: center;
  font-weight: bold;
  font-family: "Murecho", sans-serif;
}
.p-pbf .c-bg .c-title-lv2, .p-pbf .c-bg .c-title-lv3 {
  text-shadow: 0 0 10px rgba(5, 151, 163, 0.8);
}
.p-pbf .c-bg--image .c-title-lv2, .p-pbf .c-bg--image .c-title-lv3 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.p-pbf .c-title-lv2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .c-title-lv2 {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 60px;
  }
}
.p-pbf .c-title-lv3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .c-title-lv3 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
.p-pbf .c-text-color {
  color: #36d0de;
}
.p-pbf .c-gobject {
  aspect-ratio: 16/9;
}
.p-pbf .c-gobject iframe, .p-pbf .c-gobject object, .p-pbf .c-gobject embed {
  width: 100%;
  height: 100%;
}
.p-pbf .c-box {
  padding: 80px 0;
}
.p-pbf .c-box + .c-box {
  border-top: 2px dotted #36d0de;
}
.p-pbf .p-mv {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
  background-image: url(/sp/violife/images/bg_mv.jpg);
  background-size: cover;
  background-position: 0 50%;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.467vw;
  width: 100%;
  height: 105.867vw;
  padding: 9.867vw 4vw 0;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-mv {
    gap: 25px;
    height: 670px;
    padding: 80px 0 0;
  }
}
.p-pbf .p-mv__logo {
  width: 47.504vw;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-mv__logo {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.5s 0.5s, -webkit-transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.5s 0.5s, -webkit-transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0.5s;
    transition: transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0.5s, -webkit-transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 416px;
  }
  .p-pbf .p-mv__logo.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-pbf .p-mv__txt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-mv__txt {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.5s 0.8s, -webkit-transform 0.5s 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.5s 0.8s, -webkit-transform 0.5s 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s 0.8s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0.8s;
    transition: transform 0.5s 0.8s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0.8s, -webkit-transform 0.5s 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.25;
  }
  .p-pbf .p-mv__txt.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-pbf .p-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-mv__list {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.5s 1.1s, -webkit-transform 0.5s 1.1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.5s 1.1s, -webkit-transform 0.5s 1.1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s 1.1s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 1.1s;
    transition: transform 0.5s 1.1s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 1.1s, -webkit-transform 0.5s 1.1s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 30px;
  }
  .p-pbf .p-mv__list.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-pbf .p-mv__list li {
  border-radius: 50%;
  color: #fff;
  background-color: #36d0de;
  display: grid;
  place-items: center;
  line-height: 1.375;
  width: 28vw;
  height: 28vw;
  font-size: 4.267vw;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-mv__list li {
    width: 165px;
    height: 165px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-pbf .p-mv__list li.p-mv__item {
  font-size: 3.733vw;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-mv__list li.p-mv__item {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-pbf .p-mv__list small {
  font-size: 2.667vw;
  display: block;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-mv__list small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-pbf .p-mv__small {
  font-size: 3.2vw;
  position: absolute;
  right: 4vw;
  bottom: 2.667vw;
  line-height: 1;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-mv__small {
    font-size: 13px;
    font-size: 1.3rem;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 13px;
  }
}
.p-pbf .p-breadcrumb {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.p-pbf .p-breadcrumb__item {
  line-height: 1;
  color: #666464;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-pbf .p-breadcrumb__item:last-child {
  font-weight: bold;
}
.p-pbf .p-breadcrumb__item + .p-breadcrumb__item::before {
  content: "/";
}
.p-pbf .p-nav {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  background-color: #53565a;
  padding: 20px 0 30px;
  z-index:1;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 25px 0;
  }
}



.p-pbf .p-nav .p-nav__link {
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
.p-pbf .p-nav .p-nav__link::after {
  content: "";
  position: absolute;
  inset: 0 auto;
  margin: auto;
  width: 7px;
  height: 7px;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
}
.p-pbf .p-nav .p-nav__link::after {
  top: 16px;
  bottom: inherit;
  left: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-nav .p-nav__link {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-pbf .p-nav .p-nav__link:hover, .p-pbf .p-nav .p-nav__link:focus {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-nav .p-nav__link {
    height: 60px;
    padding-left: 12px;
  }
  .p-pbf .p-nav .p-nav__link::after {
    top: 25px;
    bottom: inherit;
    left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

/*==========================================*/
/*ニュースのカルーセル箇所*/

.p-pbf .p-news {
  position: relative;
  z-index: 0;
  width:100%;
  padding: 80px 0px 50px 0px;
}

.p-pbf .p-news__carouselblock{
  z-index:0;
  position: relative;
  margin: 0px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
}

.p-pbf .p-news__carouselblock ul{
  position: relative;
  max-width:800px;
  width:100%;
  min-height: 300px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.p-pbf .p-news__carouselblock li{
  position: absolute;
  top:0;
  width:100%;
  min-height: 300px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.test12{ background-color: #a19393; }
.test13{ background-color: #e6adad; }
.test14{ background-color: #aabcd0; }
.test15{ background-color: #abf675; }


/*表示中アイコン*/

.p-pbf .p-news__carouselblock .carousel_pos{
  position: absolute;
  bottom:-40px;
  left:calc(50% - 150px);
  width:300px;
  height:30px;
  text-align: center;
}

.p-pbf .p-news__carouselblock .carousel_pos .pos_image{
  display: inline-block;
	height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0px 6px;
	background-color: #53565a;
}

.p-pbf .p-news__carouselblock .carousel_pos .pos_image.on{
  opacity:.8;
}

.p-pbf .p-news__carouselblock .carousel_pos .pos_image.this{
  background-color: #ffffff;
}

/*切り替え画像、左へ消える*/

.pos_anime_fadeout{ pointer-events: none;animation: pos_fadeout 1s forwards; }
.pos_anime_fadeout img{ animation: pos_fadeout2 1s forwards; }

@keyframes pos_fadeout {
	0% {opacity:1;transform: translate(0px, 0px);}
	100% {opacity:0;transform: translate(-30px, 0px);}
}


/*切り替え画像、右から出てくる*/

.pos_anime_fadein{ pointer-events: auto;animation: pos_fadein 1s forwards; }
.pos_anime_fadein img{ animation: pos_fadein 1s forwards; }

@keyframes pos_fadein {
	0% {opacity:0;transform: translate(30px, 0px);}
	100% {opacity:1;transform: translate(0px, 0px);}
}

.pos_anime_hidden {display: none;}
.pos_anime_block {display: block;}


/*------------------*/
/*パネルごとに定義するもの*/

.p-news_panel{
  position: relative;
	display: grid;
	grid-template-columns: .6fr 1fr;
	grid-gap:20px;
}
.p-news_panel.non-img{
	display: block;
}

.p-news_panel .mb20{ margin-bottom: 20px; }
.p-news_panel .mb30{ margin-bottom: 30px; }

.p-news_1{
  position: relative;
	display: grid;
	grid-template-columns: .6fr 1fr;
	grid-gap:20px;
}

.p-news_1 time,
.p-news_panel time {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}


.p-news__site-btn,
.p-news__site-btn:visited,
.p-news__site-btn:hover {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 16px;
  color:#e7f700;
  font-weight:bold;
	text-decoration: underline!important;
}
.p-news__site-btn{
	
}
.p-news__site-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #e7f700;
  border-right: 3px solid #e7f700;
  top: 4px;
  left: 0px;
  transform: rotate(45deg);
}




/*------------------*/

.p-pbf .p-news__title {
  position: absolute;
  top:5px;
  left:calc(50% - 430px);
  z-index:1;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-pbf .p-news__en {
  font-family: "Train One", cursive;
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-news__en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/*スマホ向け調整*/

@media print, screen and (max-width: 48.0625em) {
  .p-pbf .p-news__title {
    position: absolute;
    top:5px;
    left:10px;
    z-index:1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}



/*==========================================*/

.p-pbf .p-news1 {
  padding: 50px 0 30px;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 22px 17px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-news1 {
    padding: 40px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 40px;
  }
}

.p-pbf .p-news__body {
  display: contents;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-news__body {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.5s 0.5s, -webkit-transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.5s 0.5s, -webkit-transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0.5s;
    transition: transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0.5s, -webkit-transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .p-pbf .p-news__body.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-pbf .p-news__txt time {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
.p-pbf .p-news__fig {
  grid-column: 1;
  grid-row: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-pbf .p-news__btn {
  grid-column: 2;
  font-weight: bold;
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 48px;
  position: relative;
}
.p-pbf .p-news__btn::after {
  content: "";
  position: absolute;
  inset: 0 auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border: solid currentColor;
  border-width: 3px 3px 0 0;
}
.p-pbf .p-news__btn::after {
  top: 14px;
  bottom: inherit;
  left: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-news__btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-pbf .p-news__btn:hover, .p-pbf .p-news__btn:focus {
    opacity: 0.5;
  }
}
.p-pbf .p-violife {
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


/*グローバルサイトへのリンク*/

.p-pbf .p-violife .p-banner {
  margin: 30px auto 0 auto;
  padding: 0;
  max-width:340px;
  width:95%;
  text-align: center;
}

.p-pbf .p-violife .p-banner p {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-pbf .p-violife .p-banner .img {
  background-color: #ffffff;
  margin-top:20px;
  margin-bottom:10px;
}

.p-pbf .p-violife .p-banner a {
  color:#ffffff;
}

.p-pbf .p-violife .p-banner a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-pbf .p-violife .p-banner a:hover img {
  opacity: 0.7;
}



@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-violife {
    padding-top: 80px;
    padding-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-pbf .p-violife__title {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-violife__title {
    margin-bottom: 60px;
    width: 100%;
  }
}
.p-pbf .p-violife__txt {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-violife__txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    margin: 0;
  }
}
.p-pbf .p-violife__txt p + p {
  margin-top: 2em;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-violife__movie {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: 0.5s 0.5s, -webkit-transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.5s 0.5s, -webkit-transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0.5s;
    transition: transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1), 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
  }
  .p-pbf .p-violife__movie.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-pbf .p-violife__caption {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 20px 10px;
  position: relative;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-violife__caption {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-pbf .p-violife__caption::before, .p-pbf .p-violife__caption::after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 1px;
  border-left: 1px solid;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-violife__caption::before, .p-pbf .p-violife__caption::after {
    height: 70%;
  }
}
.p-pbf .p-violife__caption::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.p-pbf .p-violife__caption::after {
  right: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.p-pbf .p-inpage {
  position: relative;
  padding: 40px 0 5px;
}

.p-pbf .p-inpage img {
  display: block;
  position: relative;
  margin: -50px auto 30px auto;
  max-width:1000px;
  width: 100%;
}


.p-pbf .p-inpage a {
  color: #fff;
  font-family: "Murecho", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(5, 151, 163, 0.8);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 48px;
  position: relative;
}
.p-pbf .p-inpage a::after {
  content: "";
  position: absolute;
  inset: 0 auto;
  margin: auto;
  width: 10px;
  height: 10px;
  border: solid currentColor;
  border-width: 3px 3px 0 0;
}
.p-pbf .p-inpage a::after {
  top: 8px;
  left: 0;
  right: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-inpage a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-pbf .p-inpage a:hover, .p-pbf .p-inpage a:focus {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-inpage a {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-figlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-pbf .p-figlist img {
    width: 50%;
  }
}
.p-pbf .p-desc {
  padding: 70px 0 60px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-desc {
    padding: 80px 0 70px;
  }
}
.p-pbf .p-desc__title {
  color: #fff;
  background-color: #36d0de;
  position: relative;
  line-height: 44px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-desc__title {
    line-height: 78px;
  }
}
.p-pbf .p-desc__title::before, .p-pbf .p-desc__title::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #e5f7f8;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
}
.p-pbf .p-desc__title::before {
  left: 0;
  border-width: 22px 0 22px 15px;
  border-color: #36d0de #36d0de #36d0de #e5f7f8;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-desc__title::before {
    border-width: 38px 0 38px 22px;
  }
}
.p-pbf .p-desc__title::after {
  right: 0;
  border-width: 22px 15px 22px 0;
  border-color: #36d0de #e5f7f8 #36d0de #36d0de;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-desc__title::after {
    border-width: 38px 22px 38px 0;
  }
}
.p-pbf .p-list-dif + .p-list-dif {
  margin-top: 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-list-dif + .p-list-dif {
    margin-top: 40px;
  }
}
.p-pbf .p-list-dif__title {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #10b7c6;
  line-height: 1.5;
  border: 1px solid;
  font-size: 20px;
  font-size: 2rem;
  padding: 8px 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-list-dif__title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 10px 20px;
    margin-bottom: 14px;
  }
}
.p-pbf .p-list-dif__title small {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-pbf .p-list-dif__txt {
  font-weight: bold;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-list-dif__txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-pbf .p-list-num {
  counter-reset: ol_li;
}
.p-pbf .p-list-num li {
  position: relative;
}
.p-pbf .p-list-num li::before {
  content: counter(ol_li);
  counter-increment: ol_li;
  position: absolute;
  left: 0;
  margin: auto;
  display: grid;
  place-items: center;
  line-height: 1;
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #36d0de;
  background-color: #fff;
  border-radius: 50%;
}
.p-pbf .p-list-num__title {
  font-weight: bold;
  color: #10b7c6;
  min-height: 36px;
  margin: 20px 0 5px;
  padding: 5px 0 0 50px;
}
.p-pbf .p-allergie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-allergie {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 40px;
  }
}
.p-pbf .p-allergie__txt {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-allergie__txt {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
  }
}
.p-pbf .p-allergie__highlight {
  -webkit-text-emphasis: filled dot;
  text-emphasis: filled dot;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-allergie__box {
    width: calc((100% - 40px) / 2);
  }
}

.p-pbf .p-environment {
  padding: 60px 0;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-environment {
    padding: 70px 0 80px;
  }
}
.p-pbf .p-environment__title {
  margin-bottom: 30px;
}
.p-pbf .p-environment__fig {
  margin-inline: auto;
  max-width: 1280px;
}
.p-pbf .p-environment__txt {
  font-weight: bold;
  margin: 20px 0 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-environment__txt {
    margin: 40px 0;
  }
}
.p-pbf .p-environment__listitem {
  text-indent: -2em;
  margin-left: 2em;
}
.p-pbf .p-environment__listitem.non-indent{
	text-indent: 0;
	margin-left: 0;
}


/*==========================================*/
/*お客さまの声*/

.p-pbf .p-voice {
  padding: 70px 0 50px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-voice {
    padding: 60px 0;
  }
}
.p-pbf .p-voice__title {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-voice__title {
    margin-bottom: 40px;
  }
}
.p-pbf .p-voice__item {
  background-color: #e5f7f8;
  color: #231815;
  padding: 25px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-pbf .p-voice__item::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px dotted #36d0de;
  top: 10px;
  left: 10px;
}
.p-pbf .p-voice__name {
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-voice__name {
    margin-top: auto;
  }
}
.p-pbf .p-voice__txt {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin: 60px auto 30px;
  padding: 0 5px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-voice__txt {
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: 80px;
  }
}
.p-pbf .p-voice__txt::before, .p-pbf .p-voice__txt::after {
  content: "";
  display: block;
  position: absolute;
  height: 80%;
  width: 1px;
  border-left: 1px solid;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-pbf .p-voice__txt::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.p-pbf .p-voice__txt::after {
  right: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.p-pbf .p-voice__caption {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 10px;
  font-size: 1rem;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-voice__caption {
    margin-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-pbf .p-voice_opinion{
  margin-top: 10px;
  text-align: right;
}

/*スマホ向け調整*/

@media print, screen and (max-width: 48.0625em) {
  .p-pbf .p-voice .l-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap:20px;
  }

  .p-pbf .p-voice__item {
    background-color: #e5f7f8;
    color: #231815;
    padding: 25px 30px;
    position: relative;
    display: block;
  }
}


/*==========================================*/
/*ラインナップ*/

.p-pbf .p-lineup {
  padding: 80px 0 70px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-lineup {
    padding: 70px 0 90px;
  }
}
.p-pbf .p-lineup__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap:30px 50px;
}


/*タイトル*/

.p-pbf .p-lineup__title {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2.4rem;
  margin-bottom: 25px;
}

.p-pbf .p-lineup__title span {
  font-weight: normal;
  font-size: 1.8rem;
}

.p-pbf .p-lineup__title span small {
  font-size: 1.3rem;
}


/*本文側*/

.p-pbf .p-lineup__body {
 margin: 0px 0px 0px 220px;
 padding: 0px;
}


/*写真側*/

.p-pbf .p-lineup__fig {
  float: left;
  max-width: 200px;
}

.p-pbf .p-lineup__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.p-pbf .p-lineup__cat li {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #e5f7f8;
  color: #10b7c6;
  width: 116px;
  height: 22px;
  display: grid;
  place-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 48.0625em) {

}
.p-pbf .p-recipe {
  padding: 60px 0 70px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-recipe {
    padding: 70px 0 80px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-recipe__title {
    margin-bottom: 50px;
  }
}
.p-pbf .p-recipe__list {
  margin: 20px 0 50px;
  gap: 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-recipe__list {
    margin: 40px 0;
    gap: 40px;
  }
}
.p-pbf .p-recipe__list li {
  background-color: #fff;
  padding: 10px 10px 0;
}
.p-pbf .p-recipe__list figcaption {
  text-align: center;
  color: #231815;
  padding: 10px 0;
}

/*レシピはこちらボタン*/

.recipe-btn {
  display: block;
  background-color: #0095f6;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  transition: .5s;
  padding: 5px 12px;
  margin: 20px 0px 10px 0px;
}

.recipe-btn:hover {
  background-color: #0074cc;
  color: #fff;
}


/*詳細ボタン　上書き調整*/
.p-pbf .c-btn.p-lineup__btn{
  padding: 13px 18px 13px 10px;
  margin: 10px 0px 10px 0px;
  border-radius: 3px;
}

/*下線*/

.under-line{
  border-bottom: #000 1px solid;
  padding-bottom: .2em;
}

/*新製品*/

.icon-new{
  color: #0095f6;
  font-weight: bold !important;
  font-size: .8em;
  margin-right: 0.5em;
}

/*クラシルシェフが選ぶ新商品グランプリ2022秋冬冷蔵食品部門1位に選ばれました。*/

.kurashiru {
	border: 1px solid #eff4f1;
	margin: 30px 0 0 0;
	padding: 10px 30px;
	display: grid;
	grid-template-columns: 25% 1fr;
	grid-gap: 20px;
	align-items: center;
}
.kurashiru img {
	width: 100%;
	height: auto;
}
.kurashiru p {
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}
.kurashiru p strong {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}
.kurashiru a {
	color: #3685de;
}

/*スマホ向け調整*/

@media print, screen and (max-width: 48.0625em) {
  .p-pbf .p-lineup__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-pbf .p-lineup__fig {
    float: none;
    max-width: 100%;
    text-align: center;
  }

  .p-pbf .p-lineup__title {
    font-size: 2rem;
  }

  .p-pbf .p-lineup__fig img {
    width: 60%;
  }

  .p-pbf .p-lineup__body {
    margin: 0px 0px 0px 0px;
    padding: 0px;
   }
}


/*==========================================*/
/*レシピ*/

/*スマホ向け調整*/

@media print, screen and (max-width: 48.0625em) {
  .p-recipe .l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*==========================================*/
/*コラボ商品*/

.p-pbf .p-collabo {
  padding: 60px 0 40px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-collabo {
    padding: 40px 0 80px;
  }
}
.p-pbf .p-collabo__title {
  font-size: 28px;
  font-size: 2.8rem;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-collabo__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.p-pbf .p-collabo__list {
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-collabo__list {
    margin-bottom: 50px;
  }
  .p-pbf .p-collabo__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.p-pbf .p-collabo__kiri {
  width: 67px;
  margin-top: 25px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-collabo__kiri {
    margin: 0;
  }
}
.p-pbf .p-collabo__txt {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-pbf .p-shop {
  margin-top: 15px;
  padding: 20px 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-shop {
    margin: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-shop__fig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}
.p-pbf .p-shop__txt {
  margin: 15px 0 10px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-shop__txt {
    margin: 0;
    width: calc(100% - 220px);
  }
}


/*開くボタン*/

.accordion_link_box{
position: relative;
}

.accordion_link_box strong{
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  background-color: #36d0de;
  text-align: center;
  color: #ffffff;
}

.accordion_link_box .accordion{
  display: block;
  position: absolute;
  bottom:-24px;
  left:calc(50% - 20px);
	overflow: hidden;
	margin: 0;
	padding-top: 40px;
	height: 0 !important;
	line-height: 250%;
	width: 40px;
  border-radius: 10px;
  background-color: #36d0de;
  transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

a:hover {
	opacity: 0.7;
}

.accordion_link_box .accordion::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 25%;
	width: 50%;
	height: 4px;
	background-color: #ffffff;
  transform: rotate(90deg);
}

.accordion_link_box .accordion::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 25%;
	width: 50%;
	height: 4px;
	background-color: #ffffff;
}


.accordion_link_box .accordion.on::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 25%;
	width: 50%;
	height: 4px;
	background-color: #ffffff;
  transform: rotate(45deg);
}

.accordion_link_box .accordion.on::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 25%;
	width: 50%;
	height: 4px;
	background-color: #ffffff;
  transform: rotate(-45deg);
}


.accordion_data figure{
  pointer-events: none;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.accordion_data figure img{
	height: 250px;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}


.shop_data_link{
  display: block;
  width:100%;
}
.shop_data_link strong{
  pointer-events: none;
}


.shop_data_link strong{
  pointer-events: none;
display: block;
background-color: #b1d131;
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 0px;
text-align: center;
}

.accordion_data .p-lineup__body2{
  position: relative;
  overflow: hidden;
  height: 120px;
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.accordion_data .p-lineup__body2.w_2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

/*スマホ向け調整*/

@media print, screen and (max-width: 48.0625em) {
  .p-collabo .l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}



/*==========================================*/
/*CM*/

.p-pbf .p-cm {
  padding: 70px 0;
}
.p-pbf .p-cm ul {
  gap: 40px;
}

.p-pbf .p-cm .l-grid{
  grid-template-columns: 1fr;
}

.p-pbf .p-cm figcaption {
  margin-top: 10px;
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.p-pbf .p-cm figcaption span {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.p-pbf .p-insta {
	background: #36d0de;
  padding: 70px 0 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-insta {
    padding-bottom: 70px;
  }
}
.p-pbf .p-insta__title{
	color: #fff;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-insta__title {
    margin-bottom: 40px;
  }
}
.p-pbf .p-insta__name {
  font-family: "Noto Sans JP", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-insta__name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.p-pbf .p-insta__name img {
  width: 105px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-insta__name img {
    width: 120px;
  }
}
.p-pbf .p-insta__name span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-insta__name span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-pbf .p-insta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-insta__list {
    gap: 40px;
  }
}
.p-pbf .p-insta__list li {
  width: calc((100% - 15px) / 2);
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-insta__list li {
    width: calc((100% - 80px) / 3);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-insta__list li:nth-child(4) {
    display: none;
  }
}
.p-pbf .p-insta__list iframe {
  min-width: 100% !important;
  margin: 0 !important;
}
.p-pbf .p-amazon {
  border-top: 2px dotted #36d0de;
  padding: 25px 0 40px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-amazon {
    padding: 60px 0;
  }
}
.p-pbf .p-amazon__inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-amazon__inner {
    gap: 30px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.p-pbf .p-amazon__txt {
  font-family: "Train One", cursive;
  color: #10b7c6;
  line-height: 1.5;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 0 20px;
  position: relative;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-amazon__txt {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.p-pbf .p-amazon__txt::before, .p-pbf .p-amazon__txt::after {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 1px;
  border-left: 1px solid;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-pbf .p-amazon__txt::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.p-pbf .p-amazon__txt::after {
  right: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.p-pbf .p-amazon__inner .onlineshop {
  margin: 0px auto;
  width: 305px;
  background-color: #36d0de;
}

.p-pbf .p-amazon__inner ul {
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width:650px;
  display: grid;
	grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-amazon__bnr {
    width: 305px;
  }
}
.p-pbf .u-fwb {
  font-weight: bold !important;
}


/*アマゾンへのリンクエリア*/

.p-pbf .p-amazon{
  border-top: none;
}

/*スマホ向け調整*/

@media print, screen and (max-width: 48.0625em) {
  .p-cm .l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
	.p-pbf .p-amazon__inner ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
		width: 100%;
	}
	.p-pbf .p-amazon__inner ul li{
		width: 300px;
	}
}


/*==========================================*/
/*FAQ*/

/*FAQタイトルの上ライン*/

/*.faq{
  border-top: 2px dotted #36d0de;
}*/

.p-pbf .p-safety {
  padding: 40px 30px;
}
@media print, screen and (min-width: 48.0625em) {
  .p-pbf .p-safety {
    padding: 40px;
  }
}


/*==========================================*/
/* TOP コラム */

.p-column .clm-flx-box{
	display: flex;
	column-gap: 40px;
	row-gap: 40px;
	flex-wrap: wrap;
}
	@media print, screen and (max-width: 48.0625em) {
		.p-column .clm-flx-box{
			flex-direction: column;
			column-gap: normal;
			margin-top: 30px;
			row-gap: 40px;
		}
	}
.p-column .clm-flx-box .cont-box{
	transition: .3s ease;
	width: 360px;
}
	@media print, screen and (max-width: 48.0625em) {
		.p-column .clm-flx-box .cont-box{
			width: 100%;
		}
	}
.p-column .clm-flx-box .cont-box h3{
	font-size: 2rem;
    font-weight: 700;
    margin: 10px 0 0;
	color: #231815;
}
.p-column .clm-flx-box .cont-box p{
	font-size: 1.6rem;
    margin: 10px 0 0;
	color: #231815;
}
.p-column .clm-flx-box .cont-box:hover{
	opacity: .7;
}
.p-column .clm-flx-box .cont-box:hover h3,
.p-column .clm-flx-box .cont-box:hover p{
	color: #231815;
}

/* コラムコンテンツページ */

@media screen and (min-width: 768px) {
  .column-cont .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767.99px) {
  .column-cont .sp-none {
    display: none !important;
  }
}
.column-cont article{
	width: 1160px;
	margin: 30px auto;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article{
			width: 100%;
			margin: 30px auto;
		}
	}

.column-cont article .col-wrap{
	display: flex;
	flex-direction: column;
	row-gap: 70px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .col-wrap{
			row-gap: 50px;
		}
		.column-cont article .col-wrap section{
			padding: 0 15px;
		}
	}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .head-cont h1{
			padding: 0 15px;
		}
	}

.column-cont article .head-cont .lead-txt{
	font-size: 1em;
	font-weight: 700;
	margin-top: 30px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .head-cont .lead-txt{
			font-size: 4vw;
			padding: 0 15px;
		}
	}

.column-cont article .head-cont .lead-txt .fnt-sml{
	font-size: .8em;
}

.column-cont article .head-cont .anc-box{
	margin-top: 60px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .head-cont .anc-box{
			margin-top: 70px;
			padding: 0 15px 10px;
			justify-content: space-between;
		}
	}

.column-cont article .head-cont .anc-box .anchor-nav__item{
	margin: 0 0 0 25px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .head-cont .anc-box .anchor-nav__item{
			font-size: 3vw;
			width: calc((100% - 20px * 1) / 2.0001);
    		margin: 0 10px 0 0;
		}
		.column-cont article .head-cont .anc-box .anchor-nav__item a{
			padding: 10px 0 0 25px
		}
		.column-cont article .head-cont .anc-box .anchor-nav__item a:before{
			top: 3.2vw;
		}
	}

.clm-cont-wrap{
	margin-top: 70px;
}
@media print, screen and (max-width: 48.0625em) {
	.column-cont .wrapper section{
		margin-top: 50px;
		padding: 0 15px;
	}
}

.column-cont article p{
	margin-bottom: 2em;
}
.column-cont article .capt-txt{
	font-size: 0.83em;
	margin-bottom: 0;
}
.column-cont article h2{
	margin-bottom: 1em;
}
.column-cont article img{
	max-width: 100%;
}
.column-cont article .main-h2{
	font-size: 4rem;
    color: #666464;
    margin: 0 0 30px;
    padding: 0;
}
.column-cont article .main-visu{
	margin-bottom: 70px;
}
.column-cont article .main-visu.main-visu-sp{
	margin-bottom: 40px;
	padding: 0 15px;
}

.column-cont article h3{
	margin: 28px 0 20px;
	font-size: 2.8rem;
	position: relative;
	padding-left: 16px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article h3{
			margin: 28px 0 20px;
			font-size: 2rem;
			position: relative;
			padding-left: 3vw;
		}
	}

.column-cont article h3::before{
	content: "";
	background: #094;
	display: block;
	position: absolute;
	left: 0;
	top: 1.2rem;
	width: 4px;
	height: calc(100% - 20px);
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article h3::before{
			content: "";
			background: #094;
			display: block;
			position: absolute;
			left: 0;
			top: .85rem;
			width: 4px;
			height: 2rem;
		}
	}

.column-cont article .full-width{
	margin: 0 auto 40px;;
	width: 800px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .full-width{
			margin: 0 auto 40px;
			width: 100%;
		}
	}

.column-cont article figcaption{
	font-size: 1.2rem;
    line-height: 1.5;
    color: #666464;
	margin-top: 12px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article figcaption a{
			word-break: break-all;
		}
	}

.column-cont article .img-right-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .img-right-box{
			flex-direction: column;
		}
		.column-cont article .img-right-box.sp-rev{
			flex-direction: column-reverse;
			margin-bottom: 2em;
		}
		.column-cont article .img-right-box.sp-rev .txt-box p{
			margin: 2em 0 0;
		}
	}

.column-cont article .img-right-box .txt-box{
	flex: 1;
}
.column-cont article .img-right-box figure{
	margin-left: 30px;
	width: 360px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .img-right-box figure{
			margin: 0 auto;
			width: 100%;
		}
	}

.column-cont article .writer-credit{
	padding: 50px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .writer-credit{
			padding: 20px;
		}
	}

.column-cont article .writer-credit .writer-title{
	margin: 0;
	font-weight: 700;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .writer-credit .writer-title{
			font-size: 4vw;
		}
	}

.column-cont article .writer-credit .writer{
	margin: 0;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .writer-credit .writer{
			font-size: 3.46vw;
		}
	}

.column-cont article .link-box{
	display: flex;
	justify-content: center;
	column-gap: 20px;
	margin: 50px 0;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont article .link-box{
			padding: 0 15px;
			flex-direction: column;
			column-gap:normal;
			row-gap: 16px;
			margin: 50px 0;
		}
	}

.column-cont .img-two-col{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	column-gap: 16px;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont .img-two-col{
			display: flex;
			justify-content: space-between;
			margin-bottom: 30px;
			column-gap: 16px;
		}
	}

.column-cont .img-two-col figure img{
	height: 280px;
	width: auto;
}
	@media print, screen and (max-width: 48.0625em) {
		.column-cont .img-two-col figure{
			height: auto;
			width: calc(50% - 10px);
		}
		.column-cont .img-two-col figure img{
			height: auto;
			width: auto;
		}
	}

.column-cont .fnt-bold{
	font-weight: 700;
}
.column-cont .a-under-var{
	text-decoration: underline;
}