@charset "UTF-8";
/*foundation---------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a,
a:visited,
button {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

*:focus {
  outline: 0;
}

html {
  font-size: 100px;
}

body {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #222;
  font-style: normal;
  line-height: 1;
  font-size: 0.1rem;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  :root {
    min-height: 0vw;
  }
  body {
    font-size: 0.1rem;
  }
  html {
    font-size: calc(100vw / 19.2);
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.1rem;
  }
  html {
    font-size: calc(100vw / 3.75);
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

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

/*-------------------------------------------*/
/*utility---------------------------------*/
/*-------------------------------------------*/
/*layout---------------------------------*/
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.l-footer {
  padding: 50px 0;
  text-align: center;
  color: #222 !important;
  background-color: #e6ac62;
  background: linear-gradient(-45deg, #e6ac62, #f5ddc0, #f2d5b0, #f5ddc0, #e6ac62) 0% 0%/800% 120%;
  animation: 10s infinite alternate none running gradientAnimation;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0.5rem 0;
  }
}

.l-footer__logo {
  width: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 0.6rem;
  }
}

.l-footer__sns {
  margin-top: 20px;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 0.3rem;
    width: 0.2rem;
  }
}

.l-footer__textWrap {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-footer__textWrap {
    margin-top: 0.3rem;
  }
}

.l-footer__text {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 0.12rem;
  }
}

.l-footer__text + p {
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .l-footer__text + p {
    margin-top: 0.3rem;
  }
}

.l-footer__text a {
  font-weight: 500;
}

.l-footer__copy {
  padding-top: 40px;
  text-align: center;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.1s ease-in-out;
}

.l-header__container {
  padding: 20px 104px;
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-header__container {
    padding: 0.17rem 0.16rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header__container {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .l-header__nav {
    flex: 1;
  }
}

.l-header__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.l-header__item {
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .l-header__item {
    font-size: 0.13rem;
    margin-left: 0.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header__item + li {
    margin-left: 80px;
  }
}

.l-header__link {
  font-family: optima;
}

.l-header__button {
  border: 1px solid #fff;
  padding: 10px 0 10px 22px;
  width: 148px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-header__button {
    padding: 0.1rem 0 0.1rem 0.26rem;
    width: 0.9rem;
    font-size: 0.13rem;
  }
}

.l-header__button svg {
  width: 16px;
  position: absolute;
  top: 55%;
  left: 24px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .l-header__button svg {
    width: 0.12rem;
    top: 53%;
    left: 0.12rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 0.27rem;
    min-width: 0.27rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 32px;
  }
}

.l-header__logoLink {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-header .white {
    display: none;
  }
}

.l-header .black {
  display: none;
}

.l-header.is-scroll {
  box-shadow: 0px 8px 4px -4px RGB(107 107 107/20%);
  background-color: rgba(255, 255, 255, 0.9);
}

.l-header.is-scroll .l-header__container {
  padding: 19px 104px;
}

@media screen and (max-width: 767px) {
  .l-header.is-scroll .l-header__container {
    padding: 0.08rem 0.16rem;
  }
}

.l-header.is-scroll .l-header__item {
  color: #222 !important;
}

.l-header.is-scroll .l-header__button {
  border: 1px solid #222;
}

.l-header.is-scroll .l-header__button path {
  fill: #222;
}

.l-header.is-scroll .l-header__logoLink .white {
  display: none;
}

.l-header.is-scroll .l-header__logoLink .black {
  display: block;
}

.l-wrap {
  visibility: hidden;
}

/*-------------------------------------------*/
/*component---------------------------------*/
.c-heading {
  line-height: 1.4;
}

.c-heading__title {
  font-size: 72px;
  font-weight: 400;
  font-family: optima;
}

@media screen and (max-width: 767px) {
  .c-heading__title {
    font-size: 0.4rem;
  }
}

.c-heading__text {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-heading__text {
    font-size: 0.16rem;
    margin-top: 0.08rem;
  }
}

/*-------------------------------------------*/
/*project---------------------------------*/
.p-access {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-access__container {
    padding: 0.65rem 0.16rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__container {
    padding: 100px 0;
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-access__inner {
    margin-top: 0.24rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__inner {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-access__info {
    width: 54%;
  }
}

@media screen and (min-width: 768px) {
  .p-access__images {
    flex: 1;
  }
}

.p-access__storeName {
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-access__storeName {
    font-size: 0.24rem;
    margin-top: 0.24rem;
  }
}

.p-access__list {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-access__list {
    margin-top: 0.24rem;
  }
}

.p-access__item {
  line-height: 1.4;
}

.p-access__item + dl {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-access__item + dl {
    margin-top: 0.24rem;
  }
}

.p-access__item dt {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-access__item dt {
    font-size: 0.16rem;
    padding-bottom: 0.08rem;
  }
}

.p-access__item dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-access__item dd {
    font-size: 0.14rem;
  }
}

.p-access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
  /* 比率を4:3に固定 */
}

@media screen and (max-width: 767px) {
  .p-access__map {
    margin-top: 0.24rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__map {
    margin-top: 60px;
    margin-left: -100px;
  }
}

.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-access__shadow {
  position: relative;
}

.p-access__shadow::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 16px #fff, inset 0 0 16px #fff, inset 0 0 16px #fff, inset 0 0 16px #fff;
  box-shadow: inset 0 0 16px #fff, inset 0 0 16px #fff, inset 0 0 16px #fff, inset 0 0 16px #fff;
}

@keyframes yurayura {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(10deg);
  }
}

.p-concept {
  position: relative;
  background: #fff;
}

.p-concept__deco {
  position: absolute;
  animation: yurayura 5s ease-in-out infinite;
}

.p-concept__deco--01 {
  width: 30%;
  top: 2px;
  right: 4px;
}

@media screen and (max-width: 767px) {
  .p-concept__deco--01 {
    width: 40%;
  }
}

.p-concept__deco--02 {
  width: 40%;
  top: 100%;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .p-concept__container {
    padding: 0.65rem 0.16rem;
  }
}

@media screen and (min-width: 768px) {
  .p-concept__container {
    padding: 100px 0;
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-concept__inner {
    margin-top: 0.24rem;
  }
}

@media screen and (min-width: 768px) {
  .p-concept__inner {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
}

.p-concept__imageWrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-concept__imageWrap {
    width: 50%;
  }
}

.p-concept__imageWrap::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 16px #fff, inset 0 0 16px #fff, inset 0 0 16px #fff, inset 0 0 16px #fff;
  box-shadow: inset 0 0 16px #fff, inset 0 0 16px #fff, inset 0 0 16px #fff, inset 0 0 16px #fff;
}

.p-concept__text {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-concept__text {
    padding-top: 0.2rem;
    font-size: 0.16rem;
  }
}

@media screen and (min-width: 768px) {
  .p-concept__text {
    flex: 1;
    padding: 8px 0 8px 20px;
    font-size: 16px;
  }
}

.p-kv {
  position: relative;
}

.p-kv .swiper-slide {
  height: 54vw;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-kv .swiper-slide {
    height: 112vw;
  }
}

.p-kv .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .p-kv .swiper-slide {
    min-height: 100vh;
  }
}

.p-kv .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.p-kv .swiper-slide-active img {
  transform: scale(1);
}

.p-kv__logo {
  width: 120px;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-kv__logo {
    width: 0.92rem;
  }
}

.p-kv__logo.is-load {
  opacity: 1;
}

.p-menu {
  min-height: 100vh;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-menu {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url("../assets/images/bg_01.png");
  }
}

@media screen and (max-width: 767px) {
  .p-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../assets/images/bg_01.png") center/cover no-repeat;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .p-menu {
    min-height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  .p-menu__container {
    padding: 0.65rem 0.16rem;
  }
}

@media screen and (min-width: 768px) {
  .p-menu__container {
    padding: 100px 0;
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-menu__inner {
    width: 85%;
    margin: 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .p-menu__inner {
    margin-top: 0.24rem;
  }
}

.p-menu__item dt,
.p-menu__item dd {
  padding: 20px 24px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-menu__item dt,
  .p-menu__item dd {
    padding: 0.19rem 0.16rem;
  }
}

.p-menu__item dt {
  font-size: 20px;
  border-bottom: 1px solid #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-menu__item dt {
    font-size: 0.14rem;
  }
}

.p-menu__item dt span {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.p-menu__item dt span::before, .p-menu__item dt span::after {
  content: "";
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
}

.p-menu__item dt span::before {
  transform: translate(-50%, -50%);
}

.p-menu__item dt span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.1s;
}

.p-menu__item dt.is-active span::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.p-menu__item dd {
  font-size: 16px;
  padding-bottom: 50px;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-menu__item dd {
    font-size: 0.13rem;
    padding-bottom: 0.6rem;
  }
}

.p-menu__itemInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.p-menu__itemInner p:first-child {
  max-width: 65%;
  min-width: 65%;
}

.p-menu__itemInner p span {
  display: inline-block;
  font-size: 14px;
  padding-top: 0.1rem;
}

@media screen and (max-width: 767px) {
  .p-menu__itemInner p span {
    padding-top: 0.04rem;
    font-size: 0.12rem;
  }
}

.p-menu__subItem + .p-menu__subItem {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-menu__subItem + .p-menu__subItem {
    margin-top: 0.2rem;
  }
}

.p-menu__subTitle {
  color: #c73c00;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-menu__subTitle {
    padding-bottom: 0.06rem;
    font-size: 0.14rem;
  }
}

.p-menu__subTitle span {
  font-size: 16px;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-menu__subTitle span {
    font-size: 0.12rem;
  }
}

/*-------------------------------------------*/
