@charset "UTF-8";
/* 2025/11/04 */
body:has(.nag.contents) #sp_header_wrap #sp_header.headerFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
body:has(.nag.contents) #sp_header_wrap #sp_header.headerFixed + #gNav.active {
  position: fixed;
  z-index: 2;
}
body:has(.nag.contents) #sp_header_wrap #sp_header.headerFixed + #gNav + .searchBox {
  position: fixed;
  z-index: 2;
}
body:has(.nag.contents) #sp_header_wrap #gNav {
  z-index: 2;
}
body:has(.nag.contents) #sp_header_wrap .searchBox {
  z-index: 2;
}
body:has(.nag.contents).fixed {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 1;
}

.nag.contents {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 780px) {
  .nag.contents {
    font-size: 16px;
    line-height: 2em;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents {
    font-size: 26px;
    font-size: 3.3333333333vw;
    line-height: 1.8em;
  }
}
.nag.contents .note {
  color: #4d4d4d;
}
@media screen and (min-width: 780px) {
  .nag.contents .note {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .note {
    margin-top: 2.5641025641vw;
    font-size: 24px;
    font-size: 3.0769230769vw;
    line-height: 1.5em;
  }
}
.nag.contents .note.box {
  box-sizing: border-box;
  background: #eef2f6;
}
@media screen and (min-width: 780px) {
  .nag.contents .note.box {
    padding: 10px 15px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .note.box {
    padding: 2.5641025641vw;
    border-radius: 1.2820512821vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents p.note, .nag.contents span.note {
    text-indent: calc(-1em - 5px);
    padding-left: calc(1em + 5px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents p.note, .nag.contents span.note {
    text-indent: calc(-1em - 1.2820512821vw);
    padding-left: calc(1em + 2.5641025641vw);
  }
}
.nag.contents p.note:before, .nag.contents span.note:before {
  content: "※";
}
@media screen and (min-width: 780px) {
  .nag.contents p.note:before, .nag.contents span.note:before {
    margin-right: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents p.note:before, .nag.contents span.note:before {
    margin-right: 1.2820512821vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents p.note.box, .nag.contents span.note.box {
    text-indent: calc(-1em - 5px);
    padding-left: calc(15px + 1em);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents p.note.box, .nag.contents span.note.box {
    text-indent: calc(-1em - 1.2820512821vw);
    padding-left: calc(3.8461538462vw + 1em);
  }
}
.nag.contents span.note {
  padding-left: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents ul.note > li {
    text-indent: calc(-1em - 5px);
    padding-left: calc(1em + 5px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents ul.note > li {
    text-indent: calc(-1em - 1.2820512821vw);
    padding-left: calc(1em + 1.2820512821vw);
  }
}
.nag.contents ul.note > li:before {
  content: "※";
  margin-right: 5px;
}
@media screen and (min-width: 780px) {
  .nag.contents ul.note > li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents ul.note > li + li {
    margin-top: 2.5641025641vw;
  }
}
.nag.contents strong {
  color: #e4027f;
  font-weight: 600;
}
.nag.contents .red {
  color: #e4027f;
}
.nag.contents .textCenter {
  text-align: center;
}
.nag.contents .marker {
  background: linear-gradient(transparent 65%, #ffe778 0%);
}
.nag.contents a {
  transition: all 0.2s 0s;
}
@media screen and (min-width: 780px) {
  .nag.contents a {
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents a {
    border-bottom: 0.2564102564vw solid #333;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents a:hover {
    border-bottom: 1px solid #e4027f;
    color: #e4027f;
    text-decoration: none;
  }
}
.nag.contents .btnBox {
  text-align: center;
}
@media screen and (min-width: 780px) {
  .nag.contents .btnBox {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .btnBox {
    margin-top: 5.1282051282vw;
  }
}
.nag.contents .btn {
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
  background: #e4027f;
  border-bottom: none;
  opacity: 1;
  transition: opacity 0.3s 0s;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 780px) {
  .nag.contents .btn {
    padding: 10px 40px 10px 20px;
    border-radius: 5px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .btn {
    padding: 2.5641025641vw 10.2564102564vw 2.5641025641vw 5.1282051282vw;
    border-radius: 1.2820512821vw;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .btn:hover {
    opacity: 0.8;
    border-bottom: none;
    color: hsl(0, 0%, 100%);
  }
}
.nag.contents .btn.arrow {
  position: relative;
}
.nag.contents .btn.arrow:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  transition: all 0.3s 0s;
  position: absolute;
}
@media screen and (min-width: 780px) {
  .nag.contents .btn.arrow:before {
    border-top: 6px solid transparent;
    border-left: 8px solid hsl(0, 0%, 100%);
    border-bottom: 6px solid transparent;
    top: calc(50% - 5px);
    right: 15px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .btn.arrow:before {
    border-top: 1.5384615385vw solid transparent;
    border-left: 2.3076923077vw solid hsl(0, 0%, 100%);
    border-bottom: 1.5384615385vw solid transparent;
    top: calc(50% - 1.5384615385vw);
    right: 2.5641025641vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .btn.arrow:hover:before {
    right: 10px;
  }
}
.nag.contents .btn.disabled {
  opacity: 0;
  pointer-events: none;
}
.nag.contents .listNum > li {
  counter-increment: num;
  position: relative;
}
@media screen and (min-width: 780px) {
  .nag.contents .listNum > li {
    padding-left: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listNum > li {
    padding-left: 7.6923076923vw;
    line-height: 5.1282051282vw;
  }
}
.nag.contents .listNum > li:before {
  content: counter(num);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: hsl(0, 0%, 100%);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents .listNum > li:before {
    width: 20px;
    height: 20px;
    font-size: 13px;
    top: 6px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listNum > li:before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    font-size: 22px;
    font-size: 2.8205128205vw;
    top: 0;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .listNum > li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listNum > li + li {
    margin-top: 2.5641025641vw;
  }
}
.nag.contents .listNum > li .note {
  margin-top: 0;
}
.nag.contents .listNum.box {
  box-sizing: border-box;
  background: #eef2f6;
}
@media screen and (min-width: 780px) {
  .nag.contents .listNum.box {
    padding: 10px 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listNum.box {
    padding: 2.5641025641vw;
    border-radius: 1.2820512821vw;
  }
}
.nag.contents .listArrow > li {
  counter-increment: num;
  position: relative;
  line-height: 1.5em;
}
@media screen and (min-width: 780px) {
  .nag.contents .listArrow > li {
    padding-left: 15px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listArrow > li {
    padding-left: 3.8461538462vw;
  }
}
.nag.contents .listArrow > li:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents .listArrow > li:before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #333;
    top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listArrow > li:before {
    border-top: 1.2820512821vw solid transparent;
    border-bottom: 1.2820512821vw solid transparent;
    border-left: 2.0512820513vw solid #333;
    top: 1.2820512821vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .listArrow > li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listArrow > li + li {
    margin-top: 1.2820512821vw;
  }
}
.nag.contents .listArrow > li .note {
  margin-top: 0;
}
.nag.contents .listArrow.box {
  box-sizing: border-box;
  background: #eef2f6;
}
@media screen and (min-width: 780px) {
  .nag.contents .listArrow.box {
    padding: 10px 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listArrow.box {
    padding: 2.5641025641vw;
    border-radius: 1.2820512821vw;
  }
}
.nag.contents .listDot > li {
  counter-increment: num;
  position: relative;
  line-height: 1.5em;
}
@media screen and (min-width: 780px) {
  .nag.contents .listDot > li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listDot > li {
    padding-left: 5.1282051282vw;
  }
}
.nag.contents .listDot > li:before {
  content: "";
  background: #333;
  position: absolute;
  top: 0.8em;
}
@media screen and (min-width: 780px) {
  .nag.contents .listDot > li:before {
    width: 4px;
    height: 4px;
    left: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listDot > li:before {
    width: 1.2820512821vw;
    height: 1.2820512821vw;
    left: 1.2820512821vw;
  }
}
.nag.contents .listDot > li + li {
  margin-top: 5px;
}
.nag.contents .listDot > li .note {
  margin-top: 0;
}
.nag.contents .listDot.box {
  box-sizing: border-box;
  background: #eef2f6;
}
@media screen and (min-width: 780px) {
  .nag.contents .listDot.box {
    padding: 10px 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .listDot.box {
    padding: 2.5641025641vw;
    border-radius: 1.2820512821vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .mv + .note {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .mv + .note {
    margin-top: 2.5641025641vw;
  }
}
.nag.contents .pageLink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 780px) {
  .nag.contents .pageLink {
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .pageLink {
    margin: 0 -0.641025641vw;
    justify-content: space-between;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .pageLink li {
    margin: 5px 2.5px 0 2.5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .pageLink li {
    margin-bottom: 1.2820512821vw;
    width: calc((100% - 1.2820512821vw) / 2);
  }
}
.nag.contents .pageLink li a {
  box-sizing: border-box;
  display: block;
  background: #333;
  border-bottom: none;
  transition: opacity 0.3s 0s;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  line-height: 1em;
  position: relative;
}
@media screen and (min-width: 780px) {
  .nag.contents .pageLink li a {
    padding: 10px 23px 10px 10px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .pageLink li a {
    padding: 2.5641025641vw 6.4102564103vw 2.5641025641vw 2.5641025641vw;
    border-radius: 1.2820512821vw;
  }
}
.nag.contents .pageLink li a:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  transition: all 0.3s 0s;
  position: absolute;
}
@media screen and (min-width: 780px) {
  .nag.contents .pageLink li a:before {
    border-top: 6px solid hsl(0, 0%, 100%);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    top: calc(50% - 2px);
    right: 7px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .pageLink li a:before {
    border-top: 2.0512820513vw solid hsl(0, 0%, 100%);
    border-right: 1.2820512821vw solid transparent;
    border-left: 1.2820512821vw solid transparent;
    top: calc(50% - 0.641025641vw);
    right: 2.5641025641vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .pageLink li a:hover {
    opacity: 0.8;
    border-bottom: none;
  }
  .nag.contents .pageLink li a:hover:before {
    top: 50%;
  }
}
.nag.contents .box.gold {
  background: #eae6d2;
}
@media screen and (min-width: 780px) {
  .nag.contents img + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents img + p {
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents img + .ribbon {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents img + .ribbon {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont p + p {
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .sectionBox + .sectionBox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .sectionBox + .sectionBox {
    margin-top: 5.1282051282vw;
  }
}
.nag.contents .sectionCont .sectionTitle {
  color: #e4027f;
  font-weight: 600;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .sectionTitle {
    padding-top: 80px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e4027f;
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .sectionTitle {
    padding-top: 20.5128205128vw;
    margin-bottom: 2.5641025641vw;
    border-bottom: 0.5128205128vw solid #e4027f;
    font-size: 34px;
    font-size: 4.358974359vw;
  }
}
.nag.contents .sectionCont .boxTitle {
  font-weight: 600;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxTitle {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxTitle {
    margin-top: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
    border-bottom: 0.5128205128vw solid #333;
  }
}
.nag.contents .sectionCont .boxTitle .num {
  background: #e4027f;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxTitle .num {
    margin-right: 10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxTitle .num {
    margin-right: 2.5641025641vw;
    padding: 0 2.5641025641vw;
  }
}
.nag.contents .sectionCont .borderBox {
  box-sizing: border-box;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .borderBox {
    padding: 20px;
    box-shadow: inset 0 0 0 4px #333, inset 0 0 0 7px hsl(0, 0%, 100%), inset 0 0 0 8px #333;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .borderBox {
    padding: 2.5641025641vw;
    box-shadow: inset 0 0 0 0.641025641vw #333, inset 0 0 0 0.9615384615vw hsl(0, 0%, 100%), inset 0 0 0 1.2820512821vw #333;
  }
}
.nag.contents .sectionCont dl.details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.details {
    flex-wrap: wrap;
  }
}
.nag.contents .sectionCont dl.details dt {
  font-weight: 600;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont dl.details dt {
    margin-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.details dt {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.details dd p.note {
    margin-top: 0;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont dl.details + .note {
    margin-top: 10px;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont dl.details + dl {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.details + dl {
    margin-top: 3.8461538462vw;
  }
}
.nag.contents .sectionCont dl.detailsList dt {
  font-weight: 600;
}
.nag.contents .sectionCont dl.detailsList dt.title {
  box-sizing: border-box;
  background: #333;
  display: inline-block;
  line-height: 1em;
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont dl.detailsList dt.title {
    padding: 8px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.detailsList dt.title {
    padding: 1.2820512821vw 2.5641025641vw;
    font-size: 24px;
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.detailsList dd {
    margin-top: 1.2820512821vw;
  }
}
.nag.contents .sectionCont dl.detailsList dd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont dl.detailsList dd ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.detailsList dd ul li {
    margin-right: 3.8461538462vw;
  }
}
.nag.contents .sectionCont dl.detailsList dd p.r {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont dl.detailsList dd p.r span {
    font-size: 30px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.detailsList dd p.r span {
    font-size: 5.1282051282vw;
    margin-bottom: -1.9230769231vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont dl.detailsList + .details {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.detailsList + .details {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont dl.detailsList + .detailsList {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont dl.detailsList + .detailsList {
    margin-top: 5.1282051282vw;
  }
}
.nag.contents .sectionCont iframe.map {
  width: 100%;
  border: none;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont iframe.map {
    height: 300px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont iframe.map {
    height: 51.2820512821vw;
    margin-top: 5.1282051282vw;
  }
}
.nag.contents .sectionCont .boxHighlight {
  position: relative;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxHighlight {
    margin-top: 10px;
    padding: 8px 16px;
    border: 2px solid #e4027f;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxHighlight {
    margin-top: 1.2820512821vw;
    padding: 1.2820512821vw 2.5641025641vw;
    border: 0.5128205128vw solid #e4027f;
  }
}
.nag.contents .sectionCont .boxHighlight li {
  position: relative;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxHighlight li {
    padding-left: 14px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxHighlight li {
    padding-left: 2.5641025641vw;
  }
}
.nag.contents .sectionCont .boxHighlight li:before {
  content: "";
  display: block;
  background: #e4027f;
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxHighlight li:before {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxHighlight li:before {
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
}
.nag.contents .sectionCont .boxHighlight:before, .nag.contents .sectionCont .boxHighlight:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}
.nag.contents .sectionCont .boxHighlight:before {
  top: 0;
  left: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxHighlight:before {
    border-top: 8px solid #e4027f;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e4027f;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxHighlight:before {
    border-top: 2.0512820513vw solid #e4027f;
    border-right: 2.0512820513vw solid transparent;
    border-bottom: 2.0512820513vw solid transparent;
    border-left: 2.0512820513vw solid #e4027f;
  }
}
.nag.contents .sectionCont .boxHighlight:after {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxHighlight:after {
    border-top: 8px solid transparent;
    border-right: 8px solid #e4027f;
    border-bottom: 8px solid #e4027f;
    border-left: 8px solid transparent;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxHighlight:after {
    border-top: 2.0512820513vw solid transparent;
    border-right: 2.0512820513vw solid #e4027f;
    border-bottom: 2.0512820513vw solid #e4027f;
    border-left: 2.0512820513vw solid transparent;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxNotice {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxNotice {
    margin-top: 5.1282051282vw;
  }
}
.nag.contents .sectionCont .boxNotice dt {
  box-sizing: border-box;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxNotice dt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxNotice dt {
    padding-left: 2.5641025641vw;
  }
}
.nag.contents .sectionCont .boxNotice dt:before {
  content: "";
  display: inline-block;
  background: #333;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxNotice dt:before {
    width: 4px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxNotice dt:before {
    width: 1.0256410256vw;
    height: 4.6153846154vw;
    top: calc(50% - 2.3076923077vw);
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .boxNotice dt + dd {
    margin-top: 2px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .boxNotice dt + dd {
    margin-top: 0.641025641vw;
  }
}
.nag.contents .sectionCont .ribbon {
  display: inline-block;
  background-color: #e4027f;
  text-align: center;
  color: hsl(0, 0%, 100%);
  position: relative;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .ribbon {
    padding: 3px 40px 3px 30px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .ribbon {
    padding: 0.7692307692vw 6.4102564103vw 0.7692307692vw 3.8461538462vw;
  }
}
.nag.contents .sectionCont .ribbon:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .ribbon:before {
    border-right: 15px solid #fff;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .ribbon:before {
    border-right: 3.0769230769vw solid #fff;
    border-top: 3.8461538462vw solid transparent;
    border-bottom: 3.8461538462vw solid transparent;
    right: -0.2564102564vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .ribbon + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .ribbon + p {
    margin-top: 2.5641025641vw;
  }
}
.nag.contents .sectionCont .stepSlider {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider {
    padding: 40px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .stepSlider {
    margin-top: 1.2820512821vw;
    padding: 5.1282051282vw;
  }
}
.nag.contents .sectionCont .stepSlider .sliderBtn {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nag.contents .sectionCont .stepSlider .sliderBtn li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  transition: all 0.3s 0s;
  color: hsl(0, 0%, 100%);
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderBtn li {
    width: 100px;
    height: 40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderBtn li {
    width: 25.641025641vw;
    height: 10.2564102564vw;
    border-radius: 1.2820512821vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderBtn li:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderBtn li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderBtn li + li {
    margin-left: 1.2820512821vw;
  }
}
.nag.contents .sectionCont .stepSlider .sliderBtn li.current {
  background: #bdaf70;
}
.nag.contents .sectionCont .stepSlider .sliderCont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.nag.contents .sectionCont .stepSlider .sliderCont > li {
  opacity: 0;
  transition: all 0.5s 0s;
  text-align: center;
}
.nag.contents .sectionCont .stepSlider .sliderCont > li img {
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderCont > li img {
    width: auto;
    height: 500px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderCont > li img {
    width: 100%;
    height: auto;
    margin-bottom: 7.6923076923vw;
    touch-action: none;
  }
}
.nag.contents .sectionCont .stepSlider .sliderCont > li p, .nag.contents .sectionCont .stepSlider .sliderCont > li ul li {
  text-align: left;
}
.nag.contents .sectionCont .stepSlider .sliderCont > li.current {
  opacity: 1;
}
.nag.contents .sectionCont .stepSlider .sliderNum {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderNum {
    top: 600px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderNum {
    top: 101.2820512821vw;
  }
}
.nag.contents .sectionCont .stepSlider .sliderNum li {
  background: #afb3b7;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderNum li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderNum li {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
    margin: 0 1.0256410256vw;
  }
}
.nag.contents .sectionCont .stepSlider .sliderNum li.current {
  background: #bdaf70;
}
.nag.contents .sectionCont .stepSlider .sliderArrow {
  position: absolute;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderArrow {
    width: calc(100% - 40px);
    top: 310px;
    left: 20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderArrow {
    width: calc(100% + 2.5641025641vw);
    top: 48.7179487179vw;
    left: -1.2820512821vw;
  }
}
.nag.contents .sectionCont .stepSlider .sliderArrow .prev, .nag.contents .sectionCont .stepSlider .sliderArrow .next {
  overflow: hidden;
  display: block;
  transition: opacity 0.3s 0s;
  text-indent: -1000%;
  position: absolute;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderArrow .prev, .nag.contents .sectionCont .stepSlider .sliderArrow .next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderArrow .prev, .nag.contents .sectionCont .stepSlider .sliderArrow .next {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
}
.nag.contents .sectionCont .stepSlider .sliderArrow .prev:before, .nag.contents .sectionCont .stepSlider .sliderArrow .next:before {
  content: "";
  display: block;
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderArrow .prev:before, .nag.contents .sectionCont .stepSlider .sliderArrow .next:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderArrow .prev:before, .nag.contents .sectionCont .stepSlider .sliderArrow .next:before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    top: calc(50% - 7.6923076923vw / 2);
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .stepSlider .sliderArrow .prev:hover, .nag.contents .sectionCont .stepSlider .sliderArrow .next:hover {
    opacity: 0.8;
  }
}
.nag.contents .sectionCont .stepSlider .sliderArrow .prev.none, .nag.contents .sectionCont .stepSlider .sliderArrow .next.none {
  opacity: 0;
  pointer-events: none;
}
.nag.contents .sectionCont .stepSlider .sliderArrow .prev {
  left: 0;
}
.nag.contents .sectionCont .stepSlider .sliderArrow .prev:before {
  border-bottom: 1px solid #71757a;
  border-left: 1px solid #71757a;
  left: calc(50% - 15px + 8px);
}
.nag.contents .sectionCont .stepSlider .sliderArrow .next {
  right: 0;
}
.nag.contents .sectionCont .stepSlider .sliderArrow .next:before {
  border-top: 1px solid #71757a;
  border-right: 1px solid #71757a;
  left: calc(50% - 15px - 8px);
}
.nag.contents .sectionCont .faq {
  box-sizing: border-box;
  background-color: #eef2f6;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq {
    padding: 5px 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq {
    padding: 1.9230769231vw;
    border-radius: 1.2820512821vw;
  }
}
.nag.contents .sectionCont .faq .q, .nag.contents .sectionCont .faq .a {
  position: relative;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq .q, .nag.contents .sectionCont .faq .a {
    padding-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq .q, .nag.contents .sectionCont .faq .a {
    padding-left: 7.6923076923vw;
  }
}
.nag.contents .sectionCont .faq .q:before, .nag.contents .sectionCont .faq .a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq .q:before, .nag.contents .sectionCont .faq .a:before {
    width: 20px;
    height: 20px;
    font-size: 13px;
    top: 2px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq .q:before, .nag.contents .sectionCont .faq .a:before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    font-size: 22px;
    font-size: 2.8205128205vw;
    top: 0.5128205128vw;
  }
}
.nag.contents .sectionCont .faq .q {
  box-sizing: border-box;
  line-height: 1.5em;
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq .q {
    padding-right: 40px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq .q {
    padding-right: 6.4102564103vw;
  }
}
.nag.contents .sectionCont .faq .q .arrow {
  overflow: hidden;
  text-indent: 1000%;
  transition: all 0.5s 0s;
  position: absolute;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq .q .arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: -10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq .q .arrow {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    top: calc(50% - 3.8461538462vw);
    right: -2.5641025641vw;
  }
}
.nag.contents .sectionCont .faq .q .arrow:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq .q .arrow:before {
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    top: calc(50% - 8px);
    left: calc(50% - 8px - 4px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq .q .arrow:before {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-right: 0.5128205128vw solid #333;
    border-bottom: 0.5128205128vw solid #333;
    top: calc(50% - 2.0512820513vw);
    left: calc(50% - 2.0512820513vw - 0.2564102564vw);
  }
}
.nag.contents .sectionCont .faq .q:before {
  content: "Q";
  box-sizing: border-box;
  background-color: #e4027f;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq .q:before {
    padding-bottom: 2px;
    top: 2px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq .q:before {
    padding-bottom: 0.5128205128vw;
    top: 0.5128205128vw;
  }
}
.nag.contents .sectionCont .faq .a {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.5s 0s;
}
.nag.contents .sectionCont .faq .a:before {
  content: "A";
  background-color: #333;
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq .a:before {
    top: 6px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq .a:before {
    top: 1.5384615385vw;
  }
}
.nag.contents .sectionCont .faq .a .note {
  margin-top: 0;
}
.nag.contents .sectionCont .faq.open .q .arrow {
  transform: rotateX(180deg);
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq.open .a {
    max-height: 10em;
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq.open .a {
    max-height: 20em;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents .sectionCont .faq + .faq {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents .sectionCont .faq + .faq {
    margin-top: 2.5641025641vw;
  }
}
.nag.contents #ticket .bonusTicket, .nag.contents #ticket .normalTicket {
  overflow: hidden;
  position: relative;
}
.nag.contents #ticket .bonusTicket > dl, .nag.contents #ticket .normalTicket > dl {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket > dl, .nag.contents #ticket .normalTicket > dl {
    padding: 10px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket > dl, .nag.contents #ticket .normalTicket > dl {
    padding: 2.5641025641vw;
    padding-right: 7.6923076923vw;
  }
}
.nag.contents #ticket .bonusTicket .highlight, .nag.contents #ticket .normalTicket .highlight {
  box-sizing: border-box;
  display: inline-block;
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket .highlight, .nag.contents #ticket .normalTicket .highlight {
    margin-right: 5px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket .highlight, .nag.contents #ticket .normalTicket .highlight {
    margin-right: 1.2820512821vw;
    padding: 0 2.5641025641vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket .highlight .min, .nag.contents #ticket .normalTicket .highlight .min {
    margin-left: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket .highlight .min, .nag.contents #ticket .normalTicket .highlight .min {
    margin-left: 1.2820512821vw;
    font-size: 24px;
    font-size: 3.0769230769vw;
  }
}
.nag.contents #ticket .bonusTicket .details:before, .nag.contents #ticket .bonusTicket .details:after, .nag.contents #ticket .normalTicket .details:before, .nag.contents #ticket .normalTicket .details:after {
  content: "";
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  position: absolute;
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket .details:before, .nag.contents #ticket .bonusTicket .details:after, .nag.contents #ticket .normalTicket .details:before, .nag.contents #ticket .normalTicket .details:after {
    width: 30px;
    height: 30px;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    right: 13px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket .details:before, .nag.contents #ticket .bonusTicket .details:after, .nag.contents #ticket .normalTicket .details:before, .nag.contents #ticket .normalTicket .details:after {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    border-top: 0.5128205128vw solid transparent;
    border-left: 0.5128205128vw solid transparent;
    right: 3.8461538462vw;
  }
}
.nag.contents #ticket .bonusTicket .details:before, .nag.contents #ticket .normalTicket .details:before {
  transform: rotate(45deg);
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket .details:before, .nag.contents #ticket .normalTicket .details:before {
    top: -20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket .details:before, .nag.contents #ticket .normalTicket .details:before {
    top: -2.5641025641vw;
  }
}
.nag.contents #ticket .bonusTicket .details:after, .nag.contents #ticket .normalTicket .details:after {
  transform: rotate(225deg);
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket .details:after, .nag.contents #ticket .normalTicket .details:after {
    bottom: -20px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket .details:after, .nag.contents #ticket .normalTicket .details:after {
    bottom: -2.5641025641vw;
  }
}
.nag.contents #ticket .bonusTicket:before, .nag.contents #ticket .normalTicket:before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket:before, .nag.contents #ticket .normalTicket:before {
    right: 30px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket:before, .nag.contents #ticket .normalTicket:before {
    right: 5.7692307692vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket > dl {
    border: 4px solid #e4027f;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket > dl {
    border: 0.5128205128vw solid #e4027f;
  }
}
.nag.contents #ticket .bonusTicket .highlight {
  background: #e4027f;
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket .details:before, .nag.contents #ticket .bonusTicket .details:after {
    border-right: 4px solid #e4027f;
    border-bottom: 4px solid #e4027f;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket .details:before, .nag.contents #ticket .bonusTicket .details:after {
    border-right: 0.5128205128vw solid #e4027f;
    border-bottom: 0.5128205128vw solid #e4027f;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket:before {
    border-left: 4px dashed #e4027f;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket:before {
    border-left: 0.5128205128vw dashed #e4027f;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .bonusTicket + .normalTicket {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .bonusTicket + .normalTicket {
    margin-top: 1.2820512821vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .normalTicket > dl {
    border: 4px solid #0cb80c;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .normalTicket > dl {
    border: 0.5128205128vw solid #0cb80c;
  }
}
.nag.contents #ticket .normalTicket .highlight {
  background: #0cb80c;
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .normalTicket .details:before, .nag.contents #ticket .normalTicket .details:after {
    border-right: 4px solid #0cb80c;
    border-bottom: 4px solid #0cb80c;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .normalTicket .details:before, .nag.contents #ticket .normalTicket .details:after {
    border-right: 0.5128205128vw solid #0cb80c;
    border-bottom: 0.5128205128vw solid #0cb80c;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #ticket .normalTicket:before {
    border-left: 4px dashed #0cb80c;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #ticket .normalTicket:before {
    border-left: 0.5128205128vw dashed #0cb80c;
  }
}
.nag.contents #ticket .normalTicket strong {
  color: #0cb80c;
}
.nag.contents #product .listProduct {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .listProduct {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .listProduct {
    margin: 0 -0.641025641vw;
  }
}
.nag.contents #product .listProduct li {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  transition: opacity 0.3s 0s;
  background: #eae6d2;
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .listProduct li {
    width: calc((100% - 30px) / 3);
    margin: 0 5px 10px 5px;
    padding: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .listProduct li {
    width: calc((100% - 2.5641025641vw) / 2);
    margin: 0 0.641025641vw 1.2820512821vw 0.641025641vw;
    padding: 1.9230769231vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #product .listProduct li .series {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .listProduct li .series {
    margin-top: 1.2820512821vw;
  }
}
.nag.contents #product .listProduct li .series span {
  box-sizing: border-box;
  display: inline-block;
  background-color: hsl(0, 0%, 100%);
  color: #333;
  line-height: 1em;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .listProduct li .series span {
    padding: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .listProduct li .series span {
    padding: 1.2820512821vw;
    font-size: 20px;
    font-size: 2.5641025641vw;
  }
}
.nag.contents #product .listProduct li .name {
  width: 100%;
  margin: 0;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .listProduct li .name {
    margin-top: 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .listProduct li .name {
    margin-top: 1.2820512821vw;
  }
}
.nag.contents #product .listProduct li .price {
  width: 100%;
  margin-top: auto;
  display: block;
  color: #736c2d;
  font-weight: 600;
}
.nag.contents #product .listProduct li .price span {
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .listProduct li .price span {
    margin-left: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .listProduct li .price span {
    margin-left: 1.2820512821vw;
    font-size: 20px;
    font-size: 2.5641025641vw;
  }
}
.nag.contents #product .listProduct li .details {
  display: none;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .listProduct li:hover {
    opacity: 0.5;
  }
}
.nag.contents #product .modal {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s 0s;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal {
    padding: 40px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal {
    padding: 7.6923076923vw;
  }
}
.nag.contents #product .modal .modalBox {
  max-width: 100%;
  box-sizing: border-box;
  background: #eae6d2;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox {
    width: 600px;
    min-height: 500px;
    padding: 40px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox {
    width: 128.2051282051vw;
    min-height: 128.2051282051vw;
    padding: 5.1282051282vw;
  }
}
.nag.contents #product .modal .modalBox .productsSlider {
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider {
    touch-action: none;
  }
}
.nag.contents #product .modal .modalBox .productsSlider .sliderCont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.nag.contents #product .modal .modalBox .productsSlider .sliderCont li {
  transition: all 0.5s 0s;
}
.nag.contents #product .modal .modalBox .productsSlider .sliderNum {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderNum {
    margin-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderNum {
    margin-top: 1.2820512821vw;
    margin-bottom: 2.5641025641vw;
  }
}
.nag.contents #product .modal .modalBox .productsSlider .sliderNum li {
  background: #afb3b7;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderNum li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderNum li {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
    margin: 0 1.0256410256vw;
  }
}
.nag.contents #product .modal .modalBox .productsSlider .sliderNum li.current {
  background: #bdaf70;
}
.nag.contents #product .modal .modalBox .productsSlider .sliderArrow {
  position: absolute;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow {
    width: calc(100% - 20px);
    top: 276.5px;
    left: 10px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow {
    width: calc(100% - 3.8461538462vw);
    top: 35.8974358974vw;
    left: 1.9230769231vw;
  }
}
.nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev, .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next {
  overflow: hidden;
  display: block;
  transition: all 0.3s 0s;
  text-indent: -1000%;
  position: absolute;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev, .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev, .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev:before, .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next:before {
  content: "";
  display: block;
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev:before, .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev:before, .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next:before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    top: calc(50% - 7.6923076923vw / 2);
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev:hover, .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next:hover {
    opacity: 0.8;
  }
}
.nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev.none, .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next.none {
  opacity: 0;
  pointer-events: none;
}
.nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev {
  left: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev:before {
    border-bottom: 1px solid #71757a;
    border-left: 1px solid #71757a;
    left: calc(50% - 15px + 8px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev:before {
    border-bottom: 0.2564102564vw solid #71757a;
    border-left: 0.2564102564vw solid #71757a;
    left: calc(50% - 7.6923076923vw / 2 + 2.0512820513vw);
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .prev:hover {
    left: -5px;
  }
}
.nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next {
  right: 0;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next:before {
    border-top: 1px solid #71757a;
    border-right: 1px solid #71757a;
    left: calc(50% - 15px - 8px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next:before {
    border-top: 0.2564102564vw solid #71757a;
    border-right: 0.2564102564vw solid #71757a;
    left: calc(50% - 7.6923076923vw / 2 - 2.3076923077vw);
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .productsSlider .sliderArrow .next:hover {
    right: -5px;
  }
}
.nag.contents #product .modal .modalBox .textArea .series {
  box-sizing: border-box;
  display: inline-block;
  background-color: hsl(0, 0%, 100%);
  color: #333;
  line-height: 1em;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .series {
    margin-top: 10px;
    padding: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .series {
    margin-top: 10px;
    padding: 5px;
    font-size: 20px;
    font-size: 2.5641025641vw;
  }
}
.nag.contents #product .modal .modalBox .textArea .name {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  font-weight: 600;
  line-height: 1.5em;
}
.nag.contents #product .modal .modalBox .textArea .name .type {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
.nag.contents #product .modal .modalBox .textArea .name .type li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.nag.contents #product .modal .modalBox .textArea .name .type li.current {
  opacity: 1;
  position: relative;
  pointer-events: all;
}
.nag.contents #product .modal .modalBox .textArea .price {
  width: 100%;
  margin-top: auto;
  display: block;
  color: #736c2d;
  font-weight: 600;
}
.nag.contents #product .modal .modalBox .textArea .price span {
  margin-left: 5px;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .price span {
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .price span {
    font-size: 20px;
    font-size: 2.5641025641vw;
  }
}
.nag.contents #product .modal .modalBox .textArea .details {
  justify-content: space-between;
  flex-wrap: wrap;
  transition: opacity 0.3s 0s;
  opacity: 1;
  line-height: 1.3em;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .details {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .details {
    margin-top: 2.5641025641vw;
    font-size: 24px;
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .details dt {
    width: 60px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .details dt {
    width: 12.8205128205vw;
  }
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .details dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .modalBox .textArea .details dd {
    width: calc(100% - 17.9487179487vw);
  }
}
.nag.contents #product .modal .modalBox .textArea .details dd .size {
  position: relative;
}
.nag.contents #product .modal .modalBox .textArea .details dd .size li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.nag.contents #product .modal .modalBox .textArea .details dd .size li.current {
  opacity: 1;
  position: relative;
  pointer-events: all;
}
.nag.contents #product .modal .modalBox .textArea .details.disabled {
  opacity: 0;
  pointer-events: none;
}
.nag.contents #product .modal .btnClose {
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .btnClose {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .btnClose {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
.nag.contents #product .modal .btnClose:before, .nag.contents #product .modal .btnClose:after {
  content: "";
  display: block;
  background: hsl(0, 0%, 100%);
  position: absolute;
}
@media screen and (min-width: 780px) {
  .nag.contents #product .modal .btnClose:before, .nag.contents #product .modal .btnClose:after {
    width: 1px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% + 0.5px);
  }
}
@media screen and (max-width: 780px) {
  .nag.contents #product .modal .btnClose:before, .nag.contents #product .modal .btnClose:after {
    width: 0.2564102564vw;
    height: 7.6923076923vw;
    top: calc(50% - 3.8461538462vw);
    left: calc(50% + 0.1282051282vw);
  }
}
.nag.contents #product .modal .btnClose:before {
  transform: rotate(45deg);
}
.nag.contents #product .modal .btnClose:after {
  transform: rotate(-45deg);
}
.nag.contents #product .modal .modalBg {
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.nag.contents #product .modal.open {
  opacity: 1;
  pointer-events: all;
}
.nag.contents #faq .sectionBox + .sectionBox {
  margin-top: 20px;
}/*# sourceMappingURL=nag.css.map */