html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: #ebe9f0;
  color: #221815;
}

body {
  background-color: #ebe9f0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #F2EEEB 0%, #F2EEEB 100%);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

main {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

em,
address {
  font-style: normal;
}

button {
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .container {
    width: 94%;
  }
}

.sp-view {
  display: none;
}

main {
  display: block;
}

@media screen and (max-width: 1080px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}
.contents-content {
  max-width: 1400px;
  width: 94%;
  margin: -50px auto 0;
  padding-top: 150px;
}

.contents-title {
  text-align: center;
  margin-bottom: 53px;
}
.contents-title img {
  height: 40px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  order: -1;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube.short {
  padding-bottom: 178.25%;
}

.contents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.contents-list li:first-child {
  width: 100%;
}
.contents-list li:first-child section {
  width: 70%;
  margin: 0 auto;
}
.contents-list li {
  width: calc(23.3333333333% - 27px);
}
.contents-list section {
  display: flex;
  flex-direction: column;
}
.contents-list h3 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 17px;
}

@media screen and (max-width: 1080px) {
  .contents-content {
    max-width: 89.8601398601vw;
    padding-top: 36.013986014vw;
    margin: -10.4895104895vw auto 0;
  }
  .contents-title {
    margin-bottom: 10.1398601399vw;
  }
  .contents-title img {
    height: 7.3426573427vw;
  }
  .contents-list {
    gap: 5.8671328671vw 3.4965034965vw;
  }
  .contents-list li {
    width: 48%;
  }
  .contents-list li:first-child section {
    width: 100%;
  }
  .contents-list h3 {
    font-size: 3.8461538462vw;
    margin-top: 4.8951048951vw;
  }
}
.kv-content {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  padding-top: 200px;
}
.kv-content picture {
  width: 100%;
  display: flex;
}
.kv-content picture img {
  width: 100%;
}

.kv-nav {
  position: absolute;
  left: 0;
  top: 180px;
  width: 100%;
}
.kv-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 71px;
}
.kv-nav a {
  display: flex;
}
.kv-nav a:hover {
  opacity: 0.6;
}
.kv-nav a img {
  height: 20px;
}

@media screen and (max-width: 1080px) {
  .kv-content {
    max-width: 100%;
    width: 100%;
    padding-top: 33.2167832168vw;
  }
  .kv-nav {
    top: 26.2237762238vw;
  }
  .kv-nav ul {
    gap: 2.7972027972vw;
  }
  .kv-nav a img {
    height: 4.1958041958vw;
  }
}
.lineup-content {
  max-width: 1400px;
  width: 94%;
  margin: -50px auto 0;
  padding-top: 152px;
}
.lineup-content h2 {
  text-align: center;
  margin-bottom: 51px;
}
.lineup-content h2 img {
  height: 40px;
}

.lineup-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 970px;
  margin: 0 auto 60px;
}
.lineup-list li {
  width: calc(50% - 10px);
}
.lineup-list li img {
  width: 100%;
}

.lineup-section {
  margin-bottom: 80px;
}
.lineup-section:last-child {
  margin-bottom: 0;
}
.lineup-section h3 {
  text-align: center;
  margin-bottom: 48px;
}
.lineup-section h3.subtitle02 img {
  width: 800px;
}

.subtitle01 img {
  width: 781.25px;
}

.lineup-point-define {
  text-align: center;
  margin-bottom: 32px;
}
.lineup-point-define dt {
  margin-bottom: 12px;
}
.lineup-point-define dt img {
  width: 380px;
}
.lineup-point-define dd img {
  width: 250px;
}

.lineup-define {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 48px 0 0;
}
.lineup-define ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lineup-define li {
  background-color: #FFF8B4;
  font-size: 15px;
  border-radius: 100px;
  font-weight: 700;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineup-define li img {
  width: 100%;
}

.lineup-text01 {
  width: 320px;
  margin-bottom: 11px;
}
.lineup-text01 dt img {
  width: 100%;
}
.lineup-text01 dd {
  text-align: center;
}
.lineup-text01 dd img {
  width: 70%;
}

.lineup-text02 {
  width: 400px;
  display: flex;
  margin-top: 8px;
}
.lineup-text02 img {
  width: 50%;
}

.lineup-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1444px) {
  .lineup-items {
    width: 70%;
    margin: 0 auto;
  }
}
.lineup-items .is-new button figure {
  padding-top: 0;
  margin: 0;
}
.lineup-items .is-new button figure > img {
  height: 305px;
}
.lineup-items .is-new button figure figcaption {
  padding-left: 40px;
}
.lineup-items button figure {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  margin: 0;
  padding-top: 55px;
}
.lineup-items button figure > img {
  height: 250px;
}
.lineup-items figcaption {
  font-size: 16px;
  text-align: left;
  width: 100%;
  font-weight: 700;
  margin-top: 7px;
  line-height: 130.769%;
  color: #221815;
}
.lineup-items figcaption img {
  width: 14px;
  margin-left: 5px;
  transform: translateY(-2px);
}
.lineup-items button {
  background-color: transparent;
  border: none;
  transition: 0.2s all;
  color: #221815;
}
.lineup-items button:hover {
  opacity: 0.6;
}

.lineup-modal a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 209px;
  height: 44px;
  font-size: 16px;
  border-radius: 200px;
  font-weight: bold;
  margin: 16px auto 0;
}
.lineup-modal.is-pink h3 em {
  color: #E9482D;
}
.lineup-modal.is-pink a {
  border: 1px solid #E9482D;
  color: #E9482D;
}
.lineup-modal.is-green h3 em {
  color: #01A28D;
}
.lineup-modal.is-green a {
  border: 1px solid #01A28D;
  color: #01A28D;
}
.lineup-modal.is-brown h3 em {
  color: #A94300;
}
.lineup-modal.is-brown a {
  border: 1px solid #A94300;
  color: #A94300;
}
.lineup-modal.is-deep-green h3 em {
  color: #267D2E;
}
.lineup-modal.is-deep-green a {
  border: 1px solid #267D2E;
  color: #267D2E;
}
.lineup-modal.is-red h3 em {
  color: #B21D21;
}
.lineup-modal.is-red a {
  border: 1px solid #B21D21;
  color: #B21D21;
}
.lineup-modal.is-blue h3 em {
  color: #018CCA;
}
.lineup-modal.is-blue a {
  border: 1px solid #018CCA;
  color: #018CCA;
}
.lineup-modal.is-deep-pink h3 em {
  color: #E75762;
}
.lineup-modal.is-deep-pink a {
  border: 1px solid #E75762;
  color: #E75762;
}

.lineup-modal-head {
  display: flex;
  align-items: center;
}
.lineup-modal-head figure {
  order: -1;
  margin: 0 40px 0 0;
  width: 177px;
  flex-shrink: 0;
}
.lineup-modal-head figure.is-new {
  width: 173px;
}
.lineup-modal-head figure img {
  width: 100%;
}
.lineup-modal-head h3 {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  text-align: left;
  margin-bottom: 12px;
  font-weight: bold;
}
.lineup-modal-head h3 em {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 4px;
}
.lineup-modal-head p {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 1080px) {
  .lineup-content {
    max-width: 89.8601398601vw;
    padding-top: 36.7132867133vw;
    margin: -10.4895104895vw auto 0;
  }
  .lineup-content h2 {
    margin-bottom: 10.4895104895vw;
  }
  .lineup-content h2 img {
    height: 7.3426573427vw;
  }
  .lineup-list {
    gap: 4.1958041958vw;
    max-width: 89.8601398601vw;
    margin: 0 auto 16.7832167832vw;
  }
  .lineup-list li {
    width: 100%;
  }
  .lineup-section {
    margin-bottom: 22.3776223776vw;
  }
  .lineup-section h3 {
    margin-bottom: 4.1958041958vw;
  }
  .lineup-section h3.subtitle02 {
    margin-bottom: 8.3916083916vw;
  }
  .lineup-section h3.subtitle02 img {
    width: 91%;
    margin: 0 auto;
  }
  .subtitle01 img {
    width: 88%;
    margin: 0 auto;
  }
  .lineup-text01 {
    width: 80%;
  }
  .lineup-text02 {
    width: 69.9300699301vw;
  }
  .lineup-text02 img {
    width: 70%;
  }
  .lineup-define {
    margin: 8.3916083916vw 0 3.8461538462vw;
  }
  .lineup-define > dt {
    width: 48.6013986014vw;
    margin-bottom: 2.4475524476vw;
  }
  .lineup-define ul {
    gap: 1.6958041958vw;
  }
  .lineup-define li {
    font-size: 3.6311188811vw;
    border-radius: 34.965034965vw;
    width: 22.7541958042vw;
    height: 6.2937062937vw;
  }
  .lineup-point-define dt img {
    width: 80%;
  }
  .lineup-items {
    width: 100%;
    gap: 3.1468531469vw 2.0979020979vw;
    flex-wrap: wrap;
  }
  .lineup-items .is-new button figure > img {
    height: 50vw;
  }
  .lineup-items .is-new button figure figcaption {
    padding-left: 7.6923076923vw;
  }
  .lineup-items button figure {
    padding-top: 8.3916083916vw;
  }
  .lineup-items button figure > img {
    height: 41.6083916084vw;
  }
  .lineup-items figcaption {
    font-size: 3.8461538462vw;
    margin-top: 3.1468531469vw;
  }
  .lineup-items figcaption img {
    width: 3.8461538462vw;
    margin-left: 0.6993006993vw;
    transform: translateY(-0.3496503497vw);
  }
  .lineup-items li:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .lineup-modal a {
    width: 63.986013986vw;
    height: 14.3356643357vw;
    font-size: 4.1958041958vw;
    border-radius: 69.9300699301vw;
    margin: 6.993006993vw auto 0;
  }
  .lineup-modal.is-pink a {
    border: 0.3496503497vw solid #E9482D;
  }
  .lineup-modal.is-green a {
    border: 0.3496503497vw solid #01A28D;
  }
  .lineup-modal.is-brown a {
    border: 0.3496503497vw solid #A94300;
  }
  .lineup-modal.is-deep-green a {
    border: 0.3496503497vw solid #267D2E;
  }
  .lineup-modal.is-red a {
    border: 0.3496503497vw solid #B21D21;
  }
  .lineup-modal.is-blue a {
    border: 0.3496503497vw solid #018CCA;
  }
  .lineup-modal.is-deep-pink a {
    border: 0.3496503497vw solid #E75762;
  }
  .lineup-modal-head {
    align-items: flex-start;
  }
  .lineup-modal-head figure {
    padding-top: 0;
    margin-right: 3.4965034965vw;
    width: 36.013986014vw;
    flex-shrink: 0;
  }
  .lineup-modal-head figure.is-new {
    width: 37.7622377622vw;
  }
  .lineup-modal-head figure img {
    width: 100%;
  }
  .lineup-modal-head h3 {
    font-size: 3.4965034965vw;
    margin-bottom: 4.1958041958vw;
  }
  .lineup-modal-head h3 em {
    font-size: 4.1958041958vw;
    margin-top: 1.3986013986vw;
  }
  .lineup-modal-head p {
    font-size: 3.4965034965vw;
  }
}
.message-content {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 107px;
  display: flex;
  justify-content: space-between;
}
.message-content figure {
  display: flex;
  align-items: center;
  width: 377.383px;
  flex-shrink: 0;
  margin: 0;
}
.message-content figure img {
  width: 100%;
}

.message-text em {
  display: flex;
}
.message-text em img {
  width: 100%;
}

.message-first {
  margin-bottom: 44px;
}
.message-first img {
  width: 531.828px;
}

.message-second {
  margin-bottom: 46px;
}
.message-second img {
  width: 467.68px;
}

@media screen and (max-width: 1080px) {
  .message-content {
    max-width: 80.7692307692vw;
    padding-top: 19.5804195804vw;
    flex-direction: column;
  }
  .message-content figure {
    width: 45.4545454545vw;
    margin: 0 auto 9.0909090909vw;
  }
  .message-text em img {
    width: 39.8601398601vw;
    margin: 0 auto;
  }
  .message-first {
    margin-bottom: 0;
  }
  .message-first img {
    width: 80.0174825175vw;
    margin: 0 auto;
  }
  .message-second {
    margin-bottom: 15.3846153846vw;
  }
  .message-second img {
    width: 79.020979021vw;
    margin: 0 auto;
  }
}
.modal-inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 30px;
  text-align: center;
  display: none;
  z-index: 6;
  border-radius: 16px;
}
.modal-inner h2 {
  font-size: 14px;
  color: #221815;
  margin-bottom: 10px;
}
.modal-inner .multi-text {
  color: #fff;
  font-size: 14px;
  margin-top: 16px;
}
.modal-inner .modal-actions {
  margin: 26px 0;
  text-align: center;
}
.modal-inner .modal-actions button {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 56px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 54px;
  color: #fff;
  border: none;
  display: block;
}
.modal-inner .modal-actions button:hover, .modal-inner .modal-actions button:focus {
  opacity: 0.8;
}
.modal-inner.active {
  display: block;
}
.modal-inner.active .close {
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 4;
  width: 14px;
  height: 14px;
  font-weight: bold;
}
.modal-inner.active .close span {
  position: relative;
}
.modal-inner.active .close span::before, .modal-inner.active .close span::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #0C151A;
  top: 0;
  position: absolute;
}
.modal-inner.active .close span::before {
  transform: rotate(45deg);
}
.modal-inner.active .close span::after {
  transform: rotate(-45deg);
}
.modal-inner.active .close:hover, .modal-inner.active .close:focus {
  opacity: 0.8;
}
.modal-inner.active + .hidden {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .modal-inner {
    max-width: 88.888vw;
    padding: 6.993006993vw 4.8951048951vw;
    border-radius: 5.5944055944vw;
  }
  .modal-inner h2 {
    font-size: 4.8951048951vw;
    margin-bottom: 3.4965034965vw;
  }
  .modal-inner .multi-text {
    font-size: 4.8951048951vw;
    margin-top: 5.5944055944vw;
  }
  .modal-inner .modal-actions {
    margin: 9.0909090909vw 0;
  }
  .modal-inner .modal-actions button {
    max-width: 139.8601398601vw;
    height: 19.5804195804vw;
    font-size: 6.993006993vw;
    border-radius: 18.8811188811vw;
  }
  .modal-inner.active .close {
    width: 3.4965034965vw;
    height: 3.4965034965vw;
    right: 5.5944055944vw;
    top: 4.8951048951vw;
  }
  .modal-inner.active .close span::before, .modal-inner.active .close span::after {
    width: 3.4965034965vw;
    height: 0.3496503497vw;
  }
}
.news-content {
  max-width: 1400px;
  width: 94%;
  margin: -102px auto 0;
  position: relative;
  padding-top: 160px;
}
.news-content h2 {
  text-align: center;
  margin-bottom: 52px;
}
.news-content h2 img {
  height: 40px;
}

.slider-section {
  display: flex;
  flex-direction: column;
}
.slider-section h3 {
  font-size: 16px;
  font-weight: bold;
}
.slider-section figure {
  order: -1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 250px;
  margin: 0 auto 17px;
}
.slider-section figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slider-btn {
  position: absolute;
  top: 193px;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  background-color: transparent;
  height: 30px;
  z-index: 1;
  border: none;
}
.slider-btn img {
  width: 100%;
}

.news-swiper {
  position: relative;
}
.news-swiper .swiper-wrapper {
  justify-content: center;
}

.slider-btn.button-prev {
  left: -15px;
}

.slider-btn.button-next {
  right: -15px;
}

@media screen and (max-width: 1080px) {
  .news-content {
    max-width: 80.7692307692vw;
    margin: -25.1748251748vw auto 0;
    padding-top: 31.4685314685vw;
  }
  .news-content h2 {
    margin-bottom: 9.4405594406vw;
  }
  .news-content h2 img {
    height: 7.6923076923vw;
  }
  .slider-section h3 {
    font-size: 3.8461538462vw;
  }
  .slider-section figure {
    height: 45.4545454545vw;
    margin-bottom: 5.5944055944vw;
  }
  .slider-btn {
    top: 68.1818181818vw;
    width: 6.993006993vw;
    height: 6.993006993vw;
    bottom: auto;
  }
  .slider-btn.button-prev {
    left: -3.4965034965vw;
  }
  .slider-btn.button-next {
    right: -3.4965034965vw;
  }
}
.shop-content {
  padding: 141px 0 67px;
  margin-top: -50px;
}
.shop-content h2 {
  text-align: center;
  margin-bottom: 51px;
}
.shop-content h2 img {
  height: 40px;
}

.shop-content .shop-banners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 970px;
  margin: 0 auto 57px;
}
.shop-content .shop-banners li {
  width: 296px;
  height: auto;
}
.shop-content .shop-banners img {
  width: 100%;
  height: 100%;
}
.shop-content .shop-banners a {
  transition: 0.2s all;
}
.shop-content .shop-banners a:hover {
  opacity: 0.6;
}

.shop-attention {
  text-align: center;
}
.shop-attention li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1080px) {
  .shop-content {
    padding: 37.4125874126vw 0 17.4825174825vw;
    margin-top: -10.4895104895vw;
  }
  .shop-content h2 {
    margin-bottom: 10.4895104895vw;
  }
  .shop-content h2 img {
    height: 7.3426573427vw;
  }
  .shop-content .shop-banners {
    gap: 2.7972027972vw;
    margin-bottom: 11.5384615385vw;
    flex-direction: column;
  }
  .shop-content .shop-banners li {
    width: 50.7407407407vw;
    height: auto;
  }
  .shop-content .shop-banners img {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
  }
  .shop-attention {
    max-width: 93.006993007vw;
    margin: 0 auto;
  }
  .shop-attention li {
    font-size: 3.8461538462vw;
    text-align: left;
  }
}