@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 899px) {
  #header #g-nav ul.g-nav-ul {
    column-gap: 10px;
  }
  #header #g-nav ul.g-nav-ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  /*---------------------------------------------------------------------
	ベース
---------------------------------------------------------------------*/
  body {
    min-width: 100%;
  }
  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }
  .section-ttl {
    height: 40px;
    margin-bottom: 40px;
  }
  .section-ttl img {
    height: 100%;
    width: auto;
  }
  .inner {
    max-width: 1040px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
  .w-900 {
    max-width: 940px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
  .w-800 {
    max-width: 840px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    padding: 0;
    width: 90%;
  }
  .sp-column {
    flex-direction: column;
  }
  .size16 {
    font-size: 1.4rem;
  }
  .size18 {
    font-size: 1.6rem;
  }
  .big {
    font-size: 1.8rem;
  }
  .dot_ul, .line_ul, .note_ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
  }
  .line_ul {
    margin-top: 12px;
  }
  .note_ul > li, .dot_ul > li {
    position: relative;
    padding-left: 18px;
  }
  .narrow {
    grid-row-gap: 10px;
  }
  .narrow-0 {
    grid-row-gap: 0;
  }
  .line_ul > li {
    position: relative;
    padding-left: 14px;
  }
  .button {
    padding: 10px 30px;
    padding-right: 30px;
    padding-left: 5px;
  }
  .button span {
    font-size: clamp(1rem, 4.27vw, 2.0rem);
  }
  .button .arrow {
    max-width: 34px;
    right: 10px;
  }
  .button .arrow::after {
    max-width: 20px;
  }
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  .sp-mb5 {
    margin-bottom: 1.33vw !important;
  }
  .sp-mb10 {
    margin-bottom: 2.67vw !important;
  }
  .sp-mb20 {
    margin-bottom: 5.33vw !important;
  }
  .sp-mb30 {
    margin-bottom: 8vw !important;
  }
  .sp-mb40 {
    margin-bottom: 10.67vw !important;
  }
  .sp-mb50 {
    margin-bottom: 13.3vw !important;
  }
  .sp-mb60 {
    margin-bottom: 16vw !important;
  }
  /*---------------------------------------------------------------------
	アコーディオン
---------------------------------------------------------------------*/
  .accordion-area {
    width: 100%;
    margin: 0 auto;
    grid-row-gap: 10px;
  }
  .accordion_box.new .title-h3::after {
    font-size: 1.2rem;
  }
  /*　見出し */
  .title {
    padding: 12px 24px;
    column-gap: 6px;
  }
  .attention .title {
    padding: 12px 10px;
  }
  .title > .flex {
    align-items: flex-start;
  }
  .title time {
    font-size: 1.4rem;
  }
  .title-h3 {
    font-size: 1.4rem;
  }
  .attention .title .plus {
    width: 24px;
    height: 24px;
  }
  /*　中身 */
  .box .box-inner {
    display: flex;
    flex-direction: column;
    grid-row-gap: 50px;
  }
  .box-h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    padding-bottom: 10px;
    color: var(--blue);
    position: relative;
  }
  .box-h4::before {
    content: "";
    display: block;
    width: 18px;
    height: 17px;
    background-image: url("../img/check.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
  }
  .box-h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-image: url("../img/border.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .accordion_box .box .dl-column {
    grid-row-gap: 20px;
  }
  /*---------------------------------------------------------------------
	MV
---------------------------------------------------------------------*/
  h1 {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 578px;
    width: 85.3vw;
  }
  /*---------------------------------------------------------------------
	ヘッダー
---------------------------------------------------------------------*/
  #header {
    width: 53px;
    height: 41px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-image: url("../img/header_bg.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  }
  #header #g-nav {
    position: fixed;
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  #header #g-nav ul {
    grid-row-gap: 8vw;
    position: absolute;
    z-index: 999;
    top: 100px;
    width: 100%;
    padding: 15px 10% 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow-y: scroll;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  #header #g-nav ul::after {
    content: "";
    display: block;
    aspect-ratio: 578 / 313;
    height: auto;
    max-width: 400px;
    width: 100%;
    background-image: url("../img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  #header #g-nav ul.g-nav-ul li {
    position: relative;
    line-height: 1;
  }
  #header #g-nav ul li a {
    padding: 5px;
  }
  /*Google Chrome、Safariへの対応*/
  #header #g-nav ul::-webkit-scrollbar {
    display: none;
  }
  #header #g-nav ul.g-nav-ul li a {
    font-size: 2.4rem;
    color: var(--blue);
    font-family: var(--en);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
  }
  #header #g-nav ul.g-nav-ul li a::before {
    content: "";
    display: block;
    background-image: url("../img/nav_before.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    transition: var(--all);
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    width: 53px;
    height: 41px;
    z-index: 1000;
    cursor: pointer;
    grid-row-gap: 5px;
    top: 0;
    right: 0;
  }
  .openbtn span {
    display: block;
    height: 2px;
    width: 20px;
    background-color: var(--blue);
    transition: var(--all);
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .openbtn span:first-of-type {
    top: calc(50% - 8px);
  }
  .openbtn span:last-of-type {
    top: calc(50% + 2px)
  }
  .openbtn.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-90deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:last-of-type {
    transform: translateY(-5px) rotate(180deg);
  }
  #header #g-nav ul.g-nav-ul li.new::before {
    top: -8px;
    left: 40px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /*---------------------------------------------------------------------
	
NEWS

---------------------------------------------------------------------*/
  .news {
    padding: 100px 0;
  }
  .news .box {
    padding: 24px;
  }
  /*---------------------------------------------------------------------
	
EVENT INFO

---------------------------------------------------------------------*/
  .event-info {
    padding: 110px 0;
  }
  .event-info::before {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 1044px;
    aspect-ratio: 1044 / 934;
    background-image: url("../img/eventinfo_mask_sp.png");
  }
  .event-detail-wrap .event-detail {
    margin-bottom: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .event-detail-wrap .event-detail .event-detail__ttl {
    font-size: 3.2rem;
  }
  .event-detail-wrap .event-detail__place {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .event-detail-wrap .event-detail__place span {
    column-gap: 12px;
  }
  .event-detail-wrap .event-detail__place span::before, .event-detail-wrap .event-detail__place span::after {
    width: 20px;
    height: 20px;
  }
  .event-detail-wrap .event-detail__date.pc-none {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
  }
  .event-detail-wrap .event-detail__date > span {
    flex-shrink: 0;
  }
  .event-detail-wrap .event-detail__date > span:first-of-type {
    font-size: 3.2rem;
    margin-right: 10px;
    letter-spacing: 0.075em;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    grid-row-gap: 4px;
  }
  .event-detail-wrap .event-detail__date > span:first-of-type span {
    font-size: 3.2rem;
    letter-spacing: 0.16em;
    font-weight: 700;
    line-height: 1.3;
  }
  .event-detail-wrap .event-detail__date > span:last-of-type {
    font-size: 9.6rem;
    margin-left: 0;
    letter-spacing: 0;
  }
  .event-detail-wrap .event-detail__date > span:last-of-type span {
    font-size: 7.4rem;
    margin: 0 6px;
  }
  .event-detail-t-wrap {
    gap: 14px;
  }
  .event-detail-time {
    width: 100%;
  }
  /*---------------------------------------------------------------------
	
ATTENTION

---------------------------------------------------------------------*/
  .attention {
    padding: 40px 0;
    margin: calc(16vw + 140px) 0;
  }
  .attention::before {
    height: calc(100% + 16vw);
    top: calc(-16vw + 1px);
    -webkit-mask-image: url(../img/attention_top_sp.png);
    mask-image: url(../img/attention_top_sp.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;
    -webkit-mask-size: 100% 16vw;
    mask-repeat: no-repeat;
    mask-position: top;
    mask-size: 100% 16vw;
  }
  .attention::after {
    height: calc(100% + 16vw);
    bottom: calc(-16vw + 1px);
    -webkit-mask-image: url("../img/attention_bottom_sp.png");
    mask-image: url("../img/attention_bottom_sp.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    -webkit-mask-size: 100% 16vw;
    mask-repeat: no-repeat;
    mask-position: bottom;
    mask-size: 100% 16vw;
  }
  .attention-ttl {
    padding: 4px 0;
    font-size: 1.4rem;
  }
  .attention .box, .goods-info .box {
    padding: 24px;
  }
  .orange-box {
    padding: 16px 10px;
    margin-bottom: 16px;
    border-radius: 20px;
  }
  .orange-box ul li {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
  }
  .acc-ttl {
    font-size: clamp(1rem, 4.27vw, 2.0rem);
    column-gap: 8px;
    line-height: 1.4;
  }
  .acc-ttl .en {
    font-size: clamp(1rem, 5.33vw, 3.2rem);
  }
  .box-ttl.ai-start {
    align-items: flex-start;
  }
  /*---------------------------------------------------------------------
	
GOODS INFO

---------------------------------------------------------------------*/
  .goods-info {
    padding: 50px 0 150px;
  }
  .tab li {
    height: 46px;
    line-height: 46px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .tab li.active, .tab li.active button {
    height: 56px;
  }
  .tab li:not(:last-child) {
    margin-right: 3px;
  }
  .tab li button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .tab li:nth-of-type(3) button {
    letter-spacing: normal;
    font-size: clamp(0.8rem, 3.2vw, 2.0rem);
  }
  .tab li button::before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .area {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  /*---------------------------------------------------------------------
	
GOODS LINEUP

---------------------------------------------------------------------*/
  .goods-lineup {
    padding: 40px 0;
    margin: 16vw 0px;
  }
  .goods-lineup::before {
    height: calc(100% + 16vw);
    top: calc(-16vw + 1px);
    -webkit-mask-image: url(../img/attention_top_sp.png);
    mask-image: url(../img/attention_top_sp.png);
    -webkit-mask-size: 100% 16vw;
    mask-size: 100% 16vw;
  }
  .goods-lineup::after {
    height: calc(100% + 16vw);
    bottom: calc(-16vw + 1px);
    -webkit-mask-image: url(../img/attention_bottom_sp.png);
    mask-image: url("../img/attention_bottom_sp.png");
    -webkit-mask-size: 100% 16vw;
    mask-size: 100% 16vw;
  }
  .goods-lineup .bg {
    top: -30px;
    max-width: 300px;
  }
  .goods-lineup .section-ttl {
    height: 46px;
  }
  /* SIZE LIST */
  .size-ttl {
    font-size: 3.2rem;
    column-gap: 10px;
  }
  .size-ttl::before, .size-ttl::after {
    width: 28px;
    height: 28px;
  }
  .size-list .table-container caption {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .size-list .table-container table thead th {
    padding: 12px 0;
  }
  .size-list .table-container table td {
    padding: 0;
    font-size: 1.2rem;
    height: 40px;
    line-height: 1.2;
  }
  /*---------------------------------------------------------------------
	
footer

---------------------------------------------------------------------*/
  .footer {
    padding: 30px 0 60px;
    margin-top: 10.67vw;
  }
  .footer::before {
    height: calc(100% + 10.67vw);
    top: calc(-10.67vw + 1px);
    -webkit-mask-image: url("../img/footer_top_sp.png");
    mask-image: url(../img/footer_top_sp.png);
    -webkit-mask-size: 100% 10.67vw;
    mask-size: 100% 10.67vw;
  }
  .footer .button {
    padding: 10px 14px;
  }
  .footer .button span {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .footer .button .arrow {
    max-width: 34px;
    right: 10px;
  }
  .footer .button .arrow::after {
    max-width: 20px;
  }
  /*  page-top  */
  .page_top {
    right: 10px;
    bottom: 10px;
    max-width: 54px;
  }
  /* 装飾 */
  .deco.img01 {
    min-width: auto;
    width: 220px;
    top: -110px;
  }
  .deco.img02 {
    min-width: auto;
    width: 165px;
    top: -180px;
    right: -80px;
  }
  .deco.img03 {
    min-width: auto;
    width: 195px;
    bottom: -180px;
    left: -30px;
  }
  .deco.img04 {
    min-width: auto;
    width: 220px;
    right: -30px;
  }
  .deco.img05 {
    min-width: auto;
    width: 345px;
    bottom: -280px;
    right: -90px;
  }
  .deco.img06 {
    min-width: auto;
    width: 220px;
    top: -150px;
    left: -30px;
  }
  .deco.img07 {
    min-width: auto;
    width: 180px;
    top: auto;
    bottom: 0;
    right: -30px;
    z-index: -1;
  }
  .deco.img08 {
    min-width: auto;
    width: 240px;
    top: -180px;
    left: -80px;
  }
  /* カミングスーン */
  .coming {
    font-size: 2.6rem;
    padding-bottom: 40px;
  }
  .coming::before {
    width: 24px;
    height: 24px;
  }
  /* ↓↓ goods info タブが3つ以上になったらコメントアウトを解除 ↓↓ */
  /*.tab li button {
  font-size: clamp(0.8rem, 3.46vw, 2.0rem);
        line-height: 1.25;
}*/
  /* ↑↑ ここまで ↑↑ */


} /* ← 消さないでください  */
@media screen and (min-width: 769px) {
  #g-nav {
    display: block !important;
    display: none;
  }
}