@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: #e50212;
    background-attachment: fixed;
    color: #fff;
/*	color: #00184c;*/
    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;
}
.decoWrap {
	background-image: url("../img/border.jpg");
	background-x-repeat: repeat;
	background-position: center center;
	width: 100%;
	height: 50px;
	
}

.boxA {
    width: 96%;
    max-width: 1320px;
    margin: auto;

}

img {
	vertical-align: bottom;
}
@media screen and (max-width: 768px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
.boxA {
	
}
}
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;
/*	    width: 70%;
    max-width:480px;*/
    margin: auto;
    padding-top: 1em;
}
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: 100%;
    max-width:720px;
    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: 21.67%;*/
	    padding-top: 21%;
}
h3#set{
    text-align: center;
    font-weight:500;
    font-size: clamp(14px, 2.34375vw, 30px);
/*border-bottom:1px solid #fff;*/
	line-height: 1.5em;
	  display: inline;
  background-image: linear-gradient(transparent 98%, #ffffff 98%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
	letter-spacing: 0.1em;
	color: #fff;
}
h3#cancel {
	text-align: center;
    font-weight:700;
    font-size: clamp(14px, 2.34375vw, 30px);
	color: #ffcc00;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px){
h3#set{
	line-height: 1.5em;
	  display: inline;
  background-image: linear-gradient(transparent 94%, #ffffff 90%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
	letter-spacing: 0;
	color: #fff;
}
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
background: #fff;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2);
}
.scroll-infinity__item>img {
  width: 100%;
}

@media screen and (max-width: 768px){
.scroll-infinity__item {
  width: calc(100vw / 1);
}
}


/*************************
*コンテンツ
*************************/
#kvWrap {
    width: 90%;
    max-width: 1152px;
    margin: 1.5em auto;
}
#kvArea {
    background: url("../img/kv-2.jpg?02");
      background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
/*    padding-top: 57.8125%;*/
	    padding-top: 46.875%;
}

h2#alTit-2 {
    text-align: center;
    font-weight: 500;
    font-size: clamp(15px, 2.34375vw, 30px);
    line-height: 0.75em;
    padding-top: 0.5em;
}
h2#alTit-2 small {
    font-size: clamp(15px, 2.34375vw, 30px);
}

h3#spec {
    text-align: center;
    font-weight: 500;
    font-size: clamp(14px, 1.875vw, 24px);
    padding-top: 0.5em;
}
h3#spec small {
    font-size: clamp(12px, 1.25vw, 16px);
}
h3#spec span {
    display: inline-block;
}
.cartBtn {
    width: 60%;
    max-width:360px;
    margin: 1em auto;
    background: #e50212;
	border:4px solid #00184c;
     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: #00184c;
    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: 3px dotted #fff;
    padding-top: 2em;
}
.salesScheduleWrap h3 {
    text-align: center;
   font-size: clamp(15px, 2.34375vw, 30px);
    font-weight: 900;
    letter-spacing: 0.1em;
/*	color: #000;*/
}
.salesScheduleArea {
    width: 100%;
    max-width: 960px;
    margin: 2em auto;
    padding: 2em;
   border:3px solid #fff;
	border-radius: 30px;
    text-align: center;
	color: #fff;
}
.salesScheduleArea h4.deadline {
   font-size: clamp(15px, 2.34375vw, 30px);
    line-height: 1.5em;
    font-weight: 900;
	color: #fff;
/*	color: #00184c;*/
}
.salesScheduleArea h4.deadline small {
	font-weight: 500;
}

.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: 960px;
    margin:4em auto 1em;
/*    border: 2px solid #00184c;*/
	    border: 2px solid #fff;
    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: rgba(0,24,76,0.7);
    padding: 0 0.25em;
	color: #fff;
}
em {
	font-style: normal;
	font-weight: bold;
}
.marker {
 background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.4) 70%); 
}

@media screen and (max-width: 768px){
.cartBtn {
    width: 60%;
    max-width:360px;
    margin: 1em auto;
    background: #e50212;
	border:2px solid #00184c;
     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: #00184c;
    letter-spacing: 0.1em;
}
}
/*************************
*フッター
*************************/
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;
}




