/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

main {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: flex;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

main {
  margin-top: 60px;
}

h2 {
  text-align: center;
}
h2 .line_up {
  max-width: 325px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h2 .line_up {
    width: 60%;
    margin-bottom: 20px;
  }
}
h2 .tvcm {
  max-width: 475px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h2 .tvcm {
    width: 90%;
    margin-bottom: 20px;
  }
}

.header__area {
  position: fixed;
  z-index: 9999;
  height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.header__inner {
  max-width: 1400px;
  width: 90%;
  margin-inline: auto;
  height: 100%;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__link {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: block;
}
.header__logo {
  width: 110px;
  align-items: center;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 95px;
  }
}

.nav__list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .nav__list {
    background: #faf6f1;
    box-shadow: 8px 18px 51px 0px rgba(0, 53, 139, 0.25);
    position: absolute;
    top: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    padding-inline: 5vw;
    height: 100vh;
    padding-top: 128.5px;
    translate: 100% 0;
    transition: translate 0.3s;
    gap: 0;
  }
}
.nav__list.is-active {
  translate: 0 0;
}
@media screen and (max-width: 1200px) {
  .nav__item:last-child .nav__link {
    border-bottom: 2px dotted #d69d00;
  }
}
.nav__link {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  padding-block: 15px;
}
@media screen and (max-width: 1200px) {
  .nav__link {
    justify-content: space-between;
    gap: 45px;
    padding-block: 30px;
    border-top: 2px dotted #d69d00;
  }
}
.nav__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: auto;
  aspect-ratio: 12/10;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #d69d00;
  transition: translate 0.3s;
}
@media (hover) {
  .nav__link:hover {
    opacity: 0.7;
  }
  .nav__link:hover::after {
    translate: 0 2px;
  }
}

.hamburger {
  display: none;
  position: relative;
  width: 28px;
  height: auto;
  aspect-ratio: 55/40;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  position: absolute;
  display: inline-block;
  background: #d69d00;
  border-radius: 1.5px;
  width: 100%;
  height: 2px;
  transform-origin: center center;
  transition: rotate 0.3s;
}
.hamburger__line--1 {
  top: 0;
}
.hamburger__line--2 {
  top: 50%;
}
.hamburger__line--3 {
  top: 100%;
}
.hamburger.is-active .hamburger__line--1 {
  rotate: 45deg;
  top: 50%;
}
.hamburger.is-active .hamburger__line--2 {
  display: none;
}
.hamburger.is-active .hamburger__line--3 {
  rotate: -45deg;
  top: 50%;
}

.kv__area {
  width: 100%;
}
.kv__inner {
  width: 100%;
  margin-inline: auto;
}

.aseptic__area {
  width: 100%;
  background: url(../img/bg_check.png) repeat;
  padding-block: 0 150px;
}
@media screen and (max-width: 767px) {
  .aseptic__area {
    padding-block: 0 80px;
  }
}
.aseptic__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .aseptic__inner {
    padding-top: 80px;
  }
}
.aseptic__image {
  width: 100%;
}

.lineup__area {
  background: url(../img/h2_lightup01.png) no-repeat top center/450px, url(../img/bg_lineup.png) repeat-y center/contain;
  padding-top: 90px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lineup__area {
    background: url(../img/h2_lightup01_sp.png) no-repeat top center/450px, url(../img/bg_lineup.png) repeat-y center/contain;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.lineup__area .bg_lineup_img {
  position: absolute;
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .lineup__area .bg_lineup_img {
    opacity: 0.8;
  }
}
.lineup__area .bg_lineup_img.light01 {
  max-width: 420px;
  width: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .lineup__area .bg_lineup_img.light01 {
    width: 60%;
  }
}
.lineup__area .bg_lineup_img.light02 {
  max-width: 380px;
  width: 100%;
  top: 30%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lineup__area .bg_lineup_img.light02 {
    width: 60%;
  }
}
.lineup__area .bg_lineup_img.light03 {
  max-width: 380px;
  width: 100%;
  bottom: 35%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .lineup__area .bg_lineup_img.light03 {
    width: 60%;
    bottom: 33%;
  }
}
.lineup__area .bg_lineup_img.light04 {
  max-width: 440px;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lineup__area .bg_lineup_img.light04 {
    width: 60%;
  }
}
.lineup__inner {
  max-width: 1050px;
  width: 90%;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .lineup__inner {
    width: 100%;
  }
}
.lineup__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .lineup__list {
    gap: 20px 0;
  }
}
.lineup__list .item_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: start;
  gap: 80px 30px;
}
@media screen and (max-width: 767px) {
  .lineup__list .item_list {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    gap: 30px;
    margin: 0 auto;
  }
}
.lineup__list .item_list.sub {
  max-width: 730px;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.lineup__list .item_list a {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  color: #ffffff;
  transition: 0.3s;
}
.lineup__list .item_list a:hover {
  text-decoration: none;
}
.lineup__list .item_list a:hover .item_img {
  transform: scale(1.1);
}
.lineup__list .item_list a .item_img {
  transition: 0.3s;
  width: 180px;
}
.lineup__list .item_list a .link_txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .lineup__list .item_list a .link_txt {
    font-size: 18px;
    margin-top: -25px;
    line-height: 1.8rem;
  }
}
.lineup__container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  gap: 120px;
  flex-direction: column;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .lineup__container {
    gap: 80px;
    width: 80%;
    margin: 100px auto 0;
  }
}
.lineup__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
.lineup__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .lineup__item:nth-child(even) {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lineup__item {
    flex-direction: column;
    gap: 10px;
  }
}
.lineup__image {
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lineup__image {
    flex-direction: row;
    align-items: flex-end;
  }
}
.lineup__image::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  background: url(../img/limited_icon.png) no-repeat center/contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lineup__image::before {
    width: 55px;
    height: 55px;
  }
}
.lineup__image.none::before {
  content: "";
  display: none;
}
.lineup__image .jacket_img {
  max-width: 370px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .lineup__image .jacket_img {
    width: 60%;
  }
}
.lineup__image .pkg_img {
  max-width: 300px;
  width: 100%;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .lineup__image .pkg_img {
    width: 50%;
    margin-top: 0;
    margin-left: -30px;
  }
}
.lineup__detail .detail_txtBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  width: 100%;
}
.lineup__detail .detail_txtBox h3 {
  display: inline-block;
  font-size: 46px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  background: linear-gradient(90deg, #e7ae41 0%, #fbd97f 50%, #e7ae41 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .lineup__detail .detail_txtBox h3 {
    font-size: 32px;
  }
}
.lineup__detail .detail_txtBox h3 span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .lineup__detail .detail_txtBox h3 span {
    font-size: 17px;
  }
}
.lineup__detail .detail_txtBox .date {
  font-size: 14px;
  font-weight: 300;
  background: #e37f00;
  color: #ffffff;
  border-radius: 80px;
  padding: 5px 15px 7px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .lineup__detail .detail_txtBox .date {
    margin-top: 15px;
    font-size: 16px;
  }
}
.lineup__detail .detail_txtBox .txt {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5rem;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .lineup__detail .detail_txtBox .txt {
    font-size: 16px;
    line-height: 1.6rem;
    margin-top: 30px;
  }
}
.lineup__detail .detail_txtBox .figure {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .lineup__detail .detail_txtBox .figure {
    margin-top: 35px;
  }
}

.video__area {
  width: 100%;
  background: url(../img/h2_lightup02.png) no-repeat top center/800px, url(../img/bg_tvcm.jpg) no-repeat center/cover;
  padding-block: 80px 100px;
}
@media screen and (max-width: 767px) {
  .video__area {
    padding-block: 50px;
  }
}
.video__inner {
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
}
.video__container {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.video__item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.video__item iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .video__item {
    padding: 10px;
  }
}
.video__src {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video__unit {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.video__head {
  width: 100%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .video__head {
    font-size: 18px;
  }
}

.bnr__area {
  width: 100%;
  background: #e6d6ac;
  padding-block: 80px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bnr__area {
    padding-block: 50px;
  }
}
.bnr__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .bnr__inner {
    width: 70%;
    gap: 20px;
    flex-direction: column;
  }
}
.bnr__container {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
@media (hover) {
  .bnr__container:hover {
    opacity: 0.7;
  }
}
.bnr__image {
  width: 100%;
}

.footer__area {
  width: 100%;
  background: #ffffff;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .footer__area {
    height: 55px;
  }
}
.footer__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  height: 100%;
}
.footer__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 80px;
  }
}
.footer__copyright {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */