@charset "UTF-8";
/* CSS Document */
html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}
*{
    box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #fff;
    background-image: url("../img/bg.jpg");
    background-attachment: fixed;
    color: #000;
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.8em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

a{
    color: inherit;
    text-decoration: none;
    word-break: break-all;
}
a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
transition:  0.5s;
}

li{
    list-style-type: none;
}
.pc{
        display: block;
    }
.sp{
    display: none;
}

.boxA {
    width: 96%;
    background: #fff;
    max-width: 1320px;
    margin: auto;
 border-right: 1.25em solid #89cfe9;
 border-left: 1.25em solid #89cfe9;
}


@media screen and (max-width: 768px){
body::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image: url("../img/bg.jpg");
}
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
.boxA {
 border-right: 0.25em solid #89cfe9;
 border-left: 0.25em solid #89cfe9;
}
}
header h1, header h2 {
    	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
/*************************
*ヘッダー
*************************/
header {
width: 90%;
    max-width: 1152px;
    margin: auto;
    text-align: center;
}
header h1 {
    width: 60%;
    max-width:360px;
    margin: auto;
    padding-top: 0.5em;
}
header h1 #siteLogo {
    background: url("../img/h1_siteLogo.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 24.44%;
}
header h2 {
    width: 80%;
    max-width:600px;
    margin: auto;
}
header h2 #alTit {
    background: url("../img/h2_alTit.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 36.66%;
}

@media screen and (max-width: 768px){

}

/*************************
*コンテンツ
*************************/
#kvWrap {
    width: 90%;
    max-width: 1152px;
    margin: 1.5em auto;
}
#kvArea {
    background: url("../img/kv.jpg");
      background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 59.375%;
}
h2#alTit-2 {
    text-align: center;
    font-weight: 900;
        font-size: clamp(24px, 5.625vw, 72px);
    line-height: 0.75em;
    padding-top: 0.5em;
    padding-bottom: 0.125sem;
    border-bottom: 0.15em solid #89cfe9;
}
h2#alTit-2 small {
    font-size: clamp(15px, 2.34375vw, 30px);
}
h3#spec {
    text-align: center;
    font-weight: 900;
    font-size: clamp(14px, 1.875vw, 24px);
    padding-top: 0.5em;
}
h3#spec small {
    font-size: clamp(12px, 1.25vw, 16px);
}
.cartBtn {
    width: 60%;
    max-width:360px;
    margin: 1em auto;
    background: #e50212;
     font-size: clamp(14px, 2.1875vw, 28px);
    line-height: 2.25em;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.1em;
}
.cartBtn::after{
 content: '\f0a9';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
    padding: 0 0 0 10px;
}

.salesScheduleWrap {
    width: 90%;
    max-width: 1024px;
    margin: 2em auto 1em;
    border-top: 1px solid #000;
    padding-top: 1em;
}
.salesScheduleWrap h3 {
    text-align: center;
   font-size: clamp(15px, 2.34375vw, 30px);
    font-weight: 900;
    letter-spacing: 0.1em;
}
.salesScheduleArea {
    width: 100%;
    max-width: 960px;
    margin: 2em auto;
    padding: 2em;
    background: #e7f5fb;
    text-align: center;
}
.salesScheduleArea h4#deadline {
   font-size: clamp(15px, 2.34375vw, 30px);
    line-height: 1.5em;
    font-weight: 900;
}
.salesScheduleArea h4#payment {
   font-size: clamp(14px, 1.875vw, 24px);
    line-height: 1.5em;
    font-weight: 900;
    width: 100%;
    background: #cbeaf6;
    border-radius: 50px;
    margin: 1em auto;
    padding: 0.25em;
}
.salesScheduleArea h4 span {
    display: inline-block;
}
.salesScheduleArea .salesScheduleTxt {
     font-size: clamp(13px, 1.5625vw, 20px);
    line-height: 1.5em;
    text-align: left;
}
p.bold {
    font-size: clamp(13px, 1.5625vw, 20px);
    line-height: 1.5em;
    font-weight: 900;
}
.noteWrap {
    width: 90%;
    max-width: 1024px;
    margin:4em auto 1em;
    border: 1px solid #000;
    padding: 2em 2.5em;
    font-size: clamp(11px, 1.09375vw, 14px);
    line-height: 1.5em;
}
.noteWrap em {
    font-weight: 900;
    font-style: normal;
}
.noteWrap a {
    font-weight: 700;
    background: #ccc;
    padding: 0 0.5em;
}

/*************************
*フッター
*************************/
footer {
text-align: center;
    padding: 3em 0;
    width: 100%;
    font-size: clamp(11px, 1.09375vw, 14px);
    font-weight: 700;

}


/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
      background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




