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



/*-------------------------------------------------------------------------------------
Foundation
--------------------------------------------------------------------------------------*/
body {
}
picture {
  display: block;
  line-height: 0;
}
img {
  max-width: 100%;
}
ul,ol {
  list-style: none;
}
a {
  color: #2b7bb9;
  word-break: break-all;
  transition: 0.3s ease-in-out;
}
a:hover{
  color: #ffa800;
}
@media screen and (max-width: 750px) {
}
/*-------------------------------------------------------------------------------------
Layout
--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
Component
--------------------------------------------------------------------------------------*/
.c-body {
  font-family: 'Roboto', 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 20px;
  position: relative;
  color: #000;
  vertical-align: bottom;
  background: #fcd006;
}
.c-contentWrap {
  position: relative;
  padding: 84px 10px 93px;
  box-sizing: border-box;
}
.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-btn {
  text-align: center;
}
.c-btnLink {
  background: #004c8c;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  max-width: 454px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 1.5em;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
}
.c-btnLink:hover {
  color: #fff;
  background: #ffa800;
}
.c-btnLink::before {
  content: "";
  width: .5em;
  height: .5em;
  -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: 26px;
  margin: auto;
}
.c-btnLink.c-btnLink--white {
  background: #fff;
  color: #004c8c;
  border: 3px solid #004c8c;
}
.c-btnLink.c-btnLink--white:hover {
  color: #ffa800;
  background: #fff;
  border: 3px solid #ffa800;
}
.c-btnLink.c-btnLink--white::before {
  border-right: 2px solid #004c8c;
  border-bottom: 2px solid #004c8c;
  transition: 0.3s ease-in-out;
}
.c-btnLink:hover.c-btnLink--white::before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
}
.c-pageTitle {
  padding-top: 130px;
  height: 278px;
  box-sizing: border-box;
  background: #fff;
}
.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: 49%;
}
.c-widCon {
  padding: 0 96px;
}
@media screen and (max-width: 750px) {
  .c-body {

  }
  .c-contentWrap {
    position: relative;
    padding: 22px 10px 74px;
  }
  .c-sec {
    padding: 45px 16px;
    margin: 0 auto 70px;
  }
  .c-sec.c-sec--noBg {
    padding: 0;
  }
  .c-midSecInner {
    border: 2px solid #00526f;
    padding: 38px 18px;
  }
  .c-btnLink {
    font-size: 16px;
  }
  .c-pageTitle {
    padding: 75px 0 16px;
    height: auto;
  }
  .c-pcFlexTwo {
    display: block;
  }
  .c-pcFlexTwo__item {
    width: 100%;
  }
  .c-widCon {
    padding: 0 16px;
  }
}

/*HEADING----------------------------------------------------------------------------*/
.c-heading {
  color: #00526f;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: .04em
}
.c-heading__sub {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}
.c-heading__main {
  font-size: 35px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.c-heading__main::before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eff7f7; /* Old browsers */
  background: -moz-linear-gradient(top, #eff7f7 0%, #f9fcfc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eff7f7 0%,#f9fcfc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eff7f7 0%,#f9fcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7f7', endColorstr='#f9fcfc',GradientType=0 ); /* IE6-9 */
}
.c-sec--noBg .c-heading__main::before {
  background: #00526f; /* Old browsers */
  background: -moz-linear-gradient(top, #00526f 0%, #fcd006 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00526f 0%,#fcd006 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00526f 0%,#fcd006 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00526f', endColorstr='#fcd006',GradientType=0 ); /* IE6-9 */
}
.c-midSecHeading {
  text-align: center;
  margin-bottom: 1em;
  color: #00526f;
  font-size: 22px;
}
.c-border {
  border-top: 3px solid #004c8c;
  width: 212px;
  margin: 50px auto;
}

@media screen and (max-width: 750px) {
  .c-heading {
    margin-bottom: 20px;
  }
  .c-heading__sub {
    font-size: 3.5vw;
    margin-bottom: 10px;
  }
  .c-heading__main {
    font-size: 6vw;
    padding-bottom: 17px;
  }
  .c-midSecHeading {
    font-size: 16px;
  }
}

/*TEXT----------------------------------------------------------------------------*/
.c-sTxt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.c-mTxt {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.c-lTxt {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.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: 750px) {
  .c-sTxt {
    font-size: 14px;
  }
  .c-mTxt {
    font-size: 14px;
  }
  .c-lTxt {
    font-size: 16px;
  }
  .p-message-txtBlock {
    display: block;
  }
  .p-message-txtBlock__item {
    width: 100%;
  }
  .c-catchTxt {
    font-size: 4vw;
  }
}

/*-------------------------------------------------------------------------------------
Project
--------------------------------------------------------------------------------------*/
/*IN HEADER----------------------------------------------------------------------------*/
/*header---------------*/
.p-header {
  width: 100%;
  position: fixed;/*    ヘッダーを画面上部にfixedする時、メニューを全て展開するとスクロールができなくなるので注意*/
  z-index: 1000;
  transition:0.6s ease-in-out;
}
.p-header.js-bgOn {
  background: rgba(255,255,255,.7);
}
.p-headerInner {
  width: 80%;
  max-width: 1366px;
  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;
}
/*logo---------------*/
.p-headerLogo {
  text-align: left;
}
.p-headerLogoLink {
  width: 190px;
  display: inline-block;
  padding: 0px 10px;
}
/*MENU BTN---------------*/
.p-headerBtn  {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-header {
    height: 55px;
  }
  .p-header.js-bgOn {
    background: none;
  }
  .p-header.js-bgOn--sp {
    background: rgba(255,255,255,.7);
  }
/*logo---------------*/
  .p-headerLogoLink {
    padding: 0;
    width: 130px;
  }
  .p-headerInner {
    width: 100%;
    height: 55px;
  }
  .p-headerBtn.js-active +.p-headerBg {
    display: block;
    width: 100%;
    padding-bottom: 300%;
    background: rgba(0,0,0,.40);
    position: absolute;
    top: 55px;
    opacity: 1;
  }
/*MENU BTN---------------*/
  .p-headerBtn {
    display: block;
    position: absolute;
    width: 30px;
    height: 26px;
    top: 13.5px;
    right: 16px;
    border-radius: 4px;
  }
  .p-headerBtnInner ,
  .p-headerBtn::before,
  .p-headerBtn::after {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #144c89;
    display: block;
    content: '';
    border-radius: 2px;
    transition:0.3s ease-in-out;
    margin: auto;
    left: 0;
    right: 0;
  }
  .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;
  flex-pack:distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.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: #144c89;
  padding: 13px 0;
  text-decoration: none;
  position: relative;
}
.p-headerNavListLink.js-navHere:hover ,
.p-headerNavInnerBtn.js-navHere:hover {
  color: #144c89;
}
.p-headerNavListLink.js-navHere::before ,
.p-headerNavInnerBtn.js-navHere::before{
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  background: #144c89;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}



.p-headerNavInnerBtn {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.p-headerNavInnerBtn:hover {
  color: #ffa800;
}
.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: #144c89;
  padding: 13px 0;
  text-decoration: none;
  display: block;
}
.p-headerNavInnerListLink:hover {
  background: #4f736a;
  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,.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) {
}

.p-deco01 {
  background-image: url("../images/deco_01_r01.png"),url("../images/deco_02_upper.png");
  background-size: 18.75% auto,21.66% auto;
  background-repeat: no-repeat,no-repeat;
  background-position: top right, bottom left;
}
.p-deco01Page {
  background: url("../images/page_title_bg-pc.png") no-repeat bottom #fff;
  background-size: 100% auto;
}
.p-deco02 {
  background-image: url("../images/deco_02_lower.png"),url("../images/deco_03_r01.png");
  background-size: 21.66% auto,32.58% auto;
  background-repeat: no-repeat,no-repeat;
  background-position: top left, bottom right;
}
.p-deco02Page {
  background-image: url("../images/page_bg-pc.png"),url("../images/deco_03_r01.png");
  background-size: 100% auto,32.58% auto;
  background-repeat: no-repeat,no-repeat;
  background-position: top left, bottom right;
}

@media screen and (max-width: 1000px) {
  .p-deco01 {
    background-image: url("../images/deco_01-sp.png"),url("../images/deco_02_upper.png");
    background-size: 10% auto,21.66% auto;
  }
  .p-deco01Page {
    background-image: url("../images/deco_01-sp.png"),url("../images/deco_02_upper.png");
    background-size: 10% auto,21.66% auto;
    background-repeat: no-repeat,no-repeat;
    background-position: top right, bottom left;
  }
  .p-deco02Page {
    background-image: url("../images/deco_02_lower.png"),url("../images/deco_03_r01.png");
    background-size: 21.66% auto,32.58% auto;
    background-repeat: no-repeat,no-repeat;
    background-position: top left, bottom right;
  }
}

/*TEASER VIS----------------------------------------------------------------------------*/
.p-mainVis {
  padding: 90px 0 55px;
  text-align: center;
  background-color: #fff;
}
.p-mainVisImg {
  width: 100%;
  max-width: 960px;
}
@media screen and (max-width: 750px) {
  .p-mainVis {
    padding: 55px 0 0;
  }
}

/*SLIDER----------------------------------------------------------------------------*/
.p-topSlider {
}
.p-topSliderList {
}
.p-topSliderList__item {
  line-height: 0;
}
.p-topSliderLink {
  display: block;
  line-height: 0;
  text-align: center;
}
.p-topSliderLink:hover {
  opacity: .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: 50px;
  height: 10px;
  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: #ffa800;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #144c89;
}

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


/*SHARE BTN----------------------------------------------------------------------------*/
.p-shareBtn {
  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;
  max-width: 477px;
  margin: 0 auto 73px;
}
.p-shareBtn__item {
}
.p-shareBtnLink {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 11px;
  box-sizing: border-box;
  display: inline-block;
  max-width: 158px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
}
.p-shareBtnLink:hover {
  color: #fff;
  opacity: .7;
}
.p-shareBtnLink.p-shareBtnLink--tw {
  background: url("../images/share_tw.png") left 24px center no-repeat #1da1f2;
  background-size: 22px auto;
  padding-left: 55px;
}
.p-shareBtnLink.p-shareBtnLink--fb {
  background: url("../images/share_fb.png") left 14px center no-repeat #235698;
  background-size: 18px auto;
  padding-left: 44px;
  max-width: 117px;
}
.p-shareBtnLink.p-shareBtnLink--line {
  background: url("../images/share_line.png") left 24px center no-repeat #01b833;
  background-size: 22px auto;
  padding-left: 58px;
}
@media screen and (max-width: 750px) {
  .p-shareBtn {
    margin: 0 auto 22px;
  }
  .p-shareBtnLink {
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 11px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 158px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
  }
  .p-shareBtnLink.p-shareBtnLink--tw {
    background: url("../images/share_tw.png") left 10px center no-repeat #1da1f2;
    background-size: 22px auto;
    padding-left: 34px;
  }
  .p-shareBtnLink.p-shareBtnLink--fb {
    background: url("../images/share_fb.png") left 7px center no-repeat #235698;
    background-size: 18px auto;
    padding-left: 32px;
  }
  .p-shareBtnLink.p-shareBtnLink--line {
    background: url("../images/share_line.png") left 12px center no-repeat #01b833;
    background-size: 22px auto;
    padding-left: 39px;
  }
}

/*TOP > message----------------------------------------------------------------------------*/
.p-message-txtBlock {
  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;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.p-message-txtBlock__item {
  width: 46%;
}
.p-message-txt {
  font-size: 15px;
  line-height: 2;
}
.p-message-txt + .p-message-txt {
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .p-message-txtBlock {
    display: block;
  }
  .p-message-txtBlock__item {
    width: 100%;
  }
  .p-message-txt {
    font-size: 3.9vw;
    line-height: 1.6;
  }
}

/*TOP > liveInfo----------------------------------------------------------------------------*/
.p-liveInfo-niceBandNotice {
  padding: 1rem;
  color: #00526f;
  border: 2px solid #00526f;
  margin-bottom: 2rem;
}
.p-liveInfo-sch {
  color: #00526F;
  text-align: left;
}
.p-liveInfo-schTerm {
  font-size: 35px;
  margin-bottom: .5em;
  font-weight: 500;
}
.p-liveInfo-schDesc {
  font-size: 20px;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.p-liveInfo-schDescTitle {
  background: #00526F;
  display: inline-block;
  color: #fff;
  padding: 0 1.6em;
  margin-right: 1em;
  font-weight: 500;
}
.p-liveInfo-archive {
  background: #00526F;
  color: #fff;
  text-align: center;
  padding: .3em;
  margin-top: .3em;
}
.p-liveInfo-thumvaHeading {
  color: #00526F;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.6;
}
.p-liveInfo-thumvaHeadingLink {
  margin-left: 3em;
  color: inherit;
}
.p-liveInfo-cautionHeading {
  text-align: center;
  font-size: 22px;
  color: #E60012;
  margin: 3em 0 .4em;
}
.p-liveInfo-cautionHeadingInner {
  display: inline-block;
  padding-bottom: .4em;
  border-bottom: 1px solid #E60012;
}
.p-liveInfo-thumvaGuide {
  font-size: 20px;
  line-height: 1.6;
}
.p-liveInfo-thumvaGuideLink {
  margin-left: 1em;
}
.p-midSecHeadingThumva {
  width: 148.5px;
  padding: 0 .5em;
}
.p-midSecHeadingMiruhako {
  width: 226px;
  padding: 0 .5em;
}
.p-midSecHeadingIichiko {
  width: 80%;
  max-width: 452px;
}
@media screen and (max-width: 750px) {
  .p-liveInfo-schTerm {
    font-size: 24px;
  }
  .p-liveInfo-schDesc {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p-liveInfo-schDescTitle {
    padding: 0;
    margin-right: 1em;
    width: 3.2em;
    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;
  }
  .p-liveInfo-thumvaHeading {
    font-size: 18px;
  }
  .p-liveInfo-thumvaHeadingLink {
    font-size: 16px;
    margin-left: 0;
    display: block;
  }
  .p-liveInfo-thumvaGuide {
    font-size: 20px;
    text-align: center;
  }
  .p-liveInfo-thumvaGuideLink {
    font-size: 15px;
    margin-left: 0;
    display: block;
  }
  .p-midSecHeadingThumva {
    width: 108px;
  }
  .p-midSecHeadingMiruhako {
    width: 140px;
  }
  .p-midSecHeadingIichiko {
    width: 100%;
    max-width: 226px;
  }
}
/*top > twitter----------------------------------------------------------------------------*/
.p-twitter {
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 750px) {
  .p-twitter {
    margin-bottom: 4rem;
  }

}
/*top > spotify----------------------------------------------------------------------------*/
.p-top-spotify {
  max-width: 500px;
  margin: 0 auto;
}
.p-top-spotify iframe {
  
}
.p-top-toPlaylist {
  margin-top: 8px;
  text-align: center;
}
.p-top-toPlaylistLink {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 1em 1em;
  border-radius: 24px;
  color: #fff;
  background: #004c8c;
  text-decoration: none;
}
.p-top-toPlaylistLink:hover {
  color: #fff;
  background: #ffa800;
}

/*top > sponsor----------------------------------------------------------------------------*/
.p-sponsor {
  text-align: center;
}
.p-sponsorList {
  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;
}
.p-sponsorList__item {
  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;
}
.p-sponsorLink {
  max-width: 180px;
  display: inline-block;
  padding: 1rem 20px;
}
.p-sponsorLink:hover {
  opacity: .6;
}
.p-sponsorLink.p-sponsorLink--iichiko {
  max-width: 270px;
}
@media screen and (max-width: 750px) {
  .p-sponsorList {
    display: block;
  }
}
/*top > TICKET/TICKET----------------------------------------------------------------------------*/
.c-midSecInner.p-ticket-midSecInner--iichiko {
  margin-bottom: 3rem;
  padding-right: 30%;
  background: url("../images/ticket/iichiko_present.jpg") center right 2rem no-repeat;
  background-size: 20% auto;
}
.p-ticket-type {
  margin-bottom: 2rem;
}
.p-ticket-type__item {
  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-type__item.p-ticket-type__item--miruhako {
  display: block;
}
.p-ticket-typeTerm {
  color: #00526F;
  font-weight: 500;
  font-size: 21px;
  width: 50%;
  line-height: 2;
}
.p-ticket-type__item.p-ticket-type__item--miruhako .p-ticket-typeTerm {
  width: auto;
  display: inline-block;
  font-size: 20px;
  padding-right: 1em;
}
.p-ticket-typeDesc {
  font-size: 16px;
}
.p-ticket-type__item.p-ticket-type__item--miruhako .p-ticket-typeDesc {
  display: inline-block;
}

.p-ticket-typeVis {
  text-align: center;
}
.p-ticket-typeVisImg {
  width: 80%;
}
.p-ticket-memorialVis {
  text-align: center;
}
.p-ticket-memorialVisImg {
  width: 80%;
  box-shadow: 2px 2px 7px rgba(0,0,0,.3);
}
.p-ticket-fcLogoList {
  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;
  margin-bottom: 30px;
}
.p-ticket-fcLogoList__item {
  max-width: 110px;
  width: 16.66%;
  width: -webkit-calc(100%/6);
  width: calc(100%/6);
}
.p-ticket-fcLogoListLink {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.p-ticket-fcLogoListImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-ticket-fcLogoListImg.p-ticket-fcLogoListImg--kyoko {
  max-width: 110px;
}
.p-ticket-fcLogoListImg.p-ticket-fcLogoListImg--yamazaki {
  max-width: 81.5px;
}
.p-ticket-fcLogoListImg.p-ticket-fcLogoListImg--sukima {
  max-width: 85px;
}
.p-ticket-fcLogoListImg.p-ticket-fcLogoListImg--hata {
  max-width: 110px;
}
.p-ticket-fcLogoListImg.p-ticket-fcLogoListImg--crew {
  max-width: 110px;
}
.p-ticket-fcList {
  line-height: 1.6;
  font-size: 14px;
}
.p-ticket-fcList__item {
  
}
.p-ticket-fcListLink {
  
}
.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-btnLink {
  background: #004c8c;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  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;
  background: #ffa800;
}
.p-ticket-btnLink::before {
  content: "";
  width: .4em;
  height: .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-btnLink.p-ticket-btnLink--close::before {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-ticket-type__item {
    display: block;
    margin-bottom: 1rem;
  }
  .p-ticket-typeTerm {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .c-midSecInner.p-ticket-midSecInner--iichiko {
    padding-right: 18px;
    padding-top: 10rem;
    background: url("../images/ticket/iichiko_present.jpg") top 1rem center no-repeat;
    background-size: auto 9rem;
  }
  .p-ticket-type {
    margin-bottom: 2rem;
  }
  .p-ticket-typeTerm {
    font-size: 18px;
  }
  .p-ticket-typeDesc {
    font-size: 14px;
  }
  .p-ticket-typeVisImg {
    width: 100%;
  }
  .p-ticket-fcLogoList {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .p-ticket-fcLogoList__item {
    max-width: 33.33%;
    width: 33.33%;
  }
  .p-ticket-fcLogoListImg {
    padding: .5rem;
    box-sizing: border-box;
  }
  .p-ticket-shopList__item {
    display: block;
  }
.p-ticket-shopListTerm {
  width: 100%;
  font-size: 16px;
}
.p-ticket-btnLink {
  font-size: 16px;
  width: 100%;
  display: block;
  padding: .5em;
}
.p-ticket-btnLink::before {
  width: .4em;
  height: .4em;
  right: 14px;
}
}
/*FOOTER----------------------------------------------------------------------------*/
.p-footer {
  padding: 45px 0 60px;
  background: #fff;
}
.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%;
}
.p-footerSnsListIcon {
}
.p-footerSnsListIcon.p-footerSnsListIcon--tw {
  max-width: 38px;
}
.p-footerSnsListIcon.p-footerSnsListIcon--fb {
  max-width: 36.5px;
}
.p-footerSnsListIcon.p-footerSnsListIcon--ig {
  max-width: 38px;
}
.p-footerSnsListIcon.p-footerSnsListIcon--line {
  max-width: 40px;
}
.p-footerSnsListIcon.p-footerSnsListIcon--yt {
  max-width: 43px;
}
.p-footerSnsListIcon.p-footerSnsListIcon--tt {
  max-width: 40px;
}
.p-footerCopyright {
  font-size: 10px;
  text-align: center;
}
.p-footer-toTopLink {
  background: #144c89;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  z-index: 1000;
  opacity: .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;
}
@media screen and (min-width: 750px) {
  .p-footer-toTopLink {
    display: none;
  }
}


/*auuP----------------------------------------------------------------------------*/
.p-auup-banner {
  margin: 0 1em 1em;
}
.p-auup-heading {
  font-size: 35px;
  line-height: 1.6;
  margin-bottom: 1em;
  color: #ff0080;
  text-align: center;
  font-weight: bold;
  padding: 0 1em;
}
.p-auup-innerSec {
  margin-bottom: 100px;
}
.p-auup-innerHeading {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 1em;
  color: #2466ba;
  text-align: center;
  font-weight: bold;
  padding: 0 1em;
}
.p-auup-txtWrap {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 1em;
}
.p-auup-liveOnlineLogo {
  margin: 1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-auup-innerSec {
    margin-bottom: 50px;
  }
  .p-auup-heading {
    font-size: 6vw;
  }
  .p-auup-innerHeading {
    font-size: 4.8vw;
  }
}







/*ARTIST----------------------------------------------------------------------------*/
.p-artist-sec {
  padding: 3rem 0;
}
.p-artist-sec + .p-artist-sec {
  border-top: dashed 3px #004c8c;
}
.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: #004c8c;
}
.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: dashed 3px #004c8c;
}
.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: #004c8c;
}
.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%);
  }
}


/*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:space-between;
  justify-content:space-between;
}
.p-news-list__item {
  margin-bottom: 22px;
}
.p-topNews-list .p-news-list__item {
  margin-bottom: 36px;
  width: 47.3%;
  box-sizing: border-box;
  background: #fff9de;
  box-shadow: 0px 0px 8px 4px rgba(0,0,0,.12);
  border-radius: 5px;
  overflow: hidden;
}
.p-news-list__item:last-child {
  margin-bottom: 0;
}
.p-topNews-list .p-news-list__item:last-child {
  margin-bottom: 36px;
}
.p-topNews-list .p-news-list__item:nth-child(2n-1) {
  margin-right: 2.7%;
}
.p-topNews-list .p-news-list__item:nth-child(2n) {
  margin-left: 2.7%;
}

.p-news-listLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
}
.p-news-listLink:hover {
  opacity: .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;
/*  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: .5em;
  color: #00526f;
}
.p-news-listTitle {
  color: #00526f;
  font-weight: 500;
  font-size: 19px;
  text-align: left;
  line-height: 1.4;
}
.p-topNews-list .p-news-listTitle {
  font-size: 21px;
  margin-bottom: .5em
}
.p-news-listDesc {
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}
/*個別ページ*/
.p-news {
  position: relative;
}
.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: #004c8c;
  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: 15px;
  text-align: left;
  margin-bottom: 1em;
  color: #000;
}
.p-news-title {
  color: #00526f;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 2em;
}
.p-news-photo {
  text-align: center;
}
.p-news-photoImg {
  max-height: 370px;
}
@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%;
  }
  .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;
  }
  .p-news-date {
    font-size: 16px;
  }
  .p-news-title {
    font-size: 22px;
  }
}

/*GOODS----------------------------------------------------------------------------*/
.p-goods-banner {
  
}
.p-goods-bannerLink:hover {
  opacity: .7;
  
}
.p-goods-flexbox{
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.p-goods-item{
  max-width: 33.3333%;
  padding: 10px 10px 20px;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
.p-goods-item.p-goods-item--50p {
  max-width: 50%;
}
@media screen and (max-width: 750px){
  .p-goods-item{max-width: 50%;}
}
.p-goods-item:hover{opacity: 0.6;}
.p-goods-item2x{max-width:100%;}
.p-goods-item2x img{width:50%;}
.p-goods-price{
  padding:0;
  color:#ffa800;
  font-size:85%;
}
/*SPONSOR（下層ページ）----------------------------------------------------------------------------*/
.p-sponsor-mainVis {
  max-width: 960px;
  margin: 0 auto;
}
.c-sec.p-sponsor-sec {
  border-radius: 0 0 5px 5px;
}
.p-sponsor-sHeading {
  background: #144c89;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  padding: .3em 1em;
}
.p-sponsor-btnLinkTw {
  background-color:#00aced;
}
.p-sponsor-btnLinkIg {
  background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}
@media screen and (max-width: 750px) {
  .p-sponsor-sHeading {
    font-size: 16px;
  }
}

/*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: .7;
}
/*IE対応----------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  .p-sec--twitter {
    display: none;
  }
}

/*KIDS----------------------------------------------------------------------------*/
.p-kids-nurie {
  text-align: center;
  margin-bottom: 1rem;
}
.p-kids-nurieImg {
  box-shadow: 3px 3px 8px rgba(0,0,0,.50);
}

/*FOOD----------------------------------------------------------------------------*/
.c-sec.p-food-sec {
  padding: 70px 0 115px;
  margin-bottom: 70px;
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.p-food-intro {
  padding: 0 96px;
  margin-bottom: 90px;
}
.p-food-txt {
  font-size: 15px;
  line-height: 1.95;
  margin-bottom: 1.5em;
}
.p-food-subSec {
  margin-bottom: 120px;
}
.p-food-subSecHeading {
  text-align: center;
  font-size: 26px;
  line-height: 2;
  position: relative;
  z-index: 100;
}
.p-food-subSecHeadingInner {
  position: relative;
}
.p-food-subSecHeadingInner::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -95px;
}
.p-food-subSecHeadingInner.p-food-subSecHeadingInner--kurashiru::before {
  width: 116px;
  height: 44.5px;
  background: url("../images/service/food/at_home.png") center no-repeat;
  background-size: 100% auto;
}
.p-food-subSecHeadingInner.p-food-subSecHeadingInner--jh::before {
  width: 110.5px;
  height: 46px;
  background: url("../images/service/food/at_shop.png") center no-repeat;
  background-size: 100% auto;
}
.p-food-catchTxt {
  text-align: left;
  font-size: 24px;
  line-height: 1.875;
}
.p-food-subSecIntro {
  position: relative;
  z-index: 10;
  padding: 50px 16px;
  margin-bottom: 1rem
}
.p-food-subSecIntro::before {
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-2.8deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height:100%;
}
.p-food-subSecIntro.p-food-subSecIntro--kurashiru::before {
  background:#dbb34d;
}
.p-food-subSecIntro.p-food-subSecIntro--jh::before {
  background:#3dbcc7;
}
.p-food-collaboLogo {
  text-align: center;
  margin-bottom: 2rem;
}
.p-food-collaboLogoImg.p-food-collaboLogoImg--kurashiru {
  width: 255px;
}
.p-food-collaboLogoImg.p-food-collaboLogoImg--jh {
  width: 285px;
}
.p-food-lineupComingSoon {
  font-size: 18px;
  line-height: 1;
  padding: 1.83em;
  box-sizing: border-box;
  width: 384px;
  border: 1px solid;
  text-align: center;
  margin: 0 auto 35px;
}
.p-food-lineupComingSoonInner {
  margin-right: 3.5em;
}
.p-food-lineupComingSoon.p-food-lineupComingSoon--kurashiru {
  color: #dbb34d;
}
.p-food-lineupComingSoon.p-food-lineupComingSoon--jh {
  color: #3dbcc7;
}
.p-food-logo {
  text-align: center;
  margin-bottom: 50px;
}
.p-food-logoLink:hover {
  opacity: .7;
}
.p-food-logoImg.p-food-logoImg--kurashiru {
  width: 169px;
}
.p-food-logoImg.p-food-logoImg--jh {
  width: 202px;
}
.p-food-popup {
  padding: 2rem 96px;
}
.p-food-popupHeading {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
}
.p-food-popupInfo {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
  color: #004e90;
  margin-bottom: 1em;
}
.p-food-popupInfoInner {
}
.p-food-popupInfoTerm {
  display: inline;
}
.p-food-popupInfoDesc {
  display: inline;
}
.p-food-popupDetail {
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 3rem
}
.p-food-popupAccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p-food-popupAccessPhoto {
  width: 54.4%;
}
.p-food-popupAccessPhotoImg {
  width: 100%;
}
.p-food-popupAccessPhotoCap {
  font-size: 10px;
  margin-top: 3px;
}
.p-food-popupAccessInfo {
  width: 45.6%;
  padding-left: 1em;
  font-size: 15px;
  line-height: 2;
}
.p-food-jhIichiko {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 100px 30px 30px;
  border-top: 4px solid #3dbcc7;
  border-bottom: 4px solid #3dbcc7;
  background: url(../images/ticket/iichiko_present.jpg) center right 10% no-repeat;
  background-size: 10% auto;
}
.p-food-jhIichikoHeading {
  font-size: 20px;
  margin-bottom: 1em;
}
.p-food-jhIichikoInner {
  font-size: 16px;
  line-height: 2;

}
.p-food-subSecNoticeOuter {
  padding: 0 96px;
}
.p-food-subSecNotice {
  padding: 45px 30px 30px;
  border: 1px solid #bcbcbc;
}
.p-food-subSecNoticeTxt {
  font-size: 13px;
  line-height: 29px;
  margin-bottom: 1em;
  text-align: left;
}
.p-food-kurashiruColor {
  color: #dbb34d;
}
.p-food-arigadon {
  margin: 2rem auto;
  max-width: 627px;
  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-food-arigadon__item {
  width: 47.8%;
}
.p-food-arigadonImg {
  width: 300px;
}
.p-food-btn {
  text-align: center;
}
.p-food-btnLink {
  max-width: 545px;
  box-sizing: border-box;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  padding: 1.4em;
  position: relative;
  border-radius: 10px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.p-food-btnLink.p-food-btnLink--kurashiru {
  border: 2px solid #dbb34d;
  color: #000;
}
.p-food-btnLink.p-food-btnLink--kurashiru:hover {
  color: #000;
}
.p-food-btnLink.p-food-btnLink--jhMenu {
  background: #3dbcc7;
  color: #fff000;
}
.p-food-btnLink.p-food-btnLink--jhMenu:hover {
  color: #fff000;
}
.p-food-btnLink.p-food-btnLink--jhGoods {
  background: #fff000;
  color: #3dbcc7;
}
.p-food-btnLink.p-food-btnLink--jhGoods:hover {
  color: #3dbcc7;
}
.p-food-btnLink::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .8em;
  margin: auto;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
.p-food-btnLink:hover.p-food-btnLink::before {
  right: .3em;
}
.p-food-btnLink.p-food-btnLink--kurashiru::before {
  background: url("../images/service/food/btn_arrow_kurashiru.png") center center no-repeat;
  background-size: 9px auto;
}
.p-food-btnLink.p-food-btnLink--jhMenu::before {
  background: url("../images/service/food/btn_arrow_jh-menu.png") center center no-repeat;
  background-size: 9px auto;
}
.p-food-btnLink.p-food-btnLink--jhGoods::before {
  background: url("../images/service/food/btn_arrow_jh-goods.png") center center no-repeat;
  background-size: 9px auto;
}
.p-food-aboutKurashiru {
  border:3px solid #dbb34d;
  padding: 35px;
}
.p-food-kurashiruSmallHeading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p-food-kurashiruSmallHeadingInner {
  border-bottom: 3px solid #dbb34d;
}
.p-food-arigadonEntry {
  
}
.p-food-arigadonEntry__item {
  border: 3px solid #f6a29a;
  position: relative;
  padding: 15px;
}
.p-food-arigadonEntry__item + .p-food-arigadonEntry__item {
  margin-top: 70px;
}
.p-food-arigadonEntry__item + .p-food-arigadonEntry__item::before,
.p-food-arigadonEntry__item + .p-food-arigadonEntry__item::after {
  content: "";
  background: #f6a29a;
  width: 2rem;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  margin: auto;
  top: -40px;
}
.p-food-arigadonEntry__item + .p-food-arigadonEntry__item::before {
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  left: 50%;
  margin-left:-4px;
}
.p-food-arigadonEntry__item + .p-food-arigadonEntry__item::after {
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  right: 50%;
  margin-right:-4px;
}
.p-food-arigadonEntryTxt {
  font-size: 15px;
  text-align: left;
  line-height: 2;
  margin-bottom: .5em;
}
.p-food-arigadonEntryTxt.p-food-arigadonEntryTxt--large {
  font-size: 18px;
  font-weight: bold;
}
.p-food-noticeTxt {
  font-size: 15px;
  line-height: 1.13;
  margin-bottom: 1em;
}
.p-food-jhBtns {
  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;
}
.p-food-jhBtns__item {
  width: 48%;
}
.p-food-aboutJh {
  border: 2px solid #3dbcc7;
  padding: 25px;
  margin-bottom: 3rem;
}
.p-food-aboutJhHeading {
  color: #3dbcc7;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: .6em;
  text-align: center;
}
.p-food-aboutJhInner {
  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-food-aboutJhPhoto {
  width: 37%;
}
.p-food-aboutJhInfo {
  width: 63%;
  padding-left: 14px;
  letter-spacing: 1px;
  text-align: left;
}
.p-food-aboutJhInfoDate {
  color: #004e90;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 1em;
}
.p-food-aboutJhInfoDateTerm,
.p-food-aboutJhInfoDateDesc {
  display: inline;
}
.p-food-aboutJhInfoCaution {
  color: #f95050;
  font-size: 14px;
  line-height: 2;
}
.p-food-aboutJhInfoOthers {
  font-size: 12px;
  line-height: 1.9;
}
.p-food-jhSec {
  position: relative;
}
.p-food-takeoutNotice {
  padding: 1em;
  font-size: 22px;
  line-height: 1.72;
  text-align: left;
  color: #004e90;
  border: 2px solid #004e90;
}
.p-food-takeoutNoticeSmallLetter {
  font-size: 70%;
}
.p-food-jhHeading {
  text-align: left;
  padding: 30px 0;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
}
.p-food-jhHeading.p-food-jhHeading--menu::before {
  position: absolute;
  content: "";
  background: url("../images/service/food/menu.png") left top no-repeat;
  background-size: 100% auto;
  width: 86px;
  height: 36px;
  top: 0;
  left: -26px;
}
.p-food-jhHeading.p-food-jhHeading--goods::before {
  position: absolute;
  content: "";
  background: url("../images/service/food/goods.png") left top no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 51px;
  top: -15px;
  left: -26px;
}
.p-food-jhHeadingSub {
  font-size: 20px;
  display: block;
  line-height: 1.8;
}
.p-food-jhHeadingMain {
  border-bottom: 3px solid #3dbcc7;
  font-size: 24px;
  line-height: 1.8;
}
.p-food-jhAncBtn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -96px;
  width: 256px;
  border-radius: 10px 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.p-food-jhAncBtn.p-food-jhAncBtn--toGoods {
  color: #3dbcc7;
  background: #fff000;
  padding: 1em 1em 2em;
}
.p-food-jhAncBtn.p-food-jhAncBtn--toMenu {
  color: #fff000;
  background: #3dbcc7;
  padding: 2em 1em 1em;
}
.p-food-jhAncBtn::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition:0.3s ease-in-out;
}
.p-food-jhAncBtn:hover.p-food-jhAncBtn--toGoods::before {
  bottom: 4px;
}
.p-food-jhAncBtn:hover.p-food-jhAncBtn--toMenu::before {
  top: 4px;
}
.p-food-jhAncBtn.p-food-jhAncBtn--toGoods::before {
  bottom: 15px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("../images/service/food/btn_arrow_jh-goods.png") center center no-repeat;
  background-size: auto 100%;
}
.p-food-jhAncBtn.p-food-jhAncBtn--toMenu::before {
  top: 15px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: url("../images/service/food/btn_arrow_jh-menu.png") center center no-repeat;
  background-size: auto 100%;
}
.p-food-jhMidHeading {
  position: relative;
  text-align: center;
}
.p-food-jhMidHeading::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.p-food-jhMidHeadingInner {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 37px;
  letter-spacing: .1em;
  line-height: 1;
  font-weight: 400;
  padding: .2em .5em 0 .6em;
  background: #fff;
  color: #3dbcc7;
}
.p-food-jhMenu {
  border-bottom: 1px solid #3dbcc7;
  padding-bottom: 2rem;
}
.p-food-jhMenu.p-food-jhMenu--last {
  border-bottom: none;
}
.p-food-jhMenuArtist {
  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;
  padding: 2rem 0 0;
}
.p-food-jhMenuArtistPhoto {
  width: 50%;
  text-align: right;
}
.p-food-jhMenuArtistPhotoImg {
  max-width: 200px;
}
.p-food-jhMenuArtistName {
  width: 50%;
  font-size: 25px;
  line-height: 1;
  text-align: left;
  padding-left: 1em;
  box-sizing: border-box;
  font-weight: bold;
}
.p-food-jhLineup {
  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;
}
.p-food-jhLineup.p-food-jhLineup--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-food-jhLineup__item {
  width: 340px;
  text-align: left;
  margin-top: 2rem;
}
.p-food-jhLineupPhoto {
  margin-bottom: 1rem;
  position: relative;
}
.p-food-jhLineupPhotoOnImg {
  position: absolute;
  z-index: 10;
}
.p-food-jhLineupPhotoOnImg.p-food-jhLineupPhotoOnImg--shappo {
  width: 132px;
  top: -60px;
  right: -66px;
}
.p-food-jhLineupPhotoOnImg.p-food-jhLineupPhotoOnImg--hata {
  width: 122px;
  top: -30px;
  right: -61px;
}
.p-food-jhLineupName {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: .3em;
  font-weight: bold;
}
.p-food-jhLineupNameSub {
  font-size: 18px;
}
.p-food-jhLineupNameSmallLetter {
  font-size: 14px;
}
.p-food-jhLineupAlcohol {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #3dbcc7;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 10px;
}
.p-food-jhLineupPrice {
  font-size: 18px;
  margin-bottom: 1rem;
}
.p-food-jhLineupDesc {
  font-size: 14px;
  line-height: 1.8;
}
.p-food-jhGoodsCateHeading {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.p-food-jhPaymentNotice {
  text-align: left;
  padding: 30px;
  border: 2px solid #e8385f;
}
.p-food-jhPaymentNoticeHeading {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1em;
  color: #e8385f;
  line-height: 2;
}
.p-food-jhPaymentNoticeTxt {
  font-size: 14px;
  line-height: 2;
}
.p-food-jhPaymentBrand {
  margin-right: 2em;
  word-break: normal;
  display: inline-block;
}
/*shappo==================================================================================*/
.p-food-shappo {
  padding: 40px 0;
  background: #edf4f9;
  border: 4px solid #92b5d3;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5rem;
}
.p-food-shappoHeader {
  width: 30%;
  padding: 0 30px 0 40px;
  box-sizing: border-box;
  border-right: 1px solid #92b5d3;
  text-align-last: center;
}
.p-food-shappoHeading {
  margin-bottom: .5rem;
}
.p-food-shappoHeadingImg {
  
}
.p-food-shappoIllust {
  margin-bottom: .5rem;
  padding-left: 5%;
}
.p-food-shappoIllustImg {
  max-width: 111px;
}
.p-food-shappoTw {
  
}
.p-food-shappoTwIcon {
  width: 18px;
  vertical-align: middle;
  padding-top: 3px;
}
.p-food-shappoTwLink {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  text-decoration: none;
}
.p-food-shappoTxt {
  width: 70%;
  box-sizing: border-box;
  padding: 0 30px 0 30px;
}
.p-food-shappoTxtCatch {
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1em;
}
.p-food-shappoTxtCatchLargeLetter {
 font-size: 22px;
}
.p-food-shappoTxtBgTree {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
  padding-right: 52%;
  background: url("../images/service/food/shappo_tree.png") right center no-repeat;
  background-size: 48% auto;
}
/*==================================================================================*/
.p-food-krsrResipeSec {
  border-bottom: 1px solid #dbb34d;
  padding:1rem 0 3rem;
}
.p-food-krsrResipeSec.p-food-krsrResipeSec--last {
  border-bottom: none;
}
.p-food-recipe {
  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;
  margin: 2rem auto;
}
.p-food-recipe + .p-food-recipe {
  margin-top: 3rem
}
.p-food-recipePhoto ,
.p-food-recipeInfo {
  width: 340px;
  text-align: left;
  position: relative;
}
.p-food-recipeInfo .p-food-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-food-recipeName {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: .3em;
  font-weight: bold;
}
.p-food-recipeNameSub {
  font-size: 18px;
}
.p-food-recipeDesc {
  font-size: 14px;
  line-height: 1.8;
}
.p-food-spMovie {
}
.p-food-spMovieLink {
  position: relative;
  text-decoration: none;
  transition:0.3s ease-in-out;
  display: block;
  border: 10px solid #dbb34d;
  line-height: 0;
}
.p-food-spMovieImg {
}
.p-food-spMovieLink:hover {
  opacity: .7;
}
.p-food-spMovieTxt {
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 2rem;
  font-size: 1.5rem;
  color: #fff;
  background: #dbb34d;
  display: block;
  padding: 1rem 3rem 1rem 1rem;
  border-radius: 10px 0 0 10px;
  box-shadow: -5px 0px 5px rgba(0,0,0,.2);
}
.p-food-spMovieTxt::before {
  content: "";
  position: absolute;
  margin: auto;
  right: 1rem;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
}

.p-food-krsrFooter {
  text-align: center;
}
.p-food-krsrFooterLink {
  padding: .4rem;
  display: inline-block;
}
.p-food-krsrFooterlogoImg {
  width: 128px;
}
@media screen and (max-width: 1000px) {
  .p-food-jhBtns {
    display: block;
  }
  .p-food-jhBtns__item {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .p-food-jhLineup {
    display: block;
  }
  .p-food-jhLineup__item {
    max-width: 340px;
    width: 100%;
    margin: 2rem auto 0;
  }
  .p-food-resipe {
    display: block;
  }
  .p-food-recipePhoto ,
  .p-food-recipeInfo {
    max-width: 340px;
    width: 100%;
    margin: 0 auto 1rem;
  }
.p-food-recipeInfo .p-food-btn {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}
}

@media screen and (max-width: 750px) {
  .c-sec.p-food-sec {
    padding: 45px 0;
  }
  .p-food-intro {
    padding: 0 16px;
    margin-bottom: 45px;
  }
  .p-food-subSecHeading {
    font-size: 20px;
  }
  .p-food-subSecHeadingInner::before {
    content: "";
    position: absolute;
    bottom: -35px;
    right: -6px;
  }
  .p-food-subSecHeadingInner.p-food-subSecHeadingInner--kurashiru::before {
    width: 92.8px;
    height: 35.6px;
  }
  .p-food-subSecHeadingInner.p-food-subSecHeadingInner--jh::before {
    width: 88.4px;
    height: 36.8px;
  }
  .p-food-catchTxt {
    font-size: 20px;
  }
  .p-food-subSecIntro {
    padding: 50px 16px;
    margin-bottom: 1rem
  }
  .p-food-subSecIntro::before {
    transform: skewY(-4.5deg);
  }
  .p-food-lineupComingSoon {
    font-size: 16px;
    padding: 1.8em 1em;
    width: 90%;
    margin: 0 auto 35px;
  }
  .p-food-popup {
    padding: 2rem 16px;
  }
  .p-food-popupHeading {
    font-size: 20px;
  }
  .p-food-popupInfo {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-food-popupInfoInner + .p-food-popupInfoInner {
    margin-top: 1em;
  }
  .p-food-popupInfoTerm {
    display: block;
    font-weight: bold;
  }
  .p-food-popupInfoDesc {
    display: block;
  }
  .p-food-popupAccess {
    display: block;
  }
  .p-food-popupAccessPhoto {
    width: 100%;
  }
  .p-food-popupAccessInfo {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 2;
  }
.p-food-jhIichiko {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 20px 140px 20px;
  border-top: 4px solid #3dbcc7;
  border-bottom: 4px solid #3dbcc7;
  background: url(../images/ticket/iichiko_present.jpg) bottom 10px center no-repeat;
  background-size: auto 120px;
}
.p-food-jhIichikoHeading {
  font-size: 18px;
  margin-bottom: 1em;
  text-align: center;
}
.p-food-jhIichikoInner {
  font-size: 14px;
}
  .p-food-subSecNoticeOuter {
    padding: 0 16px;
  }
  .p-food-subSecNotice {
    padding: 20px 16px;
    border: 1px solid #bcbcbc;
  }
  .p-food-subSecNoticeTxt {
    font-size: 14px;
    line-height: 1.4;
  }
  .p-food-btnLink {
    font-size: 15px;
    padding: 1.4em 1em;
  }
  .p-food-btnLink::before {
    right: .5em;
  }
  .p-food-aboutKurashiru {
    padding: 16px;
  }
  .p-food-jhMidHeadingInner {
    font-size: 24px;
  }
  .p-food-jhMenuArtistPhoto {
    width: 25%;
    text-align: right;
  }
  .p-food-jhMenuArtistPhotoImg {
    max-width: 200px;
    width: 100%;
  }
  .p-food-jhMenuArtistName {
    width: 75%;
    font-size: 17px;
  }
  .p-food-aboutJh {
    padding: 16px;
  }
  .p-food-aboutJhInner {
    display: block;
  }
  .p-food-aboutJhPhoto {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-food-aboutJhInfo {
    width: 100%;
    padding-left: 0;
    letter-spacing: 0px;
  }
  .p-food-jhAncBtn {
    display: block;
    position: relative;
    margin: 0 auto 2rem;
    width: 280px;
    border-radius: 10px;
    font-size: 16px;
    text-align: left;
    right: auto;
    top: auto;
  }
  .p-food-jhAncBtn.p-food-jhAncBtn--toGoods,
  .p-food-jhAncBtn.p-food-jhAncBtn--toMenu {
    padding: 1em;
  }
  .p-food-jhAncBtn.p-food-jhAncBtn--toGoods::before ,
  .p-food-jhAncBtn.p-food-jhAncBtn--toMenu::before {
    left: auto;
    right: 1rem;
    bottom: 0;
    top: 0;
  }
  .p-food-jhLineupPhotoOnImg.p-food-jhLineupPhotoOnImg--shappo ,
  .p-food-jhLineupPhotoOnImg.p-food-jhLineupPhotoOnImg--hata {
    width: 80px;
    top: -20px;
    right: -20px;
  }
  .p-food-jhPaymentNotice {
    padding: 16px;
  }
  .p-food-jhPaymentNoticeHeading {
    font-size: 18px;
  }
/*shappo==================================================================================*/
  .p-food-shappo {
    padding: 20px;
    border-radius: 10px;
    display: block;
  }
  .p-food-shappoHeader {
    width: 100%;
    padding:0 0 20px 0;
    border-right: none;
    border-bottom: 1px solid #92b5d3;
    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-food-shappoHeading {
    width: 50%;
    text-align: center;
    margin-bottom: 0;
  }
  .p-food-shappoHeadingImg {
    width: 80%;
  }
  .p-food-shappoIllustWrap {
    width: 50%;
    text-align: center;
  }
  .p-food-shappoIllust {
    margin-bottom: 0;
    padding-left: 0;
  }
  .p-food-shappoIllustImg {
    max-width: 111px;
    width: 70%;
  }
  .p-food-shappoTw {

  }
  .p-food-shappoTwIcon {
    width: 18px;
    vertical-align: middle;
    padding-top: 3px;
  }
  .p-food-shappoTwLink {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
  }
  .p-food-shappoTxt {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .p-food-shappoTxtCatch {
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 1em;
  }
  .p-food-shappoTxtCatchLargeLetter {
   font-size: 20px;
  }
  .p-food-shappoTxtBgTree {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
    padding-right: 0;
    padding-bottom: 50%;
    background: url("../images/service/food/shappo_tree.png") center bottom no-repeat;
    background-size: 49% auto;
  }
/*==================================================================================*/
  .p-food-spMovieLink {
    border: 5px solid #dbb34d;
  }
  .p-food-spMovieTxt {
    line-height: 1;
    text-align: center;
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 1rem;
    color: #fff;
    background: #dbb34d;
    display: block;
    padding: 10px;
    font-weight: bold;
    border-radius: 0px;
    box-shadow: none;
  }
  .p-food-spMovieTxt::before {
    content: "";
    position: absolute;
    margin: auto;
    right: 1rem;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
  }
}

/*-------------------------------------------------------------------------------------
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-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-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;}
}

/*スマホでのみ表示（※ブロック要素）*/
.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;
}

