@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-pc-inline {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-pc-inline {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

/* 全体設定
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #FFFFFF;
  overflow-x: hidden;
}
body img {
  width: 100%;
}
body * {
  box-sizing: border-box;
}

/* nav
-----------------------------*/
nav.u_nav_wrap {
  width: 100%;
  height: 60px;
  background-color: #f7f1e9;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  nav.u_nav_wrap {
    width: 100%;
    height: auto;
    background-color: transparent;
    position: fixed;
  }
}
@media only screen and (min-width: 768px) {
  nav .u_nav_inner {
    width: 870px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: static;
  }
}
@media (max-width: 930px) and (min-width: 768px) {
  nav .u_nav_inner {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  nav .u_nav_inner {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    overflow: visible;
    position: relative;
  }
}
nav .u_nav {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  nav .u_nav {
    list-style-type: none;
    display: block;
    width: 33.3333333333vw;
    position: absolute;
    white-space: nowrap;
    top: 34.6666666667vw;
    right: 6.6666666667vw;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
}
nav .u_nav .u_nav_list {
  font-size: 18px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  nav .u_nav .u_nav_list {
    display: block;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    margin: 0;
    padding: 2.5vw 0.66666vw;
    border-bottom: 1px solid #525252;
  }
}
@media only screen and (max-width: 767px) {
  nav .u_nav .u_nav_list:first-child {
    border-top: 1px solid #525252;
  }
}
nav .u_nav .u_nav_list a.nav_txt {
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .hamburger {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    border: 0.3vw solid #FFFFFF;
    border-radius: 2px;
    position: absolute;
    top: 22.6666666667vw;
    right: 6.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger.checked .bar-middle {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger.checked .bar-top {
    transform: translate(0, 0) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .hamburger.checked .bar-bottom {
    transform: translate(0, 0) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  .hamburger.checked ~ .u_nav {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger .bar {
    width: 5.2vw;
    height: 0.4vw;
    background: #FFFFFF;
    border-radius: 2.6vw;
    display: block;
    position: absolute;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger .bar-top {
    transform: translate(0, -1.3vw);
  }
}
@media only screen and (max-width: 767px) {
  .hamburger .bar-bottom {
    transform: translate(0, 1.3vw);
  }
}

/* floatingバナー
-----------------------------*/
@media only screen and (min-width: 768px) {
  .floating_wrap {
    position: fixed;
    right: 0;
    z-index: 100;
    width: 3.8888888889vw;
    top: 30.1388888889vw;
  }
}
@media only screen and (max-width: 767px) {
  .floating_wrap {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .floating_wrap a {
    transition: opacity 0.3s;
  }
  .floating_wrap a:hover {
    opacity: 0.7;
  }
}

.floating_wrap_02 {
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .floating_wrap_02 {
    width: 3.8888888889vw;
    position: fixed;
    top: 15.4166666667vw;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .floating_wrap_02 {
    width: 100%;
    position: sticky;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .floating_wrap_02 a {
    transition: opacity 0.3s;
  }
  .floating_wrap_02 a:hover {
    opacity: 0.7;
  }
}

/* statement
-----------------------------*/
.statement {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .statement {
    padding: 4.3055555556vw 0 5.2083333333vw;
    background-image: url("../image/statement/bg_01_pc.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .statement {
    padding: 10.9333333333vw 0 12vw;
    background-image: url("../image/statement/bg_01_sp.jpg");
  }
}

.statement_txt {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .statement_txt {
    font-size: 1.6666666667vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 4.5138888889vw;
  }
}
@media only screen and (max-width: 767px) {
  .statement_txt {
    font-size: 4.8vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 11.4666666667vw;
  }
}

.statement_img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .statement_img {
    width: 69.4444444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .statement_img {
    width: 62.6666666667vw;
  }
}

/* lineup
-----------------------------*/
.lineup {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .lineup {
    padding: 9.3055555556vw 0 7.2222222222vw;
    background-image: url("../image/lineup/bg_01_pc.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .lineup {
    padding: 17.3333333333vw 0 12.2666666667vw;
    background-image: url("../image/lineup/bg_01_sp.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .lineup .splide__arrow {
    position: absolute;
    z-index: 2;
    top: 30.1333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../image/common/arrow_01.svg");
  }
}
@media only screen and (max-width: 767px) {
  .lineup .splide__arrow.splide__arrow--prev {
    left: 6.6666666667vw;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 767px) {
  .lineup .splide__arrow.splide__arrow--next {
    right: 6.6666666667vw;
  }
}
.lineup .splide__arrow svg {
  display: none;
}

.lineup_hdg {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .lineup_hdg {
    width: 27.2222222222vw;
    margin-bottom: 3.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .lineup_hdg {
    width: 74.1333333333vw;
    margin-bottom: 8.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .lineup_hdg img {
    filter: drop-shadow(0 0.2083333333vw 4.3055555556vw #FFFFFF);
  }
}

@media only screen and (min-width: 768px) {
  .lineup_list {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 69.4444444444vw;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .lineup_list .lineup_item {
    width: 33.8888888889vw;
    margin-top: 1.6666666667vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .lineup_list .lineup_item:nth-of-type(1), .lineup_list .lineup_item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .lineup_list .lineup_item .lineup_img {
    width: 14.2361111111vw;
    margin-right: 1.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .lineup_list .lineup_item .lineup_img {
    width: 60vw;
    margin: 0 auto 2.4vw;
  }
}
@media only screen and (min-width: 768px) {
  .lineup_list .lineup_item .lineup_desc {
    width: 16.3888888889vw;
    padding-top: 2.3611111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .lineup_list .lineup_item .lineup_desc {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .lineup_list .lineup_item .lineup_desc .-ttl {
    margin-bottom: 1.1805555556vw;
    font-size: 1.6666666667vw;
    line-height: 1.2916666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .lineup_list .lineup_item .lineup_desc .-ttl {
    margin-bottom: 3.4666666667vw;
    font-size: 6.4vw;
    line-height: 1.2916666667;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .lineup_list .lineup_item .lineup_desc .-txt {
    font-size: 1.1111111111vw;
    line-height: 1.675;
    letter-spacing: 0.005em;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .lineup_list .lineup_item .lineup_desc .-txt {
    font-size: 4.8vw;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 600;
  }
}

/* shop
-----------------------------*/
@media only screen and (min-width: 768px) {
  .shop {
    padding: 9.6527777778vw 0 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .shop {
    padding: 17.6vw 0 21.3333333333vw;
  }
}

.shop_hdg {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .shop_hdg {
    width: 32.7277777778vw;
    margin-bottom: 1.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .shop_hdg {
    width: 66.3946666667vw;
    margin-bottom: 6.4vw;
  }
}

.shop_lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .shop_lead {
    font-size: 1.1111111111vw;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .shop_lead {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.shop_list {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .shop_list {
    width: 69.4444444444vw;
    margin-top: 2.0138888889vw;
  }
}
@media only screen and (max-width: 767px) {
  .shop_list {
    width: 86.6666666667vw;
    margin-top: 7.2vw;
  }
}
@media only screen and (min-width: 768px) {
  .shop_list .shop_item + .shop_item {
    margin-top: 1.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .shop_list .shop_item + .shop_item {
    margin-top: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .shop_list .shop_item a {
    transition: opacity 0.3s;
  }
  .shop_list .shop_item a:hover {
    opacity: 0.7;
  }
}

.shop_btn {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .shop_btn {
    width: 69.4444444444vw;
    margin-top: 6.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .shop_btn {
    width: 86.6666666667vw;
    margin-top: 17.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .shop_btn a {
    transition: opacity 0.3s;
  }
  .shop_btn a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */