@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*----------------------------------------------------*/
/* element reset
------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl {
  list-style: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

th,
td,
img {
  border: 0;
}

caption,
th {
  text-align: left;
}

img,
a img {
  background: transparent;
}

address {
  font-style: normal;
}

hr {
  display: none;
}

input,
select {
  vertical-align: middle;
}

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

/*----------------------------------------------------*/
/* link
------------------------------------------------------*/
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

a:hover img,
input[type="image"]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

/*----------------------------------------------------*/
/* base
------------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000vw / 768);
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-size: 1.8rem;
  overflow: hidden;
  min-width: 1200px;
}

p {
  line-height: 1.8;
}

dt,
dd,
li,
th,
td,
address {
  line-height: 1.8;
}

p,
dt,
dd,
li,
th,
td,
input,
textarea,
address {
  font-size: 100%;
}

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

.sp {
  display: none !important;
}

@media only screen and (max-width: 1216px) {
  body {
    min-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  body,
  html {
    min-width: 0;
  }

  body {
    font-size: 2.2rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }

  img {
    max-width: 100%;
  }
}
/* header
------------------------------------------------------*/
#wrap {
  position: relative;
}

#page_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/lib/img/bg_vi.jpg") center center no-repeat;
  background-size: cover;
  z-index: 0;
}
#page_bg.menu {
  background-image: url(/lib/img/bg_menu.jpg);
}
#page_bg.shop {
  background-image: url(/lib/img/bg_shop.jpg);
}
#page_bg.footer {
  background-image: url(/lib/img/bg_footer.jpg);
}
@media only screen and (max-width: 767px) {
  #page_bg {
    background: url(/lib/img/bg_vi_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  #page_bg.menu {
    background: url(/lib/img/bg_menu_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #page_bg.shop {
    background: url(/lib/img/bg_shop_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #page_bg.footer {
    background: url(/lib/img/bg_footer_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

#header {
  height: 100vh;
  position: relative;
}
#header .menu_pc {
  left: 0;
  padding: 30px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#header .menu_pc div {
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}
#header .menu_pc h1 {
  font-size: 0;
  width: 15%;
}
#header .menu_pc #gnav {
  width: 80%;
}
#header .menu_pc #gnav ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
#header .menu_pc #gnav ul li {
  font-weight: 500;
  margin-left: 3em;
}
#header .menu_pc.fixed {
  background: #fff;
  border-bottom: 2px solid #dd1e3d;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
}
#header .menu_pc.fixed.show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
}
#header #menu_sp {
  display: none;
}
#header .vi {
  left: 50%;
  margin: -184px 0 0 -155px;
  position: absolute;
  top: 50%;
  max-width: 310px;
  z-index: 1;
}
#header #menubtn {
  display: none;
}
#header .logo_sp {
  display: none;
}

@media only screen and (max-width: 1280px) {
  #header .menu_pc {
    padding: 30px 1.8rem;
  }
  #header .menu_pc h1 {
    width: 165px;
  }
  #header .vi {
    margin: -15.107vw 0 0 -12.726vw;
    position: absolute;
    max-width: initial;
    width: 25.451vw;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    height: 81.8rem;
  }
  #header .menu_pc {
    display: none;
  }
  #header #menu_sp {
    background: #fff;
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: visibility 0.3s, opacity 0.3s, transform 0.1s linear 0.3s;
  }
  #header #menu_sp div {
    padding-top: 20rem;
    position: relative;
    width: 100%;
  }
  #header #menu_sp p {
    display: none;
  }
  #header #menu_sp ul {
    margin-left: 14.4rem;
  }
  #header #menu_sp ul li {
    line-height: 1.3;
    margin-bottom: 1.6em;
  }
  #header #menu_sp ul li a {
    color: #dd1e3d;
    font-size: 4rem;
    font-weight: 500;
    padding: 0.5em 0;
  }
  #header #menu_sp ul li:nth-child(3) {
    margin-bottom: 2.2em;
  }
  #header #menu_sp ul li:nth-child(4) {
    margin-bottom: 2.8em;
  }
  #header #menu_sp ul li:nth-child(4) a {
    padding-left: 10rem;
    position: relative;
  }
  #header #menu_sp ul li:nth-child(4) a:before {
    background: url("/lib/img/icon_cart.png") left center no-repeat;
    background-size: 8.8rem auto;
    content: "";
    height: 8.8rem;
    left: 0;
    margin-top: -4.4rem;
    position: absolute;
    pointer-events: none;
    top: 50%;
    width: 8.8rem;
  }
  #header #menu_sp ul li:nth-child(5) a {
    padding-left: 10rem;
    position: relative;
  }
  #header #menu_sp ul li:nth-child(5) a:before {
    background: url("/lib/img/icon_ig.png") left center no-repeat;
    background-size: 8.8rem auto;
    content: "";
    height: 8.8rem;
    left: 0;
    margin-top: -4.4rem;
    position: absolute;
    pointer-events: none;
    top: 50%;
    width: 8.8rem;
  }
  .js-menuOpen #header #menu_sp {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: visibility 0.3s, opacity 0.3s, transform 0s;
  }
  #header .vi {
    margin: -18.4rem 0 0 -15.5rem;
    width: 31rem;
  }
  #header #menubtn {
    background: url("/lib/img/menu_open.png") no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    display: block;
    height: 8.1rem;
    position: fixed;
    right: 3rem;
    top: 5rem;
    width: 8.1rem;
    z-index: 100;
  }
  .js-menuOpen #header #menubtn {
    background-image: url(/lib/img/menu_close.png);
  }
  #header .logo_sp {
    position: absolute;
    top: 4.8rem;
    left: 3rem;
    font-size: 0;
    width: 23rem;
    display: block;
    z-index: 100;
    transition: .3s;
  }
  .js-menuOpen #header .logo_sp {
    visibility: hidden;
    opacity: 0;
  }
}
#submenu {
  top: 40vh;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 3;
}
#submenu dt {
  color: #dd1e3d;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.25;
  margin-bottom: 1.2em;
  padding: 0 0.5em;
}
#submenu dd {
  line-height: 1;
  margin: 0 auto 14px;
  max-width: 35px;
}
@media only screen and (max-width: 767px) {
  #submenu {
    display: none;
  }
}

/* contents
------------------------------------------------------*/
#contents section {
  position: relative;
}

.box01,
.box02 {
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 35px;
  max-width: 1100px;
}
.box01 > div,
.box02 > div {
  width: 47.8%;
}
.box01 > dl,
.box02 > dl {
  width: 46%;
}

.box02 {
  flex-flow: row-reverse;
}

@media only screen and (max-width: 767px) {
  .box01,
  .box02 {
    display: block;
    margin: 0 auto 3.5em;
  }
  .box01 > div,
  .box02 > div {
    margin-bottom: 1.4em;
    width: auto;
  }
  .box01 > dl,
  .box02 > dl {
    width: auto;
  }
}
#about {
  background: #fff;
  padding: 96px 0 80px;
}
#about h2 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1.2em;
  text-align: center;
}
#about p a {
  text-decoration: underline;
}
#about .lead {
  margin: 0 auto 4em;
  max-width: 620px;
}
#about .lead .txtb {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1em;
}
#about .commit dt {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1280px) {
  #about {
    padding: 96px 1.8rem 80px;
  }
}
@media only screen and (max-width: 767px) {
  #about {
    padding: 9rem 7rem;
  }
  #about h2 {
    font-size: 6rem;
  }
  #about .lead {
    margin: 0 0 4em;
  }
  #about .lead .txtb {
    font-size: 3.6rem;
  }
  #about .commit dt {
    font-size: 3.6rem;
    margin-bottom: 0.4em;
  }
}

#menu .inner {
  background: #fff;
  padding: 30px 0 46px;
}
#menu .bg_type01 {
  background: url("/lib/img/bg_menu_flw.png") center bottom no-repeat;
  background-size: contain;
  height: 422px;
  text-align: center;
}
#menu h2 {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 422px;
}
#menu .detail dt {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
#menu .detail dd.link {
  text-align: right;
}
#menu .detail dd.link a {
  color: #dd1e3d;
  display: inline-block;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
#menu .detail dd.link a:after {
  background: #dd1e3d;
  content: "";
  display: block;
  height: 1px;
  left: 8.5em;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 0;
}
#menu .detail dd.link a:hover {
  padding-right: 4em;
  transition: 0.5s;
}
#menu .detail dd.link a:hover:after {
  width: 3em;
  transition: 0.5s;
}
#menu .other {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 75px;
  padding-top: 25px;
  max-width: 1100px;
}
#menu .other li {
  margin-right: 3.6%;
  padding-bottom: 2.5em;
  position: relative;
  width: 22.3%;
}
#menu .other li div {
  line-height: 1;
  margin-bottom: 1em;
}
#menu .other li dl dt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: .2em;
}
#menu .other li dl dd.link {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
}
#menu .other li dl dd.link a {
  color: #dd1e3d;
  display: inline-block;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
#menu .other li dl dd.link a:after {
  background: #dd1e3d;
  content: "";
  display: block;
  height: 1px;
  left: 8.5em;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 0;
}
#menu .other li dl dd.link a:hover {
  padding-right: 4em;
  transition: 0.5s;
}
#menu .other li dl dd.link a:hover:after {
  width: 3em;
  transition: 0.5s;
}
#menu .other li:last-child {
  margin-right: 0;
}
#menu .online dt {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1.1em;
  text-align: center;
}
#menu .online dd {
  margin: 0 auto;
  max-width: 108px;
}
@media only screen and (max-width: 1280px) {
  #menu .bg_type01 {
    height: 34.6vw;
  }
  #menu .inner {
    padding: 30px 1.8rem 46px;
  }
  #menu h2 {
    line-height: 34.6vw;
  }
}
@media only screen and (max-width: 767px) {
  #menu .bg_type01 {
    background: url("/lib/img/bg_menu_flw_sp.png") center bottom no-repeat;
    background-size: auto 100%;
    height: 42.2rem;
  }
  #menu .inner {
    padding: 6.8rem 7rem 6rem;
  }
  #menu h2 {
    line-height: 42.2rem;
  }
  #menu .detail dt {
    font-size: 3.6rem;
    margin-bottom: 0.5em;
  }
  #menu .other {
    flex-wrap: wrap;
    margin: 0 -3rem;
  }
  #menu .other li {
    margin: 0 8% 3em 0;
    width: 46%;
  }
  #menu .other li dl dt {
    font-size: 2.8rem;
  }
  #menu .other li:nth-child(2n) {
    margin-right: 0;
  }
  #menu .online dt {
    font-size: 3.6rem;
  }
  #menu .online dd {
    max-width: initial;
    width: 15rem;
  }
}

#shop {
  text-align: center;
}
#shop .bg_type02 {
  padding-top: 406px;
}
#shop .inner {
  background: #fff;
  padding: 75px 0 84px;
}
#shop h2 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1.2em;
}
#shop .logo_shop {
  margin: 0 auto 55px;
  max-width: 272px;
}
#shop .sns dt {
  font-size: 2.6rem;
  font-weight: 700;
}
#shop .sns dd {
  margin: 12px auto 70px;
  width: 72px;
}
#shop .add {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2em;
}
#shop .add span {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 0.3em;
}
#shop .tel {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
#shop .map {
  margin: 0 auto;
  max-width: 850px;
}
#shop .map div {
  padding-top: 55%;
  position: relative;
  width: 100%;
}
#shop .map iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  #shop .bg_type02 {
    padding-top: 33%;
  }
  #shop .inner {
    padding: 75px 1.8rem 84px;
  }
}
@media only screen and (max-width: 767px) {
  #shop .bg_type02 {
    padding-top: 40.6rem;
  }
  #shop .inner {
    padding: 7rem 0 10rem;
  }
  #shop h2 {
    font-size: 6rem;
  }
  #shop .logo_shop {
    margin: 0 auto 8rem;
    max-width: initial;
    width: 27.2rem;
  }
  #shop .sns dt {
    font-size: 3.6rem;
  }
  #shop .sns dd {
    margin: 2rem auto 8rem;
    width: 15rem;
  }
  #shop .tel {
    font-size: 3.6rem;
  }
  #shop .map {
    margin: 0;
    max-width: initial;
  }
  #shop .map div {
    padding-top: 60%;
  }
}

/* footer
------------------------------------------------------*/
#footer {
  padding-top: 537px;
  position: relative;
}
#footer #copy {
  background: #dd1e3d;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 1.2em 1em;
  text-align: center;
}
#footer #copy a {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 1218px) {
  #footer {
    padding-top: 44%;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 53.7rem;
  }
}
