@charset "UTF-8";

/* common */
.pane-left-menu {
  display: none;
}
.pane-right-menu {
  display: none;
}
.container {
  width: 100%;
}
.pane-contents {
  padding-bottom: 0;
}
.block-header-frame {
  border-bottom: none;
}

html[data-browse-mode="P"] .sp {
  display: none;
}
html[data-browse-mode="S"] .pc {
  display: none;
}


html[data-browse-mode="S"] .wrapper {
  overflow-x: hidden;
}
html[data-browse-mode="S"] .block-event-page--goods {
  margin-bottom: 0;
}



/* oshitabi */
.header-bottom {
  width: 100%;
  height: 6px;
  background: #FABD00;
}





/**************************
  ラブライブ
**************************/
/* common */
.lovelive {
  background: url(/img/event/oshitabi/lovelive/bk_image.png);
  padding-top: 70px;
  font-family: "Noto Sans JP", sans-serif;
  color: #712719;
  /* padding-bottom: 500px; */
  position: relative;
}
.lovelive > div {
  max-width: 1440px;
  min-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.campaign > div {
  padding-top: 70px;
  position: relative;
}
.sec_ttl {
  text-align: center;
  color: #fff;
  background: rgba(8,163,150,0.61);
  border-radius: 28px 28px 0 0;
  font-size: 28px;
  font-weight: bold;
  padding: 6px;
  position: relative;
  margin: 0;
}
.sec_inner {
  padding: 50px 50px 0;
}
.sec_desc {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 2.4;
  margin-bottom: 40px;
}
.sec_ttl_baloon {
  position: absolute;
  width: 176px;
  top: 10px;
  left: 12px;
}
@media screen and (max-width: 1200px) {
  .sec_ttl_baloon {
    width: 160px;
    top: 20px;
    left: 10px;
  }
}

html[data-browse-mode="S"] .lovelive {
  background: url(/img/event/oshitabi/lovelive/bk_image_sp.png);
  background-size: contain;
  padding-top: 0px;
  padding-bottom: calc((220 / 375) * 100vw);
}
html[data-browse-mode="S"] .lovelive > div {
  min-width: initial;
}
html[data-browse-mode="S"] .sec_ttl {
  font-size: 20px;
  padding: 6px;
  padding-left: 24px;
}
html[data-browse-mode="S"] .sec_inner {
  padding: 35px 14px 0;
}
html[data-browse-mode="S"] .sec_desc {
  font-size: 16px;
  line-height: 1.88;
  margin-bottom: 32px;
}
html[data-browse-mode="S"] .sec_ttl_baloon {
  width: 88px;
  top: 10px;
  left: -10px;
  top: 56px;
}

.lovelive .campaign {
  max-width: 1200px;
  min-width: 1100px;
  width: 95%;
  margin: 60px auto 0;
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 50px 50px 150px;
}
html[data-browse-mode="S"] .lovelive .campaign {
  min-width: initial;
  margin-top: 40px;
  border-radius: 20px;
  padding: 0px 0px 150px;
}

/* campaign top */
div.campaign_top {
  position:relative;
  text-align: center;
  padding-top: 200px;
}
.campaign_ttl_wrapper {
  position: absolute;
  text-align: center;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.campaign_top_logos {
  display: flex;
  justify-content: space-between;
  width: 485px;
  margin: 30px auto;
  align-items: center;
}
.campaign_top_logo_lovelive {
  width: 230px;
}
.campaign_top_logo_market {
  width: 240px;
}
.campaign_top_desc {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 0.06em;
}

html[data-browse-mode="S"] div.campaign_top {
  padding-top: 50px;
}
html[data-browse-mode="S"] .campaign_ttl {
  padding: 0;
}
html[data-browse-mode="S"] .campaign_ttl_wrapper {
  top: -100px;
}
html[data-browse-mode="S"] .campaign_top_logos {
  width: 85%;
  margin: 20px auto 30px;
}
html[data-browse-mode="S"] .campaign_top_logo_lovelive {
  width: 45%
}
html[data-browse-mode="S"] .campaign_top_logo_market {
  width: 50%;
  display: grid;
}
html[data-browse-mode="S"] .campaign_top_desc {
  font-size: 16px;
  line-height: 1.88;
}


/* event */
.campaign_event .sec_ttl::before {
  content: none;
}
.campaign_event .sec_inner {
  padding-right: 45px;
}
.event_inner {
  display: flex;
  gap: 45px;
}
.event_img {
  width: 322px;
}
.event_img img {
  width: 100%;
}
.event_img_text {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
}
.event_img_link {
  display: block;
  width: 100%;
  border: 1px solid #712719;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #712719;
  margin-top: 24px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.event_img_link::after {
  content:"";
  width: 8px;
  height: 8px;
  border-top: 1px solid #712719;
  border-right: 1px solid #712719;
  position: absolute;
  top: 54%;
  right: calc(50% - 120px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.event_detail {
  font-weight: bold;
}
.event_detail_ttl {
  font-size: 22px;
  margin-top: 0;
  font-weight: bold;
}
.event_detail_sttl {
  font-size: 22px;
  margin-top: 0;
}
.event_detail_desc {
  margin-top: 30px;
  line-height: 2;
  font-size: 17px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .event_inner {
  flex-wrap: wrap;
  gap: 20px;
}
html[data-browse-mode="S"] .campaign_event .sec_ttl {
  padding-left: 6px;
}
html[data-browse-mode="S"] .event_img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
html[data-browse-mode="S"] .event_img img {
  width: 85%
}
html[data-browse-mode="S"] .event_img_text {
  font-size: 11px;
  margin-top: 8px;
}
html[data-browse-mode="S"] .event_detail {
  text-align: center;
}
html[data-browse-mode="S"] .event_detail_ttl {
  font-size: 20px;
}
html[data-browse-mode="S"] .event_detail_sttl {
  font-size: 16px;
}
html[data-browse-mode="S"] .event_detail_desc {
  margin-top: 25px;
  font-size: 16px;
}
html[data-browse-mode="S"] .event_img_link {
  margin-bottom: 40px;
  width: 85%;
  margin: 24px auto 0;
}


/* 沼津地元愛物産展 */
.campaign_booth_item .sec_inner {
  padding: 50px 25px;
}
.booth_item_top {
  text-align: center;
  margin-bottom: 60px;
}
.booth_item_top .sec_desc {
  margin-bottom: 20px
}
.booth_item_top_link a {
  width: 260px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 30px auto 0;
  background: #F39800;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 23px;
  position: relative;
}
.booth_item_top_link a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.booth_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 16px;
  padding: 0 25px;
}
.booth_item {
  width: calc((100% - 32px) / 3);
  text-align: center;
  padding: 12px 15px 0;
}
.booth_item_img img {
  width: 205px;
  height: auto;
}
.booth_item_txt {
  margin-top: 12px;
}
.booth_item_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.booth_item_desc {
  margin-top: 8px;
  font-size: 14px;
}
.booth_item_link a {
  width: 260px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 16px auto 0;
  background: #F39800;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 23px;
  position: relative;
}
.booth_item_link a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
}
html[data-browse-mode="P"] .campaign_booth_item {
  margin-top: 40px;
}
html[data-browse-mode="S"] .campaign_booth_item .sec_inner {
  padding-right: 12px;
  padding-left: 12px;
}
html[data-browse-mode="S"] .booth_item_sec_ttl {
  padding-left: 70px;
}
html[data-browse-mode="S"] .booth_item_list {
  gap: 35px 10px;
  padding: 0;
}
html[data-browse-mode="S"] .booth_item {
  width: calc((100% - 10px) / 2);
  padding: 0;
}
html[data-browse-mode="S"] .booth_item_txt {
  margin-top: 6px;
}
html[data-browse-mode="S"] .booth_item_ttl {
  font-size: 15px;
}
html[data-browse-mode="S"] .booth_item_desc {
  font-size: 10px;
  text-align: left;
}
html[data-browse-mode="S"] .booth_item_link a {
  width: 100%;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
}
html[data-browse-mode="S"] .booth_item_link a::after {
  width: 6px;
  height: 6px;
}
html[data-browse-mode="S"] .booth_item_top {
  margin-bottom: 30px;
}
html[data-browse-mode="S"] .booth_item_top_link a {
  width: 80%;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
html[data-browse-mode="S"] .booth_item_top_link a::after {
  width: 6px;
  height: 6px
}


/* 沼津地元愛物産展 購入方法 */
.booth_item_box {
  border: 2px solid #E4007F;
  border-top: none;
  margin-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.booth_item_box_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  margin-top: 30px;
  top: -35px;
  line-height: 2.2
}
.booth_item_box_ttl::before {
  content:"";
  height: 2px;
  width: 28%;
  background: #E4007F;
  position: absolute;
  top: 35px;
  left:0;
}
.booth_item_box_ttl::after {
  content:"";
  height: 2px;
  width: 28%;
  background: #E4007F;
  position: absolute;
  top: 35px;
  right:0;
}
.booth_item_box_desc {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin-top: -30px;
  margin-bottom: 30px;
}

.booth_item_box_items {
  display: flex;
  padding: 0 100px 0;
  gap: 24px;
}
.booth_item_box_item {
  width: calc((100% - 72px) / 3);
}

.booth_item_box_flow {
  text-align: center;
  position: relative;
  width: calc(100% - 200px);
  margin: 60px auto 0;
}
.booth_item_box_flow_ttl {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  background: #fff;
  position: relative;
  padding: 0 28px;
}
.booth_item_box_flow:before {
  content:"";
  width: 100%;
  height: 2px;
  background: #712719;
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 0;
}
.booth_item_box_flow_list {
  max-width: 800px;
  margin: 47.5px auto 0;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.booth_item_box_flow_item {
  width: calc((100% - 50px) / 2);
  height: auto;
  border: 1px solid #712719;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 30px 10px 40px;
}
.booth_item_box_flow_item_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
.booth_item_box_flow_item_desc span {
  font-weight: bold;
}
.booth_item_box_flow_item_icon {
  position: absolute;
  top: -10px;
  left: -16px;
  width: 44px;
}
.booth_item_box_flow_desc {
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
.booth_item_box_flow_desc span:before {
  content: "※";
  display: inline-block;
}

html[data-browse-mode="S"] .booth_item_box {
  margin-top: 10px;
  padding-bottom:  24px;
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .booth_item_box_ttl {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 10px;
  top: -30px
}
html[data-browse-mode="S"] .booth_item_box_ttl::before,
html[data-browse-mode="S"] .booth_item_box_ttl::after {
  width: 5%;
  top: 30px
}
html[data-browse-mode="S"] .booth_item_box_desc {
  font-size: 13px;
  padding: 0 15px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .booth_item_box_items {
  padding: 0 5px;
  flex-wrap: wrap;
  gap: 15px;
}
html[data-browse-mode="S"] .booth_item_box_item {
  width: calc((100% - 20px) / 2)
}
html[data-browse-mode="S"] .booth_item_box_flow {
  width: calc(100% - 2px);
  margin-top: 30px;
}
html[data-browse-mode="S"] .booth_item_box_flow:before {
  top: 15px;
  height: 1px;
}
html[data-browse-mode="S"] .booth_item_box_flow_ttl {
  font-size: 20px;
}
html[data-browse-mode="S"] .booth_item_box_flow_list {
  width: 100%;
  margin-top: 30px;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
html[data-browse-mode="S"] .booth_item_box_flow_item {
  width: 90%;
  padding: 10px 15px;
}
html[data-browse-mode="S"] .booth_item_box_flow_item::after {
  right: initial;
  bottom: -22px;
  width: 13px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0,50% 100%);
}
html[data-browse-mode="S"] .booth_item_box_flow_item_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
html[data-browse-mode="S"] .booth_item_box_flow_item_icon {
  width: 50px;
  height: auto;
}
html[data-browse-mode="S"] .booth_item_box_flow_desc {
  font-size: 12px;
  text-align: left;
  padding: 0 10px;
  margin-top: 24px;
}
html[data-browse-mode="S"] .booth_item_box_flow_desc span {
  display: inline-flex;
}

/* 沼津地元愛物産展 商品下 */
.booth_item_limited {
  display: flex;
  margin-top: 90px
}
.booth_item_limited_left {
  width: 400px;
  height: 400px;
}
.booth_item_limited_left img {
  width: 400px;
  height: 400px;
}
.booth_item_limited_right {
  width: calc(100% - 400px);
  text-align: center;
  margin-top: -20px;
}
.booth_item_limited_right_desc {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-top: 24px;
}
html[data-browse-mode="S"] .booth_item_limited {
  flex-wrap: wrap;
  margin-top: 60px;
}
html[data-browse-mode="S"] .booth_item_limited_left {
  width: 100%;
  text-align: center;
  height: auto;
}
html[data-browse-mode="S"] .booth_item_limited_left img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
html[data-browse-mode="S"] .booth_item_limited_right {
  width: 100%;
  margin-top: 0;
}
html[data-browse-mode="S"] .booth_item_limited_right img {
  position: relative;
  width: calc(100% + 48px);
  max-width: initial;
  left: -27px;
}
html[data-browse-mode="S"] .booth_item_limited_right_desc {
  font-size: 16px;
}


/* 沼津地元愛物産展 購入方法 */
.booth_item_flow {
  text-align: center;
  position: relative;
  width: calc(100% - 50px);
  margin: 60px auto 0;
}
.booth_item_flow_ttl {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  background: #fff;
  position: relative;
  padding: 0 28px;
}
.booth_item_flow:before {
  content:"";
  width: 100%;
  height: 2px;
  background: #712719;
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 0;
}
.booth_item_flow_list {
  width: 685px;
  margin: 47.5px auto 0;
  display: flex;
  justify-content: center;
  gap: 61px;
}
.booth_item_flow_item {
  width: 183px;
  height: 183px;
  border: 1px solid #712719;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.booth_item_flow_item::after {
  content:"";
  width: 17px;
  height: 21px;
  background: #712719;
  clip-path:polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -40px;
}
.booth_item_flow_item:last-of-type::after {
  content: none;
}
.booth_item_flow_item_desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.booth_item_flow_item_icon {
  position: absolute;
  top:0;
  left: 0;
}
.booth_item_flow_desc {
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
.booth_item_flow_desc span:before {
  content: "※";
  display: inline-block;
}

html[data-browse-mode="S"] .booth_item_flow {
  width: 100%;
}
html[data-browse-mode="S"] .booth_item_flow:before {
  top: 15px;
  height: 1px;
}
html[data-browse-mode="S"] .booth_item_flow_ttl {
  font-size: 20px;
}
html[data-browse-mode="S"] .booth_item_flow_list {
  width: 100%;
  margin-top: 30px;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
html[data-browse-mode="S"] .booth_item_flow_item {
  width: 150px;
  height: 150px;
}
html[data-browse-mode="S"] .booth_item_flow_item::after {
  right: initial;
  bottom: -22px;
  width: 13px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0,50% 100%);
}
html[data-browse-mode="S"] .booth_item_flow_item_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
html[data-browse-mode="S"] .booth_item_flow_item_icon {
  width: 50px;
  height: auto;
}
html[data-browse-mode="S"] .booth_item_flow_desc {
  font-size: 12px;
  text-align: left;
}
html[data-browse-mode="S"] .booth_item_flow_desc span {
  display: inline-flex;
}




/* 会場ブース・JR東海MARLET限定アイテム */
.campaign_market_item_desc {
  margin-top: 30px;
  /* text-align: center; */
  padding: 0 25px;
  font-size: 15px;
}
.campaign_market_item_desc span:before {
  content: "※";
  display: inline-block;
}
.campaign_market_item .sec_inner {
  padding: 50px 25px;
}
.campaign_market_item_img img {
  width: 100%;
}
.campaign_market_item_link a {
  width: 260px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 16px auto 0;
  background: #F39800;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 23px;
  position: relative;
  text-align: center;
}
.campaign_market_item_link a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
}
html[data-browse-mode="S"] .campaign_market_item .market_item_ttl {
	/* line-height: 1.2; */
}
html[data-browse-mode="S"] .campaign_market_item .sec_ttl_baloon {
	top: 60px;
}
html[data-browse-mode="S"] .campaign_market_item_img img {
  width: calc(100% + 30px);
  max-width: initial;
  margin-left: -15px;
}
html[data-browse-mode="S"] .campaign_market_item_desc {
  padding: 0px;
  font-size: 13px;
}
html[data-browse-mode="S"] ul.block-goods-detail-j--items {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] .campaign_market_item_link a {
  width: 80%;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
html[data-browse-mode="S"] .campaign_market_item_link a::after {
  width: 6px;
  height: 6px
}
html[data-browse-mode="S"] .campaign_market_item_desc span {
  display: inline-flex;
}


/* コンテンツ下部 */
.footer-message {
  text-align: center;
}
html[data-browse-mode="S"] .footer-message {
  position: absolute;
  padding-top: 0;
  width: calc(100% + 40px);
  left: 50%;
  transform: translateX(-50%);
}
html[data-browse-mode="S"] .footer-message img {
  width: 100%;
  max-width: initial; 
}

html[data-browse-mode="S"] .footer-message p {
  margin-top: 10px;
  font-size: 10px;
}

div.footer-image {
  position: relative;
  bottom: 120px;
  width: 1515px;
  max-width: calc(100vw - 20px);
}
.footer-image img {
  width: 100%;
}
div.footer-image > p {
  text-align: center;
  margin-top: 20px;
}

/* 追加調整 */
.booth_item_box_flow_ttl_main {
	font-size: 23px;
}
html[data-browse-mode="S"].booth_item_box_flow_ttl_main {
	font-size: 20px;
}
span.tax_text {
	font-size: 14px;
}
html[data-browse-mode="S"] span.tax_text {
	font-size: 10px;
}