html {
	font-size: 62.5%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

div,
p,
form,
table,
pre,
code,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

.lp_wrap {
	margin-left: auto;
	margin-right: auto;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	display: block;
	transition: 0.5s;
}

a:hover {
	opacity: unset;
	transform: scale(0.8);
	cursor: pointer;
}

a:hover img {
	opacity: unset;
}

img {
	width: 100%;
	vertical-align: bottom;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ================================
        Common
================================ */
.page {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	color: rgba(51, 51, 51, 1);
	background-color: rgba(30, 179, 234, 1);
}

.s .page {
	font-size: 4.26vw;
}

.pc {
	display: block;
}

.s .pc {
	display: none;
}

.sp {
	display: none;
}

.s .sp {
	display: block;
}

.sec {
	padding: 160px 20px 100px;
}

.s .sec {
	padding: 14vw 0 9vw;
}

.center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1020px;
	position: relative;
	/* text-align: center; */
}

.s .center {
	padding-left: 4vw;
	padding-right: 4vw;
}

.common_box {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 25px;
	padding: 70px 50px;
	position: relative;
	z-index: 1;
}

.s .common_box {
	background-color: rgba(255, 255, 255, 1);
	padding: 24vw 8vw 11vw;
}

.common_box::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 2px solid transparent;
	border-radius: 30px;
	pointer-events: none;
	z-index: 0;
}

.s .common_box::after {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.common_box._goods::after {
	border: 4px solid rgba(246, 139, 0, 1);
  outline: 2px solid rgba(246, 139, 0, 1);
  outline-offset: -11px;
	border-radius: 20px;
}

.common_box._campaign::after {
	border: 4px solid rgba(22, 124, 206, 1);
  outline: 2px solid rgba(22, 124, 206, 1);
  outline-offset: -11px;
	border-radius: 20px;
}

.common_box._event::after {
	border: 4px solid rgba(255, 97, 0, 1);
  outline: 2px solid rgba(255, 97, 0, 1);
  outline-offset: -11px;
	border-radius: 20px;
}

.sec_ttl {
	max-width: 620px;
	width: 68vw;
	margin: -15% auto 15px;
	position: relative;
	z-index: 2;
}

.s .sec_ttl {
	max-width: 64vw;
	width: 100%;
	margin: -40% auto 0;
}

.sec_ttl::before,
.sec_ttl::after {
	content: "";
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.info_box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 20px;
}

.info_box li {
	width: 100%;
	padding-bottom: 40px;
}

.s .info_box li {
	padding: 0 0.5vw 2.5vw;
}

.info_box li:nth-of-type(3) {
	padding-bottom: 60px;
}

.s .info_box li:nth-of-type(3) {
	padding-bottom: 0;
}

.info_box li:last-child {
	padding-bottom: 0;
}

.bnr_btn {
	display: block;
	max-width: 436.5px;
	margin: 0 auto;
	padding-top: 20px;
}

.s .bnr_btn {
	max-width: 56.8vw;
	padding-top: 2vw;
}

/* ================================
        Header
================================ */
.header {
	padding: 8px 12px;
	background-color: rgba(255, 255, 255, 1);
}

.s .header {
	padding: 1.6vw 2vw;
}

.header a {
	display: block;
	width: 32%;
	max-width: 160px;
}

/* ================================
        Mv
================================ */
.mv {
	padding-top: 180px;
	position: relative;
}

.s .mv {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.mv_wrapper {
	background-color: rgba(255, 255, 255, 1);
	padding: 40px 0 13px;
	border-bottom: 12px solid rgba(230, 0, 18, 1);
	position: relative;
	z-index: 1;
	margin-top: -20px;
}

.mv_wrapper::before {
	content: "";
	position: absolute;
	background-image: url(../img/mv_ornament.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	;
	aspect-ratio: 1546 / 350;
	max-width: 773px;
	width: 53vw;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-70%);
	margin: auto;
	z-index: 2;
}

.mv_wrapper::after {
	content: "";
	position: absolute;
	background-image: url(../img/mv_animals.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	aspect-ratio: 2640 / 190;
	max-width: 1320px;
	width: 92vw;
	left: 0;
	right: 0;
	top: 0;
	transform: translate(3%, -90%);
	margin: auto;
	z-index: 2;
}

.s .mv_wrapper {
	background-color: rgba(27, 181, 235, 1);
	padding: 0;
	border-bottom: none;
	margin-top: 0;
}

.s .mv_wrapper::before,
.s .mv_wrapper::after {
	content: none;
}

.mv_title_area {
	position: relative;
	padding: 24px 0;
	border-top: 12px solid rgba(30, 179, 235, 1);
	border-bottom: 12px solid rgba(30, 179, 235, 1);
}

.s .mv_title_area {
	display: none;
}

.mv_title_area::before {
	content: "";
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	height: 0;
	border-top: 12px solid red;
}

.mv_title {
	max-width: 980px;
	width: 50%;
	margin: 0 auto;
}

.main_wrapper {
	padding: 30px 4.3vw 90px;
	position: relative;
}

.s .main_wrapper {
	padding: 5vw 2.66vw 12.3vw;
}

.main {
	background-image: url(../img/lead_illust.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	aspect-ratio: 2418 / 605;
}

.s .main {
	background-image: none;
}

/* リード */
.lead {
	width: 50%;
	max-width: 980px;
	margin: 0 auto;
	padding: 15px 0 15px;
}

.s .lead {
	width: 97%;
}

.btn._lead {
	max-width: 614px;
	width: 42.6vw;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 50px;
}

.s .btn._lead {
	max-width: 520px;
	width: 82.6vw;
	padding-top: 2vw;
	padding-bottom: 5vw;
}

/* アンカー */
.anc {

	display: flex;
	justify-content: center;
	gap: 3px;
}

.anc li {
	max-width: 328px;
	width: 22.7vw;
}

.s .anc li {
	max-width: 231px;
	width: 100%;
}

/* ================================
        Goods
================================ */
.sec._01 {
	background-color: rgba(234, 217, 30, 1);
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 0), linear-gradient(90deg,rgba(255, 255, 255, 0.3) 1px, transparent 0);
	background-position: 0 0, 9px 13px;
	background-size: 26px 26px;
	position: relative;
	padding: 160px 20px 80px;
	filter: drop-shadow(0 -10px 24px rgba(21,125,205,.5));
}

.s .sec._01 {
	background-position: 0 0, 5px 9px;
	background-size: 20px 20px;
	padding: 18vw 0 18vw;
}

.sec._01::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 40px;
  background: inherit;
  mask: url(../img/wave.svg) center top / 230px repeat-x;
  pointer-events: none;
}

.s .sec._01::before {
  top: -20px;
  mask: url(../img/wave.svg) center top / 160px repeat-x;
}

.sec._01 .common_box::before {
	content: "";
	position: absolute;
	background-image: url(../img/sec01_character.png);
	background-size: 75px 80px;
	width: 75px;
	height: 80px;
	top: -73px;
	left: 44px;
	z-index: -2;
}

.s .sec._01 .common_box::before {
	content: "";
	position: absolute;
	background-size: 8vw 8.53vw;
	width: 8vw;
	height: 8.53vw;
	top: 0;
	transform: translateY(-90%);
	left: 3.73vw;
	z-index: -2;
}

.cath {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}

.s .cath {
	font-size: 4.26vw;
	letter-spacing: -0.8px;
	padding-top: 3%;
}
.red {
	color: #e60012;
}

.date {
	margin: 0 auto;
	margin-top: 16px;
	font-size: 36px;
	font-weight: 700;
	display: flex;
	border: 3px solid rgba(246, 139, 0, 1);
	max-width: 760px;
	border-radius: 10px;
	position: sticky;
	top: 10px;
	z-index: 9999;
	background: white;
}

.s .date {
	width: 100%;
	margin-top: 3.73vw;
	font-size: 5.06vw;
	flex-direction: column;
}

.date ._ttl {
	flex: 0 1 200px;
	padding: 14px 30px;
	font-size: 3.6rem;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(246, 139, 0, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.s .date ._ttl {
	flex: unset;
	width: 100%;
	padding: 2.6vw;
	font-size: 4.26vw;
	text-align: center;
}

.date ._area {
	padding: 14px 20px;
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.s .date ._area {
	width: 100%;
	padding: 1.8vw 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.date ._txt {
	font-size: 3.6rem;
	font-weight: 600;
}

.s .date ._txt {
	font-size: 6.06vw;
}

.date ._txt ._medium {
	font-size: 2.9rem;
}

.s .date ._txt ._medium {
	font-size: 5.26vw;
}

.date ._txt ._small {
	font-size: 2.6rem;
}

.s .date ._txt ._small {
	font-size: 4.46vw;
}

.date ._lead {
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: -1.2px;
	margin-top: 5px;
}

.s .date ._lead {
	font-size: 2.8vw;
	margin-top: 0;
}

.sec._01 .note {
	font-size: 1.6rem;
	text-align: left;
	display: flex;
	justify-content: center;
	padding-top: 12px;
}

.s .sec._01 .note {
	font-size: 2.6vw;
}

/* 商品一覧
------------- */
.item_list {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 40px;
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto auto auto;
}

.s .item_list {
	padding-top: 6.4vw;
	gap: 2.66vw;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto auto auto auto auto auto;
}

.item._01 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.s .item._01 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: span 1;
}

.item._02 {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 1;
}

.s .item._02 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
}

.item._03 {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end: 4;
}

.s .item._03 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: span 1;
}

.item._04 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 5;
}

.s .item._04 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 4;
	grid-row-end: span 1;
}

.item._05 {
	grid-column-start: 3;
	grid-row-start: 4;
}

.s .item._05 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 5;
}

.item._06 {
	grid-column-start: 4;
	grid-row-start: 4;
}

.s .item._06 {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 5;
}

/* .item._07 {
	grid-column-start: 1;
	grid-row-start: 5;
}

.s .item._07 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 6;
} */

.item._07 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 5;
}

.s .item._07 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 6;
}

.item._08 {
	grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
}

.s .item._08 {
	grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 7;
}

.item._09 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 6;
}

.s .item._09 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 8;
}

.btn._shop {
	max-width: 620px;
	width: 100%;
	margin: 0 auto 20px;
}
.btn._shop04 {
	max-width: 580px;
	width: 100%;
	margin: 0 auto 35px;
	padding-top: 50px;
}
.s .btn._shop {
	width: 86.8vw;
	max-width: 515px;
	padding-top: 6.3vw;
	padding-left: 0.6vw;
	margin: 0 auto;
}
.s .btn._shop04 {
	width: 80vw;
	max-width: 480px;
	padding-top: 8vw;
	margin: 0 auto;
}
.btn._shop04._sec2_btn {
	max-width: 387px;
}
.btn._shop04._sec2_btn.pt {
	padding-top: 0;
	margin-bottom: 15px;
}
.btn._shop04._sec2_btn.pt._0803 {
	margin-bottom: 30px;
}
.s .btn._shop04._sec2_btn {
    max-width: 400px;
    width: 60vw;
	padding-top: 6vw;
	margin: 0 auto 6vw;
}
.s .btn._shop04._sec2_btn.pt {
	padding-top: 0;
	margin-bottom: 3vw;
}
.s .btn._shop04._sec2_btn.pt._0803 {
	margin-bottom: 6vw;
}
.goods_btn_txt {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	margin: 0 auto 35px;
	color: black;
}
.s .goods_btn_txt {
	font-size: min(3.4vw, 18px);
	margin: 0 auto 6vw;
}

/* ================================
        Campaign
================================ */
.sec._02 {
	background-color: rgba(78, 197, 241, 1);
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 0), linear-gradient(90deg,rgba(255, 255, 255, 0.3) 1px, transparent 0);
	background-position: 0 0, 9px 13px;
	background-size: 26px 26px;
	position: relative;
	padding: 160px 20px 116px;
	filter: drop-shadow(0 -10px 24px rgba(138,128,16,.3));
}

.s .sec._02 {
	background-position: 0 0, 5px 9px;
	background-size: 20px 20px;
	padding: 18vw 0;
}

.sec._02::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 40px;
  background: inherit;
  mask: url(../img/wave.svg) center top / 230px repeat-x;
  pointer-events: none;
}

.s .sec._02::before {
  top: -20px;
  mask: url(../img/wave.svg) center top / 160px repeat-x;
}

.sec._02 .common_box {
	padding: 70px 50px 50px 50px;
}

.s .sec._02 .common_box {
	padding: 24vw 8vw 7.6vw 8vw;
}


.sec._02 .common_box::before {
	content: "";
	position: absolute;
	background-image: url(../img/sec02_character.png);
	background-size: 87px 86px;
	width: 87px;
	height: 86px;
	top: -78px;
	right: 50px;
	z-index: -2;
}

.s .sec._02 .common_box::before {
	content: "";
	position: absolute;
	background-image: url(../img/sec02_character.png);
	background-size: 8vw 8vw;
	width: 8vw;
	height: 8vw;
	top: 0;
	transform: translateY(-90%);
	right: 4vw;
}


/* アコーディオン */
.acc_btn{
	width: 98%;
	margin: 1%;
    position: relative;
    color: #fff;
    background-color: #e60012;
	border: 1px solid #fff;
	outline: 8px solid #e60012;
	outline-offset: 1px;
    padding: 20px;
    text-align: center;
	border-radius: 10px;
	margin: 40px auto;
}
.s .acc_btn{
	border: 1px solid #fff;
	outline: 3px solid #e60012;
	outline-offset: 1px;
    padding: 2%;
    text-align: center;
	border-radius: 10px;
	margin: 5% auto;
}
.acc_btn:hover{
  cursor: pointer;
}
.acc_btn.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 0;
}
.acc_box._unactive{
  display: none;
  font-size: 20px;
  padding: 30px;
  background-color: #fffde4;
  line-height: 1.6;
  text-align: center;
}
.s .acc_box._unactive{
  font-size: 4.4vw;
  padding: 8%;
}
/* 矢印 */
.acc_btn:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.s .acc_btn:after {
  right: 25px;
  top: 29%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.acc_btn.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}


/* ================================
        Event
================================ */
.sec._03 {
	background-color: rgba(252, 176, 67, 1);
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 0), linear-gradient(90deg,rgba(255, 255, 255, 0.3) 1px, transparent 0);
	background-position: 0 0, 9px 13px;
	background-size: 26px 26px;
	position: relative;
	filter: drop-shadow(0 -10px 24px rgba(21,125,205,.5));
}

.s .sec._03 {
	background-position: 0 0, 5px 9px;
	background-size: 20px 20px;
	padding: 18vw 0 10.6vw;
}

.sec._03::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 40px;
  background: inherit;
  mask: url(../img/wave.svg) center top / 230px repeat-x;
  pointer-events: none;
}

.s .sec._03::before {
  top: -20px;
  mask: url(../img/wave.svg) center top / 160px repeat-x;
}

.sec._03 .common_box {
	padding: 70px 50px 50px 50px;
}

.s .sec._03 .common_box {
	padding: 24vw 8vw 7.6vw 8vw;
}

.sec._03 .common_box_wrapper {
	position: relative;
}

.sec._03 .common_box_wrapper::before {
	content: "";
	position: absolute;
	background: url(../img/sec03_character_left.png) no-repeat;
	background-size: 142px 90px;
	width: 142px;
	height: 90px;
	top: -78px;
	left: 20px;
	z-index: 2;
}

.s .sec._03 .common_box_wrapper::before {
	content: "";
	position: absolute;
	background: url(../img/sec03_character_left.png) no-repeat;
	background-size: 8vw 5.07vw;
	width: 8vw;
	height: 5.07vw;
	top: 0;
	transform: translateY(-90%);
	left: 3.73vw;
	z-index: 2;
}

.sec._03 .common_box_wrapper::after {
	content: "";
	position: absolute;
	background: url(../img/sec03_character_right.png) no-repeat;
	background-size: 105px 79px;
	width: 105px;
	height: 79px;
	top: -66px;
	right: 32px;
	z-index: 2;
}

.s .sec._03 .common_box_wrapper::after {
	content: "";
	position: absolute;
	background: url(../img/sec03_character_right.png) no-repeat;
	background-size: 8vw 6.13vw;
	width: 8vw;
	height: 6.13vw;
	top: 0;
	transform: translateY(-90%);
	right: 3.73vw;
}

.sec._03 .info_box {
	margin: 40px auto 20px;
}

.s .sec._03 .info_box {
	margin: 5vw auto 6vw;
}

.sec._03 .day {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px;
}

.s .sec._03 .day {
	width: 100%;
	padding: 0 0 3vw;
}

.sec._03 .line {
	width: 100%;
	margin: 20px auto 60px;
}

.s .sec._03 .line {
	margin: 3.5vw auto 6vw;
}

.btn._bnr {
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

.s .btn._bnr {
	max-width: 400px;
  width: 60vw;
  padding-top: 5vw;
}

/* ================================
        Footer
================================ */

.ft-info {
	border: none;
	background-color: rgba(0, 0, 0, 1);
}

.ft-info .sns {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.s .ft-info .sns {
	width: 56%;
}

.ft-info .sns a {
	display: block;
	width: 16%;
}

.s .ft-info .sns a {
	width: 18%;
}

.ft-info .sns a img {
	width: 100%;
}

.s .ft-info {
	border: none;
}

.copyright {
	color: rgba(128, 128, 128, 1);
	font-size: 1.2rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 10px;
	letter-spacing: 0.8px;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "游明朝", YuMincho, "Times New Roman", serif;
}

.ft-copyright {
	color: #888;
	background-color: rgba(255, 255, 255, 1);
}

/* ================================
        Modal
================================ */
.modal {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
	background: rgba(0, 0, 0, 0.5);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.modal__bg,
.preview_bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}

.modal__content {
	width: 91.3vw;
	max-width: 880px;
	max-height: 60vh;
	margin: 20vh auto;
	padding: 8px;
	border-radius: 10px;
	border: 3px solid rgba(255, 255, 255, 1);
	position: absolute;
	top: 5px;
	left: 50%;
	overflow-y: auto;
	transform: translate(-50%, -5px);
}

.s .modal__content {
	padding: 1.33vw;
	max-height: 80vh;
	margin: 10vh auto;
	border: 2px solid rgba(255, 255, 255, 1);
	padding: 5px;
	top: -1%;
	transform: translate(-50%, 0);
}

.modal_wrap {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(12, 165, 221, 1);
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 0), linear-gradient(90deg,rgba(255, 255, 255, 0.3) 1px, transparent 0);
	background-position: 0 0, 9px 13px;
	background-size: 26px 26px;
	border-radius: 10px;
	border: 5px solid rgba(0, 0, 0, 0);
	position: relative;
}

.s .modal_wrap {
	padding: 4.26vw 2.3vw 8vw 2.3vw;
	background-color: rgba(12, 165, 221, 1);
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 0), linear-gradient(90deg,rgba(255, 255, 255, 0.3) 1px, transparent 0);
	background-position: 0 0, 5px 9px;
	background-size: 20px 20px;
	border: 3px solid rgba(0, 0, 0, 0);
}

.modal_date {
	width: 93%;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.s .modal_date {
	padding-bottom: 3.73vw;
}

.modal_img {
	width: 29.1vw;
	max-width: 420px;
	margin: 0 auto;
}

.s .modal_img {
	width: 100%;
}

.slider {
	width: 55.4vw;
	max-width: 798px;
	margin: 0 auto;
}

.s .slider {
	width: 100%;
}
#product07 .modal_item_img {
	width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2%;
}
.s #product07 .modal_item_img {
	width: 100%;
}

.thumb_list {
	width: 48%;
	max-width: 420px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 16px;
}

.s .thumb_list {
	width: 90%;
	margin-top: 2.13vw;
}

.thumb_list li {
	width: 18.4%;
	padding-bottom: 2%;
}

.modal_img.mb30 {
	margin-bottom: 30px;
}

.modal_txt {
	width: 90.6%;
	max-width: 798px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 10px;
}

.s .modal_txt {
	padding-top: 4.26vw;
	padding-bottom: 2vw;
}

.js_modal_label {
	width: 20%;
	position: absolute;
	top: 4%;
	left: -3%;
}
.s .js_modal_label {
	width: 35%;
	position: absolute;
	top: 0%;
	left: -4%;
}

.modal-close {
	display: block;
	width: 40px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.s .modal-close {
	width: 7vw;
	top: 1vw;
	right: 1vw;
}

.ns_btn {
	max-width: 500px;
  width: 36.3vw;
  margin: 40px auto 0px;
  position: relative;
}
.ns_btn.mt {
	margin-top: 20px;
}

.s .ns_btn {
	width: 94%;
	margin: 20px auto 0px;
}

.s .ns_btn.mt {
	margin: 10px auto 0px;
}

.net_txt {
	width: 50%;
	margin: 40px auto 0;
}
.s .net_txt {
	width: 90%;
	margin: 25px auto 0px;
}

/* .ns_btn.soon {
	width: 61%;
}

.s .ns_btn.soon {
	width: 100%;
} */

.modal_bottom {
	width: 100%;
	height: 30px;
}

.btn_none {
	display: none;
}

.c-headerModal_Contact {
	position: absolute;
	height: 80vh;
	width: 90vw;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	border-radius: 24px;
	overflow-y: scroll;
}

.preview {
	display: none;
	position: relative;
	z-index: 5;
}

.preview img {
	position: absolute;
	top: 30%;
}

.preview.block {
	display: block;
}

.preview_close {
	width: 30px;
	height: 30px;
	background-color: rgba(1, 41, 100, 1);
}

.modal._hide .modal-btn01 {
	display: none;
}

.modal_label_wrap {
	width: 20%;
	max-width: 190px;
	position: absolute;
	top: -13px;
	left: 0;
	pointer-events: none;
}
.s .modal_label_wrap {
	width: 27%;
	max-width: none;
	top: -8px;
}

.modal_btn_txt {
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	color: white;
}
.s .modal_btn_txt {
	margin-top: 2.5vw;
	font-size: 2.9vw;
}