@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
  /*
    display: none;
  */
}

/*リセット
--------------------------------------------*/
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;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #402919;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

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

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.flexed {
  display: flex;
  flex-wrap: wrap;
}

.flexed-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.basein {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .basein {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .basein {
    box-sizing: border-box;
    max-width: 1300px;
    width: 100%;
  }
}

.inline_b {
  display: inline-block;
}

/*---------------------------------------------
font
---------------------------------------------*/
.jp {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.eg {
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.dnp {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.itc_l {
  font-family: "itc-american-typewriter", serif;
  font-weight: 300;
  font-style: normal;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.main_viz {
  position: relative;
  height: 100%;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .main_viz {
    max-height: 660px;
    overflow: hidden;
  }
}
.main_viz h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 370px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main_viz h1 {
    width: 60%;
  }
}

/* slide */
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  width: 400vw;
}
@media screen and (max-width: 768px) {
  .scroll-infinity__list {
    width: 800vw;
  }
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 33.3333333333vw;
  height: 700px;
}
.scroll-infinity__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 100vw;
    position: relative;
    overflow: hidden;
    height: 660px;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* END */
main {
  background: url(../images/pc_bg.webp);
  background-position: 0;
  background-size: 100%;
  background-repeat: repeat-y;
}
main .content01 {
  padding: 90px 0;
}
@media screen and (min-width: 769px) {
  main .content01 {
    padding: 150px 0;
  }
  main .content01 .basein {
    max-width: 500px;
    width: 100%;
    padding: 0;
  }
}
main .content01 h2 span {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (min-width: 769px) {
  main .content01 h2 span {
    font-size: 18px;
  }
}
main .content01 p {
  text-align: center;
  line-height: 35px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (min-width: 769px) {
  main .content01 p {
    line-height: 45px;
    font-size: 18px;
  }
}
main .style01 {
  text-align: center;
  line-height: 35px;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  main .style01 {
    margin-bottom: 60px;
  }
}
main .style01::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #402919;
  margin: 0 auto;
}
main .style01::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #402919;
  margin: 0 auto;
}
main .style01 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #402919;
  margin: 2px auto 20px;
}
main .style01 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #402919;
  margin: 20px auto 2px;
}
main .content02 {
  background-image: url(../images/2_1.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
  background-color: rgba(35, 35, 32, 0.9);
}
@media screen and (max-width: 768px) {
  main .content02 {
    background-image: url(../images/2_1_sp.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 0;
  }
}
main .content02 .basein {
  padding: 300px 20px 40px;
}
@media screen and (min-width: 769px) {
  main .content02 .basein {
    padding: 50px 0 300px;
  }
}
main .content02 .basein h2 {
  font-size: clamp(3.25rem, 2.159rem + 5.45vw, 6.25rem);
  margin-bottom: 15px;
  color: #fbfbfb;
}
@media screen and (min-width: 769px) {
  main .content02 .basein h2 {
    margin-bottom: 20px;
    font-size: 100px;
  }
}
main .content02 .basein h3 {
  font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
  margin-bottom: 30px;
  color: #fbfbfb;
}
@media screen and (min-width: 769px) {
  main .content02 .basein h3 {
    font-size: 28px;
  }
}
main .content02 .basein p {
  line-height: 26px;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  color: #fbfbfb;
}
main .content02 .basein p:last-child {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  main .content02 .basein p {
    line-height: 35px;
    font-size: 18px;
  }
}
main .content03 {
  color: #402919;
}
@media screen and (max-width: 768px) {
  main .content03 {
    padding: 90px 0;
  }
}
@media screen and (min-width: 769px) {
  main .content03 {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  main .content03 .TasteWrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    width: 80%;
    height: 590px;
    background: url(../images/bg02.webp) repeat-y;
    background-position: 0 100px;
    background-size: 100%;
    z-index: 1;
  }
  main .content03 .TasteWrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 585px;
    background: url(../images/bg03.webp) no-repeat;
    background-position: 100% 0;
    background-size: 60%;
    z-index: 0;
  }
}
main .content03 .basein {
  position: relative;
}
@media screen and (min-width: 769px) {
  main .content03 .basein {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  main .content03 .basein {
    background: url(../images/sp_bg02.webp) no-repeat;
    background-size: calc(100% + 7px);
    background-position: 100%;
  }
}
main .content03 .basein .txt_area {
  width: calc(100% - 20px);
  margin-left: -20px;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 1;
  padding-bottom: 65px;
}
@media screen and (min-width: 769px) {
  main .content03 .basein .txt_area {
    padding: 100px 0 0;
    position: relative;
    margin: 100px 0 0;
    padding: 35px 0 305px;
    width: 90%;
  }
}
main .content03 .basein .txt_area h2 {
  font-size: 56px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  main .content03 .basein .txt_area h2 {
    font-size: 100px;
  }
}
main .content03 .basein .txt_area .txt_detail {
  padding: 40px 0;
  line-height: 26px;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
@media screen and (min-width: 769px) {
  main .content03 .basein .txt_area .txt_detail {
    padding: 50px 0 0;
    font-size: 18px;
    line-height: 35px;
    width: 100%;
    max-width: 360px;
  }
}
main .content03 .basein .txt_area .txt_detail span {
  position: relative;
  display: inline-block;
}
main .content03 .basein .txt_area .txt_detail span.border::before {
  content: "";
  display: block;
  width: 90%;
  height: 5px;
  margin: 0 auto;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 1;
}
main .content03 .basein .txt_area .txt_detail span.border.under01::before {
  background: #eaeaea;
}
main .content03 .basein .txt_area .txt_detail span.border.under02::before {
  background: #dccdb7;
}
main .content03 .basein .txt_area .txt_detail span.border.under03::before {
  background: #c9b7a7;
}
main .content03 .basein .txt_area .txt_detail span i {
  position: relative;
  z-index: 2;
}
main .content03 .basein .txt_area .item {
  width: 53%;
}
@media screen and (min-width: 769px) {
  main .content03 .basein .txt_area .item {
    position: absolute;
    top: 80px;
    right: 252px;
    width: 260px;
  }
  main .content03 .basein .txt_area .item.item_ponly {
    top: 350px;
    right: -60px;
  }
  main .content03 .basein .txt_area .item.item_ponly span::before {
    background-color: #dccdb7;
    height: 54%;
  }
}
main .content03 .basein .item {
  position: relative;
}
main .content03 .basein .item img {
  border-radius: 5px;
}
main .content03 .basein .item span {
  writing-mode: sideways-rl;
  display: block;
  height: 100%;
  width: auto;
  position: absolute;
  right: -25px;
  top: 0;
}
@media screen and (min-width: 769px) {
  main .content03 .basein .item span {
    right: -30px;
    font-size: 26px;
  }
  main .content03 .basein .item span i {
    position: relative;
    z-index: 1;
  }
  main .content03 .basein .item span::before {
    content: "";
    display: block;
    width: 9px;
    height: 175px;
    background-color: #eaeaea;
    position: absolute;
    left: -1px;
    top: -3px;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  main .content03 .basein .item span {
    right: -20px;
    font-size: 16px;
  }
  main .content03 .basein .item span i {
    position: relative;
    z-index: 1;
  }
  main .content03 .basein .item span::before {
    content: "";
    display: block;
    width: 9px;
    height: 112px;
    background-color: #eaeaea;
    position: absolute;
    left: -1px;
    top: -3px;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  main .content03 .basein .item span.pc_none::before {
    background-color: #dccdb7;
    height: 133px;
  }
}
@media screen and (min-width: 769px) {
  main .content03 .basein .item span.pc_none::before {
    display: none;
  }
}
main .content03 .basein .img_area {
  width: calc(100% - 23px);
  margin: -260px -20px 0 auto;
  padding: 115px 40px 45px 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  main .content03 .basein .img_area {
    padding: 70px 100px 100px 50px;
    width: calc(75% + 50px);
    background-size: 100%;
    margin-right: 0;
    position: relative;
    height: 535px;
  }
}
@media screen and (max-width: 768px) {
  main .content03 .basein .img_area .item {
    margin-left: auto;
    z-index: 2;
    width: 58%;
  }
}
main .content04 {
  background-image: url(../images/sp_4_2.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
  color: #fbfbfb;
  position: relative;
  background-color: rgba(112, 112, 112, 0.6);
}
@media screen and (min-width: 769px) {
  main .content04 {
    height: 800px;
    background-image: url(../images/4_2.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 0;
  }
  main .content04:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #707070, transparent);
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  main .content04 .basein {
    padding: 325px 20px 75px;
  }
  main .content04 .basein h2 {
    position: absolute;
    top: 3vh;
    left: 20px;
    width: 48%;
  }
}
@media screen and (min-width: 769px) {
  main .content04 .basein a {
    padding: 70px 0;
    position: relative;
    height: 800px;
    display: block;
    box-sizing: border-box;
  }
  main .content04 .basein a h2 {
    max-width: 300px;
    width: 100%;
  }
}
main .content04 .basein .view_wrap .view_item i::before {
  background: rgba(233, 231, 224, 0.3);
}
main .content05 {
  margin: 90px 0 120px;
  background-image: url(../images/sp_5_2.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
  background-color: rgba(64, 50, 25, 0.6);
  color: #fbfbfb;
  position: relative;
}
@media screen and (min-width: 769px) {
  main .content05 {
    height: 800px;
    background-image: url(../images/5_2.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 0;
  }
  main .content05:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #403219, transparent 100%);
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  main .content05 .basein {
    padding: 325px 20px 75px;
  }
  main .content05 .basein h2 {
    position: absolute;
    top: 3vh;
    left: 20px;
    width: 48%;
  }
}
@media screen and (min-width: 769px) {
  main .content05 .basein a {
    padding: 70px 0;
    position: relative;
    height: 800px;
    display: block;
    box-sizing: border-box;
  }
  main .content05 .basein a h2 {
    max-width: 300px;
    width: 100%;
  }
}
main .view_wrap {
  position: relative;
  width: 50%;
  margin: 30px 0 0;
}
@media screen and (min-width: 769px) {
  main .view_wrap {
    max-width: 156px;
    width: 100%;
  }
}
main .view_wrap .view_item {
  display: block;
}
main .view_wrap .view_item i {
  display: block;
}
main .view_wrap .view_item i::before {
  content: "";
  background: rgba(220, 205, 183, 0.3);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
main .view_wrap .view_item i em {
  padding: 12px 0 0 20px;
  display: block;
  font-size: 14px;
  color: #fbfbfb;
  font-family: "itc-american-typewriter", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  main .view_wrap .view_item i em {
    letter-spacing: 0.8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main .view_wrap .view_item i em {
    opacity: 0.6;
  }
}
main .view_wrap .view_item i em::before, main .view_wrap .view_item i em::after {
  content: "";
  position: absolute;
  height: 1px;
  border-radius: 4px;
  background-color: #e9e7e0;
}
main .view_wrap .view_item i em::before {
  width: 40px;
  right: -4px;
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  main .view_wrap .view_item i em::before {
    right: calc(13vw - 18px);
    bottom: 6px;
  }
}
main .view_wrap .view_item i em::after {
  bottom: 8px;
  right: -4px;
  width: 8px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2.5px) 50%;
}
@media screen and (max-width: 768px) {
  main .view_wrap .view_item i em::after {
    bottom: 8px;
    right: calc(13vw - 18px);
  }
}
main .content_txt {
  line-height: 28px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #fbfbfb;
}
@media screen and (min-width: 769px) {
  main .content_txt {
    margin: 55px 0;
    font-size: 18px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  main .content_txt[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  main .content04,
  main .content05 {
    background-size: cover;
    background-position: 50%;
  }
}

footer {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  footer {
    margin-top: 140px;
  }
}
footer h2 {
  text-align: center;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  padding: 15px 0;
  background: #402919;
  position: relative;
}
@media screen and (min-width: 769px) {
  footer h2 {
    padding: 19px 0;
  }
}
footer h2::before, footer h2::after {
  content: "";
  display: block;
  background: #fbfbfb;
  width: 100%;
  height: 1px;
  position: absolute;
}
footer h2::before {
  top: 4px;
}
footer h2::after {
  bottom: 4px;
}
footer h2 span {
  color: #fbfbfb;
}
footer .foot_txt {
  text-align: center;
  line-height: 30px;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  letter-spacing: 1px;
  padding: 45px 0;
}
@media screen and (min-width: 769px) {
  footer .foot_txt {
    padding: 65px 0;
    line-height: 40px;
  }
}
footer .shop_link {
  margin: 0 auto 60px;
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 17px 0;
  border: 1px solid #402919;
  border-radius: 40px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  footer .shop_link {
    max-width: 307px;
    width: 100%;
    margin: 0 auto 70px;
  }
}
footer .shop_link:hover {
  background: #402919;
  color: #fbfbfb;
  transition: all 0.3s ease;
}
footer .sns_wrap .flexed {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  footer .sns_wrap .flexed {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer .sns_wrap .flexed {
    gap: 10vw;
  }
}
footer .sns_wrap .flexed li a span {
  display: inline-block;
  max-width: 27px;
  background: #402919;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 50%;
  width: 100%;
  vertical-align: middle;
}
footer .sns_wrap .flexed li a i {
  font-size: 17px;
  margin-left: 6px;
  display: inline-block;
  text-decoration: underline;
}

.caution {
  margin: -113px 0 93px;
  text-align: center;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}
@media screen and (min-width: 769px) {
  .caution {
    margin: -110px 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .caution {
    line-height: 20px;
  }
}

@media screen and (min-width: 1151px) {
  main {
    width: 100%;
  }
  main .content03 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1150px) and (min-width: 769px) {
  main {
    width: 1198px;
  }
}
/** ORG **/
.animation {
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  filter: blur(1em);
  scale: 1.1;
}
.animation.isActive {
  opacity: 1;
  filter: blur(0);
  scale: 1;
  transition: scale 1s var(--ease-out-quart), opacity 1s var(--ease-out-quart), filter 1.4s var(--ease-out-quart);
}/*# sourceMappingURL=style.css.map */