/* CSS Document */
/*----------------------------------------
2626summer　CSS
PC/SP
----------------------------------------*/
body.sp .pc, body.pc .sp {
  display: none;
}
/*--------------------
reset
--------------------*/
/**/
body.summer2026 #contents {
  background: #f6f6f6;
  padding: 0;
}
body.summer2026 #contents h2 {
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 auto;
  padding: 40px 0 0;
}
body.summer2026 .footer.shopsearch {
  margin-top: 60px;
}
/*--------------------
ttlmain
--------------------*/
/**/
body.summer2026 .summer_header .copytxt {
  background: #efea39;
  text-align: center;
  width: 100%;
  padding: 18px 0;
}
body.summer2026 .summer_header .copytxt img {
  width: auto;
  height: 28px;
}
/*--------------------
summer_contents
--------------------*/
/**/
body.summer2026 .summer_contents {
  padding: 40px 0 60px;
  background: #DFF2FF;
  background: linear-gradient(90deg, rgba(223, 242, 255, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(250, 221, 228, 1) 100%);
}

body.summer2026 .summer_contents > .inner{
	max-width: 960px;
}

/*--------------------
tab
--------------------*/
/**/
body.summer2026 .tab {}
body.summer2026 .tab ul {
  display: flex;
}
body.summer2026 .tab li {
  width: 50%;
  text-align: center;
  background: #e0e2e2;
  position: relative;
}
body.summer2026 .tab li:first-of-type {
  border-top-left-radius: 6px;
}
body.summer2026 .tab li:last-of-type {
  border-top-right-radius: 6px;
}
body.summer2026 .tab.bottom li:first-of-type {
  border-radius: 0 0 0 6px / 0 0 0 6px;
}
body.summer2026 .tab.bottom li:last-of-type {
  border-radius: 0 0 6px 0 / 0 0 6px 0;
}
body.summer2026 .tab li.active {
  background: #e73562;
}
body.summer2026 .tab li:before {
  font-family: var(--fontfamily-icon);
  content: "\e5c5";
  font-size: 36px;
  line-height: 0;
  position: absolute;
  width: 100%;
  bottom: 14px;
  right: 0;
  color: #e73562;
}
body.summer2026 .tab li.active:before {
  font-size: 56px;
  bottom: -6px;
  color: #e73562;
}
body.summer2026 .tab.bottom li a {
  padding: 28px 0 20px;
}
body.summer2026 .tab.bottom li.active a {
  padding: 24px 0;
}
body.summer2026 .tab.bottom li:before {
  content: "\e5c7";
  bottom: 58px;
}
body.summer2026 .tab.bottom li.active:before {
  bottom: 82px;
}
body.summer2026 .tab li a {
  padding: 24px 0 28px;
  display: block;
}
body.summer2026 .tab li.active a {
  padding: 28px 0 24px;
}
body.summer2026 .tab.bottom li.active a {
  padding: 24px 0 28px;
}
body.summer2026 .tab li img {
  width: auto;
  height: 22px;
  display: block;
  margin: 0 auto;
}
/*--------------------
eventlist
--------------------*/
/**/
body.summer2026 .eventlist {
  border: 4px solid #e73562;
  background: #fff;
  padding: 10px 40px;
}
body.summer2026 .eventlist .ev_item {
  padding: 50px 20px;
  border-bottom: 4px solid #eee;
	position: relative;
}
body.summer2026 .eventlist .ev_item:last-of-type {
  border: none;
}



body.summer2026 .eventlist .ev_item .detail {
  display: flex;
  align-items: flex-start;
}
body.summer2026 .eventlist .ev_item .detail .image {
  width: 340px;
  height: auto;
  padding: 10px;
  background: #DFF2FF;
  background: linear-gradient(90deg, rgba(223, 242, 255, 1) 0%, rgba(246, 246, 246, 1) 50%, rgba(250, 221, 228, 1) 100%);
  box-sizing: border-box;
	position: relative;
}

body.summer2026 .eventlist .ev_item .detail .image img{
	border: 4px solid #fff;
	box-sizing: border-box;
}

body.summer2026 .eventlist .ev_item .detail .event_text {
  width: calc(100% - 380px);
  margin-left: 40px;
}
body.summer2026 .eventlist .ev_item .detail .event_text h4.name {
  font-size: 24px;
  text-decoration: underline;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 16px;
}
body.summer2026 .eventlist .ev_item .detail .event_text .ev_date {
  margin: 20px 0 0;
}
body.summer2026 .eventlist .ev_item .detail .ev_date {
  max-width: 500px;
}
body.summer2026 .eventlist .ev_item .detail .ev_date .table01, body.summer2026 .eventlist .ev_item .detail .ev_date .table01 tr, body.summer2026 .eventlist .ev_item .detail .ev_date .table01 th {
  border: none;
}
body.summer2026 .eventlist .ev_item .detail .ev_date .table01 {
  border: 1px solid #ccc;
}
body.summer2026 .eventlist .ev_item .detail .ev_date .table01 tr {
  border-bottom: 1px solid #ccc;
}
body.summer2026 .eventlist .ev_item .detail .ev_date .table01 th {
  border-right: 1px solid #ccc;
}



/*overday*/
body.summer2026 .eventlist .ev_item.overday{
pointer-events: none;
}

body.summer2026 .eventlist .ev_item.overday .detail .image:before{
    content: "";
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    z-index: 1;
}

body.summer2026 .eventlist .ev_item.overday .detail .image:after{
    content: "※終了しました※";
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*overday*/
body.summer2026 .eventlist .ev_item.beforeday{
pointer-events: none;
}

body.summer2026 .eventlist .ev_item.beforeday .detail .event_text h4.name:before{
content: "COMING SOON";
    font-family: var(--fontfamily-english);
    color: #fff;
    background: #0083c9;
    line-height: 1em;
    padding: 8px 20px 7px;
    margin-bottom: 6px;
    display: inline-block;
    border-radius: 100px;
    font-size: 18px;
}

body.summer2026 .eventlist .ev_item.beforeday .detail .event_text h4.name,
body.summer2026 .eventlist .ev_item.overday .detail .event_text h4.name{
	text-decoration: none;
}

body.summer2026 .eventlist .ev_item.beforeday .detail .event_text h4.name a{
	display: block;
}

body.summer2026 .eventlist .ev_item.beforeday .detail .ev_detail{
	display: none;
}

body.summer2026 .eventlist .ev_item.beforeday .detail .ev_date .table01 tr:not(:first-of-type){display: none;}

/*====================
SP
====================*/
body.summer2026.sp #contents h2 {
  padding: 12px 4px 16px;
  box-sizing: border-box;
}
body.summer2026.sp .summer_header .copytxt {
  padding: 16px 16px;
  box-sizing: border-box;
}
body.summer2026.sp .summer_header .copytxt img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
body.summer2026.sp .summer_contents {
  padding: 20px 0 0;
}
body.summer2026.sp .tab li {}
body.summer2026.sp .tab li img {
  width: 85%;
  height: auto;
}
body.summer2026.sp .tab li a {
  padding: 20px 0 22px;
}
body.summer2026.sp .tab li.active a {
  padding: 22px 0 20px;
}
body.summer2026.sp .tab li:before {
  font-size: 30px;
  bottom: 10px;
}
body.summer2026.sp .tab li.active:before {
  font-size: 50px;
  bottom: -4px;
}
body.summer2026.sp .tab.bottom li a {
  padding: 24px 0 20px;
}
body.summer2026.sp .tab.bottom li.active a {
  padding: 20px 0 24px;
}
body.summer2026.sp .tab.bottom li:before {
  bottom: 40px;
}
body.summer2026.sp .tab.bottom li.active:before {
  bottom: 60px;
}
body.summer2026.sp .eventlist {
  padding: 0 20px;
}
body.summer2026.sp .eventlist .ev_item {
  padding: 30px 0;
}
body.summer2026.sp .eventlist .ev_item .detail {
  display: block;
}
body.summer2026.sp .eventlist .ev_item .detail .image {
  width: 84%;
  margin: 0 auto 10px;
  padding: 6px;
}
body.summer2026.sp .eventlist .ev_item .detail .event_text {
  width: 100%;
  margin: 0;
}
body.summer2026.sp .eventlist .ev_item .detail .event_text h4.name {
  font-size: 18px;
  margin-bottom: 6px;
}
body.summer2026.sp .eventlist .ev_item .detail .event_text .ev_date {
  margin: 10px 0 0;
}

body.summer2026.sp .eventlist .ev_item.overday .detail .image:before{
	    width: calc(100% - 20px);
    height: calc(100% - 20px);
	top: 10px;
	left: 10px;
}

body.summer2026.sp .eventlist .ev_item.overday .detail .image:after {
	font-size: 18px;}

body.summer2026.sp .eventlist .ev_item.beforeday .detail .event_text h4.name:before {
    padding: 6px 20px 6px;
    margin: 6px 0;
    font-size: 16px;
}

