@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;
}
html body {
  overflow-x: clip;
  width: 100%;
}

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;
  cursor: pointer;
}

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;
  max-width: 540px;
}
@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%;
  }
}

.space {
  display: block;
  height: 1em;
}
@media screen and (min-width: 769px) {
  .space {
    height: 2em;
  }
}

.inline_b {
  display: inline-block;
}

.lead_txt {
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  line-height: 2.25;
  margin-top: 40px;
  letter-spacing: 0.06em;
}

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

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

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

.bickham {
  font-family: "bickham-script-pro-3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.75rem, 1.4432rem + 5.5758vw, 5.625rem);
  text-align: center;
  line-height: 1.1;
}

/*---------------------------------------------
FV
---------------------------------------------*/
.main_img {
  background-image: url(../images/FV_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100svh;
  padding: 0 7.2vw;
}
@media screen and (min-width: 769px) {
  .main_img {
    background-image: url(../images/FV.webp);
    height: 100svh;
  }
}
.main_img h1 {
  font-size: clamp(3.9375rem, 2.8295rem + 4.7273vw, 6.375rem);
  line-height: 1.2;
  color: #ede6dd;
  padding-top: 27px;
}
.main_img .smalltxt {
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  color: #ede6dd;
  letter-spacing: 0.06em;
}

.content02 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../images/story_sp.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
  background-color: rgba(35, 35, 32, 0.9);
}
@media screen and (min-width: 769px) {
  .content02 {
    background-image: url(../images/story.webp);
  }
  .content02::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}
.content02 .basein {
  padding: 40px 20px;
  text-align: center;
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .content02 .basein {
    padding: 60px 6.6666666667vw;
  }
}
.content02 .basein .leaf_box {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  transform-style: preserve-3d;
  z-index: 10;
}
.content02 .basein .leaf_box::before, .content02 .basein .leaf_box::after {
  display: block;
  content: "";
  position: absolute;
  width: 11.7333333333vw;
  max-width: 44px;
  height: 88px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10%;
}
@media screen and (max-width: 350px) {
  .content02 .basein .leaf_box::before, .content02 .basein .leaf_box::after {
    width: 34px;
    height: 68px;
  }
}
@media screen and (min-width: 769px) {
  .content02 .basein .leaf_box::before, .content02 .basein .leaf_box::after {
    width: 100px;
    height: 150px;
    max-width: none;
  }
}
.content02 .basein .leaf_box::before {
  background-image: url(../images/icon:deco/leaf1.webp);
  left: 0;
}
@media screen and (max-width: 350px) {
  .content02 .basein .leaf_box::before {
    left: -20px;
  }
}
@media screen and (min-width: 769px) {
  .content02 .basein .leaf_box::before {
    transform: translate(-65%, 0);
  }
}
.content02 .basein .leaf_box::after {
  background-image: url(../images/icon:deco/leaf2.webp);
  right: 0;
}
@media screen and (max-width: 350px) {
  .content02 .basein .leaf_box::after {
    right: -20px;
  }
}
@media screen and (min-width: 769px) {
  .content02 .basein .leaf_box::after {
    transform: translate(90%, 0);
  }
}
.content02 .basein h2 {
  font-size: clamp(2.75rem, 1.7273rem + 4.3636vw, 5rem);
  margin: 0 5px;
  color: #fbfbfb;
  line-height: 1.1;
}
@media screen and (max-width: 350px) {
  .content02 .basein h2 {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .content02 .basein h2 {
    margin: 20px 7px 4px;
  }
}
.content02 .basein h3 {
  font-size: clamp(0.875rem, 0.7045rem + 0.7273vw, 1.25rem);
  color: #fbfbfb;
  line-height: 2;
}
.content02 .basein p {
  line-height: 26px;
  color: #fbfbfb;
}
@media screen and (min-width: 769px) {
  .content02 .basein p {
    line-height: 35px;
  }
}
.content02 .basein .lead_txt {
  font-size: clamp(0.75rem, 0.5795rem + 0.7273vw, 1.125rem);
  text-align: start;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .content02 .basein .lead_txt {
    text-align: center;
    margin-top: 40px;
  }
  .content02 .basein .lead_txt:last-child {
    margin-top: 30px;
  }
}

/* content03 slide */
.content03 {
  margin: 100px 0;
}
.content03 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.content03 .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  flex-shrink: 0; /* リストが潰れないように強制 */
  min-width: 100%; /* 最低でも親の幅を確保 */
}
.content03 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear;
}
.content03 .scroll-infinity__item {
  width: 60vw;
  height: 300px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}
@media screen and (min-width: 769px) {
  .content03 .scroll-infinity__item {
    width: 22vw;
    width: max-content;
    height: 400px;
    aspect-ratio: 2/3;
  }
}
.content03 .scroll-infinity__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* END */
main {
  background: url(../images/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);
  letter-spacing: 0.06em;
}
@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 .content04 .content_img {
  background-image: url(../images/newcollection_sp.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 116.5333333333vw;
}
@media screen and (min-width: 769px) {
  main .content04 .content_img {
    background-image: url(../images/newcollection.webp);
    height: 50vw;
    background-position: bottom;
  }
}
main .content04 .bickham {
  color: #ede6dd;
  padding-top: 28px;
}
@media screen and (min-width: 769px) {
  main .content04 .bickham {
    margin-bottom: -25px;
  }
}
main .content04 h2 {
  width: fit-content;
  margin: auto;
  text-align: center;
  color: #ede6dd;
  letter-spacing: -0.02em;
  font-size: clamp(2.75rem, 1.7377rem + 4.3192vw, 5.625rem);
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  main .content04 h2 {
    letter-spacing: 0.02em;
  }
}
main .content04 .lead_txt {
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  margin: 70px auto;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  main .content04 .lead_txt {
    margin: 100px auto;
  }
}
main .content04 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
main .content04 .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  width: max-content;
  backface-visibility: hidden;
  transform: translateZ(0);
  flex-shrink: 0; /* リストが潰れないように強制 */
  min-width: 100%; /* 最低でも親の幅を確保 */
  animation: infinity-scroll-left 320s infinite;
}
main .content04 .scroll-infinity__item {
  overflow: hidden;
  width: 100%;
  height: 300px;
  aspect-ratio: 6/1;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  margin: 0px;
  /* スマホの描画バグを防ぐため、敢えて強力な3D指定を外す */
  transform: translateZ(0);
}
@media screen and (min-width: 769px) {
  main .content04 .scroll-infinity__item {
    width: max-content;
    height: 450px;
  }
}
main .content04 .scroll-infinity__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* 画像が読み込まれるまで消えないように display: block を徹底 */
  display: block;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.content05 {
  background-image: url(../images/bg05_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 0;
  margin-top: 90px;
}
@media screen and (min-width: 769px) {
  .content05 {
    background-image: url(../images/bg05_pc.webp);
    width: 90vw;
    background-size: contain;
    height: auto;
    margin: 150px auto 0;
    padding: 57px 0;
    box-sizing: border-box;
  }
}
.content05 .divider {
  position: absolute;
  top: 15px;
  width: 100%;
  height: 5px;
}
.content05 .divider::before, .content05 .divider::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.content05 .divider::before {
  top: 0;
  height: 1px;
  background-color: #d7bd7f;
}
.content05 .divider::after {
  bottom: 0;
  height: 2px;
  background-color: #d7bd7f;
}
.content05 .divider.reverse {
  top: auto;
  bottom: 15px;
}
.content05 .divider.reverse::before {
  height: 2px;
}
.content05 .divider.reverse::after {
  height: 1px;
}
.content05 .basein {
  width: 89.3333333333vw;
  padding: 0;
}
.content05 h2 {
  color: #d7bd7f;
  font-size: clamp(1.625rem, 1rem + 2.6667vw, 3rem);
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content05 h2 {
    font-size: 4vw;
    line-height: 1;
  }
}
.content05 h2::before, .content05 h2::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16vw;
  height: 4.5333333333vw;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .content05 h2::before, .content05 h2::after {
    width: 11.0833333333vw;
    height: 2.9166666667vw;
  }
}
.content05 h2::before {
  background-image: url(../images/icon:deco/ribbon1.webp);
  transform: translateY(-7px);
  left: 0;
}
@media screen and (min-width: 769px) {
  .content05 h2::before {
    left: auto;
    transform: translatex(-90%);
    top: 40%;
  }
}
.content05 h2::after {
  background-image: url(../images/icon:deco/ribbon2.webp);
  transform: translateY(-5px);
  right: 0;
}
@media screen and (min-width: 769px) {
  .content05 h2::after {
    right: auto;
  }
}
.content05 .flex_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.0833333333vw;
}
.content05 .flex_center .flex_txt {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #796040;
}
@media screen and (min-width: 769px) {
  .content05 .flex_center .flex_txt {
    width: 53.3333333333vw;
    align-items: baseline;
  }
}
.content05 .flex_center .flex_txt .yellow {
  color: #d7bd7f;
  font-size: clamp(0.875rem, 0.5909rem + 1.2121vw, 1.5rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  width: 26.6666666667vw;
  line-height: 33px;
}
@media screen and (min-width: 769px) {
  .content05 .flex_center .flex_txt .yellow {
    width: 14.5833333333vw;
    font-size: 2vw;
  }
}
.content05 .flex_center .flex_txt .date {
  color: #ffffff;
  font-size: clamp(0.875rem, 0.5909rem + 1.2121vw, 1.5rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .content05 .flex_center .flex_txt .date {
    font-size: 2vw;
  }
}
.content05 .flex_center .flex_txt .date__num {
  font-size: clamp(1.34375rem, 0.875rem + 2vw, 2.375rem);
  color: #ffffff;
  line-height: 1.4;
  font-weight: 500;
  margin-left: 3px;
}
@media screen and (min-width: 769px) {
  .content05 .flex_center .flex_txt .date__num {
    font-size: 3.1666666667vw;
  }
}
.content05 .flex_center .flex_txt .date__txt {
  font-size: clamp(0.96875rem, 0.642rem + 1.3939vw, 1.6875rem);
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .content05 .flex_center .flex_txt .date__txt {
    font-size: 2.1666666667vw;
  }
}
.content05 .caution_txt {
  color: #ffffff;
  font-size: clamp(0.75rem, 0.6932rem + 0.2424vw, 0.875rem);
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .content05 .caution_txt {
    width: 53.3333333333vw;
    margin: 20px auto 0;
  }
}
.content05 .flex_btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 23px;
}
@media screen and (min-width: 769px) {
  .content05 .flex_btn {
    flex-direction: row;
    justify-content: center;
    margin-top: 1.4166666667vw;
    gap: 3.75vw;
  }
}
.content05 .flex_btn .zoom:hover img {
  transform: scale(1.08);
}
.content05 .flex_btn li a:hover span::before {
  transform: scaleX(0);
}
.content05 .flex_btn li a {
  position: relative;
  display: block;
  display: flex;
  width: 74.6666666667vw;
  height: 48vw;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 769px) {
  .content05 .flex_btn li a {
    width: 25vw;
    height: 15.5833333333vw;
    border-radius: 10px;
  }
}
.content05 .flex_btn li a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(141, 137, 128, 0.25);
  z-index: 1;
  transition: background-color 0.5s ease;
}
.content05 .flex_btn li a:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.content05 .flex_btn li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  z-index: 0;
}
.content05 .flex_btn li a:hover img {
  transform: scale(1.08);
}
.content05 .flex_btn li a span {
  position: absolute;
  left: 13px;
  bottom: 13px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: clamp(1rem, 0.7727rem + 0.9697vw, 1.5rem);
  line-height: 1.3;
  width: fit-content;
  /* ★影が消える対策：text-shadowに変更 */
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 769px) {
  .content05 .flex_btn li a span {
    font-size: 2vw;
  }
}
.content05 .flex_btn li a span::after {
  content: "";
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  margin-left: 5px;
  background: url(../images/icon:deco/arrow_right.webp) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .content05 .flex_btn li a span::after {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.content05 .flex_btn li a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.7s;
}
@media screen and (max-width: 768px) {
  .content05 .flex_btn li a span::before {
    height: 1px;
  }
}
.content05 .btn_all {
  display: block;
  width: 65.3333333333vw;
  max-width: 400px;
  text-align: center;
  margin: 20px auto 0;
  font-size: clamp(0.875rem, 0.7045rem + 0.7273vw, 1.25rem);
  padding: 15px 0;
  line-height: 1;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) -51%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0) 61%), linear-gradient(180deg, #ae7f27 36%, #ffef9c);
  border: 0.5px solid #c8a95e;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 20px 0px rgba(2, 40, 49, 0.2);
  transition: all 0.5s ease;
}
.content05 .btn_all:hover {
  transform: scale(0.97);
}
.content05 .btn_all span {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 10, 0.2);
}
@media screen and (min-width: 769px) {
  .content05 .btn_all {
    width: 33.3333333333vw;
    font-size: 1.6666666667vw;
    padding: 22px 0;
    margin: 3.1666666667vw auto 0;
  }
}

.content06 {
  margin: 0 auto;
  width: 89.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content06 {
    margin-top: 90px;
  }
}
.content06 .basein {
  padding: 50px 0;
  border-bottom: solid 1px #b9afa8;
}
@media screen and (min-width: 769px) {
  .content06 .basein {
    padding: 60px 0;
  }
}
.content06 .basein h2 {
  font-size: clamp(3.4375rem, 2.4472rem + 4.2254vw, 6.25rem);
  margin-top: -12px;
}
@media screen and (min-width: 769px) {
  .content06 .basein h2 {
    margin: -24px auto 60px;
  }
}

.border_line {
  border-bottom: solid 1px #b9afa8;
  padding: 20px 0 40px;
}
.border_line:nth-of-type(1) h3 {
  font-size: 13.3333333333vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .border_line:nth-of-type(1) h3 {
    font-size: 5.8333333333vw;
  }
}
.border_line:nth-of-type(2) h3 {
  white-space: nowrap;
  font-size: 11.2vw;
}
@media screen and (min-width: 769px) {
  .border_line:nth-of-type(2) h3 {
    font-size: 5.6666666667vw;
  }
}
.border_line:nth-of-type(3) h3 {
  white-space: nowrap;
  font-size: 12.2666666667vw;
}
@media screen and (min-width: 769px) {
  .border_line:nth-of-type(3) h3 {
    font-size: 6.25vw;
  }
}
.border_line img {
  margin-top: 30px;
  border-radius: 20px;
}
.border_line p {
  margin-top: 30px;
  text-align: start;
  line-height: 2;
  font-size: clamp(0.875rem, 0.7614rem + 0.4848vw, 1.125rem);
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
  .content06 .border_line {
    padding: 6.6666666667vw 0;
  }
  .content06 .flexed {
    margin-top: 0;
    justify-content: space-between;
    align-items: center;
  }
  .content06 .flexed .txt_area {
    width: 43.3333333333vw;
  }
  .content06 .flexed .txt_area img {
    margin-top: 0;
  }
  .content06 .flexed .txt_area .deco1 {
    width: 38.3333333333vw;
    margin: 0 auto;
  }
  .content06 .flexed .img_area img {
    width: 36.5vw;
    margin-top: 0;
  }
}
.view_wrap {
  width: 155px;
  margin: 30px 0 0;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .view_wrap {
    width: 50%;
    max-width: 156px;
    width: 100%;
    padding-right: 12px;
  }
}
.view_wrap .view_item {
  display: block;
  text-decoration: none;
}
.view_wrap .view_item i {
  display: block;
  position: relative;
}
.view_wrap .view_item i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(201, 185, 162, 0.3019607843);
  z-index: -1;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), background 0.7s ease;
  transform-origin: center;
}
.view_wrap .view_item i em {
  padding: 5px 0 0 20px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #402919;
  font-family: "itc-american-typewriter", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .view_wrap .view_item i em {
    letter-spacing: 0.8px;
    font-size: 16px;
  }
}
.view_wrap .view_item i em::before, .view_wrap .view_item i em::after {
  content: "";
  position: absolute;
  background-color: #402919;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.view_wrap .view_item i em::before {
  width: 40px;
  height: 1px;
  right: -50px;
  bottom: 11px;
}
@media screen and (min-width: 769px) {
  .view_wrap .view_item i em::before {
    right: -60px;
    bottom: 12px;
  }
}
.view_wrap .view_item i em::after {
  width: 8px;
  height: 1px;
  right: -50px;
  bottom: 11px;
  transform: rotate(45deg);
  transform-origin: right center;
}
@media screen and (min-width: 769px) {
  .view_wrap .view_item i em::after {
    right: -60px;
    bottom: 12px;
  }
}
.view_wrap .view_item:hover i::before {
  transform: scale(1.6);
  background: rgba(201, 185, 162, 0.5019607843);
}
.view_wrap .view_item:hover em::before {
  transform: translateX(10px);
}
.view_wrap .view_item:hover em::after {
  transform: translateX(10px) rotate(45deg);
}

.content07 {
  text-align: center;
  margin: 0 auto;
}
.content07 .basein {
  padding: 50px 20px 80px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .content07 .basein {
    gap: 30px;
  }
}
.content07 .basein .deco4 {
  width: 79.4666666667vw;
}
@media screen and (min-width: 769px) {
  .content07 .basein .deco4 {
    width: 43.3333333333vw;
  }
}
.content07 .basein h2 {
  font-size: clamp(1.125rem, 0.8409rem + 1.2121vw, 1.75rem);
  line-height: 2;
  letter-spacing: 0.06em;
}
.content07 .basein .lead_txt {
  margin-top: 0;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
}
.content07 .basein .btn_form {
  width: 100%;
}
.content07 .basein .btn_form a {
  width: 100%;
  display: inline-block;
  padding: 17px 0 18px;
  font-size: clamp(0.9375rem, 0.6818rem + 1.0909vw, 1.5rem);
  border-radius: 999px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) -51%, rgba(255, 255, 255, 0.2) 39%, rgba(255, 255, 255, 0) 61%), linear-gradient(180deg, #402919 36%, #9d7658);
  box-shadow: 0px 2px 20px 0px rgb(187, 183, 174);
  transition: transform 0.5s ease;
}
.content07 .basein .btn_form a:hover {
  transform: scale(0.97);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .content07 .basein .btn_form a {
    max-width: 480px;
    padding: 27px 0 28px;
  }
}
.content07 .basein .btn_form a span {
  color: #ffffff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.content07 .deco5 {
  width: 84.8vw;
}
@media screen and (min-width: 769px) {
  .content07 .deco5 {
    width: 49.1666666667vw;
  }
}

footer {
  position: relative;
  padding-bottom: 60px;
  text-align: center;
}
footer h2 {
  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;
  letter-spacing: 0.06em;
}
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;
  }
}

/** 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 */