/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
    background: #c9eeff;
        word-break: break-all;
}
body:not(.page--home) .wrap {
  background: transparent;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #0e0e0e;
}
body::before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/static/hikawakiyoshi/fanclub/feature/concert_tour_2026_g9TW6jJL/img/bg_logo_01_L2bFQKRn.png);
    background-size: 800px;
    animation: bgscroll_01 40s linear infinite;
    z-index: -10;
    top: 0;
    left: 0;
}
body::after {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/static/hikawakiyoshi/fanclub/feature/concert_tour_2026_g9TW6jJL/img/bg_logo_02_L2bFQKRn.png);
    background-size: 800px;
    animation: bgscroll_02 40s linear infinite;
    z-index: -10;
    top: 0;
    left: 0;
}

@keyframes bgscroll_01 {
 0% {background-position: 0 0%;}
 100% {background-position: -800px 0%;}
}
@keyframes bgscroll_02 {
 0% {background-position: 0 0%;}
 100% {background-position: 800px 0%;}
}

.anc{
display:block;
position: absolute;
top: -20px;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
header, footer {
  display: none;
}

section {
    padding: 100px 0;
    background:#ffcae1;
}
section:nth-child(even) {
    border-radius: 90px 0 90px 0;
    background: #ffcae1;
    background-image: linear-gradient(#ffdbeb 1px, transparent 1px), linear-gradient(90deg, #ffdbeb 1px, transparent 1px);
    background-size: 20px 20px;
}
section:nth-child(odd){
    background: none;
}
section > div{
	width: 90%;
    max-width: 1200px;
    margin: auto;
}
.area--tit {
  font-family: "ivyora-display", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  color: #D5A6C5;
}
.area--tit.jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

section:nth-child(even) .area--tit{
    color: #c35786;
}
section:nth-child(odd) .area--tit{
    color: #4a93b5;
}

.fv--area .inner{
    width: 90%;
    height: 90%;
    background: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 60px;
}

.fv--area .ttl {

    width: 60vw;
}

.fv--area .ttl p:nth-child(1){
opacity: 0;
}
.fv--area .ttl p:nth-child(2){
opacity: 0;
}
body.loadedBefore .fv--area .ttl p:nth-child(1){
  -webkit-animation: upIn 0.8s ease 1s 1 forwards;
  animation:upIn 0.8s ease 1s 1 forwards;
}
body.loadedBefore .fv--area .ttl p:nth-child(2){
  -webkit-animation: upIn 0.8s ease 1.5s 1 forwards;
  animation:upIn 0.8s ease 1.5s 1 forwards;
}
@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

body.loadedAfter .scroll,
body.loadedAfter .hamburger {
  opacity: 1;
}

.scroll {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 1.5s;
    color: #f19ec2;
}
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #f19ec2;
  bottom: -80px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.snsList {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 9%;
    left: 7%;
    z-index: 1;
    transition: 0.4s;
}
.scrollFix .snsList {
    bottom: 2%;
    left: 1%;
}
.snsList li{
    padding: 0 5px;
}
.snsList li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #82c7e7;
    color: #fff;
    text-align: center;
    border-radius: 999px;
    font-size: 20px;
    transition: 0.4s;
}
.ribbon{
    position: fixed;
    width: 30vw;
    height: 25vw;
    transition: 0.4s;
    z-index: 1;
    pointer-events: none;
}
.scrollFix .ribbon{
    width: 25vw;
    height: 20vw;
}
.ribbon p{
    position: absolute;
}

.ribbon.ribbon_01{
    left: -8vw;
    top: -3vw;
}
.ribbon.ribbon_01 p:nth-child(1){

}
.ribbon.ribbon_01 p:nth-child(2){

}

.ribbon.ribbon_02{
    right: -8vw;
    bottom: -3vw;
}


.advance--base {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #c35786;
}

.schedule--base .schedule--ttl--list {
  background-color:#c35786;
  color: #ffffff;
  padding: 1em 2em;
}
.schedule--base .schedule--detail--list {
  color: #c35786;
    font-weight: bold;
}
#schedule .icon {
  position: absolute;
  width: 100%;
}

#schedule .icon img {
  width: 9%;
  position: absolute;
  top: 44%;
  left: -7%;
  transform: rotate(-15deg);
  z-index: 1;
}
#schedule .no-data{
    color: #82c7e7;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    padding: 50px 0;
}

.ticket--area {
  color: #000000;
}
.ticket--area dl {
    background-color: #ffffff;
    overflow: hidden;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
}
.ticket--area dl.ticket--attention {
    border: 2px solid #CC0000;
    background: #ffe9f3;
}

.ticket--area dl.ticket--attention dd {
  text-align: left;
}
.ticket--area dt {
  text-align: center;
  font-weight: 600;
  position: relative;
}
.ticket--area dd {
  text-align: center;
}

.advance--area .advance--duration {
  font-weight: 600;
}
.advance--area .btn--area {
  text-align: center;
}
.advance--area .tour-btn {
  display: inline-block;
  background-color: #D5A6C5;
  border-radius: 100px;
}
.advance--area .tour-btn a {
  position: relative;
  z-index: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.advance--area .block--attention {
  background: #fff0ea;
  border: 1px solid #db3030;
  border-radius: 5px;
  padding: 2em;
}
.advance--area .block--attention .attention--tit {
  text-align: center;
  margin-bottom: 1em;
  color: #db3030;
}


.advance--area .ticketArea .tit {
}
.advance--area .advance--base {
    border-radius: 0 0 10px 10px;
}
.advance--area .block--attention {
    margin: 30px;
    border: 0;
}
.advance--area .hide a {
    background: #b2b2b2;
    border-radius: 100px;
    pointer-events: none;
    color: #fff;
}

.advance--area .tour-btn {
    display: block;
    background-color: #D5A6C5;
    border-radius: 100px;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
}

.ticketMaintit {
  background: #eb9bdd;
  padding: 15px 15px 1px;
  margin: 0 auto;
  color: #000;
  border-radius: 10px 10px 0 0;
}
.ticketMaintit .tit {
  text-align: center;
  font-size: 25px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.ticketMaintit .date {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  font-size: 20px;
  padding-top: 10px;
}

.ticketBox {
  border: 2px solid #D5A6C5;
  border-radius: 10px;
  margin-bottom: 20px;
}

.ticketBoxLast {
  margin-bottom: 0px;
}

.ticketBox.sub {
  border: 2px solid #D5A6C5;
}
.ticketBox .tit {
  text-align: center;
  font-size: 25px;
}
.ticketBox .date {
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  font-size: 18px;
  padding-top: 10px;
}
.ticketBox .ticketTit {
    background: #D5A6C5;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.ticketTit.sub {
  background: #D5A6C5;
}
.ticketBox .ticketBtn {
  display: block;
  background-color: #D5A6C5;
  border-radius: 100px;
  width: 60%; 
  margin: 0 auto 25px;
  text-align: center;
  border: 3px solid #D5A6C5;
}

.ticketBox .ticketBtnLast {
  margin: 0 auto 0px;
}

.ticketBox .ticketBtn a {
    height: 60px;
    font-size: 16px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.ticketBox .info {
    background: #fff0ea;
    text-align: center;
    width: 50%;
    margin: 0 auto 30px;
    line-height: 1.5;
    padding: 10px 0;
}

.ticketBox .info a {
    text-decoration: underline;
}

.ticketBox .lead {
    width: 90%;
    margin: 0 auto;
}

.ticketDetail{
padding: 2.5em 5em;
}

.advance--area .advance--base {
    margin-bottom: 30px;
}

.goods--area .no-data {
    font-weight: 500;
    margin-top: 100px;
    color: #4a93b5;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
}
.back__btn--area {
    text-align: center;
    padding: 80px 0;
}
.back__btn--area .back__btn {
  color: #D5A6C5;
}
.back__btn--area .back__btn svg {
  fill: #D5A6C5;
}


.op_accord .accordionList{

}
.op_accord .accordionList .accordionTit{
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}
.op_accord .accordionList .accordionTit span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.op_accord .accordionList .accordionTit.open span {
    transform: translateY(-50%);
}
.op_accord .accordionList .accordionTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
}
.op_accord .accordionList .accordionDetail{
    display: none;
    padding: 40px;
}


/*===================================================
  OP:TICKET (ENTRY)
====================================================*/

.entry .btn{
margin-bottom: 0px;
}
.op_ticket{

}
.op_ticket .ticketList{
margin-bottom: 20px;
    color: #c35786;
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
}
.op_ticket .ticketList:last-child{
    margin-bottom: 0;
}
.op_ticket .tikcetTit{
background: #c35786;
    padding: 40px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
    color: #fff;
    line-height: 1.5;
    border-radius: 10px;
}
.op_ticket .end .tikcetTit:after{
    content: "受付終了";
    font-size: 70%;
    background: #ff8888;
    color: #FFF;
    line-height: 1em;
    padding: 3px 7px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0 0 0 10px;
}
.op_ticket .tikcetTit.open{
    border-radius: 10px 10px 0 0;
}
.op_ticket .tikcetTit span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.op_ticket .tikcetTit.open span {
    transform: translateY(-50%);
}
.op_ticket .tikcetTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
}
.op_ticket .tikcetDetail{
    display:none;
    padding: 40px;
    background: #fff;
    font-weight: bold;
}
.op_ticket .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 30px;
    margin: 0 0 30px;
    align-items: stretch;
}
.op_ticket .detailList:first-child{
    border-top: none;
    padding: 30px 0;
}
.op_ticket .detailList:last-child{
    margin: 0;
    border-bottom: none;
}
.op_ticket .detailList dt{
    width: 20%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
    position: relative;
    font-size: 19px;
}

.op_ticket .detailList dd{
    width: 80%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 1.5;
}
.op_ticket .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #c35786;
}

.op_ticket .detailList dd > *{
    margin-bottom:20px;
}
.op_ticket .detailList dd > *:last-child{
    margin-bottom:0;
}
.op_ticket .detailList dd .detailInner{
    width:100%;
}
.op_ticket .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.op_ticket .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}
.op_ticket .detailList dd .detailInner .cautionList{
    font-size: 80%;
}




#goods {
	position: relative;
}

#goods .goodsNav {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
#goods .goodsNav div {
	margin: 0 15px;
}
#goods .goodsNav div a {
	display: block;
	text-align: center;
	padding: 15px 30px;
	font-size: 18px;
}

#goods .goodsNav div a.goddsNavi01 { color: #A01930; border: #A01930 solid 1px;}
#goods .goodsNav div a.goddsNavi02 { color: #333; border: #333 solid 1px;}
#goods .goodsNav div a.goddsNavi03 { color: #668866; border: #668866 solid 1px;}

#goods .goodsNav div a.goddsNavi01.current { background-color: #A01930; color: #fff;}
#goods .goodsNav div a.goddsNavi02.current { background-color: #333; color: #fff;}
#goods .goodsNav div a.goddsNavi03.current { background-color: #668866; color: #fff;}


#goods ul {
	display: flex;
	flex-wrap: wrap;
}
#goods ul li {
	position: relative;
}
#goods ul li p.itemName {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.03em;
    text-align: left;
    line-height: 1.6;
	color: #D5A6C5;
	margin-bottom: 5px;
}

#goods ul li p.itemName .icon{
    background: #fff;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px 3px;
    border-radius: 999px;
    margin: 0 8px 0 0;
    position: relative;
    top: 3px;
}

#goods ul li p.price {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: left;
    color: #D5A6C5;
}
.tc #goods ul li p {

}

#goods .ph{
margin-bottom: 1em;
border: solid 2px #D5A6C5;
}

#goods ul li .tag {
	position: absolute;
	top: -12px;
	left: -10px;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-align: center;
    padding: 6px 10px;
	color: #fff;
	border-radius: 3px;
	z-index: 1;
}
#goods ul li .tag.cNagoya { background-color: #668866;}
#goods ul li .tag.cTokyo { background-color: #8B6995;}
#goods ul li .tag.cOsaka { background-color: #c38b40;}
#goods ul li .tag.cEC { background-color: #A01930;}
#goods ul li .tag.cCommon { background-color: #333;}
#goods ul li .tag.cFc { background-color: #b4ad7e;}

#goods ul li .tag.cNagoya + .tag {
	left: 60px;
}
#goods ul li .tag.cOsaka + .tag {
	left: 47px;
}
#goods ul li .tag.cTokyo + .tag {
	left: 47px;
}
#goods ul li .tag.cEC + .tag {
	left: 95px;
}

#goodsList02.goodsList,
#goodsList03.goodsList {
	display: none;
}
#goodsList01.goodsList {
	display: flex;
}

.goodsPop{
margin-bottom: 80px;
}

.storeBnr {
	line-height: 0;
	margin-bottom: 60px;
}

.goodsPhoto {
    width: 85%;
    margin: 0 auto;
}
.goodsNavi {
    width: 100%;
	margin: 20px auto 25px;
    text-align: center;
}
.goodsNavi ul {
    padding: 0;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.goodsNavi li {
    width: 18%;
    margin: 0 4px 15px;
    display: inline-block;
}
.goodsNavi li img {
    width: 100%;
}

.goodsTxtClm {
    max-width: 400px;
	margin: 0 auto;
}
.goodsTxtClm p {
}
.goodsTxtClm .goodsTit {
    font-size: 18px;
    margin: 10px 0 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    color: #000;
}
.goodsTxtClm .goodsTit .icon{
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px 4px;
    border-radius: 999px;
    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}
.goodsTxtClm .price {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.sizeTable {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #DDD;
    color: #151515;
    margin: 25px auto 0;
}
.sizeTable th {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 1.8;
    width: 100px;
    border-bottom: solid 1px #DDD;
    border-right: solid 1px #DDD;
    text-align: center;
	vertical-align: middle;
}
.sizeTable td {
    padding: 5px 30px;
    font-size: 12px;
    line-height: 1.8;
    border-bottom: solid 1px #DDD;
	vertical-align: middle;
}

.goodsNotes {
    max-width: 400px;
    margin: 30px auto 0;
    color: #000;
    font-size: 12px;
    line-height: 1.6;
}

.goodsTxtClm .alert {
    font-size: 14px;
	color: #FF0004;
    line-height: 1.6;
}

#goods .goodsList{

}
#goods .goodsList li{

}
#goods .goodsList li a{

}


#goods ul li img {
padding: 20px;
background: #fff;
}

#goods .goodsList li a .newIcon{
background: #D5A6C5;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 999px;
    position: absolute;
    top: -30px;
    left: -30px;
    font-size: 15px;
    color: #fff;
}

#goods .storeTxt{
    text-align: center;
    margin: 80px auto 40px;
    font-size: 16px;
}
#goods .link a{
    text-align: center;
    display: block;
    font-size: 14px;
    text-decoration: underline;
}
body #cboxOverlay {
    background: #000;
}
body #colorbox, body #cboxOverlay, body #cboxWrapper, body #cboxContent{
  border-radius: 0;
  overflow: visible;
}

body #cboxClose {
    position: absolute;
    top: -35px;
    right: -5px;
    display: block;
    background: url(/static/theyellowmonkey/fanclub_v2/feature/tour2024_2025/images/close.png) no-repeat top center;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: 30px;
    z-index: 99999;
    pointer-events: all;
    display: block!important;    
}
body #cboxClose:hover {
    background-position: top center;
}
body #colorbox, body #cboxOverlay, body #cboxWrapper {
    overflow: visible;
}
body #cboxContent {
    background: #fff;
    overflow: visible;
    border-radius: 0;
}
body #cboxNext:hover{
    background-position: center right;    
right: -40px;
    top: 50%;
}
body #cboxPrevious:hover{
    background-position: center left;    
left: -40px;
    top: 50%;
}
body #cboxCurrent {
    display: none!important;
}    
body #cboxLoadedContent {
    margin-bottom: 0;
}
.modalArea {
	padding: 50px 30px;
    color: #000;
}

.modalArea .ph{
    max-width: 600px;
    margin: 0 auto 20px;
}
.modalArea .ph img{
    width: 100%;
}
.modalArea .goodsTit{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
	text-align: left;
}
.modalArea .goodsTit .iconBox{
    display: block;
    margin: 0 0 10px 0;
}
.modalArea .goodsTit .icon{
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    border-radius: 999px;
    padding: 5px 20px;
    margin: 0 auto;
}
.modalArea .sizeTable{
    margin: 0 auto;
    width: 100%;
}
.modalArea .sizeTable tbody{

}
.modalArea .sizeTable tbody tr{

}
.modalArea .sizeTable tbody tr th{
    padding: 15px;
}
.modalArea .sizeTable tbody tr td{
    padding: 15px 30px;
}

.goodsPhoto img{
filter: drop-shadow(0 0 4px #bababa);
margin-bottom: 15px;
}
.btn {
    display: block;
    margin: auto;
}
.btn a {
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    background: #82c7e7;
    font-size: 20px;
    padding: 15px;
    border-radius: 999px;
    max-width: 400px;
    margin: auto;
    width: 90%;
    box-shadow: 3px 3px #f19ec2;
    -webkit-box-shadow: 3px 3px #f19ec2;
    border: 1px solid #ffffff;
    transition: 0.4s;
}


@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    cursor: pointer;
  }
  .fv--area {
        width: 100%;
        height: 100svh;
        position: relative;
        min-height: 600px;
  }
  .ttl {
    width: 100%;
    /*max-width: 900px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .area--tit {
    font-size: 60px;
  }
  .area--tit .ruby {
    display: block;
    font-size: 20px;
    margin-top: 20px;
  }
  .area--tit.jp {
    font-size: 50px;
    line-height: 1.4;
  }
  .area--tit .sub--tit {
    font-size: 26px;
    margin-top: 10px;
    display: block;
  }
  .drawer {
        position: fixed;
        right: 9%;
        top: 9%;
        z-index: 1;
        transition: 0.4s;
  }
  .scrollFix .drawer{
		right: 2%;
        top: 2%;
  }
  .drawer__item {
    transition: all 0.5s;
  }
  .drawer__item:hover {
    opacity: 0.5;
  }
  .drawer__list{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .drawer__list li{
  
  }
  .drawer__list li a{
        color: #f19ec2;
        font-family: "adobe-garamond-pro", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        padding: 0 10px;
  }
  .scroll {
    font-size: 16px;
  }

  .goods--area {

  }
  .schedule--base {
        border-radius: 10px;
        background-color: #ffffff;
        color: #000000;
        -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
        -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
        -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
  }
  .schedule--ttl--list {
    border-radius: 10px 10px 0 0;
  }
  .schedule--ttl--list li {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .schedule--ttl--list li:first-of-type {
    width: 20%;
  }
  .schedule--ttl--list li:nth-of-type(2) {
    width: 30%;
  }
  .schedule--ttl--list li:nth-of-type(3){
    width: 30%;
  }
   .schedule--ttl--list li:last-of-type {
        width: 20%;
  }
  .schedule--detail--list {
    padding: 1.5em 2em;
    border-bottom: 1px solid #D5A6C5;
    font-size: clamp(11px, 1.2vw, 16px);
  }
  .schedule--detail--list:last-child {
    border-bottom: none;
  }
  
  .schedule--detail--list li {
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #D5A6C5;
    padding: 0 2%;
        font-size: min(1.5vw, 18px);
  }
  .schedule--detail--list li:first-of-type{
    width: 20%;
  }
   .schedule--detail--list li:nth-of-type(2) {
    width: 30%;
  }
  .schedule--detail--list li:nth-of-type(3){
    width: 30%;
  }
  .schedule--detail--list li:last-of-type {
	font-size: 90%;
    line-height: 1.2;
        width: 20%;
  }
  .schedule--detail--list li:nth-of-type(2), .schedule--detail--list li:nth-of-type(3) {
    text-align: center;
  }
  .schedule--detail--list li:last-of-type {
    border-right: none;
  }
  .schedule--detail--list li .time {
    text-align: left;
    justify-content: center;
  }
  .schedule--detail--list li .time--inner p:first-child {
    margin-bottom: 5px;
  }
  .schedule--detail--list li .time-date {
    margin-left: 6em;
  }
  .schedule--detail--list li .schedule-date {
    font-size: min(2vw, 25px);
    line-height: 1.6;
    font-weight: 500;
  }
  .schedule--detail--list li .schedule-year {
    font-size: 14px;
  }
  .schedule--detail--list li .day-of-week {
    font-size: 14px;
  }
  .ticket--area dl {
    margin: 0 auto 20px;
    border-radius: 10px;
    padding: 30px 0;
  }
  .ticket--area dl:last-child {
    margin-bottom: 0;
  }
  .ticket--area dl.ticket--attention dt {
    color: #c35786;
  }
  .ticket--area dl.ticket--attention dd {
    padding: 0 5%;
  }
  .ticket--area dt {
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    width: 30%;
    justify-content: center;
    flex-direction: column;
  }
  .ticket--area dt::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 80%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #D5A6C5;
  }
  .ticket--area dd {
    width: 70%;
  }
  .ticket--area dd p:not(.attention) {
    font-size: clamp(16px, 1.5vw, 20px);
    margin-bottom: 5px;
    font-weight: 500;
  }
  
.ticketBox .ticketBtn a:hover {
    transition: all 0.5s;
    background: #fff;
    border: 1px solid #D5A6C5;
    border-radius: 50px;
    color: #D5A6C5;
  }

.schedule--detail--list:last-child {
    border-bottom: none;
}
.op_ticket .tikcetTit:hover{
        background: #e178a6;
}

.ticketBox .tit {
    font-size: 20px;
}
.ticketBox .date {
    font-size: 17px;
}

  .advance--area .advance--base {
    border-radius: 10px;
    padding: 2.5em 5em;
  }
  .advance--area .advance--txt {
    margin-bottom: 3em;
  }
  .advance--area .advance--duration {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .advance--area .btn--area {
    margin-bottom: 50px;
  }
  .advance--area .tour-btn a {
    width: 400px;
    height: 80px;
    font-size: 20px;
    transition: all 0.5s;
  }
  .advance--area .tour-btn a:hover {
    opacity: 0.5;
  }
  .advance--area .block--attention .attention--tit {
    font-size: 19px;
  }
  
.accordionList .accordionTit:hover{
    background: #ccc;
}
    .advance--area .tour-btn a {
        width: auto;
        height: 80px;
        font-size: 20px;
        transition: all 0.5s;
    }

	.spOn{display:none;}
	#goods ul li {
		width: 28%;
		margin-right: 8%;
	}
	#goods ul li:nth-child(3n) {
		margin-right: 0;
	}
	#goods ul li:nth-child(3) ~ li {
		margin-top: 60px;
	}
	.storeBnr a:hover,
	#goods ul li a:hover {
		opacity: 0.6;
	}
	#goods .link a:hover{
		opacity: 0.6;
	}
	
	#goods .goodsNav div a.goddsNavi01:hover { background-color: #A01930; color: #fff;}
	#goods .goodsNav div a.goddsNavi02:hover { background-color: #333; color: #fff;}
	#goods .goodsNav div a.goddsNavi03:hover { background-color: #668866; color: #fff;}
	
	.modalArea .goodsTit {
	    font-size: 14px;
	    margin: 0px 0 7px 0;
	}
  
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  body:not(.page--home) .section--detail.page--tour2025 {
    padding: 0 20px 80px;
  }
  .fv--area {
    width: 100%;
    height: 100svh;
    position: relative;
  }
.ribbon {
    position: fixed;
        width: 55vw;
        height: 51vw;
    transition: 0.4s;
}
.scrollFix .ribbon {
    width: 35vw;
    height: 36vw;
}
.ribbon.ribbon_01 {
    left: -12vw;
    top: -8vw;
}
.ribbon.ribbon_02 {
    right: -12vw;
    bottom: -8vw;
}
.fv--area .inner {
    border-radius: 40px;
}
.fv--area .ttl {
    width: 90%;
        top: 50%;
}
.snsList {
    bottom: 10%;
    left: 9%;
    z-index: 1;
    transition: 0.4s;
}
.snsList li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    transition: 0.4s;
}
section {
    padding: 40px 0;
}
section:nth-child(even) {
    border-radius: 30px 0 30px 0;
}

.hamburger {
        position: fixed;
        top: 1%;
        right: 1.5%;
        z-index: 10;
        width: 30px;
        height: 30px;
        cursor: pointer;
        opacity: 0;
        transition: all 1.5s;
}
.hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hamburger.is-active span {
  background-color: #ffffff;
}
.hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #D5A6C5;
  transition: transform 0.3s;
}
.hamburger span:nth-child(1) {
  top: 30%;
}
.hamburger span:nth-child(2) {
  top: 60%;
}
.hamburger span:nth-child(3) {
  top: 90%;
}

.drawer {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        border-radius: 10px 0 0 10px;
        z-index: 5;
        height: auto;
        background-color: #f19ec2;
        transition: opacity 0.3s, visibility 0.3s;
}
.drawer.is-active {
  visibility: visible;
  opacity: 1;
}
.drawer .drawer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 20px 20px;
}
.drawer .drawer__list li {
  margin-bottom: 10px;
  font-weight: 500;
}
.drawer .drawer__list li:last-child {
  margin-bottom: 0;
}
.drawer .drawer__link {
  color: #ffffff;
}


  .ttl {
    width: 100%;
    /*max-width: 500px;*/
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .area--tit {
    font-size: 40px;
  }
  .area--tit .ruby {
    display: block;
    font-size: 16px;
    margin-top: 10px;
  }
  .area--tit.jp {
    font-size: 28px;
    line-height: 1.4;
  }
  .area--tit .sub--tit {
    font-size: 26px;
    margin-top: 5px;
    display: block;
  }
  .drawer {
    width: 180px;
  }
  .scroll {
        font-size: 14px;
        right: auto;
        left: 50%;
        transform: translateY(0);
        transform: translateX(-50%);
        bottom: 40%;
        top: auto;
  }

  .goods--area {

  }
  .schedule--area .area--tit {
    margin-bottom: 20px;
  }
  .schedule--base{
    color: #c35786;
  }
  .schedule--area .venue,
  .schedule--area .day {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        color#972456;
  }
  .schedule--area .day {
    font-weight: 700;
  }
  .schedule--area .schedule--ttl--list {
    border-radius: 10px 10px 0 0;
  }
  .schedule--area .schedule--detail--list {
        font-size: clamp(11px, 5vw, 15px);
        color: #000000;
        background-color: #ffffff;
        border-radius: 5px;
        margin: 10px 0 50px;
        -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
        -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
        -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
  }
  .schedule--area .schedule--detail--list dl {
        border-bottom: 1px solid #D5A6C5;
        display: block;
  }
  .schedule--area .schedule--detail--list dl:last-child {
    border-bottom: none;
  }
  .schedule--area .schedule--detail--list dt {
        width: 100%;
        padding: 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-color: #c35786;
        color: #ffffff;
  }
  .schedule--area .schedule--detail--list dd {
        width: 100%;
        padding: 20px;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
  }
  .schedule--area .schedule--detail--list dd .time p {
        line-height: 1.5;
        margin-bottom: 0.8em;
  }
  .schedule--area .schedule--detail--list dd .time p:last-child {
    margin-bottom: 0;
  }
  .schedule--area .schedule--detail--list dd .time p span {
    font-size: 17px;
  }
#schedule .icon_sp {
   width: 22%;
   position: absolute;
   top: -5%;
   left: -4%;
   transform: rotate(-15deg);
   z-index: 1;
}
#schedule .no-data {
    color: #b04e79;
    font-size: 21px;
    padding: 0;
}
  .ticket--area dl {
    display: block;
    margin: 0 auto 20px;
    border-radius: 10px;
    width: 100%;
  }
  .ticket--area dl:last-child {
    margin-bottom: 0;
  }
  .ticket--area dl.ticket--attention dt {

  }
  .ticket--area dt {
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
    background-color: #c35786;
    color: #ffffff;
  }
  .ticket--area dd {
        width: 100%;
        padding: 20px 5%;
        font-size: 13px;
  }
  .ticket--area dd p:not(.attention) {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .advance--area .advance--base {
    border-radius: 5px;
    padding: 20px 5%;
  }
  .advance--area .advance--txt {
    margin-bottom: 50px;
  }
  .advance--area .advance--duration {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
  }
  .advance--area .advance--duration .duration--ttl {
    margin-bottom: 0.8em;
    display: block;
  }
  .advance--area .btn--area {
    margin-bottom: 50px;
  }
  .advance--area .tour-btn a {
    width: 260px;
    height: 60px;
    font-size: 16px;
  }
  .advance--area .block--attention {
    padding: 20px 5%;
  }
  .advance--area .block--attention .attention--tit {
    font-size: 16px;
  }
.middle--indent {
    font-size: 14px;
}
.accordionList .accordionDetail {
    padding: 20px;
}


.ticketBox .ticketBtn {
    width: 100%;
}
.ticketBox .ticketBtn a {
    font-size: 15px;
}
.advance--area .block--attention {
    margin: 10px;
}
.advance--area .btn--area {
    margin-bottom: 30px;
}
.ticketBox .info {
    width: 90%;
    margin: 0 auto 20px;
}

.ticketDetail{
padding: 20px 5%;
}

.ticketBox .ticketTit {
        padding: 10px 38px 10px 35px;
        font-size: 15px;
}
.advance--area .tour-btn a {
       width: auto; 
       height: auto; 
        font-size: 13px;
        padding: 14px 13px;
        text-align: left;
}

.op_accord .accordionList .accordionDetail{
    padding: 10px;
}
.op_ticket .tikcetTit {
    padding: 20px;
    font-size: 16px;
}

.op_ticket .tikcetDetail {
    padding: 20px;
}
.op_ticket .detailList {
    display: block;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.op_ticket .detailList:first-child {
    border-top: none;
    padding: 15px 0;
}
.op_ticket .detailList dt {
		width: 100%;
        padding: 0 0 0 10px;
        margin: 0 0 10px;
        font-size: 17px;
        border-left: 3px solid;
        font-weight: bold;
}

.op_ticket .detailList dd {
        width: 100%;
        position: relative;
        padding: 0;
        font-size: 18px;
}
.op_ticket .detailList dd:before {
    content: none
}
.btn a {
    font-size: 15px;
    padding: 10px;
}


.goods--area .no-data {
    font-weight: 500;
    margin-top: 50px;
    font-style: normal;
    font-size: 21px;
}

	.spOn{display:block;}
	
	.storeBnr {
		margin-bottom: 10vw;
	}

	.goodsPop{
margin-bottom: 50px;
}
	
	#goods .goodsNav {
		justify-content: space-between;
		margin-bottom: 12vw;
	}
	#goods .goodsNav div {
		margin: 0;
	}
	#goods .goodsNav div a {
		padding: 2vw 3vw;
		font-size: 3vw;
	}
	
	#goods ul {
		justify-content: space-between;
	}
	#goods ul li {
		width: 48%;
    	margin-bottom: 10px;
	}

	#goods .ph {
    margin-bottom: 12px;
}

    #goods .goodsList li a .newIcon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -20px;
        left: -13px;
        font-size: 9px;
        color: #fff;
        background: #D5A6C5;
    }

	#goods ul li p {

	}
	
	
	#goods ul li p.itemName {
        margin-bottom: 5px;
        font-size: 12px;
	}
	#goods ul li p.itemName .icon {
	    font-size: 11px;
	    padding: 2px 10px 3px;
	    margin: 0 auto 5px;
	    top: 0;
	    display: block;
	    max-width: 150px;
	}
	#goods ul li p.price {
		font-size: 11px;
		margin-bottom: 15px;
	}
	
	#goods ul li .tag {
		top: -2vw;
		left: -2vw;
		font-size: 2.4vw;
		padding: 1vw 2vw;
	}
	#goods ul li .tag.cNagoya + .tag {
		left: 12vw;
	}
	#goods ul li .tag.cOsaka + .tag {
		left: 9vw;
	}
	#goods ul li .tag.cTokyo + .tag {
		left: 9vw;
	}
	#goods ul li .tag.cEC + .tag {
	    left: 70px;
	}
	.modalArea {
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.goodsPhoto {
		width: 90% !important;
		margin: 0 auto;
		padding: 0;
	}
	.goodsNavi {
		margin-top: 15px;
    	margin-bottom: 15px;
		text-align: center;
    	width: 100%;
	}
	.goodsNavi ul {
		padding: 0;
	}
	.goodsNavi li {
        display: inline-block;
        box-sizing: border-box;
        margin: 0 2px 5px;
	}
	.goodsNavi li img {

	}
	.goodsTxtClm .goodsTit {
		font-size: 14px;
		margin: 10px 0 8px;
		font-weight: bold;
		line-height: 1.5em;
		text-align: center;
		color: #000;
	}
	.goodsTxtClm .goodsTit .icon {

	}
	.goodsTxtClm .price {
		font-size: 13px;
		color: #000;
		margin-bottom: 15px;
		text-align: left;
		font-weight: bold;
	}

	.sizeTable {
		border: solid 1px #DDD;
		border-bottom: none;
		color: #151515;
    	margin: 0 auto;
		width: 100%;
	}

	.sizeTable th {
		padding: 5px 15px;
		font-size: 11px;
		width: 35%;
		border-bottom: solid 1px #DDD;
		border-right: solid 1px #DDD;
		text-align: center;
		font-weight: normal;
	}
	.sizeTable td {
		padding: 5px 15px;
		font-size: 12px;
		border-bottom: solid 1px #DDD;
	}
	body #colorbox {
	    outline: 0;
	    margin: 10px 0 0 0;
	}
	#goods .storeTxt {
	    text-align: center;
	    margin: 50px auto 15px;
	    font-size: 13px;
	}
	#goods .link a {
        font-size: 12px;
        margin: 0 auto 20px;
	}
.btn {
  width: 100%;
  margin: 0 auto;
}

}
/*  tablet
------------------------------ */
@media screen and (min-width: 430px) and (max-width: 767px) {
  body:not(.page--home) .schedule--area .schedule--detail--list dt {
    padding: 20px 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  body:not(.page--home) .section--detail.page--tour2025 {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
  body:not(.page--home) .schedule--area .schedule--detail--list dt {
    padding: 20px 2%;
  }
}/*# sourceMappingURL=style.css.map */