@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@charset "UTF-8";
/*----------------------------------------------------------------- 
リセット
----------------------------------------------------------------- */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: 0;
  outline: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus,
:active {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, dt, dl, dd {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------- 
common
----------------------------------------------------------------- */
.red {
  color: #FF0004;
}

.blue {
  color: #2751CE;
}

.orange {
  color: #FF8532;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.6 "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  color: #111;
  font-weight: 500;
  background: #FFFAED;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover img:not(.notHover) {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.7s;
}

a,
a::before,
a::after {
  transition: all 0.7s;
}

img {
  max-width: 100%;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.text12 {
  font-size: 1.2rem;
}

.textC {
  text-align: center !important;
}

.textR {
  text-align: right !important;
}

.textL {
  text-align: left !important;
}

.textB {
  font-weight: bolder !important;
}

header,
footer,
.contentsWrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1081px) {
  header,
  footer,
  .contentsWrap {
    max-width: 375px;
  }
}

.contents {
  padding: 0 20px;
}

header {
  margin-bottom: 14px;
}
header img {
  min-width: 100%;
}

footer {
  padding: 40px 0;
}
footer .copyright {
  text-align: center;
  font-size: 1rem;
}

.basicList li {
  list-style-type: disc;
  margin-left: 30px;
}
.basicList li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.basicList li:not(:last-of-type) {
  margin-bottom: 5px;
}

.basicOl > li {
  list-style-type: decimal;
  margin-left: 30px;
}
.basicOl > li:not(:last-of-type) {
  margin-bottom: 5px;
}
.basicOl.li10 > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.basicOl.li30 > li:not(:last-of-type) {
  margin-bottom: 30px;
}

.komeTxt {
  font-size: 1.4rem;
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
}
.komeTxt:before {
  content: "※";
}

.btn {
  justify-content: center;
  display: block;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #F64F49;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  padding: 21px 0;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1081px) {
  .btn {
    max-width: 375px;
  }
}
.btn span {
  font-size: 1.3rem;
}
.btn:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.70709%206.29399C8.09764%206.68448%208.09764%207.31864%207.70709%207.70914L1.70826%2013.7071C1.31771%2014.0976%200.68346%2014.0976%200.292912%2013.7071C-0.0976372%2013.3166%20-0.0976372%2012.6825%200.292912%2012.292L5.58563%207L0.296036%201.70802C-0.0945128%201.31753%20-0.0945128%200.683365%200.296036%200.292871C0.686585%20-0.0976236%201.32084%20-0.0976236%201.71138%200.292871L7.71021%206.29086L7.70709%206.29399Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  margin-bottom: auto;
  margin-top: auto;
  width: 8px;
  height: 14px;
  z-index: 1;
}
.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn.btnOrange {
  background: #FF8532;
}
.btn.btnOrange:after {
  right: auto;
  width: 20px;
  height: 19px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.80926%2018.5L8.38692%2017.2248C6.73569%2015.7371%205.37057%2014.4537%204.29155%2013.3747C3.21253%2012.2956%202.35422%2011.327%201.71662%2010.4687C1.07902%209.61035%200.633515%208.82153%200.380109%208.10218C0.126703%207.38283%200%206.64714%200%205.8951C0%204.35831%200.514986%203.07493%201.54496%202.04496C2.57493%201.01499%203.85831%200.5%205.3951%200.5C6.24523%200.5%207.0545%200.679837%207.82289%201.03951C8.59128%201.39918%209.25341%201.90599%209.80926%202.55995C10.3651%201.90599%2011.0272%201.39918%2011.7956%201.03951C12.564%200.679837%2013.3733%200.5%2014.2234%200.5C15.7602%200.5%2017.0436%201.01499%2018.0736%202.04496C19.1035%203.07493%2019.6185%204.35831%2019.6185%205.8951C19.6185%206.64714%2019.4918%207.38283%2019.2384%208.10218C18.985%208.82153%2018.5395%209.61035%2017.9019%2010.4687C17.2643%2011.327%2016.406%2012.2956%2015.327%2013.3747C14.248%2014.4537%2012.8828%2015.7371%2011.2316%2017.2248L9.80926%2018.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  left: 20px;
}
.btn.btnBlue {
  background: #2751CE;
}
.btn.btnBack {
  background: #fff;
  color: #FF0004;
  border: 1px solid #FF0004;
}
.btn.btnBack::after {
  right: auto;
  left: 30px;
  width: 8px;
  height: 14px;
  background-size: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.292911%206.29399C-0.0976381%206.68448%20-0.0976381%207.31864%200.292911%207.70914L6.29174%2013.7071C6.68229%2014.0976%207.31654%2014.0976%207.70709%2013.7071C8.09764%2013.3166%208.09764%2012.6825%207.70709%2012.292L2.41437%207L7.70396%201.70802C8.09451%201.31753%208.09451%200.683365%207.70396%200.292871C7.31342%20-0.0976236%206.67916%20-0.0976236%206.28862%200.292871L0.289786%206.29086L0.292911%206.29399Z%22%20fill%3D%22%23F64F49%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.btn.btnUse::after {
  right: auto;
  left: 30px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10.7813%200.476216C10.6322%200.185397%2010.3305%200%2010.0033%200C9.67615%200%209.37442%200.185397%209.22538%200.476216L6.54985%205.71822L0.737108%206.64157C0.413572%206.69246%200.144565%206.92148%200.0427783%207.23412C-0.0590082%207.54674%200.0246023%207.88846%200.253622%208.12111L4.41233%2012.2835L3.49625%2018.0962C3.44536%2018.4197%203.57986%2018.7469%203.84523%2018.9396C4.1106%2019.1322%204.45959%2019.1613%204.75404%2019.0123L10.0033%2016.344L15.249%2019.0123C15.5398%2019.1613%2015.8924%2019.1322%2016.1578%2018.9396C16.4231%2018.7469%2016.5576%2018.4234%2016.5068%2018.0962L15.587%2012.2835L19.7457%208.12111C19.9784%207.88846%2020.0584%207.54674%2019.9566%207.23412C19.8548%206.92148%2019.5894%206.69246%2019.2623%206.64157L13.4532%205.71822L10.7813%200.476216Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.btn.btnEnd {
  background: #6A6A6A;
}
.btn.btnEnd::after {
  display: none;
}
.btn.btnSearch {
  background: #FF8532;
  border-radius: 8px;
  max-width: 120px;
}
.btn.btnSearch:after {
  display: none;
}
.btn.btnCancel {
  background: #6A6A6A;
  max-width: 200px;
}

input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number], input[type=date], textarea {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.6rem;
  border-radius: 8px;
  width: 100%;
  display: block;
  font-weight: 500;
  padding: 20px;
}

input:focus, textarea:focus {
  background: #ffe4e9;
}

input[type=image] {
  max-width: 100%;
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}

textarea {
  width: 100%;
  display: block;
  line-height: 1.6em;
  resize: horizontal;
  font-size: 1.8rem;
}

input[type=number] {
  width: 180px;
}

.selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 70px;
  font-size: 1.6rem;
  padding: 12px 32px 12px 12px;
  color: #111;
  border: 1px solid #ddd;
  cursor: pointer;
}

a.textLink {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #2751CE;
}

.textLink {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #2751CE;
}

.login {
  margin-bottom: 30px;
}
.login div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px;
}
.login div label {
  display: block;
  margin-bottom: 6px;
}
.login div label span {
  display: block;
  font-size: 1.4rem;
}
.login div:not(:last-of-type) {
  margin-bottom: 20px;
}

.btnList {
  margin-bottom: 30px;
}
.btnList li:not(:last-of-type) {
  margin-bottom: 30px;
}

.loginContact {
  text-align: center;
}

h2 {
  margin-bottom: 40px;
}

.couponList {
  margin-bottom: 40px;
  background-image: repeating-linear-gradient(90deg, #41342B, #41342B 6px, transparent 6px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
.couponList li {
  padding: 30px 0;
  background-image: repeating-linear-gradient(90deg, #41342B, #41342B 6px, transparent 6px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
.couponList li .photoBox {
  position: relative;
  margin-bottom: 20px;
}
.couponList li .photoBox .thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  aspect-ratio: 67/34;
  width: 100%;
}
.couponList li .photoBox .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.couponList li .photoBox .new {
  position: absolute;
  top: -20px;
  left: -10px;
}
.couponList li p {
  font-size: 1.4rem;
  line-height: 1.1em;
}
.couponList li h3 {
  font-weight: 700;
  line-height: 1.1em;
  font-size: 2rem;
  margin-bottom: 15px;
}
.couponList li p.expiry {
  margin-bottom: 20px;
}

p.couponShopName {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.1em;
}
p.couponShopName span {
  font-weight: 700;
  margin-top: 15px;
  font-size: 2.2rem;
  display: block;
  line-height: 1.4em;
}

.couponMainPhoto {
  margin: 30px auto 0;
}
.couponMainPhoto .photo {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  aspect-ratio: 67/34;
  width: 100%;
}
.couponMainPhoto .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.couponSponsor {
  margin-bottom: 15px;
  display: inline-block;
  background: #FF6200;
  border-radius: 6px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3em;
  padding: 10px;
}
.couponSponsor.couponSponsorGold {
  background: #FF9000;
}

.couponOutline {
  padding-top: 30px;
}
.couponOutline .couponShopName {
  margin-bottom: 10px;
}
.couponOutline h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.couponOutline dl {
  margin-bottom: 40px;
}
.couponOutline dl dt {
  background: #41342B;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 6px 10px;
}
.couponOutline dl dd {
  font-weight: 400;
}
.couponOutline dl dd ul.expiration {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.couponOutline dl dd ul.expiration > li:not(:last-of-type) {
  margin-bottom: 6px;
}
.couponOutline dl dd ul.expiration > li.limit {
  color: #FF0004;
}
.couponOutline dl dd a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.couponOutline dl dd p {
  font-size: 1.6rem !important;
  font-family: "Noto Sans JP", sans-serif !important;
}
.couponOutline dl dd p:not(:last-of-type) {
  margin-bottom: 20px;
}
.couponOutline dl dd p + ul:not(.expiration) {
  margin-top: 20px;
}
.couponOutline dl dd:not(:last-of-type) {
  margin-bottom: 30px;
}
.couponOutline dl dd ol, .couponOutline dl dd ul:not(.expiration) {
  font-size: 1.6rem !important;
  font-family: "Noto Sans JP", sans-serif !important;
  margin-bottom: 16px;
  padding-left: 1.6em;
}
.couponOutline dl dd ol li, .couponOutline dl dd ul:not(.expiration) li {
  padding-left: 0 !important;
}
.couponOutline dl dd ol li:not(:last-of-type), .couponOutline dl dd ul:not(.expiration) li:not(:last-of-type) {
  margin-bottom: 8px;
}
.couponOutline dl dd ul:not(.expiration) li {
  list-style-type: disc;
}
.couponOutline dl dd ol li {
  list-style-type: decimal;
}

.couponUseBtn {
  background: #FFE563;
  padding: 10px 20px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#couponUse {
  z-index: 1;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.8);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#couponUse .couponUseBox {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 335px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 375px) {
  #couponUse .couponUseBox {
    width: 90%;
  }
}
#couponUse .couponUseBox p.ttl {
  color: #FF0004;
  text-align: center;
  font-weight: 700;
}
#couponUse .couponUseBox .textBack {
  text-align: center;
  color: #FF0004;
}
#couponUse .couponUseBox .textBack span {
  position: relative;
  padding-left: 18px;
}
#couponUse .couponUseBox .textBack span:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.292911%206.29399C-0.0976381%206.68448%20-0.0976381%207.31864%200.292911%207.70914L6.29174%2013.7071C6.68229%2014.0976%207.31654%2014.0976%207.70709%2013.7071C8.09764%2013.3166%208.09764%2012.6825%207.70709%2012.292L2.41437%207L7.70396%201.70802C8.09451%201.31753%208.09451%200.683365%207.70396%200.292871C7.31342%20-0.0976236%206.67916%20-0.0976236%206.28862%200.292871L0.289786%206.29086L0.292911%206.29399Z%22%20fill%3D%22%23F64F49%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.contentsWrapAdminLogin {
  padding: 60px 0;
}
.contentsWrapAdminLogin h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.2rem;
}

.contentsWrapAdmin {
  position: relative;
  display: flex;
}
.contentsWrapAdmin > nav {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  width: 250px;
  padding: 60px 0;
  background: #41342B;
  color: #fff;
  transition: transform 0.3s ease;
}
.contentsWrapAdmin > nav .adminTitle {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 0 20px;
}
.contentsWrapAdmin > nav ul {
  margin-bottom: 60px;
  border-top: 1px solid #fff;
}
.contentsWrapAdmin > nav ul li {
  border-bottom: 1px solid #fff;
}
.contentsWrapAdmin > nav ul li a {
  display: block;
  font-weight: 700;
  padding: 18px 20px;
  color: #fff;
  position: relative;
}
.contentsWrapAdmin > nav ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 20px;
  transform: scale(-1, 1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.292911%206.29399C-0.0976381%206.68448%20-0.0976381%207.31864%200.292911%207.70914L6.29174%2013.7071C6.68229%2014.0976%207.31654%2014.0976%207.70709%2013.7071C8.09764%2013.3166%208.09764%2012.6825%207.70709%2012.292L2.41437%207L7.70396%201.70802C8.09451%201.31753%208.09451%200.683365%207.70396%200.292871C7.31342%20-0.0976236%206.67916%20-0.0976236%206.28862%200.292871L0.289786%206.29086L0.292911%206.29399Z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.contentsWrapAdmin > nav ul li.active a {
  background: #FFFAED;
  color: #FF8532;
}
.contentsWrapAdmin > nav ul li.active a:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.292911%206.29399C-0.0976381%206.68448%20-0.0976381%207.31864%200.292911%207.70914L6.29174%2013.7071C6.68229%2014.0976%207.31654%2014.0976%207.70709%2013.7071C8.09764%2013.3166%208.09764%2012.6825%207.70709%2012.292L2.41437%207L7.70396%201.70802C8.09451%201.31753%208.09451%200.683365%207.70396%200.292871C7.31342%20-0.0976236%206.67916%20-0.0976236%206.28862%200.292871L0.289786%206.29086L0.292911%206.29399Z%22%20fill%3D%22%23F64F49%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.contentsWrapAdmin > nav .btn {
  width: calc(100% - 40px);
  padding: 12px 0;
  font-size: 1.4rem;
  border: none;
  color: #41342B;
}
.contentsWrapAdmin > nav .btn:after {
  left: 10px;
  width: 6px;
  height: 10px;
  background-size: 6px;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.292911%206.29399C-0.0976381%206.68448%20-0.0976381%207.31864%200.292911%207.70914L6.29174%2013.7071C6.68229%2014.0976%207.31654%2014.0976%207.70709%2013.7071C8.09764%2013.3166%208.09764%2012.6825%207.70709%2012.292L2.41437%207L7.70396%201.70802C8.09451%201.31753%208.09451%200.683365%207.70396%200.292871C7.31342%20-0.0976236%206.67916%20-0.0976236%206.28862%200.292871L0.289786%206.29086L0.292911%206.29399Z%22%20fill%3D%22%2341342B%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.contentsWrapAdmin > nav.closed {
  transform: translateX(-100%);
  width: 0;
  overflow: hidden;
}
.contentsWrapAdmin main {
  padding: 60px 60px 100px;
  flex: 1;
  transition: margin-left 0.3s ease;
}
.contentsWrapAdmin main h1 {
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  position: fixed;
  left: 249px;
  top: 16px;
  background: #41342B;
  transition: transform 0.3s ease;
}
.close:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 8px;
  right: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.292911%206.29399C-0.0976381%206.68448%20-0.0976381%207.31864%200.292911%207.70914L6.29174%2013.7071C6.68229%2014.0976%207.31654%2014.0976%207.70709%2013.7071C8.09764%2013.3166%208.09764%2012.6825%207.70709%2012.292L2.41437%207L7.70396%201.70802C8.09451%201.31753%208.09451%200.683365%207.70396%200.292871C7.31342%20-0.0976236%206.67916%20-0.0976236%206.28862%200.292871L0.289786%206.29086L0.292911%206.29399Z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.close.active {
  transform: translateX(-249px);
}
.close.active:after {
  transform: scale(-1, 1);
}

.textL .btn {
  margin-left: 0;
}

.searchBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 30px;
}
.searchBox input {
  max-width: 300px;
}
.searchBox .btn {
  margin-left: 0;
}
.searchBox .btnClear {
  margin-left: auto;
  margin-right: 0;
  background: #fff;
  border: 1px solid #FF8532;
  color: #FF8532;
}

.table01 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  .table01 {
    font-size: 1.3rem;
  }
}
.table01 tr:nth-child(2n) {
  background: #f7f7f7;
}
.table01 th {
  border-collapse: collapse;
  border-bottom: 1px solid #111;
  text-align: left;
  padding: 22px 15px;
  vertical-align: top;
  color: #41342B;
}
.table01 td {
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  padding: 22px 15px;
  font-weight: 400;
}
.table01 td .btn {
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 10px;
}
.table01 td .btn:after {
  display: none;
}
.table01 td .btnList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.table02 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  .table02 {
    font-size: 1.3rem;
  }
}
.table02 tr:nth-child(2n) {
  background: #f7f7f7;
}
.table02 th, .table02 td {
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  padding: 22px 15px;
}
.table02 th {
  text-align: left;
  vertical-align: top;
  color: #41342B;
}
.table02 td {
  font-weight: 400;
}
.table02 td .btn {
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 10px;
}
.table02 td .btn:after {
  display: none;
}
.table02 td .btnList {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 1.4rem;
}
.pagination li.page-item a, .pagination li.page-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 20px;
}
.pagination li.page-item.active span {
  background: #FF8532;
  color: #fff;
  border-radius: 6px;
  width: 28px;
  height: 28px;
}
.pagination li.page-item:first-of-type.disabled, .pagination li.page-item:last-of-type.disabled {
  display: none;
}

.sectionBox {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 100px;
}
.sectionBox > section h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
}

.importBox {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.importBox input {
  font-size: 1.4rem;
}
.importBox input::file-selector-button {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 14px 0;
  width: 200px;
  background: #FF8532;
  border: 0;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
}
.importBox .komeTxt {
  width: 100%;
}

.btnImport {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.btnImport .btn {
  margin-left: 0;
  margin-right: 0;
  width: 60%;
  max-width: none;
}
.btnImport .btn.btnCancel {
  flex: 1;
}

.columnBox > div {
  margin-bottom: 30px;
}
.columnBox > div label {
  display: block;
  margin-bottom: 10px;
}
.columnBox > div input::file-selector-button {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 14px 0;
  width: 200px;
  background: #FF8532;
  border: 0;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
}
.columnBox > div:last-of-type {
  margin-bottom: 50px;
}

input[type=file] {
  width: 100%;
}

.hissu {
  color: #FF0004;
  font-size: 1.4rem;
  font-weight: 700;
}

.note-editing-area,
.note-resizebar,
.note-statusbar {
  background: #fff;
}

/*----------------------------------------------------------------- 
Loading Spinner (member/coupons/show.blade.php)
----------------------------------------------------------------- */
.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------------------------------- 
Sortable Styles (admin/coupons/index.blade.php)
----------------------------------------------------------------- */
.sortable-ghost {
  opacity: 0.4;
}

.sortable-chosen {
  background-color: #f0f0f0;
}

.sort-handle:hover {
  color: #333 !important;
}

/*----------------------------------------------------------------- 
Sample Page Styles (sample.blade.php)
----------------------------------------------------------------- */
.row {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.col-md-6 {
  flex: 1;
}

.code-block {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  border-left: 4px solid #007bff;
}

.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 1.5rem;
}

.error {
  color: #FF0004;
  margin-bottom: 30px;
  text-align: center;
}
