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

html{scroll-padding-top: 150px;font-size: 16px;}
.global_nav{background: #2650A3;font-size: 1.313rem;}
section{position: relative;}

.content {max-width: 1200px;margin: 0 auto;width: 100%;}
.content-in{max-width: 960px;margin: 0 auto;width: 100%;padding: 3rem 0;}
.content900{max-width:900px;width: 100%;margin: 0 auto;}
h1{padding-top: 85px;}
h2{font-family: "Zen Maru Gothic", sans-serif;font-size: 2.25rem;font-weight: 900;margin: 0 auto;text-align: center;position: relative;z-index: 1;padding-bottom: 5rem;}
h2 img{
  max-width:600px;
}

#item .h2-p::before{left: -2rem;}
#schedule h2 img,#item h2 img{padding-top:8rem;}

.br380, .br410, .br500, .br900{display: none;}
.none1050{display: block;}

.flx, dl{display: flex;}

/*fade*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/*font*/
/*.f25{font-size: 1.5625rem;text-align: center;margin: 0.5rem 0 2rem;line-height: 2.5rem;}*/
.f32{/*font-size:2rem;*/font-size: clamp(20px, 4vw, 2rem);}
.f24{/*font-size:1.5rem;*/font-size: clamp(16px, 2vw, 1.5rem);}
.content.f24{font-size: clamp(14px, 2vw, 1.5rem);}
.f23{font-size: 1.4375rem;}
.f22{font-size: 1.375rem;}
/*.f21{font-size: 1.3125rem;letter-spacing: 0.21px;}*/
.f20{font-size: 1.25rem;}
.f18{font-size: 1.125rem;}
.f16{font-size: 1rem;}
.limit{background-color:#8CD2F6;color:#fff;font-size: 0.875rem;text-align: center;max-width: 155px;margin: 0 auto;padding: 0.5rem 0;}
.spli2 a, .spli2 a:visited {color: #051129; font-size: 1.2rem;}
#X {font-family: "Zen Maru Gothic", sans-serif;}

/*=============
.bg_pattern
==============*/

.bg_pattern {
  position: fixed;
  top: 0;
  max-width: 1920px;
  width: 100%;
  height: 100vh;
  
  opacity: 1;
  z-index: 0;
}
.bg1{
  position: relative;
  background-image:url("../img/01_bg_02.webp"),url("../img/01_bg_01.webp");
  background-repeat: no-repeat,no-repeat;
  background-size: cover,cover;
  background-position: top,top;
  padding-bottom: 5rem;
  z-index: 0;
}
.bg2{
  position: relative;
  background:url("../img/02_bg_01.webp"),url("../img/07_bg_01.webp");
  background-repeat: no-repeat,no-repeat;
  background-size: cover,cover;
  background-position: top,top;
  padding-bottom: 5rem;
  z-index: 0;
}
.bg3,.bg5{
  position: relative;
  background:url("../img/05_bg_02.webp"),rgba(173, 222, 235,1.0);
  background-repeat: no-repeat,no-repeat;
  background-size: cover,cover;
  background-position: top,top;
  padding-bottom: 5rem;
  z-index: 0;
}

.bg3 .obj1,.bg5 .obj1{
  position: absolute;
  width: 20.834%;
  top:30%;
  right:0;
  z-index: -1;
}
.bg3 .obj2,.bg5 .obj2{
  position: absolute;
  width: 20.834%;
  bottom:10%;
  right:0;
  z-index: -1;
}
.bg3 .obj3,.bg5 .obj3{
  position: absolute;
  width: 20.834%;
  top:50%;
  left:0;
  z-index: -1;
}


.bg4,.bg6{
  position: relative;
  background:url("../img/04_bg_01.webp"),rgba(255, 255, 255,1.0);
  background-repeat: no-repeat,no-repeat;
  background-size: contain,cover;
  background-position: top,top;
  padding-bottom: 5rem;
  z-index: 0;
}

.bg4 .obj1,.bg6 .obj1{
  position: absolute;
  width: 22.735%;
  top:15%;
  left:0;
  z-index: -1;
}
.bg4 .obj2,.bg6 .obj2{
  position: absolute;
  width: 15.625%;
  bottom:30%;
  left:0;
  z-index: -1;
}
.bg4 .obj3,.bg6 .obj3{
  position: absolute;
  width: 18.646%;
  top:40%;
  right:0;
  z-index: -1;
}


.bg7{
  position: relative;
  background:url("../img/07_bg_02.webp"),url("../img/07_bg_01.webp");
  background-repeat: no-repeat,no-repeat;
  background-size: cover,cover;
  background-position: top,top;
  padding-bottom: 5rem;
  z-index: 0;
}

.bg1::after,.bg2::after,.bg7::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;      /* これで padding の外へ脱出して下端に貼り付く */
  height: 25px;
  background-image: url("../img/boarder.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}


header{position: relative;z-index: 2;background: rgba(173, 222, 235, 1.0);}

.purple-wrap{position: relative;height: 100%;}

/*h3*/
h3{position: relative;text-align: center;margin: 0 auto;padding: 5rem 0 3rem;max-width:400px;width:100%;}


.blackmask{
  position: relative;
}
.blackmask img{
 display: block;
}
.blackmask::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  margin:auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.blackmask p{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
}


.white-flame{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 0.9;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 3rem;
  position: relative;
  z-index:100;
}
.present{font-family: "Zen Maru Gothic", sans-serif;font-weight: 900;padding-bottom: 3rem;text-align: center;}
.present span{/*background: #EF8593;*/}


/*gaiyo*/
#gaiyo h2 img{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;
}
#gaiyo .card-flame {
  background-image: url("../img/card.webp");
  background-repeat:no-repeat; 
  background-position: top;
  background-size: cover;
  height:882px;
  display: flex;
  justify-content: center;  /* 横方向センター */
  align-items: center;      /* 縦方向センター */
  text-align: center;
  color: #276D8A;
}
#gaiyo .card-flame p{
  /*padding:10%;text-align: center;line-height: 2.19rem;*/
  padding: 20% 10% 10%;
  text-align: center;
  line-height: 3.19rem;
}
#gaiyo ul{padding: 0.75rem 0;}
#gaiyo p.f22::before,#gaiyo p.f22::after{
  content: "";
  display: block;
  background-image: url("../img/line.webp");
  width:52.084%;
  height:67px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin:0 auto;
}

.allergy-list{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10% 0;
}
.allergy-list::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right:0;
  width: 80%;
  border-top: 3px dotted #4a4a4a;
  transform: translateY(-50%);
  z-index: 1;
  margin:auto;
}
.allergy-list .btn{
  position: relative;
  text-align: center;
  background: #276D8A 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  color:#fff;
  width:40.417%;
  padding:1%;
  margin:0 auto;
  z-index: 2; /* 横線より前に出す */
}
.allergy-list .btn a{
  display: block;
  color:#fff;
}
.allergy-list-highlight{border-bottom:1px solid #ccc;}


/*schedule*/
#schedule .present{padding-top: 3rem;color:#000;}

.store-block{
  display: flex;
  justify-content: center;
  width: 94%;
  margin: 0 auto 5rem;
  align-items: center;
}
.store-block-right{
  width:80%;
}
.store-block h3{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  padding:0;
  outline: 4px dotted rgba(252, 208, 0, .5);/*outlineでドットの線を追加*/
  outline-offset: -10px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 5%;
  padding:1rem 2rem;
}
.btn {
  display: inline-flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  box-shadow: 3px 3px 0px #6A6A6A29;
  font-size: 1rem;	
  font-weight: bold;
  text-decoration: none;
  color: #276D8A;
}
.btn, .btn a {
  font-size: clamp(16px, 1.3vw, 24px);
}

.btn-wrap .btn{
	max-width:220px;
	width:100%;
	font-size: 1.125rem;
  padding:0.5%;
}
.btn i {
  /*margin-right: 0.5rem;*/
  font-size:0.75rem;
}

.btn:hover {
  opacity: 0.8;
}

.btn.brown {
	background-color: #5C1A0E;
	color: #fff;
	max-width:650px;
	border-radius: 75px;
	width:100%;
	font-size: 2.1875rem;
	padding:2%;
}




/*online*/
.sche{margin-bottom: 5rem;}
.sche{
  background: #AFDFED 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px #00000029;
  border-radius: 20px;
  opacity: 1;
  padding:2rem 0;
}
.sche dl{width: 90%;margin: 0 auto;align-items: center;padding:1%;border-bottom:5px dotted #fff;}
/*.sche dl:last-of-type{border-bottom:5px dotted #fff;}*/
.sche dt{background: #fff;padding: 0.3rem;width: 160px;text-align: center;margin-right: 2rem;}

.sche dd{flex: 1;color:#276D8A;}
.sche dd span{font-size: 136%;}
.sche dd a{/*color: #fff;*/color:#276D8A;text-decoration: underline;}
.banner{padding-bottom: 0.875rem;max-width:1134px;margin:0 auto;}
#schedule ul.f16{color:#000;}
#onlineshop dt{background-color:#EDA3C6;color:#fff;}

/*X*/
#X {
  background: #AEDDEB 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 10px #00000029;
  border-radius: 20px;
  opacity: 1;
  padding: 4rem 0 5rem;
  margin: 3rem auto 2rem;
}
#X div.bg{
  background-image: url("../img/04_bg_02.webp");
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center;
  width:90%;
  margin:0 auto;
}
#onlineshop h3,#X h3{margin: 0 auto;padding: 0 0 2rem;text-align: center;}
#X p{margin: 0 auto;text-align: center;}

#X .x-official{
  position: relative;
  width: 100%;
  text-align: center;
}
.x-official::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right:0;
  width: 80%;
  border-top: 3px dotted #fff;
  transform: translateY(-50%);
  z-index: 1;
  margin:auto;
}
.x-official .btn{
  position: relative;
  text-align: center;
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  color:#276D8A;
  width:49.667%;
  padding:0.5% 1%;
  margin:0 auto;
  z-index: 2; /* 横線より前に出す */
}
.x-official .btn a{
  display: block;
  color:#276D8A;
}

/*tokuten*/
#tokuten .tokuten-flame{
  background: rgba(255,255,255,.7) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding:2rem 2.75%;
}
.toku-img{padding-top: 1.125rem;}
.toku-img img{max-width: 1134px;width: 100%;margin: 0 auto;}

/*item*/
.ls{letter-spacing: -0.3px;}

#item ul {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
	margin: 0 auto;
	/*gap: 1rem;*/
}
#item li {
	width: calc(25% - 1rem);
  margin-bottom: 4%;
}
#item li:last-child {
    margin-right: 60.7%;
}
.animateme{
  position: relative;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  padding:1%;
  background-color:#fff;
}

.item__text{
	width:100%;
	min-height:8rem;
	margin-top:0.625rem;
	position: relative;
}
.item__text p{
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.375rem;
	color: #121212;
}
.condition {
	margin:0 auto;
  padding:1%;
  background-color:#8CD2F6;
  color:#fff !important;
  text-align: center;
}
.itemname_box{
	margin: 0.75rem auto;
	font-size: 1rem;
}
.itemname {
	margin-bottom: 1rem;
	height: 8.1rem;
}
.item__text .price-right {
	text-align: right;
	margin: 0 auto;
	max-width: 161px;
}
.price-tax {
	padding-right: 0.5rem;
}

dl.price-box{
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0 2%;
  color:#3B4043;
}
.price-box dt{
	width:40%;
	text-align: right;
	line-height: 1.6875rem;
}
.price-box dd{
	width:60%;
	text-align: right;
	line-height: 1.6875rem;
}
.item__text .rprice{
	font-size: 1rem;
}
.item__text .ryomoku,.item__text .rprice span,.item__text .price span{
	font-size:clamp(0.65rem, 2vw, 0.85rem);
}
.item__text .price{
	width:100%;
	font-size:1rem;
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.image-box {position: relative;margin-top:0 !important;}
.image-box span.flag{position: absolute;top:0;right:0;background-color:#000;color:#fff;padding:0 4%;font-size:0.625rem;}

/*attention*/
#attention .content900 > img{max-width: 366px;margin: 0 auto;display: block;margin-top: 2.5rem;}
#attention ul{color: #276D8A;margin: 0 auto;letter-spacing: 0.18px;line-height: 2rem;font-family: "Zen Maru Gothic", sans-serif;}
#attention ul li{line-height: 1.75em;}
#attention a, #X a,#onlineshop a{text-decoration: underline;color:#276D8A;}
.copyright{max-width: 702px;margin: 0 auto;width: 94%;}
footer {background: #2650A3;color: #fff;position: relative;z-index: 1;}

.top1 {position: fixed; bottom: 7%; max-width: 90px; z-index:6;right: calc(50.5% - 900px);}
.top2 {margin-right: auto;margin-left: 0px;display: block;text-shadow: none;}
.top2 a {float: right;color: #fff;border: #D0B8D8 solid 3px; border-radius: 50%;background: rgba(173, 222, 235, 1.0); padding: 10px;line-height: 1rem;padding-bottom: 1rem;}
.top2 a::before{font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f077';
	font-size: 1.25em;}
.top2 span {display: block;}
.top2 i {font-size: 1.6rem;}


/*発売予定*/
.sale {position: relative;}
.sale .date-pre {
    top: 0%;
    right: 0%;
    font-size: 0.8rem;
    padding: 0.1rem 0.4rem 0.2rem;
    position: absolute;
    background: #932e44;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    text-align: center;
}

@media screen and (max-width:1799px) {
	.top1 {position: fixed; bottom: 7%; max-width: 90px; right: 3%;z-index:2;}
}

@media screen and (max-width:1200px) {
	.term1{font-size: 0.9rem;height: 56px;}
	
	/*.content900{width: 90%;}*/
}
@media screen and (max-width:1100px) {
#item li {
        width: calc(33.33% - 1rem);
    }
	#item li:last-child {
    margin-right: 34%;
	}
}
@media screen and (max-width:1050px) {
	.content{width: 95%;}
}
@media screen and (max-width:1000px) {
	#item li {width: calc(96% / 3);}
	#item ul{width: 90%;}
}
@media screen and (max-width:950px){
	.content-in{width: 96%;}
	html{font-size: 14px;}
	.sche dt {width: 137px;margin-right: 1.25rem;}
	.top2 a{width: 62px;height: 62px;}

}
@media screen and (max-width:900px){
  h2 img{
    width:60%;
  }
  #schedule h2 img, #item h2 img{
    padding-top:2rem;
  }
  h3{
    width:50%;
  }
	.br900{display: block;}
  #gaiyo .card-flame{width:100%;height:50%;}
  #gaiyo .card-flame p{padding:20% 0 10%;line-height: 2.19rem;}
	/*#gaiyo h2, #schedule h2, #tokuten h2, #item h2, #attention h2, .online h3, #X h3{ max-width: 300px;}
	h2, h3{font-size: 1.125rem;}
	.term1{height: 63px;}*/
  
  .bg4 .obj1,.bg6 .obj1,.bg4 .obj2,.bg6 .obj2,.bg4 .obj3,.bg6 .obj3{display:none;}
}

@media screen and (max-width:800px){
  .store-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 94%;
    margin: 0 auto 2.5rem;
    align-items: center;
  }
  .store-block h3{
    width:50%;
    height:5rem;
  }
  .store-block-right{
    width:100%;
    margin:2rem 0;
  }
}

@media screen and (max-width:750px){
	.global_nav {background: none;}
	/*.sale .date-pre {padding: 0.4rem 0.4rem 0.7rem;}*/
	h1{padding-top: 70px;}
	#item li {width: calc(96% / 2);}
	#item ul{width: 98%;}
}

@media screen and (max-width:700px){
	html{scroll-padding-top: 50px;}
}
@media screen and (max-width:650px){
	h2{font-size: 1.875rem;}
	.h2-p{padding-top: 2rem;}
	.h2-p::before{top: 1rem;}
	.h3-220{max-width: 165px;}
	.h3-251{max-width: 188px;}
	.h3-479{max-width: 359px;}
	.h3-132{max-width: 99px;}
	.h2-b::before, .h2-p::before{width: 100px;height: 84px;left: -2rem;}
	#item .h2-p::before{left: 0;}
	.sche dt{width: 115px;margin-right: 1rem;}
	.content-in{padding: 1rem 0;}
	h3{padding: 3rem 0 1.5rem;}
  
  .btn-wrap{
    flex-direction: column;
    justify-content: center;
  }
  .btn-wrap .btn{
    margin: 0 auto 1em;
  }
  
	
	#X{padding: 3rem 0 4rem;}
	.item-ornament, .item-ornament-bottom{width: 80%;}
	
	.f22{font-size: 1.125rem;}
	.f16{font-size: 0.9rem;}
	
}
@media screen and (max-width:550px){

	html{scroll-padding-top: 40px;}	
	h1{padding-top: 55px;}
	#schedule dl {flex-direction: column;}
	.sche dt {margin-bottom: 0.25rem;margin-right: 0;padding: 0.5rem;width: 140px;}	
	.sche dd{text-align: center;}

}
@media screen and (max-width:500px){
	.br500{display: block;}
	.content.purple-flame{ border: 1rem solid #ccc;
    border-image-source: url("../img/flame-purple.webp");
    border-image-slice: 100 100 100 100 fill;
    border-image-width: 20px;
    border-image-outset: 0;
    border-image-repeat: stretch;}
	#gaiyo .content-in{padding: 2rem 0;}
}
@media screen and (max-width:460px){
	html{scroll-padding-top: 80px;}

}
@media screen and (max-width:410px){
	.br410{display: block;}
	.limit{max-width: 144px;}
}
@media screen and (max-width:380px){
	.br380{display: block;}
}