@charset "UTF-8";
@font-face {
  font-family: "dseg";
  src: url("../../font/DSEG7Classic-Bold.woff") format("woff");
}
/* -----------------------------------------------
* home Module
* ホーム用
-------------------------------------------------- */
:root {
  --primary:#FF8C11;
  --secondary:#CE893F;
  --tertiary:#CDCACA;
  --day1:#0027B7;
  --day1light:#6583CD;
  --day2:#FF0F47;
  --day2light:#E05071;
  --lh-normal: 1.5;
  --lh-title: 1.75;
  --frame: var(--secondary);
  --frame1: url(../images/bg_frame_primary1.png);
  --frame2: url(../images/bg_frame_primary2.png);
  --frame3: url(../images/bg_frame_primary3.png);
  --frame4: url(../images/bg_frame_primary4.png);
  --frame5: url(../images/bg_frame_primary5.png);
  --frame6: url(../images/bg_frame_primary6.png);
}

img {
  height: auto;
  /* SP */
}

/* -----------------------------------------------
* .p-lead
* ***
-------------------------------------------------- */
.p-lead {
  /* SP */
  /* PC */
}
.p-lead > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: var(--lh-title);
}

/* -----------------------------------------------
* .p-section
* ***
-------------------------------------------------- */
.p-section {
  position: relative;
  /* SP */
  /* PC */
}

/* -----------------------------------------------
* .p-frame
* ***
-------------------------------------------------- */
.p-frame {
  position: relative;
  border: 1px solid white;
  background-color: black;
  /* SP */
  /* PC */
}
.p-frame::before, .p-frame::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}
.p-frame::before {
  background-image: linear-gradient(to bottom, var(--frame) 8px, #ccc 8.5px, #ccc 9.5px, transparent 10px, transparent calc(100% - 10px), #ccc calc(100% - 9.5px), #ccc calc(100% - 8.5px), var(--frame) calc(100% - 8px)), linear-gradient(to right, var(--frame) 9px, #ccc 9.5px, #ccc 10.5px, transparent 11px, transparent calc(100% - 11px), #ccc calc(100% - 10.5px), #ccc calc(100% - 9.5px), var(--frame) calc(100% - 9px));
  background-repeat: repeat-x, repeat-y;
  background-position: top left;
  background-size: 100% 100%;
}
.p-frame::after {
  background-image: var(--frame1), var(--frame2), var(--frame3), var(--frame4);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  background-size: 68px 30px;
}
.p-frame_header {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-frame_header::before {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--frame);
  content: "";
}
.p-frame_header:not(:first-child) {
  margin-top: 40px;
}
.p-frame_item {
  padding-left: 1em;
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-title);
  text-indent: -1em;
}
.p-frame_item::before {
  content: "・";
}
.p-frame_period, .p-frame_delivery {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-title);
  text-align: center;
}
.p-frame_delivery {
  color: var(--day2);
}

/* -----------------------------------------------
* .p-hero
* ***
-------------------------------------------------- */
.p-hero {
  /* SP */
  /* PC */
}
/* -----------------------------------------------
* .p-banner
* ***
-------------------------------------------------- */
.p-banner {
  /* SP */
  /* PC */
}

/* -----------------------------------------------
* .p-live-item
* ***
-------------------------------------------------- */
.p-live-item {
  /* SP */
  /* PC */
}
.p-live-item.-day1 {
  --live: var(--day1);
  --frame: var(--day1light);
  --frame1: url(../images/bg_frame_day1_1.png);
  --frame2: url(../images/bg_frame_day1_2.png);
  --frame3: url(../images/bg_frame_day1_3.png);
  --frame4: url(../images/bg_frame_day1_4.png);
  --frame5: url(../images/bg_frame_day1_5.png);
  --frame6: url(../images/bg_frame_day1_6.png);
}
.p-live-item.-day2 {
  --live: var(--day2);
  --frame: var(--day2light);
  --frame1: url(../images/bg_frame_day2_1.png);
  --frame2: url(../images/bg_frame_day2_2.png);
  --frame3: url(../images/bg_frame_day2_3.png);
  --frame4: url(../images/bg_frame_day2_4.png);
  --frame5: url(../images/bg_frame_day2_5.png);
  --frame6: url(../images/bg_frame_day2_6.png);
}
.p-live-item_day {
  display: flex;
  justify-content: center;
}
.p-live-item_live ._youtube {
  box-shadow: 0 0 6px var(--live);
	line-height: 1;
}
.p-live-item_live ._youtube iframe {
	max-width: inherit;
  width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	overflow-wrap: anywhere;
	white-space: normal;
}
._youtube-link{
	font-size: 1.7rem !important;
}
.p-live-item_live ._info a {
  color: var(--primary);
  text-decoration: underline;
}
.p-live-item_live ._info ._item {
  font-size: 2rem;
  font-weight: 700;
  line-height: var(--lh-title);
}

/* -----------------------------------------------
* #p-newbrand
* ***
-------------------------------------------------- */
#p-newbrand {
  min-height: 90svh;
}

/* -----------------------------------------------
* .p-sales-list
* ***
-------------------------------------------------- */
.p-sales-list {
  /* SP */
  /* PC */
}
.p-sales-list_item {
  position: relative;
  border-top: 2px solid var(--primary);
}
.p-sales-list_item::before {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary);
  content: "";
}
.p-sales-list_item ._image {
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-sales-list_item ._serires,
.p-sales-list_item ._title,
.p-sales-list_item ._price,
.p-sales-list_item ._note {
  font-weight: 700;
}
.p-sales-list_item ._series {
  font-size: 1.8rem;
}
.p-sales-list_item ._title {
  font-size: 2.2rem;
  line-height: var(--lh-title);
}
.p-sales-list_item ._price {
  font-size: 2.2rem;
}
.p-sales-list_item ._note {
  font-size: 1.4rem;
  line-height: var(--lh-title);
}

/* -----------------------------------------------
* .p-survey-list
* ***
-------------------------------------------------- */
.p-survey-list {
  /* SP */
  /* PC */
}
.p-survey-list_item ._link {
  text-align: center;
}

/* -----------------------------------------------
* .p-event-banner
* ***
-------------------------------------------------- */
.p-event-banner {
  /* SP */
  /* PC */
}
.p-event-banner_lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

/* -----------------------------------------------
* .p-footer
* ***
-------------------------------------------------- */
.p-footer {
  position: relative;
  /* SP */
  /* PC */
}
.p-footer_button {
  display: flex;
}
.p-footer_copyright {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

/* -----------------------------------------------
* .p-bg
* ***
-------------------------------------------------- */
.p-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  /* SP */
  /* PC */
}
.p-bg ._about,
.p-bg ._live,
.p-bg ._newbrand,
.p-bg ._sales,
.p-bg ._survey,
.p-bg ._event,
.p-bg ._footer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  transition: opacity 1s, -webkit-transform 2s 0.5s linear;
  transition: opacity 1s, transform 2s 0.5s linear;
  transition: opacity 1s, transform 2s 0.5s linear, -webkit-transform 2s 0.5s linear;
}
html.is-about .p-bg ._about, html.is-live .p-bg ._live, html.is-newbrand .p-bg ._newbrand, html.is-sales .p-bg ._sales, html.is-survey .p-bg ._survey, html.is-footer .p-bg ._footer {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition-delay: 0s;
}
.p-bg ._about::before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: exclusion;
  content: "";
}
html.is-about .p-bg ._about::before {
  -webkit-animation: aboutBgAnim1 10s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: aboutBgAnim1 10s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@-webkit-keyframes aboutBgAnim1 {
  0% {
    -webkit-transform: scale(1.07) translate(5%, -5%);
            transform: scale(1.07) translate(5%, -5%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes aboutBgAnim1 {
  0% {
    -webkit-transform: scale(1.07) translate(5%, -5%);
            transform: scale(1.07) translate(5%, -5%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.p-bg ._about {
  background-image: url(../images/bg_about_1.jpg);
}
.p-bg ._about::before {
  aspect-ratio: 843/576;
  background-image: url(../images/bg_about_2.jpg);
}
.p-bg ._live {
  background-image: url(../images/bg_live.jpg);
}
.p-bg ._newbrand {
  background-image: url(../images/bg_newbrand.jpg);
}
.p-bg ._sales {
  background-image: url(../images/bg_sales.jpg);
}
.p-bg ._survey {
  background-image: url(../images/bg_survey.jpg);
}
.p-bg ._footer {
  background-image: url(../images/bg_footer.jpg);
  background-size: 100% auto;
  background-position: bottom center;
}

/* ---------------------------- */
/* --- ModalSection --- */
/* ---------------------------- */
.ModalLayer1,
.ModalLayer2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.65s;
}

.ModalLayer1.isShow,
.ModalLayer2.isShow {
  z-index: 10000;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.65s;
}
.ModalLayer-Mask1,
.ModalLayer-Mask2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.ModalLayer-Inner1,
.ModalLayer-Inner2 {
  position: relative;
  min-width: 200px;
  min-height: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.Modal-Inner-Btn1,
.Modal-Inner-Btn2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  pointer-events: auto;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease-out;
}
[data-whatinput=keyboard] .Modal-Inner-Btn1:focus,
[data-whatinput=keyboard] .Modal-Inner-Btn2:focus {
  opacity: 0.6;
}

#p-banner img {
  margin-top: 40px;
  border: 1px solid #2BE8E8;
  width: 100%;
}

.swiper {
  position: relative;
  width: calc(100vw - 30px);
  height: auto;
  max-height: calc(var(--vh, 1vh) * 100 - 100px);
  margin: 0 auto;
}
.swiper .swiper-wrapper .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition-duration: 100ms !important;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(var(--vh, 1vh) * 100 - 200px);
  -webkit-filter: drop-shadow(0 0 12px var(--primary));
          filter: drop-shadow(0 0 12px var(--primary));
}
[data-whatinput=keyboard] .swiper .swiper-wrapper .swiper-slide:focus {
  opacity: 0.6;
}
.swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto 0;
  background: url(../images/i_arrow_modal.png) no-repeat top left/contain;
}
[data-whatinput=keyboard] .swiper .swiper-button-prev:focus,
[data-whatinput=keyboard] .swiper .swiper-button-next:focus {
  opacity: 0.6;
}
.swiper .swiper-button-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.swiper .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  img {
    max-width: inherit;
    width: 100%;
  }
  .p-lead {
    margin-top: 32px;
  }
  .p-lead > p:not(:first-child) {
    margin-top: 16px;
  }
  .p-section {
    padding-top: 112px;
  }
  .p-frame {
    margin-top: 32px;
    padding: 40px 45px 56px;
  }
  .p-frame_header {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .p-frame_header::before {
    left: 0;
    width: 100%;
  }
  .p-frame_period, .p-frame_delivery {
    margin-top: 16px;
  }
  .p-banner {
    margin-top: 64px;
  }
  .p-live-item {
    margin-top: 80px;
  }
  .p-live-item_day img {
    width: auto;
    height: 18.97436vw;
  }
  .p-live-item_title {
    margin-top: 40px;
  }
  .p-live-item_live + .p-live-item_title {
    margin-top: 64px;
  }
  .p-live-item_live {
    margin-top: 32px;
  }
  .p-live-item_live ._info {
    margin-top: 32px;
  }
  .p-sales-list {
    margin-top: 80px;
  }
  .p-sales-list_item {
    padding-block: 28px 24px;
  }
  .p-sales-list_item::before {
    width: 114px;
    height: 2px;
  }
  .p-sales-list_item ._main {
    margin-top: 32px;
  }
  .p-sales-list_item ._title {
    margin-top: 8px;
  }
  .p-sales-list_item ._price {
    margin-top: 20px;
  }
  .p-sales-list_item ._note {
    margin-top: 8px;
  }
  .p-sales-list_item ._button > li {
    margin-top: 24px;
  }
  .p-survey-list {
    margin-top: 80px;
  }
  .p-survey-list_item {
    margin-top: 64px;
  }
  .p-survey-list_item ._link {
    margin-top: 32px;
  }
  .p-event-banner {
    margin-top: 26px;
  }
  .p-event-banner_image {
    margin-top: 24px;
  }
  .p-footer_button {
    flex-direction: column;
    gap: 40px 0;
    padding-top: 112px;
  }
  .p-footer_copyright {
    margin-top: 112px;
    padding-bottom: 115px;
  }
  .p-bg ._about {
    inset: auto;
    bottom: 0;
    left: -73vw;
    right: -73vw;
    height: 176vw;
  }
  .p-bg ._about::before {
    bottom: 72vw;
    left: 100vw;
    width: 150vw;
  }
  .p-bg ._footer {
    background-size: 350% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-lead {
    margin-top: 80px;
  }
  .p-lead > p:not(:first-child) {
    margin-top: 24px;
  }
  .p-section {
    padding-top: 160px;
  }
  .p-frame {
    margin-top: 40px;
    padding: 40px min(111px, 10.6618000192vw) 56px;
  }
  .p-frame_header {
    margin-bottom: 16px;
    padding-bottom: 18px;
  }
  .p-frame_header::before {
    left: 50%;
    width: 380px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-frame_list_wrap {
    display: grid;
    align-items: flex-start;
    grid-template-columns: min(288px, 27.6630486985vw) 1fr;
    gap: 0 min(20px, 1.9210450485vw);
    margin-right: max(-11px, -1.0565747767vw);
  }
  .p-frame_period, .p-frame_delivery {
    margin-top: 16px;
  }
  .p-banner {
    margin-top: 80px;
  }
  .p-live-item {
    margin-top: 112px;
  }
  .p-live-item_title {
    margin-top: 40px;
  }
  .p-live-item_live + .p-live-item_title {
    margin-top: 80px;
  }
  .p-live-item_live {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 16px;
    margin-top: 40px;
  }
  .p-live-item_live ._youtube,
.p-live-item_live ._info {
    flex: 1;
  }
  .p-live-item_live ._info > li {
    margin-left: 25px;
  }
  .p-live-item_live ._content {
    width: 100%;
  }
  .p-sales-list {
    margin-top: 112px;
  }
  .p-sales-list_item {
    display: flex;
    gap: 55px;
    padding-block: 36px 32px;
  }
  .p-sales-list_item::before {
    width: 114px;
    height: 4px;
  }
  .p-sales-list_item ._image {
    width: 52.15%;
  }
  .p-sales-list_item ._main {
    width: 47.85%;
  }
  .p-sales-list_item ._title {
    margin-top: 16px;
  }
  .p-sales-list_item ._price {
    margin-top: 20px;
  }
  .p-sales-list_item ._note {
    margin-top: 16px;
  }
  .p-sales-list_item ._button > li {
    margin-top: 24px;
  }
  .p-survey-list {
    margin-top: 112px;
  }
  .p-survey-list_item {
    margin-top: 80px;
  }
  .p-survey-list_item ._link {
    margin-top: 40px;
  }
  .p-event-banner {
    margin-top: 80px;
  }
  .p-event-banner_image {
    margin-top: 24px;
  }
  .p-footer_button {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px min(40px, 3.73vw);
    padding-top: 160px;
  }
  .p-footer_button ._item {
    flex: 1;
  }
  .p-footer_button ._item:nth-of-type(3) {
    flex: auto;
    width: 100%;
    text-align: center;
  }
  .p-footer_copyright {
    margin-top: 160px;
    padding-bottom: 161px;
  }
  .p-bg ._about::before {
    top: 50%;
    left: 50%;
    width: max(1120px, 61.7%);
    margin-top: min(-660px, -36vw);
  }
  .p-bg ._footer {
    background-size: 100% auto;
  }
  .ModalLayer1,
.ModalLayer2 {
    padding: 0px 0 0;
  }
  .ModalLayer-Inner1,
.ModalLayer-Inner2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  #p-banner img {
    margin-top: 80px;
  }
  .swiper {
    width: 100%;
    max-width: 800px;
    max-height: calc(var(--vh, 1vh) * 100 - 200px);
  }
  .swiper .swiper-button-prev,
.swiper .swiper-button-next {
    width: 60px;
    height: 60px;
    transition: opacity 0.3s ease-out;
  }
}
@media (hover: hover) {
  .p-sales-list_item ._image:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Modal-Inner-Btn1,
.Modal-Inner-Btn2 {
    top: 0;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .swiper .swiper-button-prev {
    left: 10px;
  }
  .swiper .swiper-button-next {
    right: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .Modal-Inner-Btn1,
.Modal-Inner-Btn2 {
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .Modal-Inner-Btn1:hover,
.Modal-Inner-Btn2:hover {
    opacity: 0.6;
  }
  .swiper .swiper-wrapper .swiper-slide:hover {
    opacity: 0.6;
  }
  .swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
    opacity: 0.6;
  }
  .swiper .swiper-button-prev {
    left: -80px;
  }
  .swiper .swiper-button-next {
    right: -80px;
  }
}

.p-lead__text-link{
	color: var(--primary);
  text-decoration: underline;
}
