@charset "utf-8";
/* CSS Document */

.RinjiAllBnr{display: none;}

/*--------------------
KITTEのお正月 2023
--------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500&display=swap');

body{background: none;}

.pc #contents-main .sp,
.sp #contents-main .pc{
  display: none;
}
.hiroaka2024 .swiper-wrapper {
  height: auto;
}
#contents.hiroakakitte {
	font-family: 'Noto Serif JP', serif;font-weight: 300;
  padding: 0; min-height: 600px;
}

#contents-main.all {
  padding: 0 0 40px;
}
#contents-main .main_bg{
  background: url(bg_main.png);
  background-size: cover;
}
.pc #contents .title{
  display: flex;
  gap: 25px;
  padding: 60px 0 70px;
  justify-content: space-between;
}
.pc #contents .title .main_dec{
  width: calc(100%/2 - 25px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.pc #contents .title .main_dec.pc_view{
  position: relative;
}
.pc #contents .title .main_dec.pc_view::after{
  position: absolute;
  content: "© 芥見下々／集英社・呪術廻戦製作委員会";
  width: 100%;
  left: 0;
  bottom: -26px;
  font-size: 12px;
  font-weight: bold;
}
/* #contents .title .main_dec h3{
  font-size: 48px;
  background:linear-gradient(#fff23f,#fffef0);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
#contents .title .main_dec h3 span{
  font-size: 33px;
} */
.pc #contents .title .main_dec img{
  width: 100%;
}
#contents .title h2{
  padding: 0;
}
#contents .title h3{
  background:transparent;
  padding: 0px;
  /* background: #fff;
  padding: 30px 0;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%); */
}
#contents .title h3 .attention{
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 1.2em;
  margin: 1.5em 0;
}
#contents .title h3 em{
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  font-family: 'Noto Serif JP', serif;font-weight: 500;
  font-size: 24px;
  background: #e0c85e;
}
#contents .title h4{
  font-size: clamp(20px, 1.6vw, 32px);
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  width: 100%;
}
#contents .title h4 span{
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 1333px) {
  #contents .title h4{
    font-size: 21px;
  }
  #contents .title h4 span {
    font-size: 17px;
  }
}
#contents .title .caption{
  margin: 20px 0;
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
  font-size: 22px;
}
#contents .title .caption .attention{
  font-size: 17px;
}
#contents .title ul.nav{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#contents .title ul.nav li{
  list-style: none;
  text-align: center;
  position: relative;
  width: calc((100% - 20px) / 2);
}
#contents .title ul.nav li::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  z-index: -1;
}
#contents .title ul.nav li a{
  display: block;
  color: #fff;
  background: #570b10;
  padding: 20px 0 30px 0;
  line-height: 1.4em;
  position: relative;
  font-size: 21px;
  border-radius: 10px;
  font-weight: bold;
}
#contents .title ul.nav li a:after{
  display: block;
  content: "";
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
}
#contents .title p.remarks{
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
}

#contents-main article#eventvisual{
  background: #ebdcb0 fixed;
    background-image: linear-gradient(45deg, #f2e5b6 25%, transparent 25%), linear-gradient(-45deg, #f2e5b6 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f2e5b6 75%), linear-gradient(-45deg, transparent 75%, #f2e5b6 75%);
    background-size: 100px 100px;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
  position: relative;
  /* margin-top: 60px; */
  padding: 40px 0;
}
#contents-main article#eventvisual img{
  width: 100%;
}
#contents-main article#eventvisual .overview{
  padding: 20px;
  border: 2px solid #bda052;
  border-radius: 10px;
  margin-top: 20px;
}
#contents-main article#eventvisual .overview h3{
  background: none;
  padding: 0 10% 20px;
}
#contents-main article#eventvisual .overview p{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contents-main article#eventvisual ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#contents-main article#eventvisual li{
  width: calc(100% / 3 - 10px);
  padding: 5px;
}
#contents-main article#eventvisual li em{
  display: block;
  text-align: center;
  background: #005060;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents-main article#eventvisual li span{
  display: block;
  font-size: 10px;
}

#contents-main article#eventmap{
  padding: 0;
}
#contents-main article#collaborationmenu .gb_ttl{
  background: #be3020;
}
#contents-main article#collaborationmenu .gb_menu {
  background: url(bg_menu.jpg);
  background-size: 60%;
  overflow: hidden;
  background-position: center;
}

#contents-main .collaborationmenu div[class^="menu"] {
  z-index: 1;
  position: relative;
}
#contents-main article#eventmap h3,
#contents-main article#collaborationmenu .gb_ttl h3{
  font-size: 30px;
  line-height: 1.3em;
  background: #be3020;
  color: #fff;
  letter-spacing: 1px;
}
#contents-main article.fade h3 span{
  font-size: 20px;
}
/* #contents-main article#collaborationmenu.menu{
  position: relative;
}
#contents-main article#collaborationmenu.menu::before{
  position: absolute;
  content: "";
  background: url(fig_bonbori.png);
  background-size: 330px;
  width: 330px;
  height: 200px;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 1030px) {
  #contents-main article#collaborationmenu.menu::before{
    position: fixed;
    right: calc(50% - 620px);
  }
} */
#contents-main article#eventmap h3 em{
  display: block;
  font-size: 14px;
}
#contents-main article#eventmap .attention{
  text-align: center;
  font-size: 12px;
  display: block;
}
#contents-main article#eventmap .mapimg{
  text-align: center;
  padding: 30px 0;
}
#contents-main article#eventmap .mapimg img{
  margin-bottom: 10px;
}
#contents-main article#eventmap .exhibition .flex{
  display: flex;
  gap: 20px;
  padding: 8px;
  margin: 0 0 20px;
  align-items: center;
  border: 4px solid #005060;
}
#contents-main article#eventmap .exhibition .flex .fig_tenzi{
  width: calc(100%/2 - 20px);
}
#contents-main article#eventmap .exhibition .flex .fig_tenzi p{
  font-size: 1.7vw;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  letter-spacing: 4px;
  padding: 10px 0 0;
}
#contents-main article#eventmap .exhibition .flex .fig_tenzi img{
  width: 100%;
}

#contents-main article#originalgoods .goods{
  margin: 0;
  font-size: 16px;
  color: #fff;
  background: none;
  padding: 30px 0 140px 0;
}
#contents-main article#originalgoods .goods img{
  margin: 0 auto;
  display: block;
}
#contents-main article#originalgoods .goods h4{
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff000;
  background: #be3020;
  box-sizing: border-box;
  text-align: center;
}

#contents-main article#originalgoods .goods p{
  padding: 10px 20px;
  font-size: 16px;
  background: linear-gradient(0deg, rgba(255,245,130,1) 0%, rgba(255,249,173,1) 100%);
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
  text-align: center;
  border: 4px solid #be3020;
}
#contents-main article#originalgoods .goods_info{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0;
  flex-wrap: wrap;
}
#contents-main article#originalgoods .goods_info p{
  background: transparent;
  padding: 0;
  width: calc(100% / 2);
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  padding: 5px;
  border: none;
}
#contents-main article#originalgoods .goods_info p:nth-of-type(2){
  font-weight: normal;
  display: block;
  font-size: 13px;
  border-left: 2px solid #000;
  line-height: 1.2;
}
.eventlist .ev_item{
  border: 1px solid #333;
  margin-bottom: 20px;
}
.eventlist .ev_item.overday{
  display: none;
}
.eventlist .ev_item .detail{
  overflow: hidden;
  background: #fff;
  padding: 4%;
}
.eventlist .ev_item .detail h4{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.6em;
  border-bottom: 2px solid #005060;
  padding-bottom: 20px;
}
.pc .eventlist .ev_item .detail .event_text{
  float: left;
  width: 60%;
  font-weight: 300;
}
.eventlist .ev_item .detail .ev_detail{
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif !important;
}
.eventlist .ev_item .detail .ev_date{
  display: none;
}
.eventlist .ev_item .detail .remarks{
  font-size: 12px;
  margin-top: 20px;
}
.eventlist .ev_item .detail .remarks dd{
  white-space: pre-wrap;
  line-height: 1.3em;
}
.pc .eventlist .ev_item .detail .image{
  padding-left: 30px;
  width: 40%;
  float: right;
  box-sizing: border-box;
}
.eventlist .ev_item .detail .link {
  display: none;

  text-align: center;
  margin: 30px 0;
}
.eventlist .ev_item .detail .link a {
  text-align: center;
  text-decoration: none;
  padding: 20px 30px 20px 20px;
  border-radius: 4px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  min-width: 40%;
  display: inline-block;
  border: 1px solid #E93722;
}
.eventlist .ev_item .detail .link a:after {
  font-family: "font Awesome 5 Free";
  margin: 0 0 0 10px;
  font-size: 18px;
  color: #E93722;
  display: inline;
  content: "\f105";
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.collaborationmenu {
  margin: 0 0 20px;
}
#contents-main .collaborationmenu > h3{
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
  background: #005060;
  font-family: "Noto Sans JP", sans-serif;
}
#contents-main .collaborationmenu > h3 em{
  display: block;
  font-size: 14px;
}
#contents-main .collaborationmenu .tie-update{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-top: 10px;
}

.collaborationmenu .attention{
  line-height: 1.5em;
  padding: 30px 10px 30px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  width: 70%;
}

.collaborationmenu div[class^="menu"] .feature{
  padding-bottom: 20px;
}

.collaborationmenu h4{
  padding: 10px 30px 10px 20px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 600;
  background: #005060;
  color: #fff;
  display: inline-block;
  position: relative;
  height: 50px;
}

.collaborationmenu h4:after {
  content: "";
  display: block;
  top: 0;
  right: -15px;
  width: 30px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  background: #005060;
  height: 100%;
  position: absolute;
}

.collaborationmenu h4 em{
  font-size: 60%;
  color: #333;
}
.collaborationmenu .item_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 20px 0;
}
.collaborationmenu .item_list .item{
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
  background: #fff;
  border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

#contents-main .collaborationmenu .item_list .item h3{
  font-size: 18px;
  background: none;
  padding: 0 0 0;
  text-align: justify;
}
.collaborationmenu .item_list .item .image,
.collaborationmenu .item_list .item .desc{
	float: none;
	width: 100%;
	height: auto;
}
.collaborationmenu .item_list .item .image{
	border: none;
}
.collaborationmenu .item_list .item .desc{
  padding: 10px 20px 20px;
  box-sizing: border-box;
  position:relative;
}
.collaborationmenu .item_list .item .desc h3,
.collaborationmenu .item_list .item .desc p{
  font-family: "Noto Sans JP", sans-serif;
}
.collaborationmenu .item_list .item .desc .goodscomment{
  text-align: justify;
  font-size: 14px;
  line-height: 1.5em;
  white-space: pre-wrap;
}

.collaborationmenu .item_list .item .desc .goodscomment span.e{
  color: #EF8201;
  display: inline-block;
  margin: 0 0 8px;
}
.collaborationmenu .item_list .item .desc .goodscomment span.f{
  color: #4DC5D1;
  display: inline-block;
  margin: 0 0 8px;
}
.collaborationmenu .item_list .item .desc .goodscomment span.k{
  color: #EC3341;
  display: inline-block;
  margin: 0 0 8px;
}
.collaborationmenu .item_list .item .desc .goodscomment span.g{
  color: #33C7F2;
  display: inline-block;
  margin: 0 0 8px;
}
.collaborationmenu .item_list .item .desc .goodscomment span.s{
  color: #F2BC00;
  display: inline-block;
  margin: 0 0 8px;
}
.collaborationmenu .item_list .item .desc .goodscomment span.ie{
  color: #8CC856;
  display: inline-block;
  margin: 0 0 8px;
}
.collaborationmenu .item_list .item .desc .goodscomment span.a{
  color: #00515F;
  display: inline-block;
  margin: 0 0 8px;
}


.collaborationmenu .item_list .item .name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 6px;
  border-top: 1px solid #ccc;
}
.collaborationmenu .item_list .item .name a{
  text-decoration: underline;
}
.collaborationmenu .item_list .item .floor{
  display: inline-block;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background: #b49a6d;
  padding: 4px 6px;
  margin-right: 0.2em;
}
.collaborationmenu .item_list .item .date,
.collaborationmenu .item_list .item .morelink,
.collaborationmenu .item_list .item .goods_like_btn{
  display: none;
}
.collaborationmenu .img_objfit img{
  height: auto;
}
.collaborationmenu .item_list .item .tel a{
  padding: 4px 20px;
  display: inline-block;
  margin: 10px 0 16px;
  border-radius: 30px;
  background: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
}

#contents-main .present{
  margin: 45px 0;
}

#contents-main .present .detail dl{
  display: flex;
  background: #005060;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
}
#contents-main article.present.eventlist .detail dl dt{
  width: 18vw;
  /* position: relative; */
}
#contents-main article.present.eventlist .detail dl dt::after{
  /* position: absolute;
  content: "";
  width: 2px;
  height: 3vw;
  top: 0;
  right: 1vw;
  background: #fff; */
}
#contents-main .present .detail dl dd:nth-child(2){
  width: calc(100% - 40vw);
  color: #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  min-width: 300px;
}
#contents-main .present .detail dl dd:nth-child(3){
  width: 16vw;
  color: #fff;
}
#contents-main .present .detail dl dd .flex_dec{
  display: flex;
  gap: 20px;
  align-items: center;
  /* padding: 12px 0px; */
  justify-content: center;
}
#contents-main .present .detail dl dd .flex_dec p:nth-child(1){
  border: 1px solid #fff;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
#contents-main .present .detail dl dd .flex_dec p:nth-child(2){
  font-size: clamp(20px, 1.5vw, 26px);
  font-weight: bold;
  padding: 10px 0 0;
}
#contents-main .present .detail dl dd .flex_dec p:nth-child(2) span{
  display: block;
  font-size: .8vw;
  font-size: clamp(10px, .8vw, 16px);
  font-weight: normal;
}
#contents-main .present .detail dl dd .flex_dec p:nth-child(2) span.time{
  font-weight: bold;
  /* font-size: 1vw; */
  font-size: clamp(12px, 1vw, 20px);
}
#contents-main .present .detail dl dd span{
  display: block;
}
#contents-main .present h3.name {
  padding: 0;
  background: #005060;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 2vw, 36px);
  line-height: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1390px) {
  #contents-main article#eventmap .exhibition .flex .fig_tenzi p{
    font-size: 25px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1226px) {
  /* #contents-main article#eventmap .exhibition .flex .fig_tenzi p{
    font-size: 25px;
    line-height: 36px;
  } */
  #contents-main .present h3.name {
    font-size: 27px;
    line-height: 1.4em;
  }
  #contents-main .present .detail dl dd .flex_dec p:nth-child(1) {
    font-size: 13px;
    line-height: 20px;
  }
  #contents-main .present .detail dl dd .flex_dec p:nth-child(2) {
    font-size: 20px;
    line-height: 22px;
  }
  #contents-main .present .detail dl dd .flex_dec p:nth-child(2) span {
    font-size: 11px;
  }
  #contents-main .present .detail dl dd .flex_dec p:nth-child(2) span.time {
    font-size: 13px;
  }
  #contents-main article.present.eventlist .detail dl dt {
    width: 260px;
}
#contents-main .present .detail dl dd:nth-child(2) {
  width: calc(100% - 560px);
}
#contents-main .present .detail dl dd:nth-child(3) {
  width: 260px;
}
}
/* 特典 */
#contents-main article.present.eventlist .detail .flex{
  display: flex;
  gap: 55px;
  justify-content: center;
}
#contents-main article.present.eventlist .detail .flex .section{
  width: calc(100% / 2 - 55px);
  position: relative;
  padding: 0;
  margin: 20px 0 0;
}
#contents-main article.present.eventlist .detail .flex .section:not(:nth-child(2)):after{
  position: absolute;
  content: "";
  background: url(fig_border.png);
  width: 7px;
  height: 100%;
  top: -5px;
  right: -30px;
  background-repeat: repeat-y;
  background-size: 7px;
}
#contents-main article.present.eventlist .detail .flex .section h5{
  border: 2px solid #b0976b;
  color: #b0976b;
  font-size: 32px;
  padding: 14px 0;
  text-align: center;
  font-weight: bold;
}
#contents-main article.present.eventlist .detail .flex .section p{
  padding: 17px 0 0;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

body.view .present table.table01,
body.view .present table.table01 tr{
  border-color: #fff;
}
body.view .present table.table01 th,
body.view .present table.table01 td{
  background: #E93722;
  color: #fff;
}
body.view.pc .present table.table01 th{
  border-right: 1px solid #fff;
}
body.view .present table.table01 td{
  font-weight: bold;
  font-size: 16px;
}
body.view .present table.table01 td em{
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2em;
  display: inline-block;
}
.present.eventlist .detail .section{
  padding: 20px 20px 0 0;
  /* overflow: hidden; */
  background: #fff;
}
.present.eventlist .detail .section .image,
.present.eventlist .detail .section .ev_detail{
  /* width: 50%;
  float: left; */
}
.present.eventlist .detail .section .image img{
  width: 100%;
}
.present.eventlist .detail .section .ev_detail{
  /* padding: 40px 0 0 20px; */
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
}
.present.eventlist .detail .section .ev_detail h5{
  color: #005060;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.present.eventlist .detail .section .ev_detail p{
  line-height: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
}
.present.eventlist .detail .section .ev_detail .attention{
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  line-height: 1.4em;
  font-family: 'Noto Serif JP', serif;
}

p.copyright{text-align: center;font-size: 14px;padding: 40px 10px 0;line-height: 1.4em;}


/*エフェクト*/
.fade{
	opacity : 0;
	transform: translateY(20px);
	transition: 3s;
}


/*---------
SP
----------*/
body.sp #contents #contents-main .main_bg .inner{
  padding: 0;
}
body.sp #contents #contents-main .main_bg h2.sp_ttl{
  padding: 10px 0;
  background: #fff;
  width: 90%;
  margin: auto;
}
body.sp #contents .title .main_dec{
  padding: 0;
}
body.sp #contents-main .main_bg {
  background:#fff;
}

body.sp #contents .title ul.nav{
  margin: 5px 0 0;
  display: flex;
  justify-content: center;
  gap: 3px;
}
/* body.sp #contents .title ul.nav{
  margin: 10px 0 0;
} */
body.sp #contents .title ul.nav li {
  width: calc(100% / 2 - 0px);
}
#contents .title ul.nav li::after {
  display: none;
}
body.sp #contents .title ul.nav li a {
  font-size: 4vw;
  border-radius: 0;
  padding: 10px 0 26px;
}
body.sp #contents .title ul.nav li a:after {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
  bottom: 6px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: revert;
}


/* body.sp #contents .title ul.nav li:nth-child(2){
  padding: 0 0 40px;
} */
body.sp #contents-main article#eventmap .exhibition .flex {
  flex-wrap: wrap;
  border: 3px solid #005060;
}
body.sp #contents-main article#eventmap .exhibition .flex .fig_tenzi {
  width: 100%;
}
body.sp #contents-main article#eventmap .exhibition .flex .fig_tenzi p {
  line-height: 45px;
  font-size: 26px;
}

body.sp #contents:before {
  background-position: 0 -3px;
  background-size: 60px;
  height: 40px;
}
body.sp #contents .title h2{
  padding: 0px;
  font-size: 6vw;
}
body.sp #contents .title h2 img{
  width: 90%;
}
body.sp #contents-main.all {
  padding: 2%;
}

body.sp #contents-main.all{
  padding: 0;
}
body.sp #contents-main.all > .inner{
  padding: 0;
}
body.sp #contents .title h2 img{
  width: 100%;
}
body.sp #contents .title h3{
  width: 100%;
}
body.sp #contents .title h3 .attention{
  display: block;
  margin: 0.5em 0;
  font-size: 4vw;
  line-height: 1.4em;
}
body.sp #contents .title h3 em{
  font-size: 5vw;
}
body.sp #contents .title .caption{
  font-size: 4.5vw;
  padding: 0px;
}

#contents-main article#originalgoods .goods img {
  width: 100%;
  box-sizing: border-box;
}
/* body.sp #contents .title ul.nav li{
  box-sizing: border-box;
  font-size: 4vw;
  width: 100%;
  margin: 0;
  border: 1px solid #fff;
} */
body.sp #contents-main article#eventmap .attention{
  line-height: 2em;
  padding: 5px 0 0;
}
body.sp #contents-main article#eventvisual{
  margin-top: 0;
  padding: 20px 0;
}
body.sp #contents-main article#eventvisual .overview h3{
  padding: 0 0 20px;
}
body.sp #contents-main article#eventvisual .overview p{
  font-size: 4.2vw;
  line-height: 1.3em;
}
body.sp #contents-main article#eventvisual li{
  width: 100%;
}

body.sp #contents-main article#eventmap{
  padding: 0;
}
body.sp #contents-main article#eventmap h3{
  font-size: 5vw;
  padding: 15px 0;
}
body.sp #contents-main article#eventmap .mapimg,
body.sp #contents-main article#originalgoods .goods{
  padding: 0;
  margin: 20px 0 30px;
}
body.sp #contents-main article#eventmap .mapimg br{
  display: none;
}
body.sp #contents-main article#eventmap .mapimg img{
  margin: 0;
  width: 100%;
}
body.sp #contents-main article#collaborationmenu .gb_ttl h3 {
  font-size: 5vw;
}
body.sp #contents-main .collaborationmenu .tie-update {
  font-size: 3.5vw;
}
body.sp #contents-main article#collaborationmenu.menu::before{
  content: none;
}
body.sp #contents-main article#collaborationmenu .gb_menu {
  background-size: 200%;
}

body.sp #contents-main .present .detail dl {
  flex-wrap: wrap;
  gap: 10px
}
body.sp #contents-main article.present.eventlist .detail dl dt {
  width: 100%;
}
body.sp #contents-main .present .detail dl dd:nth-child(2) {
  width: 100%;
  padding: 10px 0;
  border-left: none;
  border-right: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
body.sp #contents-main .present .detail dl dd:nth-child(3) {
  width: 100%;
}
body.sp #contents-main .present .detail {
  padding: 0 20px;
}
body.sp #contents-main .present h3.name {
  font-size: 6vw;
}
body.sp #contents-main .present .detail dl dd .flex_dec p:nth-child(2) {
  font-size: 4vw;
}
body.sp #contents-main article.present.eventlist .detail .flex {
  flex-wrap: wrap;
  gap: 0px;
}
body.sp #contents-main article.present.eventlist .detail .flex .section {
  width: 100%;
}
body.sp #contents-main article.present.eventlist .detail .flex .section h5 {
  font-size: 26px;
  padding: 10px 0;
}
body.sp #contents-main article.present.eventlist .detail .flex .section p {
  font-size: 3.8vw;
  line-height: 20px;
}
body.sp #contents-main article.present.eventlist .detail .flex .section:not(:nth-child(2)):after{
  content: none;
}

body.sp #contents-main article#originalgoods .main_bg .inner {
  padding: 0 20px;
}
body.sp #contents-main article#originalgoods .goods h4{
  font-size: 4.6875vw;
  line-height: 1.3em;
}
body.sp #contents-main article#originalgoods .goods p{
  font-size: 3.5vw;
    padding: 10px 15px;
    text-align: justify;
    line-height: 1.5em;
}
body.sp #contents-main article#originalgoods .goods_info p{
  width: 100%;
  padding: 0 10px 10px;
}
body.sp #contents-main article#originalgoods .goods_info p:nth-of-type(2){
  font-size: 3vw;
}
body.sp #contents-main .collaborationmenu{
  margin: 0 0 20px;
}
body.sp .collaborationmenu .attention{
  font-size: 2.8vw;
  padding: 10px 0 10px;
  width: 100%;
}
body.sp #contents-main .collaborationmenu > h3,
body.sp #contents-main .collaborationmenu p.tie-update{
  font-size: 4.6875vw;
}
body.sp #contents-main .collaborationmenu > h3 em{
  line-height: 1.3em;
  padding: 0.5em 1em 0;
  font-size: 3.8vw;
}
body.sp #contents-main article#eventmap h3 em {
  font-size: 3.5vw;
  line-height: 23px;
  padding: 5px 0;
}

body.sp .collaborationmenu div[class^="menu"] {
  margin: 0 0 0;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
}
body.sp .collaborationmenu div[class^="menu"] .feature {
  width: 96%;
  float: none;
  margin: auto;
  padding-bottom: 0;
}

body.sp #contents-main .collaborationmenu h4{
  font-size: 4.6875vw;
}

body.sp .collaborationmenu .item_list{
  margin: 0;
}
body.sp .collaborationmenu .item_list .item{
  margin: 0 0 20px;
  width: 100%;
}

body.sp #contents-main .collaborationmenu .item_list .item h3{
  font-size: 4.375vw;
  line-height: 1.4em;
}
body.sp .collaborationmenu .item_list .item .price,
body.sp .collaborationmenu .item_list .item .desc .goodscomment {
  font-size: 3.75vw;
  line-height: 1.4em;
}
body.sp .collaborationmenu .item_list .item .name{
  font-size: 3.4375vw;
  line-height: 1.4em;
}

body.sp.view .present .ev_date,
body.sp.view .present .section{
  padding: 0 20px 20px;
}

body.sp .present.eventlist .detail .section .image,
body.sp .present.eventlist .detail .section .ev_detail {
  width: 100%;
  float: none;
}
body.sp .present.eventlist .detail .section .ev_detail {
  padding: 0;
}

body.sp .present.eventlist .detail .section .ev_detail h5{
  font-size: 5.2vw;
}
body.sp .present.eventlist .detail .section .ev_detail p{
  font-size: 4.375vw;
}

body.sp .present.eventlist .ev_item .detail{
  padding: 0;
}
body.sp .present.eventlist .ev_item .detail .remarks{
  margin-top: 5px;
}

body.view.sp .present table.table01{
  margin-top: 20px;
}
body.view.sp .present table.table01 tr{
  border:none;
}
body.view.sp .present table.table01 th{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.view.sp table.table01 th,
body.view.sp table.table01 td{
  font-size: 3.4375vw;
  width: 100%;
  display: block;
}
body.sp #contents-main .present .detail dl dd .flex_dec p:nth-child(2) {
  line-height: 17px;
}
body.sp #contents-main .present {
  margin: 45px 0 20px;
}

body.sp p.copyright{font-size: 3.4375vw;padding: 20px;}
body.sp #contents-main .present .detail dl dd .flex_dec{
 gap: 10px;
 justify-content: flex-start;
 padding: 0 10px;
}


body.sp .foot_bnr{
  padding: 20px 0;
  margin: 0;
}


