@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------
Foundation
--------------------------------------------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 440px) {
  html {
    font-size: 14px;
  }
}
picture {
  display: block;
  line-height: 0;
}
img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
a {
  color: #e65654;
  word-break: break-all;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
a:hover {
  color: #c25f60;
}
@media screen and (max-width: 750px) {
}
/*-------------------------------------------------------------------------------------
Layout
--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
Component
--------------------------------------------------------------------------------------*/
html {
  background: #fff;
}
@media screen and (max-width: 750px) {
  html {
    /* padding-top: 55px; */
  }
}
body {
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.c-body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", "Yu Gothic",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  color: #333;
  vertical-align: bottom;
  /* background: url(../images/background.jpg) center center repeat; */
  background-size: 100% auto;
  position: relative;
  padding: 9% 1rem 0;
  box-sizing: border-box;
}
.bbbb {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bbbb img {
  width: 100%;
  height: auto;
}
.c-body::before,
.c-body::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  /* background: url(../images/bg_object.png) top center no-repeat; */
  background-size: 100% auto;
  padding-bottom: 8.45%;
  margin: auto;
  left: 0;
  right: 0;
}
.c-body::before {
  top: 0;
}
.c-body::after {
  bottom: 0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.band-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background-image: url("../images/top-decoration_right.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  width: 100%;
  max-width: 31px;
  height: 100%;
}
.band-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background-image: url("../images/top-decoration-left.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  width: 100%;
  max-width: 31px;
  height: 100%;
}
.c-main {
  max-width: 980px;
  margin: 0 auto;
  /* background: #fff; */
  position: relative;
  z-index: 100;
  padding: 3rem 0;
}
.c-news-main {
  width: 780px;
  max-width: 90%;

  padding-top: 0;
  margin-top: 4rem;
}
.c-news-main .p-shareList {
  width: 100%;
  max-width: 100%;
}
.p-share-news {
  background-color: #f3f3f3;
}
.c-news-main .c-sec {
  padding: 0;
}
.c-sec {
  padding: 0 1rem;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto 5rem;
  max-width: 100%;
}
.p-foodsec {
  padding: 0 1rem;
  box-sizing: border-box;
  max-width: 780px;
  margin: 0 auto 5rem;
}
.c-btn {
  text-align: center;
}
.c-btnLink {
  background: #e65654;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  border: 1px solid #e65654;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 395px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 0.9em;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
}

.c-btnLink:hover {
  color: #e65654;
  background-color: white;
  transform: scale(1.1);
}
.c-btnLink img {
  width: 19px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-bnrLink {
  display: block;
}
.c-bnrLink:hover {
  opacity: 0.8;
}
.c-pcFlexTwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-pcFlexTwo__item {
  width: 48%;
}
.p-sns-time {
  background-color: #ebebeb;
  padding: 34px 34px;
}

/* .c-sec {
  padding: 70px 96px 90px;
  background: #fff;
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 150px;
  border-radius: 5px;
}
.c-sec.c-sec--noBg {
  padding: 0;
  background: none;
}
.c-midSec {
  margin-bottom: 3rem;
}
.c-midSecInner {
  border: 2px solid #00526f;
  padding: 60px 46px;
}
.c-pageTitle {
  padding-top: 130px;
  height: 278px;
  box-sizing: border-box;
  background: #fff;
}
.c-widCon {
  padding: 0 96px;
} */
@media screen and (max-width: 750px) {
  .c-body {
    padding: 12% 1rem 0;
  }
  .c-main {
    padding: 1rem 0;
  }
  .c-news-main {
    padding: 0 !important;
  }
  .c-sec {
  }
  .c-btnLink {
    font-size: 16px;
    max-width: 90%;
  }
  .c-pcFlexTwo {
    display: block;
  }
  .c-pcFlexTwo__item {
    width: 100%;
  }

  /* .c-sec.c-sec--noBg {
    padding: 0;
  }
  .c-midSecInner {
    border: 2px solid #00526f;
    padding: 38px 18px;
  }
  .c-pageTitle {
    padding: 75px 0 16px;
    height: auto;
  }
  .c-widCon {
    padding: 0 16px;
  } */
}

@media screen and (max-width: 450px) {
  .c-btnLink {
    font-size: 4vw;
  }
}
/*HEADING----------------------------------------------------------------------------*/
.c-pageHeading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #7bacae;
  font-size: 2.3rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1000;
  padding-top: 5%;
}
.c-pageHeading:first-letter {
  /* font-size: 3rem; */
}
.c-pageHeadingJp {
  font-size: 0.4em;
  letter-spacing: 0.2em;
}
.c-secHeading {
  font-family: initial;
  text-align: center;
  color: #000000;
  font-size: 2rem;
  /* position: relative; */
  z-index: 1000;
  margin-bottom: 0.7rem;
}

.ham-menu {
  display: block;
  position: fixed;
  z-index: 106;
  right: 46px;
  top: 19px;
  width: 48px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
}
.ham-menu img {
  width: 100%;
}
.ham-menu p {
  font-family: "Roboto Slab", serif;
  font-size: 1.8rem;
  color: #000000;
}
.menu-back {
  display: block;
  position: fixed;
  z-index: 104;
  right: 29px;
  top: 0px;
  width: 84px;
  /* height: 42px; */
  cursor: pointer;
  text-align: center;
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  z-index: 103;
}
nav.globalMenuSp ul {
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul .menu-fonts {
  list-style-type: none;
  /* padding: 0; */
  width: 398px;
  margin: 0 auto;
}
nav.globalMenuSp ul .menu-fontm {
  list-style-type: none;
  padding: 0;
  width: 398px;
  margin: 0 auto;
}
nav.globalMenuSp ul .menu-fontl {
  list-style-type: none;
  padding: 0;
  width: 398px;
  margin: 0 auto;
}
.menu-fontm {
  list-style-type: none;
  padding: 0;
  width: 398px;
  margin: 0 auto;
}
nav.globalMenuSp ul li a {
  /* display: block; */
  color: rgb(0, 0, 0);
  padding: 22px 0;
  display: inline-block;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
  font-size: 40px;
  transition: all 0.3s;
}
nav.globalMenuSp ul li a:hover {
  color: #e65654;
  transition: all 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
nav.globalMenuSp ul li {
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
.center-item {
}
.nav-logo img {
  width: 100%;
}
.nav-logo {
  width: 334px;
  margin: 0px auto 40px !important;
}
.menu-fonts img {
  width: 68px;
  height: auto;
}
.menu-fontm img {
  width: 90px;
  margin: 0 auto;
  height: auto;
}
.menu-fontl img {
  width: 200px;
  margin: 0 auto;
  height: auto;
}
.globalMenuSp {
  display: flex;
  align-items: center;
  justify-content: center;
}
#manu {
  display: flex;
  text-align: center;
  max-width: 394px;
  width: 100%;
  line-height: 0.9;
}
#manu span {
  width: 70%;
  margin: 0 auto;
}
#manu span li {
  display: inline-block;
  text-align: left;
}
#manu .p-commingsoon a {
  color: rgb(146, 146, 146) !important;
  pointer-events: none;
}
nav.globalMenuSp ul .mainmenu a {
  padding-bottom: 10px;
}
nav.globalMenuSp ul .submenu a {
  font-size: 23px;
  padding: 7px;
}
.hamburger {
  display: block;
  position: fixed;
  z-index: 30;
  right: 46px;
  top: 35px;
  width: 52px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 800;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  left: 4px;
  background: rgb(0, 0, 0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 19px;
  /* left: 2px; */
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.c-secHeadingJp {
  font-size: 1em;
  letter-spacing: 0.2em;
  margin-bottom: 0rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-midSecHeading {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.4;
  border: 2px solid #fff;
  border-left: 8px solid #fff;
  max-width: 689px;
  margin: 0 auto;
  padding: 0.5rem 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
.c-secHeadingJp-min {
  font-size: 1em;
  letter-spacing: 0.2em;
  margin-bottom: 0rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p-menu-circle {
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 53px;
  top: 28px;
}
.c-subHeading,
.c-subHeading2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-subHeading span {
  margin: 0 1rem;
}
.c-subHeading img {
  width: 85px;
  height: auto;
  max-width: 28%;
}
.c-subHeading2 span {
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  margin: 0 0.7rem;
  font-size: 1.4rem;
}
.c-subHeading2 img {
  width: 46px;
  height: auto;
  max-width: 30%;
}
.c-subHeading3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-subHeading3 img {
  width: 85px;
  height: auto;
  max-width: 20%;
}
.c-subHeading3 span {
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  margin: 0 1rem;
  font-size: 2.73rem !important;
}
h2.c-subHeading3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  nav.globalMenuSp ul li a {
    font-size: 25px;
  }
  nav.globalMenuSp ul li {
    width: 250px;
  }
  .ham-menu {
    right: 30px;
  }
  .c-midSecHeading {
    font-size: 1.3rem;
  }
  .menu-back {
    display: block;
    position: fixed;
    z-index: 101;
    right: 12px;
    top: 0px;
    width: 84px;
    /* height: 42px; */
    cursor: pointer;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .nav-logo {
    width: 200px;
  }
  #manu span {
    width: 50%;
  }
  #manu span:first-child {
    width: 50%;
    margin: 0 0 0 auto;
  }
  nav.globalMenuSp ul .submenu a {
    font-size: 14px;
    padding: 2px 0;
  }
  #manu {
    justify-content: center;
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  nav.globalMenuSp ul li {
    width: 230px;
  }
  nav.globalMenuSp ul li a {
    font-size: 20px;
    padding: 16px 0;
  }
  .menu-back {
    width: 66px;
  }

  .hamburger span {
    width: 28px;
  }
  .hamburger span:nth-child(1) {
    top: 5px;
  }
  .hamburger span:nth-child(2) {
    top: 13px;
  }
  .hamburger span:nth-child(3) {
    top: 21px;
  }
  .ham-menu {
    display: block;
    position: fixed;
    right: 26px;
    width: 36px;
    height: 42px;
    top: 12px;
    cursor: pointer;
    text-align: center;
  }
  .ham-menu p {
    font-size: 1.3rem;
  }
  .nav.globalMenuSp ul li a {
  }
  nav.globalMenuSp ul li {
    width: 398px;
    max-width: 60%;
  }
  .hamburger.active span:nth-child(1) {
    top: 13px;
    /* left: 2px; */
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
@media screen and (max-width: 450px) {
  .hamburger {
    top: 20px;
    right: 32px;
    width: 30px;
    height: 32px;
  }
  .p-menu-circle {
    top: 12px;
    right: 23px;
    width: 40px;
    height: 40px;
  }
  .c-subHeading3 span {
    font-size: 7vw !important;
  }
  .c-secHeadingJp {
  }
  .c-subHeading2 span {
    font-size: 6vw;
  }
  .c-subHeading span {
    margin: 0 2vw;
  }
  .c-subHeading img {
    max-width: 21%;
  }
}
.c-lVoline2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Dosis", sans-serif;
  margin-bottom: 4rem;
}
.c-lVoline2 h2 {
  color: #000000;
  font-size: 2.73rem;
  position: relative;
  font-weight: 500;
  font-family: initial;
  font-family: "Dosis", sans-serif;
  margin: -0.9rem 1.6rem 0;
}
.c-lVoline2 img {
  width: 34px;
  height: auto;
}
.c-lVoline2:before {
  margin-right: 4rem;
}
.c-lVoline2:before {
  content: "";
  height: 2px;
  flex-grow: 2;
  background-color: #cbc930;
  width: 1rem;
}
.c-lVoline2:after {
  margin-left: 4rem;
}
.c-lVoline2:after {
  content: "";
  height: 2px;
  flex-grow: 2;
  background-color: #cbc930;
  width: 1rem;
}

@media screen and (max-width: 750px) {
  .c-lVoline2 {
    margin-bottom: 3rem;
  }
  .c-lVoline2 h2 {
    color: #000000;
    font-size: 2.1rem;
    position: relative;
    font-weight: 500;
    font-family: initial;
    font-family: "Dosis", sans-serif;
    margin: -0.9rem 1.6rem 0;
    line-height: 1;
  }
  .c-lVoline2 img {
    width: 28px;
  }
  .c-secHeadingJp {
    /* bottom: 0.5rem; */
  }
  .c-lVoline2:after {
    margin-left: 1.3rem;
    width: 3vw;
  }
  .c-lVoline2::before {
    width: 3vw;
  }
  .c-lVoline2:before {
    margin-right: 1.3rem;
  }
  .c-position {
    bottom: -1rem;
  }
}
@media screen and (max-width: 440px) {
  .c-pageHeading {
    font-size: 7vw;
  }
  .c-pageHeading:first-letter {
    font-size: 9vw;
  }
  .c-secHeading {
    font-size: 7vw;
  }
  /* .c-secHeading:first-letter {
    font-size: 9vw;
  } */
  .c-lVoline2 {
    margin-bottom: 1rem;
  }
  .c-lVoline2 h2 {
    font-size: 6vw;
    margin: -0.9rem 3vw 0;
  }
  .c-secHeadingJp {
    font-size: 4vw;
    bottom: -3vw;
  }
  .c-secHeadingJp-min {
    font-size: 4vw;
    bottom: -5.6vw;
  }
  h2.c-subHeading3 {
    margin-bottom: 2rem;
  }
  .c-lVoline2 img {
    width: 8%;
  }
}

/*TEXT----------------------------------------------------------------------------*/
.c-sTxt {
  font-size: 0.8rem;
  line-height: 1.6;
}
.c-mTxt {
  font-size: 1rem;
  line-height: 1.6;
}
.c-lTxt {
  font-size: 1.2rem;
  line-height: 1.6;
}
.c-linkTxt {
  word-break: break-all;
}
.c-catchTxt {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 2;
  color: #00526f;
}
@media screen and (max-width: 440px) {
  .p-message-txtBlock {
    display: block;
  }
  .p-message-txtBlock__item {
    width: 100%;
  }
  .c-catchTxt {
    font-size: 4vw;
  }
}

/*-------------------------------------------------------------------------------------
Project
--------------------------------------------------------------------------------------*/
/*TEASER----------------------------------------------------------------------------*/

.p-teaser-mainVis {
  padding: 5rem 1rem;
  box-sizing: border-box;
  max-width: 780px;
  margin: 0 auto;
}
.c-decosec {
  position: relative;
  width: 100%;
}
.p-teaser-intro {
  padding: 4rem 1.2rem;
  box-sizing: border-box;
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  border: 2px solid #009d73;
  border-radius: 50px;
  background-color: #fdfefa;
  position: relative;
}

.p-teaser-introHeading {
  text-align: center;
  font-size: 1.4rem;
  color: #009d73;
}
.p-teaser-introTxt {
  /* text-align: center; */
  color: #000;
  line-height: 2;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.fireflower-1 {
  max-width: 235px;
  position: absolute;
  right: 0;
  top: 10%;
}
.fireflower-1 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-2 {
  max-width: 149px;
  position: absolute;
  left: 0;
  top: 17%;
}
.fireflower-2 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-3 {
  max-width: 149px;
  position: absolute;
  right: 0;
  top: 22%;
}
.fireflower-3 img {
  max-width: 149px;
  width: 100%;
}
.fireflower-4 {
  max-width: 235px;
  position: absolute;
  left: 0;
  top: 25%;
}
.fireflower-4 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-5 {
  max-width: 235px;
  position: absolute;
  right: 0;
  top: 34%;
}
.fireflower-5 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-6 {
  max-width: 149px;
  position: absolute;
  left: 0;
  top: 40%;
}
.fireflower-6 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-7 {
  max-width: 149px;
  position: absolute;
  right: 0;
  top: 48%;
}
.fireflower-7 img {
  max-width: 149px;
  width: 100%;
}
.fireflower-8 {
  max-width: 235px;
  position: absolute;
  left: 0;
  top: 51%;
}
.fireflower-8 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-9 {
  max-width: 235px;
  position: absolute;
  right: 0;
  top: 59%;
}
.fireflower-9 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-10 {
  max-width: 149px;
  position: absolute;
  left: 0;
  top: 66%;
}
.fireflower-10 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-11 {
  max-width: 149px;
  position: absolute;
  right: 0;
  top: 74%;
}
.fireflower-11 img {
  max-width: 149px;
  width: 100%;
}
.fireflower-12 {
  max-width: 235px;
  position: absolute;
  left: 0;
  top: 76%;
}
.fireflower-12 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-13 {
  max-width: 235px;
  position: absolute;
  right: 0;
  top: 82%;
}
.fireflower-13 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-14 {
  max-width: 149px;
  position: absolute;
  left: 0;
  top: 87%;
}
.fireflower-14 img {
  max-width: 235px;
  width: 100%;
}
.fireflower-15 {
  max-width: 149px;
  position: absolute;
  right: 0;
  top: 92%;
}
.fireflower-15 img {
  max-width: 149px;
  width: 100%;
}
.fireflower-16 {
  max-width: 235px;
  position: absolute;
  left: 0;
  bottom: 0%;
}
.fireflower-16 img {
  max-width: 235px;
  width: 100%;
}
.p-teaserIntro-right {
  max-width: 152px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.p-teaserIntro-right img {
  width: 100%;
  height: auto;
}
.p-teaserIntro-left {
  max-width: 152px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.p-teaserIntro-left img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-teaser-mainVis {
    padding: 3rem 1rem;
  }
  .p-teaser-introTxt {
    text-align: left;
  }
  .p-teaserIntro-left {
    max-width: 20%;
  }
  .p-teaserIntro-right {
    max-width: 20%;
  }
  .p-teaser-intro {
    border-radius: 30px;
  }
  .fireflower-1 {
    right: -5%;
    top: 4%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-2 {
    max-width: 149px;
    position: absolute;
    left: -5%;
    top: 10%;
    transform: scale(0.7, 0.7);
  }
  .fireflower-3 {
    max-width: 149px;
    position: absolute;
    right: 0;
    top: 18%;
  }
  .fireflower-4 {
    max-width: 235px;
    position: absolute;
    left: -14%;
    top: 20%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-5 {
    max-width: 235px;
    position: absolute;
    right: -10%;
    top: 34%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-6 {
    max-width: 149px;
    position: absolute;
    left: -10%;
    top: 40%;
    transform: scale(0.5, 0.5);
  }

  .fireflower-7 {
    max-width: 149px;
    position: absolute;
    right: 0;
    top: 48%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-8 {
    max-width: 235px;
    position: absolute;
    left: -10%;
    top: 51%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-9 {
    max-width: 235px;
    position: absolute;
    right: -10%;
    top: 59%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-10 {
    max-width: 149px;
    position: absolute;
    left: -10%;
    top: 66%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-11 {
    max-width: 149px;
    position: absolute;
    right: -3%;
    top: 74%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-12 {
    max-width: 235px;
    position: absolute;
    left: -10%;
    top: 76%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-13 {
    max-width: 235px;
    position: absolute;
    right: -10%;
    top: 82%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-14 {
    max-width: 149px;
    position: absolute;
    left: -10%;
    top: 87%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-15 {
    max-width: 149px;
    position: absolute;
    right: -3%;
    top: 92%;
    transform: scale(0.5, 0.5);
  }
  .fireflower-16 {
    max-width: 235px;
    position: absolute;
    left: -10%;
    bottom: 0%;
    transform: scale(0.5, 0.5);
  }
}
@media screen and (max-width: 440px) {
  .p-teaser-mainVis {
    padding: 3rem 1rem;
  }
  .p-teaser-introHeading {
    font-size: 5.4vw;
  }
  .p-teaser-introTxt {
    text-align: left;
  }
  .band-right {
    max-width: 4%;
  }
  .band-left {
    max-width: 4%;
  }
  .p-teaserIntro-left {
    max-width: 25%;
  }
  .p-teaserIntro-right {
    max-width: 25%;
  }
  .fireflower-1 {
    right: -8vw;
    top: 40vw;
  }
  .fireflower-1 img {
    max-width: 40vw;
  }
  .fireflower-2 {
    max-width: 149px;
    z-index: -100;
  }
  .fireflower-2 img {
    max-width: 40vw;
  }
  .fireflower-6 {
    z-index: -100;
  }
  .fireflower-6 img {
    max-width: 50vw;
  }
  .fireflower-7 {
    right: -9vw;
    top: 46%;
    z-index: -100;
  }
  .fireflower-7 img {
    max-width: 50vw;
  }
}

/*IN HEADER----------------------------------------------------------------------------*/
/*header---------------*/
.p-header {
  width: 100%;
  z-index: 9999;
  transition: 0.6s ease-in-out;
  left: 0;
  position: absolute;
  top: 0;
}
.p-header.js-bgOn {
}
.p-headerInner {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
/*logo---------------*/
.p-headerLogo {
  text-align: center;
  margin-left: 1rem;
}
.p-headerLogoLink {
  width: 290px;
  display: inline-block;
  padding: 0px 10px;
  margin: 0 auto;
}
/*MENU BTN---------------*/
.p-headerBtn {
  /* display: none; */
  /* border: 1px solid #000;
  border-radius: 50%;
  width:50px;
  height: 50px; */
  z-index: 800;
}
/*logo---------------*/
.p-headerLogoLink {
  padding: 0;
  margin: 30px auto;
  width: 334px;
}
.p-headerInner {
  width: 100%;
  height: auto;
}
.p-headerBtn.js-active + .p-headerBg {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 55px;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .p-headerLogoLink {
    padding: 0;
    margin: 30px auto;
    width: 184px;
  }
}
@media screen and (max-width: 450px) {
  .p-headerLogoLink {
    padding: 0;
    margin: 10px auto 7vw 0;
    /* width: 160px; */
    max-width: 100%;
  }
  .p-headerLogo {
    text-align: initial;
  }
}
@media screen and (max-width: 320px) {
  .p-headerInner {
    justify-content: flex-start !important;
  }
  .p-headerLogo {
    margin-left: 13px !important;
  }
  .p-headerLogoLink {
    width: 60vw;
  }
}
@media screen and (max-width: 260px) {
  .p-headerLogoLink {
    margin-right: auto !important;
  }
}
/*MENU BTN---------------*/
.p-headerBtn {
  display: block;
  position: absolute;
  width: 30px;
  height: 26px;
  top: 13.5px;
  right: 16px;
  /* border-radius: 4px; */
}
.p-headerBtnInner {
  top: 0;
  bottom: 0;
}
.p-headerBtn::before {
  top: 0;
}
.p-headerBtn::after {
  bottom: 0;
}
.p-headerBtn.js-active::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
}
.p-headerBtn.js-active::after {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
}
.p-headerBtn.js-active .p-headerBtnInner {
  display: none;
}

@media screen and (max-width: 750px) {
  /* .p-header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
    transition:0.6s ease-in-out;
  } */
}
/*NAV---------------*/
.p-headerNav {
  position: relative;
  right: 0;
  transition: 0.3s ease-in-out;
  width: 80%;
}
.p-headerNavList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.p-headerNavList__item {
  width: 16.666%;
  width: -webkit-calc(100%/6);
  width: calc(100% / 6);
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-headerNavListLink,
.p-headerNavInnerBtn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #272727;
  padding: 13px 0;
  text-decoration: none;
  position: relative;
}
.p-headerNavListLink.js-navHere:hover,
.p-headerNavInnerBtn.js-navHere:hover {
  color: #7bacae;
}
.p-headerNavListLink.js-navHere::before,
.p-headerNavInnerBtn.js-navHere::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  background: #7bacae;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-headerNavInnerBtn {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.p-headerNavInnerBtn:hover {
  color: #c25f60;
}
.p-headerNavInnerBtn.js-active {
  margin-top: 40px;
}
.p-headerNavInnerList {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.p-headerNavInnerList.js-open {
  height: auto;
  max-height: 200px;
}
.p-headerNavInnerList__item + .p-headerNavInnerList__item {
  margin-top: 3px;
}
.p-headerNavInnerListLink {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #7bacae;
  padding: 13px 0;
  text-decoration: none;
  display: block;
}
.p-headerNavInnerListLink:hover {
  background: #c25f60;
  color: #fff;
}

/* @media screen and (max-width: 1000px) { */
.p-headerNav {
  position: absolute;
  width: 100%;
  top: 55px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}
.p-headerNav.js-open {
  height: auto;
  max-height: 700px;
}
.p-headerNavList {
  display: block;
  background: #fff;
  z-index: 100;
}
.p-headerNavList__item {
  width: auto;
  height: auto;
  display: block;
}
.p-headerNavListLink,
.p-headerNavInnerBtn {
  padding: 1.2em 0;
  font-size: 13px;
  letter-spacing: 1px;
}
.p-headerNavListLink.js-navHere::before,
.p-headerNavInnerBtn.js-navHere::before {
  display: none;
}
.p-headerNavInnerBtn.js-active {
  margin-top: 0;
}
.p-headerNavInnerList {
  position: relative;
  top: 0;
}
.p-headerNavInnerListLink {
  font-size: 13px;
  padding: 13px 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
}

/*SLIDER----------------------------------------------------------------------------*/
.p-topSlider {
}
.p-topSliderList li {
  margin: 0 20px;
  position: relative;
}
/* .p-topSliderList li img::after{
  position: absolute;
  top:0;
  left: 0;
  width:1000;
  height: 662px;
  background-color: #E65654;
  transform: 45deg;
} */
.p-topSliderList li img {
  /* box-shadow: 7px 7px #E65654; */
}
.p-topSliderList__item {
  line-height: 0;
}
.p-topSliderLink {
  display: block;
  line-height: 0;
  text-align: center;
}
.p-topSliderLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
}

/*slick----------------------------------------------------------------------------*/
/* .slick-vertical .slick-slide {
  border: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slide img {
  margin: 0 auto;
}
.slick-dots {
  bottom: -30px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #000;
} */
/* .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #000000;
} */

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 750px) {
}

/*SHARE BTN----------------------------------------------------------------------------*/
.p-share {
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1rem;
}
.p-share-news {
  width: 100%;
}
.c-news-main .p-share {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
.p-shareHeading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #1d1d1d;
  text-align: center;
}
.p-share-icon {
  width: 1.4rem !important;
}
.p-share-icon img {
  width: 100%;
  height: auto;
  max-width: 80%;
}
/* .p-shareHeadingInner {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
}
.p-shareHeadingInner::before,
.p-shareHeadingInner::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 1rem;
  bottom: 2px;
}
.p-shareHeadingInner::before{
  background: #54b452;
}
.p-shareHeadingInner::after{
  background: #ad3434;
}
.p-shareHeadingInner::before {
  left: 0;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-shareHeadingInner::after {
  right: 0;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
} */

.c-lVoline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.c-lVoline span {
  color: #000000;
  font-size: 1.4rem;
  position: relative;
  font-weight: 500;
  font-family: initial;
  font-family: "Dosis", sans-serif;
}
.p-sns-timeline .c-lVoline span {
  color: #000000;
  font-size: 2.73rem;
  position: relative;
  font-weight: 500;
  font-family: initial;
  font-family: "Dosis", sans-serif;
}
.c-lVoline:before {
  margin-right: 1rem;
}
.p-sns-timeline .c-lVoline:before {
  content: "";
  height: 2px;
  flex-grow: 0.3;
  background-color: #009c73;
  width: 1rem;
}
.c-lVoline:before {
  content: "";
  height: 2px;
  flex-grow: 0.15;
  background-color: #009c73;
  width: 1rem;
}
.c-lVoline:after {
  margin-left: 1rem;
}
.p-sns-timeline .c-lVoline:after {
  content: "";
  height: 2px;
  flex-grow: 0.3;
  background-color: #e65654;
  width: 1rem;
}
.c-lVoline:after {
  content: "";
  height: 2px;
  flex-grow: 0.15;
  background-color: #e65654;
  width: 1rem;
}
.c-border-style {
  background-color: #f7be4b;
  position: absolute;
  border-radius: 30px;
}
.top-yellow {
  width: 1.6rem;
  height: 2px;
  top: -0.3rem;
  left: -2.5rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(17deg);
}
.top-yellow2 {
  width: 1rem;
  height: 2px;
  top: -0.75rem;
  left: -3.6rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(17deg);
}
.bottom-yellow {
  width: 1.6rem;
  height: 2px;
  bottom: -0.3rem;
  left: -2.5rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-17deg);
}
.bottom-yellow2 {
  width: 1rem;
  height: 2px;
  bottom: -0.75rem;
  left: -3.6rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-17deg);
}
.top-yellow-b {
  width: 1.6rem;
  height: 2px;
  top: -0.3rem;
  right: -2.5rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-17deg);
}
.top-yellow-b2 {
  width: 1rem;
  height: 2px;
  top: -0.75rem;
  right: -3.6rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-17deg);
}
.bottom-yellow-b {
  width: 1.6rem;
  height: 2px;
  bottom: -0.3rem;
  right: -2.5rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(17deg);
}
.bottom-yellow-b2 {
  width: 1rem;
  height: 2px;
  bottom: -0.75rem;
  right: -3.6rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(17deg);
}

.p-sns-timeline .top-yellow {
  width: 2.2rem;
  height: 2px;
  top: 0.2rem;
  left: -3.2rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(17deg);
}
.p-sns-timeline .top-yellow2 {
  width: 1.4rem;
  height: 2px;
  top: -0.4rem;
  left: -4.8rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(17deg);
}
.p-sns-timeline .bottom-yellow {
  width: 2.2rem;
  height: 2px;
  bottom: 0.2rem;
  left: -3.2rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-17deg);
}
.p-sns-timeline .bottom-yellow2 {
  width: 1.4rem;
  height: 2px;
  bottom: -0.4rem;
  left: -4.8rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-17deg);
}
.p-sns-timeline .top-yellow-b {
  width: 2.2rem;
  height: 2px;
  top: 0.2rem;
  right: -3.2rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-17deg);
}
.p-sns-timeline .top-yellow-b2 {
  width: 1.4rem;
  height: 2px;
  top: -0.4rem;
  right: -4.8rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-17deg);
}
.p-sns-timeline .bottom-yellow-b {
  width: 2.2rem;
  height: 2px;
  bottom: 0.2rem;
  right: -3.2rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(17deg);
}
.p-sns-timeline .bottom-yellow-b2 {
  width: 1.4rem;
  height: 2px;
  bottom: -0.4rem;
  right: -4.8rem;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(17deg);
}
.p-shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-shareList__item {
  width: 9rem;
  transition: 0.3s;
}
.p-shareList__item:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.p-shareListLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 30px;
  padding: 0.6rem 0;
  box-sizing: border-box;
  height: 38px;
}
.p-shareListLink:hover {
  text-decoration: none;
}
.p-share-tw {
  background-color: #349bee;
}
.p-share-fb {
  background-color: #395e8d;
}
.p-share-ln {
  background-color: #00b900;
}
.p-shareListLinkIcon {
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-shareListLinkTxt {
  width: 4rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: initial;
  font-family: "Dosis", sans-serif;
}
.p-shareList__item a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 440px) {
  .p-sns-timeline .c-lVoline:before {
    content: "";
    height: 2px;
    flex-grow: 0.5;
    background-color: #009c73;
    width: 1rem;
  }
  .p-sns-timeline .c-lVoline:after {
    content: "";
    height: 2px;
    flex-grow: 0.5;
    background-color: #e65654;
    width: 1rem;
  }
  .p-shareListLinkTxt {
    font-size: 1.4vw;
    width: auto;
  }
}
@media screen and (max-width: 440px) {
  .p-share {
    max-width: 100%;
  }
  .p-shareList__item {
    width: 30%;
  }
  .p-shareListLinkIcon {
    font-size: 4vw;
    margin-right: 1vw;
  }
  .p-shareListLink {
    height: 26px;
  }
}

/*TOP ----------------------------------------------------------------------------*/
.p-liveInfoDl {
  max-width: 749px;
  width: 100%;
  margin: 0 auto 2rem;
}
.p-liveInfoDl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-liveInfoDl__item + .p-liveInfoDl__item {
  margin-top: 0.8rem;
  border-top: dotted white 3px;
  padding: 28px 0;
  text-align: center;
}
.p-liveInfoDl__item + .p-liveInfoDl__item:last-child {
  padding-bottom: 0;
}
.p-liveInfoDl__item > dt {
  width: 7rem;
}
.p-liveInfoDl__item > dt > span {
  /* background: #7bacae; */
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1;
  padding: 0.3rem;
  box-sizing: border-box;
  border-radius: 4px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  font-size: 1.2rem;
}
.p-liveInfoDl__item > dd {
  width: 100%;
  padding-left: 1rem;
  line-height: 1.6;
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
}
.p-liveInfoDl__item > dd > span {
  word-break: keep-all;
  display: inline-block;
  text-align: left;
}
.p-liveInfoDl-date {
  font-size: 1.6rem !important;
  text-align: center !important;
}
.p-liveInfoNotice {
  font-size: 0.8rem;
}
.p-live-streaming {
  background-color: #81cfbb;
  color: white;
  padding: 35px 5px 3px;
  position: relative;
  margin-bottom: 5rem;
}
.p-liveHeading {
  margin-bottom: 6rem;
}
.c-Heading {
  position: relative;
}
.p-live-topDeco {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
}
.p-live-bottomDeco {
  position: absolute;
  bottom: -38px;
  right: 0;
  left: 0;
}
.p-live-topDeco img {
  width: 100%;
  height: auto;
}

#hitohanabi {
  stroke-dasharray: 10% 40%;
  stroke-dashoffset: 50%;
  animation: hitohanabi 3.5s linear infinite;
}
@media screen and (max-width: 750px) {
  .c-btnmb {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 670px) {
  .p-live-topDeco {
    top: -2%;
  }
  .p-live-bottomDeco {
    bottom: -2%;
  }
}
@keyframes hitohanabi {
  60% {
    transform: translateY(0%);
  }

  90% {
    opacity: 1;
  }

  to {
    stroke-dasharray: 50%;
    transform: translateY(20%);
    opacity: 0;
  }
}
@media screen and (max-width: 450px) {
  .p-live-topDeco {
    top: -3vw;
  }
}
.fireflower-animetion {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -100;
  width: 100%;
}
.fireflower-animetion svg {
  /* width: 100%; */
}
.inner {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p-live-streaming {
    background-color: #81cfbb;
    color: white;
    padding: 20px 5% 5px;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  .p-liveInfoDl__item {
    display: block;
  }
  .p-liveInfoDl__item + .p-liveInfoDl__item {
    margin-top: 1rem;
  }
  .p-liveInfoDl__item > dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .p-liveInfoDl__item > dd {
    width: -webkit-calc(100%);
    width: calc(100%);
    padding-left: 0;
    font-size: 1rem;
  }
}

.p-notice {
  border: #333 solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem;
  font-size: 0.7rem;
}
.p-noticeHeading {
  text-align: center;
  line-height: 1.4;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.p-noticeIntro {
  font-size: 0.7rem;
  line-height: 1.4;
  color: red;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 1rem;
}
.p-noticeList {
}
.p-noticeList > li {
  line-height: 1.6;
}
.p-noticeList > li + li {
  margin-top: 0.5rem;
}
.p-noticeCheckList {
  padding-left: 1rem;
}
@media screen and (max-width: 440px) {
  .p-notice {
    padding: 1rem 10px;
  }
}

.p-bunkacho {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 8rem;
  max-width: 90%;
  margin: 0 auto;
}
.p-bunkachoLogo {
  width: 70px;
}
.p-bunkachoTxt {
  font-size: 14px;
  padding: 1em;
}

/*FOOTER----------------------------------------------------------------------------*/
.p-footer {
  padding: 1rem 1rem 1%;
  position: relative;
  z-index: 1000;
}
.p-footerSnsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 27px;
  padding: 0 10px;
  box-sizing: border-box;
}
.p-footerSnsListLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  padding: 8px;
  transition: 0.3s;
}
.p-footerSnsListLink:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.p-footerSnsListIcon {
  width: 100%;
}
.p-footerSnsList a:hover {
  opacity: 0.9;
}
.p-footerCopyright {
  font-size: 12px;
  text-align: center;
  padding-top: 7rem;
}
.p-footer-toTopLink {
  background: #7bacae;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  z-index: 1000;
  opacity: 0.7;
}
.p-footer-toTopLink::before {
  content: "";
  width: 1px;
  height: 1px;
  border-bottom: 14px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 15px;
}
.p-footerBannerList {
  margin: 3rem auto;
  max-width: 1024px;
  width: 100%;
}
.p-footerBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
.p-footerBanner_Text {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  padding: 0.5rem;
}
.p-footerBanner_Text:first-child {
  padding-top: 1rem;
}
.p-footerBanner_s {
  width: 50px;
  margin: 0 1rem;
}
.p-footerBanner_xs {
  width: 70px;
  margin: 0 1rem;
}
.p-footerBanner_m {
  width: 110px;
  margin: 0 1rem;
}
.p-footerBanner_ms {
  width: 130px;
  margin: 0 1rem;
}
.p-footerBanner_xm {
  width: 130px;
  margin: 0 1rem;
}
.p-footerBanner_ml {
  width: 170px;
  margin: 0 1rem;
}
.p-footerBanner_l {
  width: 180px;
  margin: 0 1rem;
}
.p-footerBanner_xl {
  width: 200px;
  margin: 0 auto;
  max-width: 80%;
}
.p-footerBanner_width {
  /* width:260px; */
  margin: 138px auto 0;
}
.p-footerBanner_s img,
.p-footerBanner_m img {
  width: 100%;
  height: auto;
}
.p-footerBannerTitle {
  text-align: center;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 750px) {
  .p-footerBanner_xs {
    width: 60px;
  }
  .p-footerBanner_s {
    width: 50px;
  }
  .p-footerBanner_l {
    width: 100px;
  }
  .p-footerBanner_xm {
    width: 170px;
  }
  .p-footerBanner_m {
    width: 90px;
  }
  .p-footerBanner_ms {
    width: 140px;
  }
  .p-footerBanner_ml {
    width: 110px;
  }
  .p-footerBanner_xl {
    width: 130px;
  }
  .p-footerBanner_width {
    /* width: 100%; */
  }
  .p-footerBanner_width {
    margin-top: 50px;
  }
  .p-footerCopyright {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
  .p-footer-toTopLink {
    display: none;
  }
  .p-footerBannerTitle {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 450px) {
  .p-footerBannerList {
    margin: 1.5rem auto;
  }
}
/*TOP > news/NEWS----------------------------------------------------------------------------*/
.p-news-list {
}
.p-topNews-list.p-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 3.6rem;
}
.p-news-list__item {
  /* margin-bottom: 22px; */
  clip-path: polygon(
    2rem 0px,
    calc(100% - 2rem) 0px,
    100% 2rem,
    100% calc(100% - 2rem),
    calc(100% - 2rem) 100%,
    2rem 100%,
    0px calc(100% - 2rem),
    0px 2rem
  );
}
.p-topNews-list .p-news-list__item {
  /* margin-bottom: 36px; */
  width: 50%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgb(91, 91, 91);
  margin-left: -1px;
  margin-top: -1px;
  /* box-shadow : 0 0 0 1px black; */
  /* box-shadow: 0px 0px 8px 4px rgba(0,0,0,.12); */
  /* border-radius: 5px; */
  overflow: hidden;
  padding: 2.2rem 2.2rem 0.4rem;
  position: relative;
}
.p-news-list__item:last-child {
  margin-bottom: 0;
}
.p-topNews-list .p-news-list__item {
  /* margin-bottom: 36px; */
}
.p-topNews-list .p-news-list__item:nth-child(2n-1) {
  /* margin-right: -1px; */
  /* border-right: none; */
}
.p-topNews-list .p-news-list__item:nth-child(2n) {
  /* margin-left: -1px; */
}

.p-news-listLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
}
.p-news-listLink:hover {
  opacity: 0.7;
}
.p-topNews-list .p-news-listLink {
  display: block;
}
.p-news-listThum {
  width: 114px;
  height: 114px;
  position: relative;
  margin-right: 30px;
}
.p-topNews-list .p-news-listThum {
  width: 100%;
  height: 0;
  padding-bottom: 69%;
  position: relative;
  margin-right: 0;
}
.p-news-listThum::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-news-listThumImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.p-news-listTxt {
  width: -webkit-calc(100% - 144px);
  width: calc(100% - 144px);
}
.p-topNews-list .p-news-listTxt {
  width: -webkit-calc(100%);
  width: calc(100%);
  box-sizing: border-box;
  padding: 30px 0;
  margin-bottom: 4rem;
  /*  min-height: 248px;*/
}
.p-news-listDate {
  font-size: 15px;
  text-align: left;
  margin-bottom: 1em;
  color: #000;
}
.p-topNews-list .p-news-listDate {
  font-size: 12px;
  margin-bottom: 0.5em;
  color: #b54d54;
}
.p-news-listTitle {
  color: #b54d54;
  font-weight: 500;
  font-size: 19px;
  text-align: left;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-topNews-list .p-news-listTitle {
  font-size: 21px;
  margin-bottom: 0.5em;
}
.p-news-listDesc {
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}
/*個別ページ*/
.p-news {
  position: relative;
  background: #fff;
}
.p-news-toListBtn {
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  top: 35px;
  right: 35px;
}
.p-news-toListBtn::before,
.p-news-toListBtn::after {
  content: "";
  background: #7bacae;
  width: 3px;
  height: 21px;
  border-radius: 1.5px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.p-news-toListBtn::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-news-toListBtn::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-news-date {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 1em;
  color: #000;
}
.p-news-title {
  color: #e65654;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-news-photo {
  text-align: center;
}
.p-news-photoImg {
  max-height: 370px;
}
.p-news-innerHeading {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-news-date {
  position: relative;
  text-align: right;
  display: inline-block;
  margin-top: 1rem;
  font-family: "Dosis", sans-serif;
}
.p-news-date img {
  width: 91px;
}
.p-news-date p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Dosis", sans-serif;
  white-space: nowrap;
}
.p-news-wrap {
  position: absolute;
  bottom: 10px;
  right: 30px;
}

@media screen and (max-width: 750px) {
  .p-news-listThum {
    width: 90px;
    height: 90px;
    margin-right: 14px;
  }
  .p-news-listTxt {
    width: -webkit-calc(100% - 104px);
    width: calc(100% - 104px);
  }
  .p-news-listDate {
    font-size: 14px;
  }
  .p-news-listTitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .p-topNews-list.p-news-list {
    display: block;
  }
  .p-topNews-list .p-news-list__item {
    margin-bottom: 25px;
    width: 100%;
    padding: 8%;
  }
  .p-topNews-list .p-news-list__item:last-child {
    margin-bottom: 25px;
  }
  .p-topNews-list .p-news-list__item:nth-child(2n-1) {
    margin-right: 0;
  }
  .p-topNews-list .p-news-list__item:nth-child(2n) {
    margin-left: 0;
  }
  /*個別ページ*/
  .p-news-toListBtn {
    top: 20px;
    right: 1rem;
  }
}

/*ARTIST----------------------------------------------------------------------------*/
.p-artist-sec {
  padding: 3rem 0;
}
.p-artist-sec + .p-artist-sec {
  border-top: solid 3px #c25f60;
}
.p-artist-sec:first-child {
  padding-top: 0;
}
.p-artist-sec:last-child {
  padding-bottom: 0;
}
.p-artist-heading {
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 26px;
  color: #c25f60;
}
.p-artist-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-artist-infoPhoto {
  width: 40%;
  padding-right: 1rem;
}
.p-artist-infoPhotoImg {
  max-width: 300px;
  width: 100%;
}
.p-artist-infoTxt {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .p-artist-sec {
    padding: 2rem 0;
  }
  .p-artist-info {
    display: block;
  }
  .p-artist-infoPhoto {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
  .p-artist-infoTxt {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .p-artist-infoPhotoImg {
    max-width: 100%;
  }
}
/*HISTORY----------------------------------------------------------------------------*/
.p-history-sec {
  padding: 3rem 0;
}
.p-history-sec + .p-history-sec {
  border-top: solid 3px #c25f60;
}
.p-history-sec:first-child {
  padding-top: 0;
}
.p-history-sec:last-child {
  padding-bottom: 0;
}
.p-history-heading {
  text-align: left;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  color: #c25f60;
}
.p-history-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-history-infoPhoto {
  width: 155px;
  margin-right: 15px;
  line-height: 0;
}
.p-history-infoPhotoImg {
  width: 155px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.p-history-infoTxt {
  width: -webkit-calc(100% - 170px);
  width: calc(100% - 170px);
}
@media screen and (max-width: 1000px) {
  .p-history-sec {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 500px) {
  .p-history-heading {
    text-align: center;
  }
  .p-history-info {
    display: block;
  }
  .p-history-infoPhoto {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .p-history-infoTxt {
    width: -webkit-calc(100%);
    width: calc(100%);
  }
}

/*TICKET----------------------------------------------------------------------------*/
.p-ticket-price {
  position: relative;
  border: 2px solid #81cfbb;
  color: rgb(0, 0, 0);
  padding: 2rem 1rem;
  background-color: #ffffff;
}
.p-ticket-priceHeading {
  color: #fff;
  background: #e65654;
  font-size: 1.6rem;
  font-family: "Dosis", sans-serif;
  padding: 0.8rem;
  font-weight: bold;
  position: absolute;
  left: -1rem;
  top: -1rem;
  box-shadow: 5px 5px 0;
}
.c-ticketHeading {
  font-family: "Zen Maru Gothic", sans-serif;
}
.c-ticket-sec {
  max-width: 91%;
  padding: 0;
}

@media screen and (max-width: 450px) {
  .c-ticket-sec .c-ticketHeading {
    font-size: 7vw;
  }
}
.p-ticket-priceTxt {
  color: #000000;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
.p-ticket-priceTxtUnderline {
  display: inline-block;
  border-bottom: 3px solid #c25f60;
  line-height: 1.2;
}
.p-ticket-priceTxtUpLogo {
  height: 1.4rem;
}
.p-ticket-priceTxt a {
  color: #c25f60;
}
.p-ticket-priceTxt a:hover {
  color: #7bacae;
}
.p-ticket-open {
  background: #f95050;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.3rem 1rem;
  letter-spacing: 0.1rem;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 2px #f95050;
  display: inline-block;
}
.p-ticket-closed {
  background: #444;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.3rem 1rem;
  letter-spacing: 0.1rem;
  display: inline-block;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(5deg);
}
.p-ticket-shopList {
}
.p-ticket-shopList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}
.p-ticket-shopListTerm {
  width: 75%;
  box-sizing: border-box;
  padding: 1em;
  font-size: 16px;
  line-height: 1.6;
}
.p-ticket-shopListTerm.p-ticket-shopListTerm--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-ticket-shopListTerm > span {
  line-height: 0;
}
.p-ticket-shopListTermLogo {
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 0.5rem;
}
.p-ticket-shopListTermLogo.p-ticket-shopListTermLogo--eplus {
  padding: 10px 0;
}
.p-ticket-btnLink {
  background: #e65654;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  box-sizing: border-box;
  text-decoration: none;
  letter-spacing: 2px;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-ticket-btnLink.p-ticket-btnLink--close {
  background: #ddd;
  pointer-events: none;
}
.p-ticket-btnLink:hover {
  color: #fff;
  opacity: 0.9;
}
.p-ticket-btnLink::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}
.p-ticket-pageHeadingLogoImg.p-ticket-pageHeadingLogoImg--eplus {
  width: 200px;
  padding: 10px 0;
}
.p-ticket-RefundMethod {
  background-color: #ffffff;
  border: 1px solid #b4b4b4;
  padding: 2rem 1rem;
}
@media screen and (max-width: 1000px) {
  .p-ticket-price {
    padding: 1.2rem 0.5rem;
    margin-top: 1rem;
  }
  .p-ticket-priceHeading {
    font-size: 1.2rem;
    padding: 0.4rem;
    left: -1rem;
    top: -1rem;
  }
  .p-ticket-priceTxt {
    color: #c25f60;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
    font-weight: bold;
  }
  .p-ticket-shopList__item {
    display: block;
  }
  .p-ticket-shopListTerm {
    width: 100%;
  }
  .p-ticket-shopListTermLogo {
    height: 40px;
  }
  .p-ticket-btnLink {
    width: 100%;
    display: block;
    padding: 0.5em;
  }
  .p-ticket-btnLink::before {
    width: 0.4em;
    height: 0.4em;
    right: 14px;
  }
}
/*FOODS----------------------------------------------------------------------------*/
.p-food-Heading {
  color: #fff;
  background: #7bacae;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem;
  text-align: center;
  display: inline;
  margin-top: 3rem;
}
.p-foodHeading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #c25f60;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1000;
}
.p-drink-Heading {
  color: #fff;
  background: #cb827d;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem;
  text-align: center;
  display: inline;
  margin-top: 3rem;
}
.p-food-image {
  width: 48%;
  margin-right: 1rem;
}
.p-food-image img {
  width: 100%;
  height: auto;
}
.p-food-block {
  display: flex;
}
.p-foodText {
  width: 48%;
  margin-left: 1rem;
}
.p-foodText li {
  border-bottom: 1px solid rgb(190, 190, 190);
  position: relative;
  line-height: 2.4rem;
}
.p-foodText li span {
  position: absolute;
  right: 0;
}
.p-food-artistLogo {
  width: 32%;
  margin: 0 0.5rem;
}
.p-food-artistLogo img {
  width: 100%;
  height: auto;
}
.p-food-artistLogo p {
  text-align: center;
}
.p-food-artistLogo:first-child {
  margin-left: 0;
}
.p-foodLine {
  border-bottom: 2px dashed rgb(151, 151, 151);
  margin-bottom: 3.5rem;
  list-style: none;
}
.p-foodName {
  font-size: 1.6rem;
}
.p-food-artistName {
  font-size: 1.2rem;
}
.p-food-material {
  font-size: 1.5rem;
}
.f-artist-block {
  display: flex;
}
.c-foodMenu {
  border: 3px solid #7b9fa1;
  padding: 1.8rem;
}
.p-foodName span {
  font-size: 1.3rem;
}
.p-foodNewline br {
  display: none;
}
.p-foodright br {
  display: none;
}
/* .p-foodNewline span:nth-child(2){
  margin-right:1rem;
} */
.p-foodright span:nth-child(2) {
  margin-right: 1rem;
}
.p-foodText li.p-foodText-Line {
  line-height: 1.4rem;
}
/* DL------------------ */
.p-foodDL-heading {
  color: #7badae;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0ch;
  text-align: center;
}
.p-foodDL-notes {
  color: #5b5959;
  border: 1px solid #b55f60;
  padding: 2rem;
}
.p-foodDL-Block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-foodsMat {
  width: 47%;
}
.p-foodsMat img {
  width: 100%;
  height: auto;
}
.p-foodsMat {
  text-align: center;
}
.p-foodsMat p {
  color: white;
  background-color: #ca3b3b;
  /* display: inline-block; */
  padding: 1rem 0;
  width: 257px;
  margin: 0 auto;
  font-size: 1.2rem;
  max-width: 80%;
}
.p-foodsMat a {
  text-decoration: none;
}
.p-foodSpace {
  font-size: 1.7rem;
}
@media screen and (max-width: 800px) {
  .p-food-artistLogo {
    width: 33%;
    margin: 0 0.5rem;
  }
  .p-foodText .p-foodNewline {
    line-height: 1.4rem;
  }
  .p-foodNewline br {
    display: block;
  }
  .p-foodright br {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-food-block {
    display: block;
  }
  .p-foodText {
    width: 100%;
    margin: 0;
  }
  .p-food-image {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-foodText ul {
    width: 100%;
  }
  .p-food-artistName {
    text-align: center;
  }
  .p-food-artistLogo {
    margin: 0 auto;
  }
  .p-food-artistLogo:first-child {
    margin: 0 auto;
  }
  .p-nameGroup {
    text-align: center;
  }
  .p-foodText br {
    /* display: none; */
  }
  .p-foodBr br {
    display: none;
  }
  .p-foodDL-Block {
    display: block;
  }
  .p-foodDL-heading {
    font-size: 1.6rem;
    line-height: 1;
  }
  .p-foodDL-heading br {
    display: none;
  }
  .p-foodsMat p {
    width: 200px;
    max-width: 80%;
    font-size: 0.8rem;
  }
  .p-foodsMat {
    width: 100%;
    margin-bottom: 4rem;
  }
}
/* INFOBOOK---------------------------------------------------------------------- */
.p-infobook-image {
  width: 40%;
  margin: 0 auto;
}
.p-infobook-image img {
  width: 100%;
  height: auto;
}
.p-info-heading {
  font-size: 2rem;
}
.p-infobookBtn img {
  width: 10%;
  height: auto;
  margin-left: 4px;
  vertical-align: middle;
}
.p-infobookBtn {
  background-color: #7badae;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 257px;
  max-width: 90%;
  color: white;
  font-size: 1.3rem;
  padding: 1.2rem 0;
  vertical-align: middle;
  border-radius: 10px;
}
.p-infobookBtn span {
  vertical-align: middle;
  line-height: 0;
}
a.p-infobookLink {
  text-decoration: none;
}
.p-foodTitle {
  padding: 0 1rem;
}
@media screen and (max-width: 750px) {
  .p-infobook-image {
    width: 60%;
  }
}
/*KIDS----------------------------------------------------------------------------*/
.p-kids-mainVis {
  text-align: center;
}
.p-kids-mainVis img {
  width: 100%;
  max-width: 500px;
}
.p-kids-heading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #c25f60;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
/*top > spotify----------------------------------------------------------------------------*/
.p-top-spotify {
  max-width: 500px;
  margin: 0 auto;
}
.p-top-spotify iframe {
}
.p-top-toPlaylist {
  margin-top: 2rem;
  text-align: center;
}
.p-top-toPlaylistLink {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 1.3em 1em;
  color: #fff;
  background: #e65654;
  text-decoration: none;
  width: 100%;
  max-width: 395px;
  box-sizing: border-box;
  position: relative;
}
.p-top-toPlaylistLink:hover {
  color: #fff;
  background: #c25f60;
}
/*PLAYLIST----------------------------------------------------------------------------*/
.p-playlist-pf {
  margin-bottom: 5rem;
  padding: 1rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
.p-playlist-pfLogo {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #000;
}
.p-playlist-pfLogoImg {
  height: 40px;
  width: auto;
  box-sizing: border-box;
}
.p-playlist-pfLogoImg.p-playlist-pfLogoImg--line {
  padding: 10px 0 3px;
}
.p-playlist-pfLink {
  transition: 0.3s ease-in-out;
}
.p-playlist-pfLink:hover {
  opacity: 0.7;
}

/*GOODS----------------------------------------------------------------------------*/
.p-goods-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-goods-list li {
  width: 31%;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #7bacae;
  box-shadow: 5px 5px 0px 0px #7bacae;
  padding: 1rem;
  box-sizing: border-box;
}
.p-goods-list li:hover {
  border: 1px solid #c25f60;
  box-shadow: 5px 5px 0px 0px #c25f60;
  padding: 1rem;
}
.p-goods-list li a {
  color: #000;
  text-decoration: none;
}
.p-goods-list li a img {
  /* border: 1px solid #ddd; */
  display: block;
  margin-bottom: 1rem;
}
.p-goods-name {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}
.p-goods-size {
  display: block;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: right;
  padding-right: 0.5rem;
}
.p-goods-price {
  display: block;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #7bacae;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .p-goods-list li {
    width: 49%;
    padding: 5px;
    box-shadow: none;
  }
  .p-goods-list li:hover {
    border: 1px solid #c25f60;
    box-shadow: none;
    padding: 5px;
  }
  .p-goods-name {
    font-size: 12px;
  }
}

/*-------------------------------------------------------------------------------------
Utility
--------------------------------------------------------------------------------------*/
/*余白関連*/
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-1rem {
  margin-bottom: 1rem !important;
}
.u-mb-2rem {
  margin-bottom: 2rem !important;
}
.u-mb-3rem {
  margin-bottom: 3rem !important;
}
.u-mb-4rem {
  margin-bottom: 4rem !important;
}
.u-mb-5rem {
  margin-bottom: 5rem !important;
}
.u-mb-6rem {
  margin-bottom: 6rem !important;
}
.u-mb-7rem {
  margin-bottom: 7rem !important;
}
.u-mb-8rem {
  margin-bottom: 8rem !important;
}
.u-mb-9rem {
  margin-bottom: 9rem !important;
}
.u-mb-10rem {
  margin-bottom: 10rem !important;
}
.u-mt-1rem {
  margin-top: 1rem !important;
}
.u-mt-2rem {
  margin-top: 2rem !important;
}
.u-mt-3rem {
  margin-top: 3rem !important;
}
.u-mt-4rem {
  margin-top: 4rem !important;
}
.u-mt-5rem {
  margin-top: 5rem !important;
}
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}

/*揃え*/
.u-ta-c {
  text-align: center !important;
}
.u-ta-l {
  text-align: left !important;
}
.u-ta-r {
  text-align: right !important;
}

/*先頭にマークがあるリストなどの改行の対応に*/
.u-bullet {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

/*インスタントな文字の調整*/
.u-strong-letter {
  font-size: 110%;
  font-weight: 500;
}
.u-fw-500 {
  font-weight: 500 !important;
}
.u-fw-b {
  font-weight: bold !important;
}
.u-color-red {
  color: #f95050 !important;
}
.u-color-winered {
  color: #b90e4b !important;
}
.u-color-pink {
  color: #b55f60 !important;
}
.u-color-green {
  color: #338545 !important;
}
.u-color-blue {
  color: #395e8d !important;
}
.u-color-white {
  color: #fff !important;
}
.u-fs-10 {
  font-size: 10px !important;
}
.u-fs-170p {
  font-size: 170% !important;
}
/*PCでのみ改行*/
@media screen and (max-width: 750px) {
  .u-pcOnlyBr {
    display: none;
  }
}

/*PCでのみ表示*/
@media screen and (max-width: 750px) {
  .u-pcOnly {
    display: none;
  }
}
/*スマホでのみ表示（※ブロック要素）*/
.u-pcNonSpBlock {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-pcNonSpBlock {
    display: block;
  }
}

/*動画埋め込みレスポンシブ対応*/
.u-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
