@charset "UTF-8";
/*---------------------------
BASE
---------------------------*/
html {
  text-size-adjust: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0f1111;
  background: #fff;
  font-size: 1.6rem;
  transition: 0.6s ease;
  height: 100%;
  font-weight: 500;
}
body:before {
  content: "";
  opacity: 0;
  transition: 0.6s ease;
  z-index: -1;
}
body.noScroll {
  overflow: hidden;
}
body.noScroll:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  opacity: .6;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  /**font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;*/
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #0f1111;
}

main {
  display: block;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.6s ease;
  text-underline-offset: .5rem;
}
a:hover img {
  opacity: .7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.6s ease;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-feature-settings: "palt";
  image-rendering: -webkit-optimize-contrast;
}

_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto;
}

br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

/*---------------------------
HEADER
---------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 206px;
  width: 100vw;
  z-index: 10000;
  transition: background .3s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  header {
    height: 136px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 28.2051282051vw;
  }
}
header.scrolled {
  background-color: #fff;
}
header .header-ticker {
  line-height: 1;
  border-bottom: solid #B69B36 0.0520833333vw;
  color: #505050;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (min-width: 1921px) {
  header .header-ticker {
    border-bottom: solid #B69B36 1px;
  }
}
@media screen and (max-width: 768px) {
  header .header-ticker {
    border-bottom: solid #B69B36 0.2564102564vw;
  }
}
header .header-ticker .header-ticker-wrap {
  width: auto;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  header .header-ticker .header-ticker-wrap {
    width: 1700px;
    margin: 0 auto;
  }
}
header .header-ticker .header-ticker-wrap p {
  padding: 1em 5.7291666667vw;
  display: inline-block;
  font-size: max(0.833vw, 14px);
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  header .header-ticker .header-ticker-wrap p {
    font-size: 16px;
    animation: none;
    padding: 1em 0;
  }
}
@media screen and (max-width: 1201px) {
  header .header-ticker .header-ticker-wrap p {
    animation: ticker 20s linear infinite;
    padding-left: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  header .header-ticker .header-ticker-wrap p {
    font-size: calc(16px *.66);
  }
}
@media screen and (max-width: 768px) {
  header .header-ticker .header-ticker-wrap p {
    font-size: 2.5641025641vw;
  }
}
header .header-ticker .header-ticker-wrap p strong {
  font-weight: bold;
  margin: 0 1em 0 0;
}
header h1 {
  position: absolute;
  top: max(4.375vw, 84px);
  left: 5.7291666667vw;
  z-index: 10000;
}
@media screen and (min-width: 1921px) {
  header h1 {
    top: 84px;
    left: 110px;
  }
}
@media screen and (max-width: 1201px) {
  header h1 {
    top: max(7vw, 84px);
    left: 4.1666666667vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  header h1 {
    top: 56px;
    left: 73px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    top: 11.7948717949vw;
    left: 4.6153846154vw;
  }
}
header h1 a {
  display: block;
  background: url(../img/logo.png.webp) no-repeat center/contain;
  /*width:ww(290);
  height:ww(80);*/
  width: 290px;
  height: 80px;
}
@media screen and (min-width: 1921px) {
  header h1 a {
    width: 290px;
    height: 80px;
  }
}
@media screen and (max-width: 1201px) {
  header h1 a {
    width: 24.1666666667vw;
    height: 6.6666666667vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  header h1 a {
    width: 192px;
    height: 53px;
  }
}
@media screen and (max-width: 768px) {
  header h1 a {
    width: 53.8461538462vw;
    height: 12.5641025641vw;
  }
}
header.is-home h1 {
  opacity: 0;
  transform: translateY(-20%);
  transition: 0.6s ease;
}
header.is-home .header-common-menu {
  opacity: 0;
  transform: translateY(-20%);
  transition: 0.6s ease;
  transition-delay: .2s;
}
header.is-home #hamburger-menu {
  opacity: 0;
  transform: translateY(-20%);
  transition: 0.6s ease;
  transition-delay: .4s;
}
header.is-start h1 {
  opacity: 1;
  transform: translateY(0);
}
header.is-start .header-common-menu {
  opacity: 1;
  transform: translateY(0);
}
header.is-start #hamburger-menu {
  opacity: 1;
  transform: translateY(0);
}

.header-common-menu {
  position: fixed;
  z-index: 20001;
  top: max(4.479vw, 86px);
  right: 9.6354166667vw;
  /*width:304px;
  height:ww(80);
  background-color:$white;
  border-radius:ww(80);
  padding:0 ww(34);*/
  right: 185px;
  height: 80px;
  border-radius: 80px;
  padding: 0 34px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu {
    top: 86px;
    right: 185px;
    height: 80px;
    border-radius: 80px;
    padding: 0 34px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu {
    top: max(7.167vw, 86px);
    right: 14.7959183673vw;
    height: 8.1632653061vw;
    border-radius: 8.1632653061vw;
    padding: 0 3.4693877551vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu {
    top: calc(86px *.6);
    right: calc(185px *.8);
    height: calc(80px *.8);
    border-radius: calc(80px *.8);
    padding: 0 calc(34px *.8);
  }
}
@media screen and (max-width: 768px) {
  .header-common-menu {
    display: none !important;
  }
}
.header-common-menu.is-show {
  transition: none !important;
}
.header-common-menu .header-common-menu__wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.header-common-menu .header-common-menu__search {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 12px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__search {
    gap: 12px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__search {
    gap: 1.2244897959vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu .header-common-menu__search {
    gap: calc(12px *1);
  }
}
.header-common-menu .header-common-menu__search .header-common-menu__search--btn {
  display: block;
  background: url(../img/icon-search.svg) no-repeat center/contain;
  /*width:ww(15);
  height:ww(18);*/
  width: 15px;
  height: 18px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__search .header-common-menu__search--btn {
    width: 15px;
    height: 18px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__search .header-common-menu__search--btn {
    width: 1.5306122449vw;
    height: 1.8367346939vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu .header-common-menu__search .header-common-menu__search--btn {
    width: calc(15px *.8);
    height: calc(18px *.8);
  }
}
.header-common-menu .header-common-menu__search .header-common-menu__search--input {
  padding: 0 0 .3em;
}
.header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox {
  border: none;
  background-color: transparent;
  /*font-size:max(0.625vw, 12px);
  width:ww(50);*/
  padding: 0;
  outline: none;
  transition: 0.6s ease;
  font-size: 14px;
  width: 4em;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox {
    font-size: 14px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox {
    font-size: max(1vw, 14px);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox {
    font-size: calc(14px *1);
  }
}
.header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox::placeholder {
  color: #0f1111;
}
.header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox.is-active {
  width: 120px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox.is-active {
    width: 120px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox.is-active {
    width: 12.2448979592vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox.is-active {
    width: calc(120px *1);
  }
}
.header-common-menu .header-common-menu__search .header-common-menu__search--input .header-common-menu__search--inputBox.is-active::placeholder {
  color: #6C6C6C;
}
.header-common-menu .header-common-menu__list {
  display: flex;
  align-items: center;
  line-height: 1;
  /*gap:ww(24);
  padding:ww(8) 0 ww(8) ww(20);
  margin-left:ww(20);
  border-left:solid $c2 ww(1);*/
  gap: 24px;
  padding: 8px 0 8px 20px;
  margin-left: 20px;
  border-left: solid #B79B36 1px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__list {
    gap: 24px;
    padding: 8px 0 8px 20px;
    margin-left: 20px;
    border-left: solid #B79B36 1px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__list {
    gap: 2.4489795918vw;
    padding: 0.8163265306vw 0 0.8163265306vw 2.0408163265vw;
    margin-left: 2.0408163265vw;
    border-left: solid #B79B36 0.1020408163vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu .header-common-menu__list {
    gap: calc(24px *.8);
    padding: calc(8px *.8) 0 calc(8px *.8) calc(20px *.8);
    margin-left: calc(20px *.8);
  }
}
.header-common-menu .header-common-menu__list li {
  /* 241126 add techno yamazaki */
  /* 241126 techno yamazaki ここまで */
}
.header-common-menu .header-common-menu__list li.header-common-menu__login a {
  background-image: url(../img/icon-login.svg);
  /*width:ww(22);
  height:ww(20);*/
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__login a {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__login a {
    width: 1.8367346939vw;
    height: 1.8367346939vw;
  }
}
.header-common-menu .header-common-menu__list li.header-common-menu__logout a {
  background-image: url(../img/icon-logout.svg);
  /*width:ww(22);
  height:ww(20);*/
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__logout a {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__logout a {
    width: 1.8367346939vw;
    height: 1.8367346939vw;
  }
}
.header-common-menu .header-common-menu__list li.header-common-menu__fav a {
  background-image: url(../img/icon-fav.svg);
  /*width:ww(22);
  height:ww(20);*/
  width: 20px;
  height: 18px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__fav a {
    width: 20px;
    height: 18px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__fav a {
    width: 2.0408163265vw;
    height: 1.8367346939vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu .header-common-menu__list li.header-common-menu__fav a {
    width: calc(20px *.8);
    height: calc(18px *.8);
  }
}
.header-common-menu .header-common-menu__list li.header-common-menu__mypage a {
  background-image: url(../img/icon-user.svg);
  /*width:ww(18);
  height:ww(20);*/
  width: 16px;
  height: 18px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__mypage a {
    width: 16px;
    height: 18px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__mypage a {
    width: 1.6326530612vw;
    height: 1.8367346939vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu .header-common-menu__list li.header-common-menu__mypage a {
    width: calc(16px *.8);
    height: calc(18px *.8);
  }
}
.header-common-menu .header-common-menu__list li.header-common-menu__cart a {
  background-image: url(../img/icon-cart.svg);
  /*width:ww(25);
  height:ww(19);*/
  position: relative;
  width: 23px;
  height: 17px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__cart a {
    width: 23px;
    height: 17px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__cart a {
    width: 2.3469387755vw;
    height: 1.7346938776vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu .header-common-menu__list li.header-common-menu__cart a {
    width: calc(23px *.8);
    height: calc(17px *.8);
  }
}
.header-common-menu .header-common-menu__list li.header-common-menu__cart a .header-common-menu__cart--count {
  display: block;
  position: absolute;
  color: #B69B36;
  font-weight: 500;
  font-family: futura-pt-condensed, sans-serif;
  line-height: 1;
  text-align: center;
  width: 1em;
  /*top:ww(-2);
  left:ww(8);*/
  font-size: 14px;
  top: -3px;
  left: 6px;
}
@media screen and (min-width: 1921px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__cart a .header-common-menu__cart--count {
    font-size: 14px;
    top: -3px;
    left: 6px;
  }
}
@media screen and (max-width: 1201px) {
  .header-common-menu .header-common-menu__list li.header-common-menu__cart a .header-common-menu__cart--count {
    font-size: 1.4285714286vw;
    top: -0.306122449vw;
    left: 0.612244898vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .header-common-menu .header-common-menu__list li.header-common-menu__cart a .header-common-menu__cart--count {
    font-size: calc(14px *.8);
    top: calc(-3px *.8);
    left: calc(6px *.8);
  }
}
.header-common-menu .header-common-menu__list li a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-common-menu .header-common-menu__list li:hover {
  animation: poyo .6s;
}
@media screen and (max-width: 768px) {
  .header-common-menu .header-common-menu__list li:active {
    animation: poyo .6s;
  }
}

/* ------------------------  */
.header-common-menu__login a:hover .hidden {
  overflow: visible;
  font-size: 10px;
  position: relative;
  top: -25px;
  left: -45px;
  right: 0;
  margin: 0 auto;
}

.header-common-menu__logout a:hover .hidden {
  overflow: visible;
  font-size: 10px;
  position: relative;
  top: -25px;
  left: -55px;
  right: 0;
  margin: 0 auto;
}

.header-common-menu__fav a:hover .hidden {
  overflow: visible;
  font-size: 10px;
  position: relative;
  top: -25px;
  left: -62px;
  right: 0;
  margin: 0 auto;
}

.header-common-menu__mypage a:hover .hidden {
  overflow: visible;
  font-size: 10px;
  position: relative;
  top: -25px;
  left: -65px;
  right: 0;
  margin: 0 auto;
}

.header-common-menu__cart a:hover .hidden {
  overflow: visible;
  font-size: 10px;
  position: relative;
  top: -25px;
  left: -30px;
  right: 0;
  margin: 0 auto;
}

/* -------------------------- */
#hamburger-menu {
  position: fixed;
  top: max(4.479vw, 86px);
  right: 3.75vw;
  z-index: 20000;
}
@media screen and (min-width: 1921px) {
  #hamburger-menu {
    top: 86px;
    right: 72px;
  }
}
@media screen and (max-width: 1201px) {
  #hamburger-menu {
    top: max(7.167vw, 86px);
    right: 3.6734693878vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #hamburger-menu {
    top: calc(86px *.66);
    right: calc(72px *.66);
  }
}
@media screen and (max-width: 768px) {
  #hamburger-menu {
    display: none;
    top: 12.3076923077vw;
    right: 3.5897435897vw;
  }
}
#hamburger-menu a {
  display: block;
  border-radius: 50%;
  background-color: #B69B36;
  /*width:ww(80);
  height:ww(80);*/
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 1921px) {
  #hamburger-menu a {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1201px) {
  #hamburger-menu a {
    width: 8.1632653061vw;
    height: 8.1632653061vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #hamburger-menu a {
    width: calc(80px *.66);
    height: calc(80px *.66);
  }
}
@media screen and (max-width: 768px) {
  #hamburger-menu a {
    width: 11.7948717949vw;
    height: 11.7948717949vw;
  }
}
#hamburger-menu a:hover {
  animation: poyo 1s;
}
@media screen and (max-width: 768px) {
  #hamburger-menu a:active {
    animation: poyo 1s;
  }
}
#hamburger-menu span {
  position: absolute;
  /*width:ww(30);
  height:ww(5);
  margin:0 0 0 ww(-15);*/
  width: 30px;
  height: 5px;
  margin: 0 0 0 -15px;
  background-color: #fff;
  left: 50%;
  transition: 0.6s ease;
}
@media screen and (min-width: 1921px) {
  #hamburger-menu span {
    width: 30px;
    height: 5px;
    margin: 0 0 0 -15px;
  }
}
@media screen and (max-width: 1201px) {
  #hamburger-menu span {
    width: 3.0612244898vw;
    height: 0.5102040816vw;
    margin: 0 0 0 -1.5306122449vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #hamburger-menu span {
    width: calc(30px *.66);
    height: calc(5px *.66);
    margin: 0 0 0 calc(-15px *.66);
  }
}
@media screen and (max-width: 768px) {
  #hamburger-menu span {
    width: 5.1282051282vw;
    height: 0.7692307692vw;
    margin: 0 0 0 -2.5641025641vw;
  }
}
#hamburger-menu span:nth-child(1) {
  /*top:ww(30);*/
  top: 30px;
}
@media screen and (min-width: 1921px) {
  #hamburger-menu span:nth-child(1) {
    top: 30px;
  }
}
@media screen and (max-width: 1201px) {
  #hamburger-menu span:nth-child(1) {
    top: 3.0612244898vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #hamburger-menu span:nth-child(1) {
    top: calc(30px *.66);
  }
}
@media screen and (max-width: 768px) {
  #hamburger-menu span:nth-child(1) {
    top: 4.358974359vw;
  }
}
#hamburger-menu span:nth-child(2) {
  /*bottom:ww(30);*/
  bottom: 30px;
}
@media screen and (min-width: 1921px) {
  #hamburger-menu span:nth-child(2) {
    bottom: 30px;
  }
}
@media screen and (max-width: 1201px) {
  #hamburger-menu span:nth-child(2) {
    bottom: 3.0612244898vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #hamburger-menu span:nth-child(2) {
    bottom: calc(30px *.66);
  }
}
@media screen and (max-width: 768px) {
  #hamburger-menu span:nth-child(2) {
    bottom: 4.358974359vw;
  }
}
#hamburger-menu span.is-active:nth-child(1) {
  /*transform: translateY(ww(7.5)) rotate(-30deg);*/
  transform: translateY(7.5px) rotate(-30deg);
}
@media screen and (min-width: 1921px) {
  #hamburger-menu span.is-active:nth-child(1) {
    transform: translateY(7.5px) rotate(-30deg);
  }
}
@media screen and (max-width: 1201px) {
  #hamburger-menu span.is-active:nth-child(1) {
    transform: translateY(0.7653061224vw) rotate(-30deg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #hamburger-menu span.is-active:nth-child(1) {
    transform: translateY(calc(7.5px *.66)) rotate(-30deg);
  }
}
@media screen and (max-width: 768px) {
  #hamburger-menu span.is-active:nth-child(1) {
    transform: translateY(1.1538461538vw) rotate(-30deg);
  }
}
#hamburger-menu span.is-active:nth-child(2) {
  /*transform: translateY(ww(-7.5)) rotate(30deg);*/
  transform: translateY(-7.5px) rotate(30deg);
}
@media screen and (min-width: 1921px) {
  #hamburger-menu span.is-active:nth-child(2) {
    transform: translateY(-7.5px) rotate(30deg);
  }
}
@media screen and (max-width: 1201px) {
  #hamburger-menu span.is-active:nth-child(2) {
    transform: translateY(-0.7653061224vw) rotate(30deg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #hamburger-menu span.is-active:nth-child(2) {
    transform: translateY(calc(-7.5px *.66)) rotate(30deg);
  }
}
@media screen and (max-width: 768px) {
  #hamburger-menu span.is-active:nth-child(2) {
    transform: translateY(-1.1538461538vw) rotate(30deg);
  }
}

nav#global-menu {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 19999;
  top: 0;
  right: -5%;
  transition: .5s ease right;
}
@media screen and (max-width: 768px) {
  nav#global-menu {
    display: none !important;
  }
}
nav#global-menu.is-active {
  right: 0;
}
nav#global-menu.is-active .global-menu-wrap ul li {
  opacity: 1;
  transform: translateX(0);
}
nav#global-menu.is-active .global-menu-wrap ul li:nth-child(6n) {
  transition-delay: 0.7s;
}
nav#global-menu.is-active .global-menu-wrap ul li:nth-child(6n + 1) {
  transition-delay: 0.2s;
}
nav#global-menu.is-active .global-menu-wrap ul li:nth-child(6n + 2) {
  transition-delay: 0.3s;
}
nav#global-menu.is-active .global-menu-wrap ul li:nth-child(6n + 3) {
  transition-delay: 0.4s;
}
nav#global-menu.is-active .global-menu-wrap ul li:nth-child(6n + 4) {
  transition-delay: 0.5s;
}
nav#global-menu.is-active .global-menu-wrap ul li:nth-child(6n + 5) {
  transition-delay: 0.6s;
}
nav#global-menu .global-menu-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  grid-gap: 4.1666666667vw;
  padding: 206px 2.0833333333vw 5.2083333333vw;
  overflow: auto;
}
@media screen and (min-width: 1921px) {
  nav#global-menu .global-menu-wrap {
    grid-gap: 80px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  nav#global-menu .global-menu-wrap {
    padding: 136px 2.0833333333vw 5.2083333333vw;
  }
}
nav#global-menu .global-menu-wrap ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
}
nav#global-menu .global-menu-wrap ul li {
  transition: .5s ease;
  transform: translateX(5%);
  opacity: 0;
  transition-delay: 0s;
}
nav#global-menu .global-menu-wrap ul li strong {
  font-size: max(1.667vw, 16px);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin: 0 0 0.9375vw;
  transition: .3s ease;
  transform-origin: center left;
}
@media screen and (min-width: 1921px) {
  nav#global-menu .global-menu-wrap ul li strong {
    font-size: 32px;
    margin: 0 0 18px;
  }
}
nav#global-menu .global-menu-wrap ul li small {
  font-size: max(0.833vw, 9px);
  font-family: copperplate, serif;
  font-weight: 300;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 1921px) {
  nav#global-menu .global-menu-wrap ul li small {
    font-size: 16px;
  }
}
nav#global-menu .global-menu-wrap ul li a {
  display: block;
  padding: 0 0 0 5.1041666667vw;
  position: relative;
}
@media screen and (min-width: 1921px) {
  nav#global-menu .global-menu-wrap ul li a {
    padding: 0 0 0 98px;
  }
}
@media screen and (max-width: 980px) {
  nav#global-menu .global-menu-wrap ul li a {
    padding: 0 0 0 3.3333333333vw;
  }
}
nav#global-menu .global-menu-wrap ul li a:before {
  content: "";
  background: url(../img/icon-logo.svg) no-repeat center/contain;
  width: 0.9375vw;
  height: 0.9375vw;
  position: absolute;
  top: 0.46875vw;
  left: 0;
  transition: .3s ease;
}
@media screen and (min-width: 1921px) {
  nav#global-menu .global-menu-wrap ul li a:before {
    width: 18px;
    height: 18px;
    top: 9px;
  }
}
nav#global-menu .global-menu-wrap ul li a:hover:before {
  transform: scale(1.88);
}
nav#global-menu .global-menu-wrap ul li a:hover strong {
  transform: scale(1.15);
}
nav#global-menu .global-menu-wrap ul li a:hover span {
  transform: scale(1.15);
}
nav#global-menu .global-menu-wrap ul.parent {
  grid-gap: 4.1666666667vw;
}
@media screen and (min-width: 1921px) {
  nav#global-menu .global-menu-wrap ul.parent {
    grid-gap: 80px;
  }
}
nav#global-menu .global-menu-wrap ul.child {
  grid-gap: 1.5625vw;
  margin: 0 0 -3.125vw;
  padding: 1.5625vw 0 0;
}
@media screen and (min-width: 1921px) {
  nav#global-menu .global-menu-wrap ul.child {
    grid-gap: 30px;
    margin: 0 0 -60px;
    padding: 30px 0 0;
  }
}
nav#global-menu .global-menu-wrap ul.child li a:before {
  content: none;
}
nav#global-menu .global-menu-wrap ul.child li span {
  font-size: max(1.146vw, 14px);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  transition: .3s ease;
  transform-origin: center left;
}
@media screen and (min-width: 1921px) {
  nav#global-menu .global-menu-wrap ul.child li span {
    font-size: 22px;
  }
}
nav#global-menu_sp {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 19999;
  top: 0;
  right: -5%;
  transition: .5s ease right;
}
@media screen and (min-width: 769px) {
  nav#global-menu_sp {
    display: none !important;
  }
}
nav#global-menu_sp.is-active {
  right: 0;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li {
  opacity: 1;
  transform: translateX(0);
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(1) {
  transition-delay: 0.2s;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(2) {
  transition-delay: 0.3s;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(3) {
  transition-delay: 0.4s;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(4) {
  transition-delay: 0.5s;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(5) {
  transition-delay: 0.6s;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(6) {
  transition-delay: 0.7s;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(7) {
  transition-delay: 0.8s;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(8) {
  transition-delay: 0.9s;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(9) {
  transition-delay: 1s;
}
nav#global-menu_sp.is-active .global-menu-wrap ul li:nth-child(10) {
  transition-delay: 1.1s;
}
nav#global-menu_sp .global-menu-logo {
  padding: 6.6666666667vw;
}
nav#global-menu_sp .global-menu-logo a {
  display: block;
  background: url(../img/logo.png.webp) no-repeat center/contain;
  width: 52.0512820513vw;
  height: 12.8205128205vw;
}
nav#global-menu_sp .global-menu-wrap {
  overflow: auto;
  width: 100%;
  height: calc(100% - 26.154vw);
  /*display:flex;
  justify-content:center;
  align-items:center;*/
  position: relative;
}
nav#global-menu_sp .global-menu-wrap ul {
  padding: 6.6666666667vw 9.2307692308vw 47.6923076923vw;
}
nav#global-menu_sp .global-menu-wrap ul li {
  transition: .5s ease;
  transform: translateX(5%);
  opacity: 0;
  transition-delay: 0s;
  margin: 0 0 10.2564102564vw;
}
nav#global-menu_sp .global-menu-wrap ul li strong {
  font-size: 4.1025641026vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: block;
  line-height: 1;
  transition: .3s ease;
  transform-origin: center left;
}
nav#global-menu_sp .global-menu-wrap ul li small {
  font-size: 3.5897435897vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: block;
  line-height: 1;
}
nav#global-menu_sp .global-menu-wrap ul li a {
  display: block;
  padding: 0 0 0 6.1538461538vw;
  position: relative;
}
nav#global-menu_sp .global-menu-wrap ul li a:before {
  content: "";
  background: url(../img/icon-logo.svg) no-repeat center/contain;
  width: 2.5641025641vw;
  height: 2.5641025641vw;
  position: absolute;
  top: 1.0256410256vw;
  left: 0;
  transition: .3s ease;
}
nav#global-menu_sp .global-menu-wrap ul li a:active:before {
  transform: scale(1.86);
}
nav#global-menu_sp .global-menu-wrap ul li.pulldown {
  position: relative;
}
nav#global-menu_sp .global-menu-wrap ul li.pulldown:before {
  content: "";
  position: absolute;
  background-color: #B69B36;
  width: 3.0769230769vw;
  height: 0.5128205128vw;
  top: 1.7948717949vw;
  left: 48.7179487179vw;
  transition: 0.6s ease;
}
nav#global-menu_sp .global-menu-wrap ul li.pulldown:after {
  content: "";
  position: absolute;
  background-color: #B69B36;
  width: 3.0769230769vw;
  height: 0.5128205128vw;
  top: 1.7948717949vw;
  left: 48.7179487179vw;
  transform: rotate(90deg);
  transition: 0.6s ease;
}
nav#global-menu_sp .global-menu-wrap ul li.pulldown ul.child {
  display: none;
  padding: 0;
}
nav#global-menu_sp .global-menu-wrap ul li.pulldown ul.child li {
  margin: 7.6923076923vw 0 0;
}
nav#global-menu_sp .global-menu-wrap ul li.pulldown ul.child li a {
  padding: 0 0 0 6.1538461538vw;
}
nav#global-menu_sp .global-menu-wrap ul li.pulldown ul.child li a:before {
  content: none;
}
nav#global-menu_sp .global-menu-wrap ul li.pulldown.is-open:after {
  transform: rotate(360deg);
}
nav#global-menu_sp .global-menu-common {
  position: absolute;
  top: 32.3076923077vw;
  right: 8.7179487179vw;
}
nav#global-menu_sp .global-menu-common ul li {
  margin: 0 0 4.6153846154vw;
  /* 241126 add techno yamazaki */
  /* 241126 techno yamazaki ここまで */
}
nav#global-menu_sp .global-menu-common ul li.global-menu-common__login a {
  background-image: url(../img/icon-login.svg);
  background-size: 2.5641025641vw auto;
}
nav#global-menu_sp .global-menu-common ul li.global-menu-common__logout a {
  background-image: url(../img/icon-logout.svg);
  background-size: 2.5641025641vw auto;
}
nav#global-menu_sp .global-menu-common ul li.global-menu-common__fav a {
  background-image: url(../img/icon-fav.svg);
  background-size: 3.0769230769vw auto;
  background-position: center left 0.5128205128vw;
}
nav#global-menu_sp .global-menu-common ul li.global-menu-common__mypage a {
  background-image: url(../img/icon-user.svg);
  background-size: 2.3076923077vw auto;
  background-position: center left 0.5128205128vw;
}
nav#global-menu_sp .global-menu-common ul li.global-menu-common__cart a {
  background-image: url(../img/icon-cart.svg);
  background-size: 3.5897435897vw auto;
}
nav#global-menu_sp .global-menu-common ul li a {
  display: block;
  background-position: center left;
  background-repeat: no-repeat;
  font-size: 3.5897435897vw;
  color: #B69B36;
  padding: 0 0 0 7.1794871795vw;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 600;
}
nav#global-menu_sp .global-menu-common ul li:active {
  animation: poyo .6s;
}

/*---------------------------
TOP
---------------------------*/
#main-visual {
  margin: 206px 0 0;
  position: relative;
  height: 45.625vw;
  opacity: 0;
  transition: 0.6s ease;
}
@media screen and (max-width: 1400px) {
  #main-visual {
    height: 63.3333333333vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main-visual {
    margin: 136px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #main-visual {
    height: 140.2564102564vw;
    margin: 28.2051282051vw 0 0;
  }
}
#main-visual.is-start {
  opacity: 1;
}
#main-visual .main-visual-menu {
  position: absolute;
  top: 0;
  right: 219px;
  z-index: 10;
}
@media screen and (max-width: 1201px) {
  #main-visual .main-visual-menu {
    right: 18.2653061224vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main-visual .main-visual-menu {
    right: 175px;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-menu {
    display: none;
  }
}
#main-visual .main-visual-menu ul {
  display: flex;
  flex-direction: row-reverse;
  gap: 22px;
}
@media screen and (max-width: 1201px) {
  #main-visual .main-visual-menu ul {
    gap: 1.8367346939vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main-visual .main-visual-menu ul {
    gap: 12px;
  }
}
#main-visual .main-visual-menu ul li {
  font-size: max(0.833vw, 14px);
  letter-spacing: .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1921px) {
  #main-visual .main-visual-menu ul li {
    font-size: 16px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #main-visual .main-visual-menu ul li {
    font-size: 14px;
  }
}
#main-visual .main-visual-menu ul li a:hover {
  color: #B69B36;
}
#main-visual .main-visual-scroll {
  position: absolute;
  top: 50%;
  right: 15.625vw;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  #main-visual .main-visual-scroll {
    right: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-scroll {
    right: 0vw;
    bottom: 32.8205128205vw;
    top: auto;
  }
}
#main-visual .main-visual-scroll a {
  display: block;
  width: 6.3541666667vw;
  height: 1.0416666667vw;
  position: relative;
  animation: return 2s infinite;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-scroll a {
    width: 16.9230769231vw;
    height: 3.0769230769vw;
    animation: none;
  }
}
#main-visual .main-visual-scroll a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/scroll-arrow.svg) no-repeat center/100% 100%;
  width: 6.3541666667vw;
  height: 1.0416666667vw;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-scroll a:before {
    width: 8.7179487179vw;
    height: 2.0512820513vw;
    left: 2.5641025641vw;
  }
}
#main-visual .main-visual-scroll a span {
  font-family: copperplate, serif;
  color: #B69B36;
  font-size: 0.8333333333vw;
  font-weight: 700;
  position: absolute;
  top: -0.78125vw;
  left: 0vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-scroll a span {
    font-size: 2.3076923077vw;
    top: -2.5641025641vw;
    left: 0vw;
  }
}
#main-visual .main-visual-scroll a:hover {
  animation-play-state: paused;
}
#main-visual .main-visual-scroll a:hover:before {
  width: 7.9166666667vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-scroll a:hover:before {
    width: 12.0512820513vw;
  }
}
#main-visual .main-visual-slide {
  position: relative;
  width: 100vw;
}
#main-visual .main-visual-slide .swiper {
  overflow: visible;
}
#main-visual .main-visual-slide .main-visual-item {
  display: flex;
  justify-content: center;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__image {
  width: 57.6041666667vw;
  height: 45.625vw;
  transform: translateX(-15%);
  opacity: 0;
  transition: 1.5s ease;
}
@media screen and (max-width: 1400px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__image {
    width: 45.8333333333vw;
    height: 63.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__image {
    width: 79.4871794872vw;
    height: 105.1282051282vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__image figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__image figure img {
    transition: 12s linear;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__image a:hover figure img {
  opacity: 1;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__image a:hover figure img {
    transform: scale(1);
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt {
  width: 42.3958333333vw;
  height: 45.625vw;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt {
    width: 54.1666666667vw;
    height: 63.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt {
    width: 20.5128205128vw;
    height: 140.2564102564vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl {
  position: absolute;
  left: 6.25vw;
  top: 0;
  transform: translateY(-10%);
  opacity: 0;
  transition: 1.5s ease .3s;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl {
    transform: translateY(-22.0512820513vw);
    right: 5.3846153846vw;
    left: auto;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a {
  display: flex;
  flex-direction: row-reverse;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a {
    flex-direction: column;
    align-items: end;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover {
  color: #B69B36;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy01 span {
  background-image: url(../img/mv-item-ttl01_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy02 span {
  background-image: url(../img/mv-item-ttl02_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy03 span {
  background-image: url(../img/mv-item-ttl03_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy04 span {
  background-image: url(../img/mv-item-ttl04_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy05 span {
  background-image: url(../img/mv-item-ttl05_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy06 span {
  background-image: url(../img/mv-item-ttl06_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy-osechi span {
  background-image: url(../img/mv-item-ttl_osechi_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy-juicy span {
  background-image: url(../img/mv-item-ttl_juicy_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy-geppei span {
  background-image: url(../img/mv-item-ttl_geppei_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy-mangopudding span {
  background-image: url(../img/mv-item-ttl_mangopudding_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy-mday span {
  background-image: url(../img/mv-item-ttl_mday_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy-chimaki span {
  background-image: url(../img/mv-item-ttl_chimaki_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy-uninkyoushin span {
  background-image: url(../img/mv-item-ttl_uninkyoushin_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy-shumaicp span {
  background-image: url(../img/shumai/slider/mv-item-ttl_shumaicp_on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl a:hover h2#ttl-copy-66th span {
  background-image: url(../img/mv-item-ttl66on.svg);
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: max(1.563vw, 16px);
  font-weight: 700;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 1921px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl p {
    padding: 0 1.0256410256vw 0 0;
    font-size: 3.0769230769vw;
    letter-spacing: .1em;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl p .pc {
    display: none;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2 {
  margin: 0.5em 0.8333333333vw 0 0;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2 {
    margin: 2.5641025641vw 0 0;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2 span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /*-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;*/
  transition: 0.6s ease;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy01 span {
  background-image: url(../img/mv-item-ttl01.svg);
  width: 3.9583333333vw;
  height: 7.0833333333vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy01 span {
    width: 8.9743589744vw;
    height: 15.8974358974vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy02 {
  margin: 0 1.6666666667vw 0 0;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy02 {
    margin: 3.5897435897vw 1.5384615385vw 0 0;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy02 span {
  background-image: url(../img/mv-item-ttl02.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl02.png);
  mask-image: url(../img/mv-item-ttl02.png);*/
  width: 2.8645833333vw;
  height: 30.625vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy02 span {
    width: 6.4102564103vw;
    height: 67.5641025641vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy03 {
  margin: 0 0.8333333333vw 0 0;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy03 {
    margin: 5.1282051282vw 0 0;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy03 span {
  background-image: url(../img/mv-item-ttl03.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl03.png);
  mask-image: url(../img/mv-item-ttl03.png);*/
  width: 3.90625vw;
  height: 11.0416666667vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy03 span {
    width: 8.7179487179vw;
    height: 24.358974359vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy04 {
  margin: 0 1.6666666667vw 0 0;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy04 {
    margin: 5.1282051282vw 1.5384615385vw 0 0;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy04 span {
  background-image: url(../img/mv-item-ttl04.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl04.png);
  mask-image: url(../img/mv-item-ttl04.png);*/
  width: 3.1770833333vw;
  height: 18.9583333333vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy04 span {
    width: 7.0512820513vw;
    height: 41.7948717949vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy05 {
  margin: 0 1.6666666667vw 0 0;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy05 {
    margin: 5.1282051282vw 1.5384615385vw 0 0;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy05 span {
  background-image: url(../img/mv-item-ttl05.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl05.png);
  mask-image: url(../img/mv-item-ttl05.png);*/
  width: 3.1770833333vw;
  height: 22.4479166667vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy05 span {
    width: 7.0512820513vw;
    height: 49.4871794872vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy06 {
  margin: 0 1.6666666667vw 0 0;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy06 {
    margin: 5.1282051282vw 1.5384615385vw 0 0;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy06 span {
  background-image: url(../img/mv-item-ttl06.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl06.png);
  mask-image: url(../img/mv-item-ttl06.png);*/
  width: 3.2291666667vw;
  height: 15vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy06 span {
    width: 7.1794871795vw;
    height: 33.0769230769vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-osechi {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-osechi span {
  background-image: url(../img/mv-item-ttl_osechi.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl06.png);
  mask-image: url(../img/mv-item-ttl06.png);*/
  width: 3.125vw;
  height: 31.25vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-osechi span {
    width: 7.6923076923vw;
    height: 82.0512820513vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-juicy {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-juicy span {
  background-image: url(../img/mv-item-ttl_juicy.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl06.png);
  mask-image: url(../img/mv-item-ttl06.png);*/
  width: 3.046875vw;
  height: 30.9375vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-juicy span {
    margin: 2.0833333333vw 0 0 0 !important;
    width: 7.5vw;
    height: 76.1538461538vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-originalgoods {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-originalgoods span {
  background-image: url(../img/mv-item-ttl_originalgoods.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl06.png);
  mask-image: url(../img/mv-item-ttl06.png);*/
  width: 3.046875vw;
  height: 24vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-originalgoods span {
    margin: 2.0833333333vw 0 0 0 !important;
    width: 7.5vw;
    height: 64.8717948718vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-geppei {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-geppei span {
  background-image: url(../img/mv-item-ttl_geppei.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl06.png);
  mask-image: url(../img/mv-item-ttl06.png);*/
  width: 3.046875vw;
  height: 24vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-geppei span {
    width: 7.5vw;
    height: 64.8717948718vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-siroan {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-siroan span {
  background-image: url(../img/mv-item-ttl_siroan.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl06.png);
  mask-image: url(../img/mv-item-ttl06.png);*/
  width: 4vw;
  height: 20vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-siroan span {
    width: 8vw;
    height: 65vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-mday {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-mday span {
  background-image: url(../img/mv-item-ttl_mday.svg);
  /*-webkit-mask-image: url(../img/mv-item-ttl06.png);
  mask-image: url(../img/mv-item-ttl06.png);*/
  width: 7vw;
  height: 28vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-mday span {
    width: 11vw;
    height: 68vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-mangopudding {
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-mangopudding {
    margin: 0.8em 0 0 0;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-mangopudding span {
  background-image: url(../img/mv-item-ttl_mangopudding.svg);
  width: 5vw;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-mangopudding span {
    width: 9vw;
    height: 60vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-chimaki {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-chimaki span {
  background-image: url(../img/mv-item-ttl_chimaki.svg);
  width: 3.2vw;
  height: 19vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-chimaki span {
    width: 7.5vw;
    height: 57vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-uninkyoushin {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-uninkyoushin span {
  background-image: url(../img/mv-item-ttl_uninkyoushin.svg);
  width: 3.9vw;
  height: 15vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-uninkyoushin span {
    width: 8vw;
    height: 47vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-shumaicp {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-shumaicp span {
  background-image: url(../img/shumai/slider/mv-item-ttl_shumaicp.svg);
  width: 6vw;
  height: 29.5vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-shumaicp span {
    margin: 3vw 0.8333333333vw 0 0 !important;
    width: 8vw;
    height: 57vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-66th {
  margin: 0 0.8333333333vw 0 0;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-66th span {
  background-image: url(../img/mv-item-ttl66.svg);
  width: 6vw;
  height: 29.5vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl h2#ttl-copy-66th span {
    margin: 3vw 0 0 0 !important;
    width: 13vw;
    height: 72vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc {
  position: absolute;
  bottom: 0;
  left: 6.25vw;
  transform: translateX(15%);
  opacity: 0;
  transition: 1.5s ease;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc {
    left: -78.9743589744vw;
    width: 100vw;
    padding: 4.1025641026vw;
    transform: translateX(-15%);
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc p {
  font-size: max(1.042vw, 14px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  margin: 0 0 2.1875vw;
}
@media screen and (min-width: 1921px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc p {
    display: none;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item {
  display: flex;
  gap: 2.8125vw;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item {
    gap: 4.1025641026vw;
    align-items: center;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item figure {
  width: 7.2916666667vw;
  height: 7.2916666667vw;
}
@media screen and (max-width: 1400px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item figure {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item figure {
    width: 26.1538461538vw;
    height: 26.1538461538vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info {
  width: 18.8541666667vw;
}
@media screen and (max-width: 1400px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info {
    width: 45.8333333333vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info h3 {
  font-size: max(0.938vw, 14px);
  margin: 0 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
@media screen and (min-width: 1921px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info h3 {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1400px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info h3 {
    margin: 0 0 .3em;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info h3 {
    font-size: 3.0769230769vw;
    width: 20em;
    margin: 0 0 1em;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info h3 a {
  font-weight: 600;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info h3 a:hover {
  color: #B69B36;
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info p {
  font-size: max(0.833vw, 14px);
  margin: 0 0 1.25vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1921px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info p {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info p {
    display: block;
    font-size: 3.0769230769vw;
    margin: 0 0 2.5641025641vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info .btn-cart a {
  text-align: center;
  line-height: 1;
  display: inline-block;
  min-width: 11.4583333333vw;
  font-size: max(0.833vw, 14px);
  padding: .8em 2.5em;
  border: solid #0f1111 1px;
  border-radius: 2.3958333333vw;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.6s ease;
}
@media screen and (min-width: 1921px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info .btn-cart a {
    font-size: 0.8333333333vw;
    min-width: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info .btn-cart a {
    font-size: 2.5641025641vw;
    width: 45.1282051282vw;
    border-radius: 8.7179487179vw;
  }
}
#main-visual .main-visual-slide .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc .main-visual-item__txt-item .info .btn-cart a:hover {
  border-color: #B69B36;
  color: #fff;
  background-color: #B69B36;
}
#main-visual .main-visual-slide .anm-started .main-visual-item .main-visual-item__image,
#main-visual .main-visual-slide .anm-init .main-visual-item .main-visual-item__image {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .anm-started .main-visual-item .main-visual-item__image figure img,
  #main-visual .main-visual-slide .anm-init .main-visual-item .main-visual-item__image figure img {
    transform: scale(1.2);
  }
}
#main-visual .main-visual-slide .anm-started .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl,
#main-visual .main-visual-slide .anm-init .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl {
  transform: translateY(0);
  opacity: 1;
  transition: 2s ease .4s;
}
#main-visual .main-visual-slide .anm-started .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc,
#main-visual .main-visual-slide .anm-init .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc {
  transform: translateX(0);
  opacity: 1;
}
#main-visual .main-visual-slide .anm-finished .main-visual-item .main-visual-item__image {
  transform: translateX(-15%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .anm-finished .main-visual-item .main-visual-item__image figure img {
    transform: scale(1);
  }
}
#main-visual .main-visual-slide .anm-finished .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl {
  transform: translateY(-10%);
  opacity: 0;
  transition: 2s ease;
}
@media screen and (max-width: 768px) {
  #main-visual .main-visual-slide .anm-finished .main-visual-item .main-visual-item__txt .main-visual-item__txt-ttl {
    transform: translateY(-22.0512820513vw);
  }
}
#main-visual .main-visual-slide .anm-finished .main-visual-item .main-visual-item__txt .main-visual-item__txt-desc {
  transform: translateX(15%);
  opacity: 0;
}

.btn-cart form {
  margin: 0;
  line-height: 1;
}
.btn-cart .btn-cart-input {
  line-height: 1;
  display: inline-block;
  min-width: 11.4583333333vw;
  font-size: max(0.833vw, 14px);
  padding: .8em 2.5em;
  border: solid #0f1111 1px;
  border-radius: 2.3958333333vw;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.6s ease;
}
@media screen and (min-width: 1921px) {
  .btn-cart .btn-cart-input {
    font-size: 0.8333333333vw;
    min-width: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .btn-cart .btn-cart-input {
    font-size: 2.5641025641vw;
    width: 45.1282051282vw;
    height: 8.7179487179vw;
    border-radius: 8.7179487179vw;
  }
}
.btn-cart .btn-cart-input:after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/btn-cart.png) no-repeat center/contain;
  left: 2.2em;
  width: max(1.875vw, 17px);
  height: max(0.833vw, 13px);
  transform: translateY(-46%);
  transition: 0.6s ease;
}
@media screen and (min-width: 1921px) {
  .btn-cart .btn-cart-input:after {
    width: 1.0416666667vw;
    height: 0.78125vw;
    left: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .btn-cart .btn-cart-input:after {
    left: 10.7692307692vw;
    width: 3.8461538462vw;
    height: 2.8205128205vw;
  }
}
.btn-cart .btn-cart-input input {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 0 0 0 1.7em;
  cursor: pointer;
  line-height: 1;
}
.btn-cart .btn-cart-input:hover {
  border-color: #B69B36;
  color: #fff;
  background-color: #B69B36;
}
.btn-cart .btn-cart-input:hover:after {
  background-image: url(../img/btn-cart_wh.png);
}

.top-content-section {
  position: relative;
}
.top-content-section.page-content-section {
  padding: 242px 0 10.9375vw;
}
@media screen and (min-width: 1921px) {
  .top-content-section.page-content-section {
    padding: 242px 0 10.9375vw;
  }
}
@media screen and (max-width: 1201px) {
  .top-content-section.page-content-section {
    padding: 20.1666666667vw 0 17.5vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .top-content-section.page-content-section {
    padding-top: 142px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-section.page-content-section {
    padding: 30.7692307692vw 0 30.7692307692vw;
  }
}
@media screen and (max-width: 768px) {
  .top-content-section.page-content-section .top-content-section__ttl {
    justify-content: start;
    width: auto;
    position: static;
    padding: 0 0 0 8.2051282051vw;
  }
}
@media screen and (max-width: 768px) {
  .top-content-section.page-content-section .top-content-section__cnt {
    min-height: auto;
    padding: 0 8.2051282051vw;
  }
}
.top-content-section .top-content-section__ttl {
  position: absolute;
  width: 25.4166666667vw;
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: 32.1875vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__ttl {
    width: 28.7179487179vw;
    min-height: 104.6153846154vw;
  }
}
.top-content-section .top-content-section__ttl .ttl-wrap {
  position: relative;
  padding: 2.0833333333vw 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1921px) {
  .top-content-section .top-content-section__ttl .ttl-wrap {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__ttl .ttl-wrap {
    padding: 7.6923076923vw 0 0;
    animation: none;
  }
}
.top-content-section .top-content-section__ttl .ttl-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: url(../img/icon-logo.svg) no-repeat center/contain;
}
@media screen and (min-width: 1921px) {
  .top-content-section .top-content-section__ttl .ttl-wrap:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__ttl .ttl-wrap:before {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
  }
}
.top-content-section .top-content-section__ttl .ttl-wrap small {
  display: inline-block;
  font-size: max(0.833vw, 14px);
  font-weight: 600;
  font-family: copperplate, serif;
  margin: 0 0 1.7708333333vw;
  color: #B69B36;
}
@media screen and (min-width: 1921px) {
  .top-content-section .top-content-section__ttl .ttl-wrap small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__ttl .ttl-wrap small {
    font-size: 2.3076923077vw;
    margin: 0 0 6.1538461538vw;
    line-height: 1.7;
  }
}
.top-content-section .top-content-section__ttl .ttl-wrap h2 {
  font-size: max(1.667vw, 20px);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #B69B36;
}
@media screen and (min-width: 1921px) {
  .top-content-section .top-content-section__ttl .ttl-wrap h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__ttl .ttl-wrap h2 {
    font-size: 4.6153846154vw;
  }
}
.top-content-section .top-content-section__ttl .ttl-wrap h2.t {
  text-align: left;
}
.top-content-section .top-content-section__ttl .ttl-wrap h2.t span {
  display: block;
}
.top-content-section .top-content-section__ttl .ttl-wrap h2.t span:nth-child(2) {
  padding: 7em 0 0;
}
.top-content-section .cnt-slide-scroll {
  position: absolute;
  bottom: 0;
  left: 11.6666666667vw;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .top-content-section .cnt-slide-scroll {
    left: 4.1025641026vw;
  }
}
.top-content-section .cnt-slide-scroll a {
  display: block;
  width: 6.3541666667vw;
  height: 1.0416666667vw;
  position: relative;
  animation: return 2s infinite;
}
@media screen and (max-width: 768px) {
  .top-content-section .cnt-slide-scroll a {
    width: 34.8717948718vw;
    height: 4.7435897436vw;
    animation: none;
  }
}
.top-content-section .cnt-slide-scroll a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/scroll-arrow.svg) no-repeat center/100% 100%;
  width: max(4.74vw, 91px);
  height: max(0.729vw, 14px);
  transition: 0.6s ease;
  transform-origin: left;
}
@media screen and (min-width: 1921px) {
  .top-content-section .cnt-slide-scroll a:before {
    width: 91px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-section .cnt-slide-scroll a:before {
    width: 17.9487179487vw;
    height: 2.3846153846vw;
  }
}
.top-content-section .cnt-slide-scroll a span {
  font-family: copperplate, serif;
  color: #B69B36;
  font-size: 0.8333333333vw;
  font-weight: 700;
  position: absolute;
  top: -0.78125vw;
  left: 0vw;
}
@media screen and (max-width: 768px) {
  .top-content-section .cnt-slide-scroll a span {
    font-size: 3.0769230769vw;
    top: -2.5641025641vw;
  }
}
.top-content-section .cnt-slide-scroll a:hover {
  animation-play-state: paused;
}
.top-content-section .cnt-slide-scroll a:hover:before {
  scale: 1.2 1;
}
.top-content-section .top-content-section__cnt {
  padding: 0 0 0 25.4166666667vw;
  min-height: 32.1875vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__cnt {
    padding: 0 0 0 28.7179487179vw;
    min-height: 71.7948717949vw;
  }
}
.top-content-section .top-content-section__cnt .cnt-slide-nav {
  position: absolute;
  top: 50%;
  left: 62.2916666667vw;
  transform: translateY(-50%);
  display: flex;
  gap: 1.875vw;
  align-items: center;
  z-index: 10;
  opacity: 0;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__cnt .cnt-slide-nav {
    display: none;
  }
}
.top-content-section .top-content-section__cnt .cnt-slide-nav a {
  display: block;
  width: 2.8125vw;
  height: 2.8125vw;
  background-size: 2.8125vw 2.8125vw;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: background-image;
}
.top-content-section .top-content-section__cnt .cnt-slide-nav a.scroll-prev {
  background-image: url(../img/slide-allow-prev.png);
}
.top-content-section .top-content-section__cnt .cnt-slide-nav a.scroll-next {
  background-image: url(../img/slide-allow-next.png);
}
.top-content-section .top-content-section__cnt .cnt-slide-nav a:hover.scroll-prev {
  background-image: url(../img/slide-allow-prev_on.png);
}
.top-content-section .top-content-section__cnt .cnt-slide-nav a:hover.scroll-next {
  background-image: url(../img/slide-allow-next_on.png);
}
.top-content-section .top-content-section__cnt .cnt-slide-nav.is-show {
  opacity: 1;
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .swiper {
  padding: 0 18.125vw 0 0;
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__cnt .cnt-slide-wrap .swiper {
    padding: 0;
  }
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item {
  width: 56.4583333333vw;
  height: 32.1875vw;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item {
    width: 71.7948717949vw;
    height: 103.8461538462vw;
    display: block;
  }
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__image {
  width: 32.1875vw;
  height: 100%;
  border: solid #B69B36 1px;
  position: relative;
  transition: 1s ease;
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__image {
    width: 71.7948717949vw;
    height: 71.7948717949vw;
    border: none;
  }
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__image figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__image a:hover figure img {
  opacity: 1;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__image a:active figure img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__txt {
  width: 24.2708333333vw;
  padding: 0 4.7916666667vw 0 2.9166666667vw;
  transition: 1s ease .3s;
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__txt {
    width: auto;
    padding: 4.1025641026vw;
    transition: 1s ease .2s;
  }
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__txt p {
  font-size: max(1.042vw, 14px);
  line-height: 1.9;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 1921px) {
  .top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__txt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__txt p {
    font-size: 4.1025641026vw;
  }
}
.top-content-section .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__txt p a:hover {
  color: #B69B36;
}
.top-content-section.is-eff .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__image,
.top-content-section.is-eff .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__txt {
  opacity: 0;
  transform: translateX(5%);
}
.top-content-section.is-eff.is-eff-active .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__image,
.top-content-section.is-eff.is-eff-active .top-content-section__cnt .cnt-slide-wrap .cnt-slide-item .cnt-slide-item__txt {
  opacity: 1;
  transform: translateX(0);
}

.top-content-center {
  position: relative;
}
.top-content-center .top-content-center__ttl {
  display: flex;
  justify-content: center;
  align-items: start;
}
.top-content-center .top-content-center__ttl .ttl-wrap {
  position: relative;
  padding: 2.1875vw 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-content-center .top-content-center__ttl .ttl-wrap {
    padding: 5.1282051282vw 0 0;
    animation: none;
  }
}
.top-content-center .top-content-center__ttl .ttl-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: url(../img/icon-logo.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .top-content-center .top-content-center__ttl .ttl-wrap:before {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.top-content-center .top-content-center__ttl .ttl-wrap small {
  display: inline-block;
  font-size: max(0.833vw, 12px);
  font-weight: 500;
  font-family: copperplate, serif;
  margin: 0 0 1.5625vw;
}
@media screen and (min-width: 1921px) {
  .top-content-center .top-content-center__ttl .ttl-wrap small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-center .top-content-center__ttl .ttl-wrap small {
    font-size: 2.3076923077vw;
    margin: 0 0 3.0769230769vw;
  }
}
.top-content-center .top-content-center__ttl .ttl-wrap h2 {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
  font-size: max(1.667vw, 18px);
}
@media screen and (min-width: 1921px) {
  .top-content-center .top-content-center__ttl .ttl-wrap h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-center .top-content-center__ttl .ttl-wrap h2 {
    font-size: 4.6153846154vw;
  }
}

.top-content-screen {
  position: relative;
}
.top-content-screen .top-content-screen__wrap {
  display: flex;
  flex-direction: row-reverse;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap {
    flex-direction: column;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt {
  width: 75vw;
  padding: 0 0 0 25.4166666667vw;
}
@media screen and (max-width: 1201px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt {
    width: 70vw;
    padding: 0 0 0 15vw;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt {
    width: 100vw;
    padding: 0 8.7179487179vw;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl {
  color: #B69B36;
  margin: 0 0 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl {
    margin: 0 0 10.2564102564vw;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl h2 {
  font-size: 2.5vw;
  letter-spacing: .2em;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl h2 {
    font-size: 8.7179487179vw;
    letter-spacing: .1em;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl small {
  display: block;
  font-size: max(0.833vw, 14px);
  font-weight: 500;
  font-family: copperplate, serif;
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl small {
    font-size: 3.0769230769vw;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-desc {
  margin: 0 0 4.5833333333vw;
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-desc {
    margin: 0 0 88px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-desc {
    margin: 0 0 12.8205128205vw;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-desc p {
  font-size: max(1.042vw, 14px);
  font-weight: 400;
  line-height: 2.65;
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-desc p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-desc p {
    font-size: 4.1025641026vw;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link {
    margin: 0 0 23.5897435897vw;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.7708333333vw;
  line-height: 1;
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a {
    padding: 0 0 0 34px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a {
    padding: 0 0 0 6.4102564103vw;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.3645833333vw 0 0;
  width: 0.9375vw;
  height: 0.9375vw;
  background: url(../img/icon-logo.svg) no-repeat center/contain;
  transition: 0.6s ease;
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a:before {
    margin: -7px 0 0;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a:before {
    margin: -1.2820512821vw 0 0;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a span {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: max(1.042vw, 14px);
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a span {
    font-size: 4.1025641026vw;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a:hover {
  color: #B69B36;
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li a:hover:before {
  transform: scale(1.2);
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li:nth-child(2) {
  margin: 2.5vw 0 0;
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li:nth-child(2) {
    margin: 48px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li:nth-child(2) {
    margin: 8.9743589744vw 0 0;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li:last-child {
  margin: 2.5vw 0 0;
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li:last-child {
    margin: 48px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li:last-child {
    margin: 8.9743589744vw 0 0;
  }
}
.top-content-screen .top-content-screen__wrap .top-content-screen__image {
  width: 25vw;
}
@media screen and (min-width: 1921px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__image {
    width: 25vw;
  }
}
@media screen and (max-width: 1201px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__image {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .top-content-screen .top-content-screen__wrap .top-content-screen__image {
    width: 82.0512820513vw;
  }
}
.top-content-screen.is-eff .top-content-screen__wrap .top-content-screen__cnt {
  opacity: 0;
  transform: translateX(5%);
  transition: 1.5s ease;
}
.top-content-screen.is-eff .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl {
  opacity: 0;
  transform: scale(0.9) translateY(15%);
  transition: 1s ease .5s;
}
.top-content-screen.is-eff .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li {
  opacity: 0;
  transform: scale(0.9) translateY(15%);
  transition: 1s ease .8s;
}
.top-content-screen.is-eff .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li:nth-child(2) {
  transition-delay: 1s;
}
.top-content-screen.is-eff .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li:nth-child(3) {
  transition-delay: 1.2s;
}
.top-content-screen.is-eff .top-content-screen__wrap .top-content-screen__image {
  opacity: 0;
  transform: translateX(-10%);
  transition: 1.5s ease;
}
.top-content-screen.is-eff.is-eff-active .top-content-screen__wrap .top-content-screen__cnt {
  opacity: 1;
  transform: translateX(0);
}
.top-content-screen.is-eff.is-eff-active .top-content-screen__wrap .top-content-screen__cnt .cnt-ttl {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.top-content-screen.is-eff.is-eff-active .top-content-screen__wrap .top-content-screen__cnt .cnt-link ul li {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.top-content-screen.is-eff.is-eff-active .top-content-screen__wrap .top-content-screen__image {
  opacity: 1;
  transform: translateX(0);
}

#top-special {
  padding: 10.9375vw 0 0;
}
@media screen and (max-width: 768px) {
  #top-special {
    padding: 25.1282051282vw 0 0;
  }
}
#top-special:before {
  content: "";
  position: absolute;
  background: url(../img/kumo.png.webp) no-repeat center/contain;
  width: 35.5208333333vw;
  height: 15.625vw;
  top: 3.8541666667vw;
  left: -8.1770833333vw;
  z-index: -1;
  animation: fuwa 4s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  #top-special:before {
    width: 36.1538461538vw;
    height: 15.8974358974vw;
    top: 57.9487179487vw;
    left: -10.5128205128vw;
  }
}

#top-recommend {
  padding: 7.2916666667vw 0 0;
}
@media screen and (max-width: 768px) {
  #top-recommend {
    padding: 18.9743589744vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-recommend:before {
    content: "";
    position: absolute;
    background: url(../img/kumo.png.webp) no-repeat center/contain;
    width: 36.1538461538vw;
    height: 15.8974358974vw;
    top: 89.23076923080001vw;
    left: -10.5128205128vw;
    z-index: -1;
    animation: fuwa 4s ease-in-out infinite alternate;
  }
}

#top-news {
  padding: 9.7916666667vw 0 6.9791666667vw;
}
@media screen and (max-width: 768px) {
  #top-news {
    padding: 25.641025641vw 0 14.8717948718vw;
  }
}
@media screen and (max-width: 768px) {
  #top-news:before {
    content: "";
    position: absolute;
    background: url(../img/kumo.png.webp) no-repeat center/contain;
    width: 49.2307692308vw;
    height: 21.5384615385vw;
    top: 43.3333333333vw;
    left: 25.1282051282vw;
    z-index: -1;
    animation: fuwa 4s ease-in-out infinite alternate;
  }
}
#top-news.page-news {
  padding: 242px 0 0;
}
@media screen and (min-width: 1921px) {
  #top-news.page-news {
    padding: 242px 0 0;
  }
}
@media screen and (max-width: 1201px) {
  #top-news.page-news {
    padding: 20.1666666667vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-news.page-news {
    padding: 30.7692307692vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-news.page-news:before {
    left: 45.641025641vw;
  }
}
#top-news .top-content-section__ttl {
  width: 21.3541666667vw;
  min-height: auto;
  justify-content: end;
  padding: 0 6.7708333333vw 0 0;
}
@media screen and (max-width: 768px) {
  #top-news .top-content-section__ttl {
    position: relative;
    width: 100vw;
    padding: 0 0 6.6666666667vw 11.2820512821vw;
    justify-content: start;
    min-height: auto;
  }
}
#top-news .top-content-section__cnt {
  padding: 0 5.7291666667vw 0 21.3541666667vw;
  min-height: auto;
}
@media screen and (max-width: 768px) {
  #top-news .top-content-section__cnt {
    padding: 0 5.1282051282vw;
  }
}
#top-news .news-list-wrap .news-list a {
  display: block;
  padding: 0 3.5416666667vw;
  border-bottom: solid #707070 1px;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list a {
    padding: 0 2.0512820513vw;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list a:last-child {
    border-bottom: none;
  }
}
#top-news .news-list-wrap .news-list a dl {
  padding: 1.5625vw 0;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list a dl {
    padding: 4.6153846154vw 0 10.2564102564vw;
  }
}
#top-news .news-list-wrap .news-list a dl dt {
  font-size: max(0.833vw, 14px);
  font-weight: 400;
  margin: 0 0 1.1458333333vw;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-list a dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list a dl dt {
    font-size: 3.5897435897vw;
    margin: 0 0 2.0512820513vw;
  }
}
#top-news .news-list-wrap .news-list a dl dt:before {
  content: "・";
}
#top-news .news-list-wrap .news-list a dl dd {
  font-size: max(1.042vw, 14px);
  font-weight: 600;
  padding: 0 0 0 0.5208333333vw;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-list a dl dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list a dl dd {
    font-size: 4.1025641026vw;
    padding: 0 0 0 2.0512820513vw;
  }
}
#top-news .news-list-wrap .news-list a:hover {
  color: #B69B36;
}
#top-news .news-list-wrap .news-post .news-post-ttl {
  display: block;
  padding: 0 3.5416666667vw;
  border-bottom: solid #707070 1px;
  margin: 0 0 3.125vw;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post .news-post-ttl {
    padding: 0 2.0512820513vw;
    margin: 0 0 15.3846153846vw;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post .news-post-ttl:last-child {
    border-bottom: none;
  }
}
#top-news .news-list-wrap .news-post .news-post-ttl dl {
  padding: 1.5625vw 0;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post .news-post-ttl dl {
    padding: 4.6153846154vw 0 10.2564102564vw;
  }
}
#top-news .news-list-wrap .news-post .news-post-ttl dl dt {
  font-size: max(0.833vw, 14px);
  font-weight: 400;
  margin: 0 0 1.1458333333vw;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-post .news-post-ttl dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post .news-post-ttl dl dt {
    font-size: 3.5897435897vw;
    margin: 0 0 2.0512820513vw;
  }
}
#top-news .news-list-wrap .news-post .news-post-ttl dl dt:before {
  content: "・";
}
#top-news .news-list-wrap .news-post .news-post-ttl dl dd {
  font-size: max(1.042vw, 14px);
  font-weight: 600;
  padding: 0 0 0 0.5208333333vw;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-post .news-post-ttl dl dd {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post .news-post-ttl dl dd {
    font-size: 4.1025641026vw;
    padding: 0 0 0 2.0512820513vw;
  }
}
#top-news .news-list-wrap .news-post .news-post-cnt {
  padding: 0 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post .news-post-cnt {
    padding: 0 3.0769230769vw;
  }
}
#top-news .news-list-wrap .news-post .news-post-cnt p {
  font-size: max(0.938vw, 14px);
  line-height: 2.4;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-post .news-post-cnt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post .news-post-cnt p {
    font-size: 4.1025641026vw;
  }
}
#top-news .news-list-wrap .news-post .news-post-cnt a {
  color: #B69B36;
  text-decoration: underline;
}
#top-news .news-list-wrap .news-post .news-post-cnt a:hover {
  text-decoration: none;
}
#top-news .news-list-wrap .news-post .news-post-cnt strong, #top-news .news-list-wrap .news-post .news-post-cnt b {
  font-family: 700;
}
#top-news .news-list-wrap .news-list-more {
  padding: 0 0 0 4.1666666667vw;
  margin: 4.0625vw 0 0;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list-more {
    padding: 0 0 0 3.0769230769vw;
    margin: 0.5128205128vw 0 0;
  }
}
#top-news .news-list-wrap .news-list-more a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.1875vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list-more a {
    padding: 0 0 0 10.7692307692vw;
  }
}
#top-news .news-list-wrap .news-list-more a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.5729166667vw 0 0;
  width: 1.3541666667vw;
  height: 1.3541666667vw;
  background: url(../img/icon-logo.svg) no-repeat center/contain;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list-more a:before {
    margin: -2.8205128205vw 0 0;
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}
#top-news .news-list-wrap .news-list-more a span {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: max(1.042vw, 14px);
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-list-more a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list-more a span {
    font-size: 4.1025641026vw;
  }
}
#top-news .news-list-wrap .news-list-more a:hover {
  color: #B69B36;
}
#top-news .news-list-wrap .news-list-more a:hover:before {
  transform: scale(1.2);
}
#top-news .news-list-wrap .news-list-navi {
  padding: 0 0 13.0208333333vw 4.1666666667vw;
  margin: 4.0625vw 0 0;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-list-navi {
    padding: 0 0 250px 80px;
    margin: 78px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list-navi {
    padding: 0 0 25.641025641vw 3.0769230769vw;
    margin: 0.5128205128vw 0 0;
  }
}
#top-news .news-list-wrap .news-list-navi ul {
  display: flex;
  gap: 2.0833333333vw;
  align-items: center;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-list-navi ul {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list-navi ul {
    justify-content: center;
    gap: 6.1538461538vw;
  }
}
#top-news .news-list-wrap .news-list-navi ul li {
  font-size: max(0.938vw, 14px);
  font-weight: 600;
  font-family: futura-pt-condensed, sans-serif;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-list-navi ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list-navi ul li {
    font-size: 4.6153846154vw;
  }
}
#top-news .news-list-wrap .news-list-navi ul li a {
  color: #B69B36;
  opacity: .6;
}
#top-news .news-list-wrap .news-list-navi ul li a:hover {
  opacity: 1;
}
#top-news .news-list-wrap .news-list-navi ul li.current span {
  color: #B69B36;
  opacity: 1;
}
#top-news .news-list-wrap .news-list-navi ul li.btn-prev a {
  width: max(2.083vw, 30px);
  height: max(2.083vw, 30px);
  display: inline-block;
  background: url(../img/category-slide-prev.svg) no-repeat center/contain;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-list-navi ul li.btn-prev a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list-navi ul li.btn-prev a {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
#top-news .news-list-wrap .news-list-navi ul li.btn-next a {
  width: max(2.083vw, 30px);
  height: max(2.083vw, 30px);
  display: inline-block;
  background: url(../img/category-slide-next.svg) no-repeat center/contain;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-list-navi ul li.btn-next a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-list-navi ul li.btn-next a {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
#top-news .news-list-wrap .news-post-navi {
  padding: 7.8125vw 4.1666666667vw 13.0208333333vw;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post-navi {
    padding: 15.3846153846vw 3.0769230769vw 25.641025641vw;
  }
}
#top-news .news-list-wrap .news-post-navi ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post-navi ul {
    justify-content: center;
  }
}
#top-news .news-list-wrap .news-post-navi ul li {
  font-size: max(0.938vw, 14px);
  padding: 0 1em;
  line-height: 1;
  border-right: solid #0f1111 0.0520833333vw;
}
@media screen and (min-width: 1921px) {
  #top-news .news-list-wrap .news-post-navi ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post-navi ul li {
    font-size: 4.1025641026vw;
    border-right: solid #0f1111 0.2564102564vw;
  }
}
#top-news .news-list-wrap .news-post-navi ul li:first-child {
  border-left: solid #0f1111 0.0520833333vw;
}
@media screen and (max-width: 768px) {
  #top-news .news-list-wrap .news-post-navi ul li:first-child {
    border-left: solid #0f1111 0.2564102564vw;
  }
}
#top-news .news-list-wrap .news-post-navi ul li a:hover {
  text-decoration: underline;
}

#top-ranking {
  padding: 6.9791666667vw 0 13.3333333333vw;
  background: #f8f8f8;
}
@media screen and (max-width: 768px) {
  #top-ranking {
    padding: 11.5384615385vw 0 11.5384615385vw;
  }
}
#top-ranking .top-content-section__cnt {
  min-height: auto;
}
@media screen and (max-width: 768px) {
  #top-ranking .top-content-section__cnt {
    min-height: 88.9743589744vw;
  }
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap {
  counter-reset: number 0;
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .swiper {
  padding: 0 7.2916666667vw 0 0;
}
@media screen and (max-width: 768px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .swiper {
    padding: 0 6.1538461538vw 0 0;
  }
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking {
  width: 15.7291666667vw;
  padding: 3.125vw 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking {
    width: 30.2564102564vw;
    padding: 7.6923076923vw 0 0;
  }
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__num {
  display: block;
  position: absolute;
  top: 0.8333333333vw;
  left: 0;
  width: 2.2916666667vw;
  height: 2.2916666667vw;
  line-height: 2.1875vw;
  font-size: 1.5625vw;
  font-weight: bold;
  color: #fff;
  background-color: #A08B54;
  border-radius: 50%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__num {
    top: 1.2820512821vw;
    width: 6.4102564103vw;
    height: 6.4102564103vw;
    line-height: 5.8974358974vw;
    font-size: 5.8974358974vw;
  }
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__num.first {
  top: 0;
  width: 3.125vw;
  height: 3.125vw;
  line-height: 3.0208333333vw;
  font-size: 2.5vw;
}
@media screen and (max-width: 768px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__num.first {
    top: 0;
    width: 7.9487179487vw;
    height: 7.9487179487vw;
    line-height: 7.4358974359vw;
    font-size: 8.2051282051vw;
  }
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__image {
  width: 15.7291666667vw;
  height: 15.7291666667vw;
  border: solid #707070 0.0104166667vw;
  position: relative;
  transition: 1s ease;
}
@media screen and (max-width: 768px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__image {
    width: 30.2564102564vw;
    height: 30.2564102564vw;
    border: solid #707070 0.0512820513vw;
  }
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__image figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-ranking__image a:hover figure img {
  opacity: 1;
  transform: scale(1.1);
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-item__txt {
  padding: 4.0625vw 0 0;
}
@media screen and (max-width: 768px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-item__txt {
    padding: 2.5641025641vw 0 0;
  }
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-item__txt h3 {
  font-size: max(0.729vw, 14px);
  height: 3em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 2.0833333333vw;
}
@media screen and (min-width: 1921px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-item__txt h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-item__txt h3 {
    font-size: 3.5897435897vw;
    margin: 0 0 7.6923076923vw;
    -webkit-line-clamp: 3;
    height: 4.5em;
  }
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-item__txt p {
  font-size: max(0.729vw, 14px);
}
@media screen and (min-width: 1921px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-item__txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-item__txt p {
    font-size: 3.5897435897vw;
  }
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .cnt-slide-ranking .cnt-slide-item__txt a:hover {
  color: #B69B36;
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .is-children-item {
  opacity: 0;
  transform: translateY(5%);
  transition: 0.6s ease;
}
#top-ranking .top-content-section__cnt .cnt-slide-wrap .is-children-item.is-children-item-show {
  opacity: 1;
  transform: translateY(0);
}
#top-ranking .cnt-slide-scroll {
  bottom: 13.6458333333vw;
}
@media screen and (max-width: 768px) {
  #top-ranking .cnt-slide-scroll {
    bottom: 11.5384615385vw;
  }
}

#top-products {
  padding: 10.4166666667vw 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-products {
    padding: 43.5897435897vw 0 0;
  }
}
#top-products:before {
  content: "";
  position: absolute;
  background: url(../img/kumo.png.webp) no-repeat center/contain;
  width: 35.5208333333vw;
  height: 15.625vw;
  top: 3.3333333333vw;
  left: 2.8125vw;
  z-index: -1;
  animation: fuwa 4s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  #top-products:before {
    width: 60.7692307692vw;
    height: 26.6666666667vw;
    top: 10.2564102564vw;
    left: 11.7948717949vw;
  }
}
#top-products .top-content-center__ttl {
  margin: 0 0 6.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top-products .top-content-center__ttl {
    margin: 0 0 10.2564102564vw;
  }
}
#top-products .top-products-list {
  padding: 0 13.0208333333vw;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #top-products .top-products-list {
    padding: 0 4.1025641026vw;
  }
}
#top-products .top-products-list ul {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 4.8958333333vw;
}
@media screen and (max-width: 768px) {
  #top-products .top-products-list ul {
    gap: 11.7948717949vw 4.1025641026vw;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  #top-products .top-products-list ul li {
    animation: none;
  }
}
@media screen and (max-width: 768px) {
  #top-products .top-products-list ul li:nth-child(even) {
    animation: none;
  }
}
#top-products .top-products-list ul li figure {
  width: 10.8333333333vw;
  height: 10.8333333333vw;
  border: solid #707070 0.0104166667vw;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-products .top-products-list ul li figure {
    width: 27.692307692299998vw;
    height: 27.692307692299998vw;
    border: solid #707070 0.0512820513vw;
  }
}
#top-products .top-products-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
#top-products .top-products-list ul li p {
  font-size: max(1.25vw, 16px);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1921px) {
  #top-products .top-products-list ul li p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #top-products .top-products-list ul li p {
    font-size: 4.6153846154vw;
  }
}
#top-products .top-products-list ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5625vw;
}
@media screen and (max-width: 768px) {
  #top-products .top-products-list ul li a {
    gap: 3.5897435897vw;
  }
}
#top-products .top-products-list ul li a:hover {
  color: #B69B36;
}
#top-products .top-products-list ul li a:hover figure img {
  opacity: 1;
  transform: scale(1.1);
}
#top-products .top-products-list ul li a:active {
  color: #B69B36;
}
@media screen and (max-width: 768px) {
  #top-products .top-products-list ul li a:active figure img {
    opacity: 1;
    transform: scale(1.1);
  }
}
#top-products .top-products-list ul li.is-children-item a {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.6s ease;
}
#top-products .top-products-list ul li.is-children-item.is-children-item-show a {
  opacity: 1;
  transform: translateY(0);
}

#top-purpose {
  padding: 10.4166666667vw 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-purpose {
    padding: 22.0512820513vw 0 0;
  }
}
#top-purpose .top-content-center__ttl {
  margin: 0 0 4.0625vw;
}
@media screen and (max-width: 768px) {
  #top-purpose .top-content-center__ttl {
    margin: 0 0 11.2820512821vw;
  }
}
#top-purpose .top-purpose-list {
  padding: 0 13.5416666667vw;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #top-purpose .top-purpose-list {
    padding: 0 4.1025641026vw;
  }
}
#top-purpose .top-purpose-list ul {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 13.0208333333vw;
}
@media screen and (max-width: 768px) {
  #top-purpose .top-purpose-list ul {
    gap: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) {
  #top-purpose .top-purpose-list ul li {
    animation: none;
  }
}
@media screen and (max-width: 768px) {
  #top-purpose .top-purpose-list ul li:nth-child(even) {
    animation: none;
  }
}
#top-purpose .top-purpose-list ul li figure {
  width: 15.625vw;
  height: 15.625vw;
  border: solid #B79B36 0.0104166667vw;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-purpose .top-purpose-list ul li figure {
    width: 27.692307692299998vw;
    height: 27.692307692299998vw;
    border: solid #B79B36 0.0512820513vw;
  }
}
#top-purpose .top-purpose-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
#top-purpose .top-purpose-list ul li p {
  font-size: max(1.25vw, 16px);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1921px) {
  #top-purpose .top-purpose-list ul li p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #top-purpose .top-purpose-list ul li p {
    font-size: 4.6153846154vw;
  }
}
#top-purpose .top-purpose-list ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.875vw;
}
@media screen and (max-width: 768px) {
  #top-purpose .top-purpose-list ul li a {
    gap: 3.5897435897vw;
  }
}
#top-purpose .top-purpose-list ul li a:hover {
  color: #B69B36;
}
#top-purpose .top-purpose-list ul li a:hover figure img {
  opacity: 1;
  transform: scale(1.1);
}
#top-purpose .top-purpose-list ul li.is-children-item a {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.6s ease;
}
#top-purpose .top-purpose-list ul li.is-children-item.is-children-item-show a {
  opacity: 1;
  transform: translateY(0);
}

#top-gift {
  padding: 7.8125vw 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-gift {
    padding: 17.4358974359vw 0 0;
  }
}
#top-gift .top-content-center__ttl {
  margin: 0 0 4.0625vw;
}
@media screen and (max-width: 768px) {
  #top-gift .top-content-center__ttl {
    margin: 0 0 5.8974358974vw;
  }
}
#top-gift .top-gift-list {
  padding: 0 13.5416666667vw;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #top-gift .top-gift-list {
    padding: 0 5.641025641vw;
  }
}
#top-gift .top-gift-list ul {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 14.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top-gift .top-gift-list ul {
    justify-content: space-between;
    gap: 17.692307692299998vw;
  }
}
@media screen and (max-width: 768px) {
  #top-gift .top-gift-list ul li {
    width: 35.1282051282vw;
    animation: none;
  }
}
@media screen and (max-width: 768px) {
  #top-gift .top-gift-list ul li:nth-child(even) {
    animation: none;
  }
}
#top-gift .top-gift-list ul li figure {
  width: 16.6666666667vw;
  height: 16.6666666667vw;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-gift .top-gift-list ul li figure {
    width: 35.1282051282vw;
    height: 35.1282051282vw;
  }
}
#top-gift .top-gift-list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}
#top-gift .top-gift-list ul li p {
  font-size: max(1.25vw, 16px);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  min-height: 10.6em;
}
@media screen and (min-width: 1921px) {
  #top-gift .top-gift-list ul li p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #top-gift .top-gift-list ul li p {
    padding: 4.6153846154vw 0 0;
    font-size: 4.6153846154vw;
  }
}
#top-gift .top-gift-list ul li p span {
  display: block;
}
#top-gift .top-gift-list ul li p span:nth-child(2) {
  padding: 2em 0 0;
}
@media screen and (max-width: 768px) {
  #top-gift .top-gift-list ul li p span:nth-child(2) {
    padding: .5em 0 0;
  }
}
#top-gift .top-gift-list ul li small {
  padding: 0.46875vw 0 0;
  display: block;
  text-align: center;
  font-size: max(0.833vw, 14px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.9;
}
@media screen and (min-width: 1921px) {
  #top-gift .top-gift-list ul li small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #top-gift .top-gift-list ul li small {
    padding: 8.2051282051vw 0 0;
    font-size: 3.5897435897vw;
    letter-spacing: 0;
    line-height: 2.2;
    margin: 0 -2.5em;
  }
}
#top-gift .top-gift-list ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.875vw;
}
#top-gift .top-gift-list ul li a:hover {
  color: #B69B36;
}
#top-gift .top-gift-list ul li a:hover figure img {
  opacity: 1;
  transform: scale(1.1);
}
#top-gift .top-gift-list ul li.is-children-item a {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.6s ease;
}
#top-gift .top-gift-list ul li.is-children-item small {
  opacity: 0;
  transform: scale(0.9) translateY(5%);
  transition: 0.6s ease;
  transition-delay: .3s;
}
#top-gift .top-gift-list ul li.is-children-item.is-children-item-show a {
  opacity: 1;
  transform: translateY(0);
}
#top-gift .top-gift-list ul li.is-children-item.is-children-item-show small {
  opacity: 1;
  transform: scale(1) translateY(0);
}

#top-quality {
  padding: 17.1875vw 0 0;
}
@media screen and (max-width: 768px) {
  #top-quality {
    padding: 38.9743589744vw 0 0;
  }
}

#top-mind {
  padding: 12.3958333333vw 0 21.1458333333vw;
}
@media screen and (max-width: 768px) {
  #top-mind {
    padding: 32.3076923077vw 0 50.2564102564vw;
  }
}
@media screen and (max-width: 768px) {
  #top-mind .top-content-screen__wrap .top-content-screen__cnt .cnt-desc {
    margin: 0 0 18.4615384615vw;
  }
}
@media screen and (max-width: 768px) {
  #top-mind .top-content-screen__wrap .top-content-screen__cnt .cnt-link {
    margin: 0 0 17.9487179487vw;
  }
}

#top-item {
  padding: 16.6666666667vw 0 13.2291666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-item {
    padding: 45.1282051282vw 0 42.0512820513vw;
  }
}
#top-item:before {
  content: "";
  position: absolute;
  background: url(../img/kumo.png.webp) no-repeat center/contain;
  width: 35.5208333333vw;
  height: 15.625vw;
  top: 0;
  right: 3.0208333333vw;
  z-index: -1;
  animation: fuwa 4s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  #top-item:before {
    width: 80.5128205128vw;
    height: 35.384615384599996vw;
    top: 0;
    right: 9.7435897436vw;
  }
}
#top-item .top-content-center__ttl {
  margin: 0 0 4.6875vw;
}
@media screen and (max-width: 768px) {
  #top-item .top-content-center__ttl {
    margin: 0 0 16.4102564103vw;
  }
}
#top-item .top-content-center__ttl .ttl-wrap h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: max(1.25vw, 16px);
}
@media screen and (min-width: 1921px) {
  #top-item .top-content-center__ttl .ttl-wrap h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #top-item .top-content-center__ttl .ttl-wrap h2 {
    font-size: 4.6153846154vw;
  }
}
#top-item .top-item-list {
  padding: 0 21.3541666667vw;
  width: 100vw;
}
@media screen and (max-width: 980px) {
  #top-item .top-item-list {
    padding: 0 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #top-item .top-item-list {
    display: flex;
    justify-content: center;
    padding: 0 11.7948717949vw;
  }
}
#top-item .top-item-list ul {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 4.7916666667vw;
}
@media screen and (max-width: 768px) {
  #top-item .top-item-list ul {
    justify-content: start;
    flex-wrap: wrap;
    gap: 12.8205128205vw 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #top-item .top-item-list ul li {
    animation: none;
    width: 4.6153846154vw;
  }
}
@media screen and (max-width: 768px) {
  #top-item .top-item-list ul li:nth-child(even) {
    animation: none;
  }
}
#top-item .top-item-list ul li a {
  display: block;
  position: relative;
  padding: 2.5vw 0 0;
  font-size: max(1.042vw, 16px);
  letter-spacing: .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1921px) {
  #top-item .top-item-list ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-item .top-item-list ul li a {
    padding: 12.3076923077vw 0 0;
    font-size: 4.1025641026vw;
    letter-spacing: 1em;
  }
}
#top-item .top-item-list ul li a span {
  font-feature-settings: initial !important;
}
#top-item .top-item-list ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -0.46875vw;
  width: 0.9375vw;
  height: 0.9375vw;
  background: url(../img/icon-logo.svg) no-repeat center/contain;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  #top-item .top-item-list ul li a:before {
    margin: 0 0 0 -1.5384615385vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
#top-item .top-item-list ul li a:hover {
  color: #B69B36;
}
#top-item .top-item-list ul li a:hover:before {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  #top-item .top-item-list ul li a:active {
    color: #B69B36;
  }
}
@media screen and (max-width: 768px) {
  #top-item .top-item-list ul li a:active:before {
    transform: scale(1.2);
  }
}
#top-item .top-item-list ul li.is-children-item a {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.6s ease;
}
#top-item .top-item-list ul li.is-children-item.is-children-item-show a {
  opacity: 1;
  transform: translateY(0);
}

/*---------------------------
MAIN COMMON BOTTOM
---------------------------*/
#main-footer-menu {
  border-top: solid #B69B36 1px;
  padding: 13.5416666667vw 0 6.4583333333vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu {
    border-top: none;
    padding: 0 0 22.0512820513vw;
  }
}
#main-footer-menu .main-footer-menu__wrap {
  padding: 0 13.5416666667vw;
  width: 100vw;
}
@media screen and (min-width: 1921px) {
  #main-footer-menu .main-footer-menu__wrap {
    width: 1400px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  #main-footer-menu .main-footer-menu__wrap {
    width: auto;
    padding: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap {
    padding: 0 4.1025641026vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 0 0.9375vw;
  margin: 0 0 0.9375vw;
  border-bottom: solid #DBDBDB 0.0520833333vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul {
    grid-template-columns: 1fr 1fr;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul {
    grid-template-columns: 1fr 1fr;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
}
#main-footer-menu .main-footer-menu__wrap ul:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#main-footer-menu .main-footer-menu__wrap ul li {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li {
    margin: 0 0 0.4166666667vw;
    border-bottom: solid #DBDBDB 0.0520833333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li {
    margin: 0 0 2.0512820513vw;
    border-bottom: solid #DBDBDB 0.2564102564vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li:after {
  content: "";
  position: absolute;
  width: 0.0520833333vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #DBDBDB;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li:after {
    width: 0.2564102564vw;
    height: calc(100% - 2.051vw);
  }
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li:nth-child(even):after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li:nth-child(even):after {
    content: none;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li:last-child:after {
  content: none;
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon {
  position: absolute;
  top: 2.0833333333vw;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s ease;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon {
    top: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon {
    top: 10.2564102564vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon span {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s ease;
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 {
  width: 1.9270833333vw;
  height: 1.875vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 {
    width: 3.0833333333vw;
    height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 {
    width: 9.4871794872vw;
    height: 9.2307692308vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 span:nth-child(1) {
  background-image: url(../img/footer-link-icon01_c1.svg);
  width: 1.71875vw;
  height: 1.5625vw;
  top: 0.3125vw;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 span:nth-child(1) {
    width: 2.75vw;
    height: 2.5vw;
    top: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 span:nth-child(1) {
    width: 8.4615384615vw;
    height: 7.6923076923vw;
    top: 1.5384615385vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 span:nth-child(2) {
  background-image: url(../img/footer-link-icon01_c2.svg);
  width: 1.875vw;
  height: 1.4583333333vw;
  left: 0.1041666667vw;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 span:nth-child(2) {
    width: 3vw;
    height: 2.3333333333vw;
    left: 0.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 span:nth-child(2) {
    width: 9.2307692308vw;
    height: 7.1794871795vw;
    left: 0.5128205128vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 span:nth-child(3) {
  background-image: url(../img/footer-link-icon01_c3.svg);
  width: 1.875vw;
  height: 1.25vw;
  top: 0.625vw;
  left: 0.15625vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon01 span:nth-child(3) {
    width: 9.2307692308vw;
    height: 6.1538461538vw;
    top: 3.0769230769vw;
    left: 0.7692307692vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon02 {
  width: 2.1354166667vw;
  height: 2.03125vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon02 {
    width: 3.4166666667vw;
    height: 3.25vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon02 {
    width: 10.5128205128vw;
    height: 10vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon02 span {
  background-image: url(../img/footer-link-icon02.svg);
  width: 100%;
  height: 100%;
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon03 {
  width: 2.5520833333vw;
  height: 2.1354166667vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon03 {
    width: 4.0833333333vw;
    height: 3.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon03 {
    width: 12.5641025641vw;
    height: 10.5128205128vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon03 span:nth-child(1) {
  background-image: url(../img/footer-link-icon03_c1.svg);
  width: 1.875vw;
  height: 2.1354166667vw;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon03 span:nth-child(1) {
    width: 3vw;
    height: 3.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon03 span:nth-child(1) {
    width: 9.2307692308vw;
    height: 10.5128205128vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon03 span:nth-child(2) {
  background-image: url(../img/footer-link-icon03_c2.svg);
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  top: 0.3385416667vw;
  left: 1.0677083333vw;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon03 span:nth-child(2) {
    width: 2.3333333333vw;
    height: 2.3333333333vw;
    top: 0.5416666667vw;
    left: 1.7083333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon03 span:nth-child(2) {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    top: 1.6666666667vw;
    left: 5.2564102564vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon04 {
  width: 1.25vw;
  height: 2.1875vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon04 {
    width: 2vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon04 {
    width: 6.1538461538vw;
    height: 10.7692307692vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon04 span {
  background-image: url(../img/footer-link-icon04.svg);
  width: 100%;
  height: 100%;
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon05 {
  width: 2.5vw;
  height: 2.4479166667vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon05 {
    width: 4vw;
    height: 3.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon05 {
    width: 12.3076923077vw;
    height: 12.0512820513vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon05 span {
  background-image: url(../img/footer-link-icon05.svg);
  width: 100%;
  height: 100%;
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon06 {
  width: 2.0833333333vw;
  height: 2.5vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon06 {
    width: 3.3333333333vw;
    height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon06 {
    width: 10.2564102564vw;
    height: 12.3076923077vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon06 span {
  background-image: url(../img/footer-link-icon06.svg);
  width: 100%;
  height: 100%;
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon07 {
  width: 1.6666666667vw;
  height: 2.4479166667vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon07 {
    width: 2.6666666667vw;
    height: 3.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon07 {
    width: 8.2051282051vw;
    height: 12.0512820513vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon07 span {
  background-image: url(../img/footer-link-icon07.svg);
  width: 100%;
  height: 100%;
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 {
  width: 3.125vw;
  height: 2.4479166667vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 {
    width: 5vw;
    height: 3.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 {
    width: 15.3846153846vw;
    height: 12.0512820513vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 span:nth-child(1) {
  background-image: url(../img/footer-link-icon08_c1.svg);
  width: 1.875vw;
  height: 1.6145833333vw;
  left: 0.5729166667vw;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 span:nth-child(1) {
    width: 3vw;
    height: 2.5833333333vw;
    left: 0.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 span:nth-child(1) {
    width: 9.2307692308vw;
    height: 7.9487179487vw;
    left: 2.8205128205vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 span:nth-child(2) {
  background-image: url(../img/footer-link-icon08_c2.svg);
  width: 1.5104166667vw;
  height: 1.6145833333vw;
  top: 0.8333333333vw;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 span:nth-child(2) {
    width: 2.4166666667vw;
    height: 2.5833333333vw;
    top: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 span:nth-child(2) {
    width: 7.4358974359vw;
    height: 7.9487179487vw;
    top: 4.1025641026vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 span:nth-child(3) {
  background-image: url(../img/footer-link-icon08_c3.svg);
  width: 1.5104166667vw;
  height: 1.6145833333vw;
  top: 0.8333333333vw;
  left: 1.5625vw;
  z-index: 3;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 span:nth-child(3) {
    width: 2.4166666667vw;
    height: 2.5833333333vw;
    top: 1.3333333333vw;
    left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li .footer-menu-icon08 span:nth-child(3) {
    width: 7.4358974359vw;
    height: 7.9487179487vw;
    top: 4.1025641026vw;
    left: 7.6923076923vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li > a, #main-footer-menu .main-footer-menu__wrap ul li > .nl {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li > a, #main-footer-menu .main-footer-menu__wrap ul li > .nl {
    padding: 7.6923076923vw 2.5641025641vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover {
  /*h3{
    &:before{
      scale:1.2;
      transform:translateX(-40%);
    }
  }*/
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 {
  width: 1.9270833333vw;
  height: 1.875vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 {
    width: 3.0833333333vw;
    height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 {
    width: 9.4871794872vw;
    height: 9.2307692308vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01 span:nth-child(1), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 span:nth-child(1) {
  scale: 1.2;
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01 span:nth-child(2), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 span:nth-child(2) {
  scale: 1.2;
  rotate: -8deg;
  left: 0.15625vw;
  top: -0.2083333333vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01 span:nth-child(2), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 span:nth-child(2) {
    top: -0.3333333333vw;
    left: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01 span:nth-child(2), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 span:nth-child(2) {
    top: -1.0256410256vw;
    left: 0.7692307692vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01 span:nth-child(3), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 span:nth-child(3) {
  scale: 1.2;
  left: 0.2083333333vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01 span:nth-child(3), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 span:nth-child(3) {
    left: 0.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon01 span:nth-child(3), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon01 span:nth-child(3) {
    left: 1.0256410256vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon02 span, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon02 span {
  scale: 1.2;
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon03 span, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon03 span {
  rotate: 12deg;
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon03 span:nth-child(2), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon03 span:nth-child(2) {
  top: 0.3385416667vw;
  left: 1.2760416667vw;
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon03 span:nth-child(2), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon03 span:nth-child(2) {
    top: 0.5416666667vw;
    left: 2.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon03 span:nth-child(2), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon03 span:nth-child(2) {
    top: 1.6666666667vw;
    left: 6.2820512821vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon04 span, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon04 span {
  rotate: -180deg;
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon05 span, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon05 span {
  transform: translateX(25%);
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon06 span, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon06 span {
  scale: 1.2;
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon07 span, #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon07 span {
  scale: 1.2;
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon08 span:nth-child(2), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon08 span:nth-child(2) {
  rotate: 12deg;
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover .footer-menu-icon08 span:nth-child(3), #main-footer-menu .main-footer-menu__wrap ul li > .nl:hover .footer-menu-icon08 span:nth-child(3) {
  rotate: -12deg;
}
#main-footer-menu .main-footer-menu__wrap ul li > a:hover {
  color: #B69B36;
}
#main-footer-menu .main-footer-menu__wrap ul li h3 {
  padding: 5.9375vw 0 0;
  font-size: max(1.042vw, 14px);
  position: relative;
  display: inline-block;
  font-weight: 600;
  /*&:before{
    content:"";
    position:absolute;
    top:ww(40);
    left:50%;
    transform:translateX(-50%);
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    transition:$ts;
    //animation: poyo2 2s ease-out infinite;
    
    @include tb{
    }
    @include sp{
      top:sw(0);
      //animation:none;
    }
  }*/
}
@media screen and (min-width: 1921px) {
  #main-footer-menu .main-footer-menu__wrap ul li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  #main-footer-menu .main-footer-menu__wrap ul li h3 {
    padding: 9.5vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li h3 {
    padding: 18.4615384615vw 0 0;
    font-size: 4.1025641026vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li h3 i {
  position: absolute;
  bottom: .2em;
  right: -2.65625vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li h3 i {
    right: -5.641025641vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li h3 i img {
  width: 1.25vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li h3 i img {
    width: 4.6153846154vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li p {
  font-size: max(0.833vw, 14px);
  line-height: 2.25;
  padding: 1.71875vw 0 1.25vw;
  font-weight: 400;
}
@media screen and (min-width: 1921px) {
  #main-footer-menu .main-footer-menu__wrap ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li p {
    font-size: 3.5897435897vw;
    padding: 3.5897435897vw 0 0;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li p small {
  font-size: max(0.833vw, 14px);
}
@media screen and (min-width: 1921px) {
  #main-footer-menu .main-footer-menu__wrap ul li p small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul li p small {
    font-size: 3.0769230769vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul li p a {
  color: #B69B36;
  font-weight: bold;
}
#main-footer-menu .main-footer-menu__wrap ul li p a:hover {
  text-decoration: underline;
}
#main-footer-menu .main-footer-menu__wrap ul li p strong {
  color: #B69B36;
  font-weight: bold;
}
#main-footer-menu .main-footer-menu__wrap ul li p strong:hover {
  text-decoration: underline;
}
#main-footer-menu .main-footer-menu__wrap ul:nth-child(1) li:nth-child(1) h3:before {
  background-image: url(../img/footer-link-icon01.svg);
  width: 1.9270833333vw;
  height: 1.875vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(1) li:nth-child(1) h3:before {
    width: 9.4871794872vw;
    height: 9.2307692308vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul:nth-child(1) li:nth-child(2) h3:before {
  background-image: url(../img/footer-link-icon02.svg);
  width: 2.1354166667vw;
  height: 2.03125vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(1) li:nth-child(2) h3:before {
    width: 10.5128205128vw;
    height: 10vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul:nth-child(1) li:nth-child(3) h3:before {
  background-image: url(../img/footer-link-icon03.svg);
  width: 2.5520833333vw;
  height: 2.1354166667vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(1) li:nth-child(3) h3:before {
    width: 12.5641025641vw;
    height: 10.5128205128vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul:nth-child(1) li:nth-child(4) h3:before {
  background-image: url(../img/footer-link-icon04.svg);
  width: 1.25vw;
  height: 2.1875vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(1) li:nth-child(4) h3:before {
    width: 6.1538461538vw;
    height: 10.7692307692vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(1) h3:before {
  background-image: url(../img/footer-link-icon05.svg);
  width: 2.5vw;
  height: 2.4479166667vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(1) h3:before {
    width: 12.3076923077vw;
    height: 12.0512820513vw;
  }
}
#main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(2) h3:before {
  background-image: url(../img/footer-link-icon06.svg);
  width: 2.0833333333vw;
  height: 2.5vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(2) h3:before {
    width: 10.2564102564vw;
    height: 12.3076923077vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(3) {
    border-bottom: none;
  }
}
#main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(3) h3:before {
  background-image: url(../img/footer-link-icon07.svg);
  width: 1.6666666667vw;
  height: 2.4479166667vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(3) h3:before {
    width: 8.2051282051vw;
    height: 12.0512820513vw;
  }
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(4) {
    border-bottom: none;
  }
}
#main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(4) h3:before {
  background-image: url(../img/footer-link-icon08.svg);
  width: 3.125vw;
  height: 2.4479166667vw;
}
@media screen and (max-width: 768px) {
  #main-footer-menu .main-footer-menu__wrap ul:nth-child(2) li:nth-child(4) h3:before {
    width: 15.3846153846vw;
    height: 12.0512820513vw;
  }
}

#pagetop {
  text-align: center;
  height: 6.6666666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pagetop {
    height: 16.4102564103vw;
  }
}
#pagetop a {
  display: inline-block;
  background: url(../img/pagetop.png.webp) no-repeat center/contain;
  width: 8.4895833333vw;
  height: 13.6197916667vw;
  position: absolute;
  bottom: -6.953125vw;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  #pagetop a {
    width: 21.4102564103vw;
    height: 34.615384615400004vw;
    bottom: -17.1794871795vw;
  }
}
#pagetop a:hover {
  bottom: -3.046875vw;
}
@media screen and (max-width: 768px) {
  #pagetop a:hover {
    bottom: -7.4358974359vw;
  }
}

/*---------------------------
FOOTER - SP GROBAL
---------------------------*/
footer {
  background-color: #B69B36;
  color: #fff;
  padding: 3.125vw 0 2.9166666667vw;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 8.2051282051vw 0 24.6153846154vw;
  }
}
footer a {
  color: #fff;
  display: inline-block;
}
footer a:hover {
  transform: scale(1.1);
}
footer a:hover img {
  opacity: 1;
}
footer .footer-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9375vw;
}
@media screen and (max-width: 768px) {
  footer .footer-sns ul {
    gap: 9.2307692308vw;
  }
}
footer .footer-sns ul li img {
  width: auto;
  height: auto;
  max-width: 1.7708333333vw;
  max-height: 1.7708333333vw;
}
@media screen and (max-width: 768px) {
  footer .footer-sns ul li img {
    max-width: 8.7179487179vw;
    max-height: 8.7179487179vw;
  }
}
footer .footer-link {
  padding: 1.7708333333vw 0;
}
@media screen and (max-width: 768px) {
  footer .footer-link {
    padding: 8.7179487179vw 0 21.5384615385vw;
  }
}
footer .footer-link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  footer .footer-link ul {
    flex-direction: column;
    gap: 6.1538461538vw;
  }
}
footer .footer-link ul li {
  font-size: max(0.833vw, 14px);
}
@media screen and (min-width: 1921px) {
  footer .footer-link ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-link ul li {
    font-size: 4.1025641026vw;
  }
}
footer .copyright small {
  font-size: max(0.833vw, 14px);
}
@media screen and (min-width: 1921px) {
  footer .copyright small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright small {
    font-size: 3.0769230769vw;
  }
}

#sp-footer-menu {
  display: none;
  position: fixed;
  z-index: 20001;
  width: 100vw;
  height: 17.9487179487vw;
  background-color: #B69B36;
  color: #fff;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #sp-footer-menu {
    display: block;
  }
}
#sp-footer-menu ul {
  display: flex;
  justify-content: center;
  gap: 7.1794871795vw;
  height: 100%;
}
#sp-footer-menu ul li {
  height: 100%;
}
#sp-footer-menu ul li figure {
  padding: 1.5384615385vw 0 0;
  position: relative;
  min-height: 6.1538461538vw;
}
#sp-footer-menu ul li figure figcaption {
  display: block;
  position: absolute;
  font-weight: 500;
  font-family: futura-pt-condensed, sans-serif;
  line-height: 1;
  text-align: center;
  width: 1em;
  font-size: 3.5897435897vw;
  top: 1.0256410256vw;
  left: 1.5384615385vw;
}
#sp-footer-menu ul li p {
  font-family: copperplate, serif;
  font-size: 2.3076923077vw;
  font-weight: 600;
  padding: 3.0769230769vw 0 0;
}
#sp-footer-menu ul li:nth-child(1) figure img {
  width: 4.8717948718vw;
}
#sp-footer-menu ul li:nth-child(2) figure img {
  width: 5.1282051282vw;
}
#sp-footer-menu ul li:nth-child(3) figure img {
  width: 6.9230769231vw;
  transform: translate(-0.7692307692vw, 0.5128205128vw);
}
#sp-footer-menu ul li:nth-child(4) figure img {
  width: 4.8717948718vw;
}
#sp-footer-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  height: 100%;
}
#sp-footer-menu a.sp-footer-menu-trigger {
  padding: 3.0769230769vw 0 0;
}
#sp-footer-menu a.sp-footer-menu-trigger .trigger {
  position: relative;
  width: 5.1282051282vw;
  height: 3.0769230769vw;
  margin: 0 0 1.5384615385vw;
}
#sp-footer-menu a.sp-footer-menu-trigger .trigger span {
  position: absolute;
  width: 5.1282051282vw;
  height: 0.7692307692vw;
  margin: 0 0 0 -2.5641025641vw;
  background-color: #fff;
  left: 50%;
  transition: 0.6s ease;
}
#sp-footer-menu a.sp-footer-menu-trigger .trigger span:nth-child(1) {
  top: 0;
}
#sp-footer-menu a.sp-footer-menu-trigger .trigger span:nth-child(2) {
  bottom: 0;
}
#sp-footer-menu a.sp-footer-menu-trigger .trigger span.is-active:nth-child(1) {
  transform: translateY(1.1538461538vw) rotate(-30deg);
}
#sp-footer-menu a.sp-footer-menu-trigger .trigger span.is-active:nth-child(2) {
  transform: translateY(-1.1538461538vw) rotate(30deg);
}

#sp-global-category {
  background-color: #fff;
  position: fixed;
  visibility: hidden;
  top: 100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  transition: 0.6s ease;
}
#sp-global-category.is-open {
  visibility: visible;
  top: 0;
}
#sp-global-category.is-open .sp-global-category__wrap .category-list ul li {
  opacity: 1;
  transform: translateX(0);
}
#sp-global-category .sp-global-category__wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 13.3333333333vw 0 25.641025641vw;
  overflow: auto;
}
#sp-global-category .sp-global-category__wrap .category-ttl {
  display: flex;
  justify-content: center;
  align-items: start;
}
#sp-global-category .sp-global-category__wrap .category-ttl .category-ttl-wrap {
  position: relative;
  padding: 8.2051282051vw 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sp-global-category .sp-global-category__wrap .category-ttl .category-ttl-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  background: url(../img/icon-logo.svg) no-repeat center/contain;
}
#sp-global-category .sp-global-category__wrap .category-ttl .category-ttl-wrap small {
  display: inline-block;
  font-size: 2.8205128205vw;
  font-weight: 500;
  font-family: copperplate, serif;
  margin: 0 0 3.5897435897vw;
}
#sp-global-category .sp-global-category__wrap .category-ttl .category-ttl-wrap h2 {
  font-size: 4.6153846154vw;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .1em;
}
#sp-global-category .sp-global-category__wrap .category-list {
  position: relative;
}
#sp-global-category .sp-global-category__wrap .category-list ul {
  padding: 17.9487179487vw 12.8205128205vw 0vw;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 18.4615384615vw 13.3333333333vw;
}
#sp-global-category .sp-global-category__wrap .category-list ul li {
  transition: 1s ease;
  transform: translateX(5%);
  opacity: 0;
  width: 4.1025641026vw;
}
#sp-global-category .sp-global-category__wrap .category-list ul li p {
  font-size: 4.1025641026vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  display: block;
  line-height: 1;
  transition: .3s ease;
  transform-origin: center;
  letter-spacing: .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#sp-global-category .sp-global-category__wrap .category-list ul li a {
  display: block;
  padding: 7.1794871795vw 0 0;
  position: relative;
}
#sp-global-category .sp-global-category__wrap .category-list ul li a:before {
  content: "";
  background: url(../img/icon-logo.svg) no-repeat center/contain;
  width: 2.5641025641vw;
  height: 2.5641025641vw;
  position: absolute;
  top: 0vw;
  left: 50%;
  margin: 0 0 0 -1.2820512821vw;
  transition: .3s ease;
}
#sp-global-category .sp-global-category__wrap .category-list ul li a:active {
  color: #B69B36;
}
#sp-global-category .sp-global-category__wrap .category-list ul li a:active:before {
  transform: scale(1.86);
}

#sp-global-search {
  background-color: #fff;
  position: fixed;
  visibility: hidden;
  top: 100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  transition: 0.6s ease;
}
#sp-global-search.is-open {
  visibility: visible;
  top: 0;
}
#sp-global-search .sp-global-search__wrap {
  padding: 33.3333333333vw 4.1025641026vw 14.358974359vw;
}
#sp-global-search .sp-global-search__wrap .search-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: solid #707070 2px;
  border-radius: 15.3846153846vw;
  padding: 3.0769230769vw 6.1538461538vw;
}
#sp-global-search .sp-global-search__wrap .search-box .search-box-inputBox {
  border: none;
  background-color: transparent;
  font-size: 4.1025641026vw;
  width: 69.23076923080001vw;
  padding: 1.5384615385vw 3.0769230769vw;
  outline: none;
}
#sp-global-search .sp-global-search__wrap .search-box .search-box-inputBox::placeholder {
  color: #B7B7B7;
}
#sp-global-search .sp-global-search__wrap .search-box .search-box-btn {
  padding: 0 2.0512820513vw 0 5.1282051282vw;
  border-left: solid #B69B36 0.2564102564vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp-global-search .sp-global-search__wrap .search-box .search-box-btn .search-box-inputBtn {
  display: block;
  background: url(../img/icon-search.svg) no-repeat center/contain;
  width: 4.358974359vw;
  height: 5.1282051282vw;
}
#sp-global-search .sp-global-search__wrap .close {
  text-align: right;
  padding: 14.358974359vw 0 0;
}
#sp-global-search .sp-global-search__wrap .close a {
  display: inline-block;
  color: #fff;
  font-size: 4.1025641026vw;
  padding: .8em 2.8em;
  border-radius: 10.2564102564vw;
  background-color: #B69B36;
}

#page-policy .page-content-section__cnt {
  padding: 0 8.3333333333vw 0 0;
}
@media screen and (max-width: 768px) {
  #page-policy .page-content-section__cnt {
    padding: 0;
  }
}
#page-policy .page-content-section__cnt p {
  font-size: max(0.833vw, 14px);
  margin: 0 0 2.0833333333vw;
  line-height: 2.5;
}
@media screen and (min-width: 1921px) {
  #page-policy .page-content-section__cnt p {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-policy .page-content-section__cnt p {
    font-size: 4.1025641026vw;
    margin: 0 0 10.2564102564vw;
  }
}
#page-policy .page-content-section__cnt p.last {
  margin: 0 0 4.1666666667vw;
}
@media screen and (min-width: 1921px) {
  #page-policy .page-content-section__cnt p.last {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-policy .page-content-section__cnt p.last {
    margin: 0 0 20.5128205128vw;
  }
}
#page-policy .page-content-section__cnt dl {
  margin: 0 0 2.0833333333vw;
}
@media screen and (min-width: 1921px) {
  #page-policy .page-content-section__cnt dl {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-policy .page-content-section__cnt dl {
    margin: 0 0 10.2564102564vw;
  }
}
#page-policy .page-content-section__cnt dl dt {
  font-size: max(1.042vw, 14px);
  margin: 0 0 2.0833333333vw;
  line-height: 2.2;
}
@media screen and (min-width: 1921px) {
  #page-policy .page-content-section__cnt dl dt {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-policy .page-content-section__cnt dl dt {
    font-size: 5.1282051282vw;
    margin: 0 0 5.1282051282vw;
  }
}
#page-policy .page-content-section__cnt dl dd {
  font-size: max(0.833vw, 14px);
  line-height: 2.5;
}
@media screen and (min-width: 1921px) {
  #page-policy .page-content-section__cnt dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-policy .page-content-section__cnt dl dd {
    font-size: 4.1025641026vw;
  }
}
#page-policy .page-content-section__cnt dl dd ul {
  padding: 2.0833333333vw 0;
}
@media screen and (min-width: 1921px) {
  #page-policy .page-content-section__cnt dl dd ul {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #page-policy .page-content-section__cnt dl dd ul {
    padding: 5.1282051282vw 0;
  }
}
#page-policy .page-content-section__cnt dl dd ul li {
  margin: 0 0 0 1.5em;
  list-style: outside disc;
}

#page-transaction .page-content-section__cnt {
  padding: 0 8.3333333333vw 0 0;
}
@media screen and (max-width: 768px) {
  #page-transaction .page-content-section__cnt {
    padding: 15.3846153846vw 0 0;
  }
}
#page-transaction .page-content-section__cnt dl {
  margin: 0 0 2.0833333333vw;
  padding: 0 0 2.0833333333vw;
  border-bottom: solid #B69B36 1px;
}
@media screen and (min-width: 1921px) {
  #page-transaction .page-content-section__cnt dl {
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-transaction .page-content-section__cnt dl {
    margin: 0 0 10.2564102564vw;
    padding: 0 0 10.2564102564vw;
  }
}
#page-transaction .page-content-section__cnt dl dt {
  font-size: max(1.042vw, 14px);
  line-height: 2.2;
  font-weight: bold;
}
@media screen and (min-width: 1921px) {
  #page-transaction .page-content-section__cnt dl dt {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-transaction .page-content-section__cnt dl dt {
    font-size: 5.1282051282vw;
    margin: 0 0 5.1282051282vw;
  }
}
#page-transaction .page-content-section__cnt dl dd {
  font-size: max(0.833vw, 14px);
  line-height: 2.5;
}
@media screen and (min-width: 1921px) {
  #page-transaction .page-content-section__cnt dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-transaction .page-content-section__cnt dl dd {
    font-size: 4.1025641026vw;
  }
}
#page-transaction .page-content-section__cnt dl dd strong {
  font-weight: bold;
}
#page-transaction .page-content-section__cnt dl dd ul {
  padding: 2.0833333333vw 0;
}
@media screen and (min-width: 1921px) {
  #page-transaction .page-content-section__cnt dl dd ul {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #page-transaction .page-content-section__cnt dl dd ul {
    padding: 5.1282051282vw 0;
  }
}
#page-transaction .page-content-section__cnt dl dd ul li {
  margin: 0 0 0 1.5em;
  list-style: outside disc;
}

@media screen and (max-width: 768px) {
  #page-guide .top-content-section__ttl {
    min-height: auto;
  }
}
#page-guide .page-content-section__cnt {
  padding: 0 8.3333333333vw 0 0;
}
@media screen and (max-width: 768px) {
  #page-guide .page-content-section__cnt {
    padding: 0;
  }
}
#page-guide .page-content-section__cnt dl {
  border-bottom: solid #E0E0E0 1px;
}
#page-guide .page-content-section__cnt dl dt {
  font-size: max(1.042vw, 14px);
  line-height: 2.2;
  position: relative;
  padding: 2.0833333333vw 0;
  cursor: pointer;
}
@media screen and (min-width: 1921px) {
  #page-guide .page-content-section__cnt dl dt {
    padding: 40px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-guide .page-content-section__cnt dl dt {
    font-size: 4.1025641026vw;
    padding: 10.2564102564vw 0;
  }
}
#page-guide .page-content-section__cnt dl dt:before {
  content: "";
  position: absolute;
  background-color: #B69B36;
  width: 1.5625vw;
  height: 0.15625vw;
  top: 50%;
  right: 0;
  transition: 0.6s ease;
  margin: -0.078125vw 0 0;
}
@media screen and (min-width: 1921px) {
  #page-guide .page-content-section__cnt dl dt:before {
    width: 30px;
    height: 3px;
    top: 60px;
    margin: -1.5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #page-guide .page-content-section__cnt dl dt:before {
    width: 7.6923076923vw;
    height: 0.7692307692vw;
    top: 15.3846153846vw;
    margin: -0.3846153846vw 0 0;
  }
}
#page-guide .page-content-section__cnt dl dt:after {
  content: "";
  position: absolute;
  background-color: #B69B36;
  width: 1.5625vw;
  height: 0.15625vw;
  top: 50%;
  right: 0;
  margin: -0.078125vw 0 0;
  transform: rotate(90deg);
  transition: 0.6s ease;
}
@media screen and (min-width: 1921px) {
  #page-guide .page-content-section__cnt dl dt:after {
    width: 30px;
    height: 3px;
    top: 60px;
    margin: -1.5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #page-guide .page-content-section__cnt dl dt:after {
    width: 7.6923076923vw;
    height: 0.7692307692vw;
    top: 15.3846153846vw;
    margin: -0.3846153846vw 0 0;
  }
}
#page-guide .page-content-section__cnt dl dt.is-open:after {
  transform: rotate(360deg);
}
#page-guide .page-content-section__cnt dl dt span {
  display: block;
  padding: 0 4em 0 0;
}
#page-guide .page-content-section__cnt dl dd {
  display: none;
  font-size: max(0.833vw, 14px);
  line-height: 2.5;
  padding: 2.8125vw 1.875vw;
  background-color: #E0E0E0;
  font-weight: 400;
}
@media screen and (min-width: 1921px) {
  #page-guide .page-content-section__cnt dl dd {
    font-size: 16px;
    padding: 54px 36px;
  }
}
@media screen and (max-width: 768px) {
  #page-guide .page-content-section__cnt dl dd {
    font-size: 3.5897435897vw;
    padding: 10.2564102564vw 9.2307692308vw;
  }
}
#page-guide .page-content-section__cnt dl dd h3 {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #page-guide .page-content-section__cnt dl dd h3 br {
    display: none;
  }
}
#page-guide .page-content-section__cnt dl dd p {
  margin: 0 0 2em;
  font-weight: 400;
}
#page-guide .page-content-section__cnt dl dd p:last-child {
  margin: 0;
}
#page-guide .page-content-section__cnt dl dd a {
  text-decoration: underline;
}
#page-guide .page-content-section__cnt dl dd a:hover {
  text-decoration: none;
}
#page-guide .page-content-section__cnt dl dd table {
  width: auto;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #0f1111;
  margin: 0 0 2em;
}
#page-guide .page-content-section__cnt dl dd table th {
  text-align: center;
  padding: .5em 1em;
  background-color: #E0E0E0;
}
#page-guide .page-content-section__cnt dl dd table td {
  text-align: center;
  padding: .5em 2em;
  background-color: #E0E0E0;
}
#page-guide .page-content-section__cnt dl dd table td.left {
  text-align: left;
}
#page-guide .page-content-section__cnt dl dd table td.right {
  text-align: right;
}
#page-guide .page-content-section__cnt dl dd strong {
  color: #ED0200;
  font-weight: 600;
}

p.empty {
  text-align: center;
  padding: 60px 0;
}

/*---------------------------
COOKIE
---------------------------*/
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: max(1.25vw, 14px);
  color: #fff;
  background: #A08B54;
  padding: 1.2em 2em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 20002;
}

.cookie-consent.is-show {
  visibility: visible;
}

.cookie-consent a {
  color: #fff !important;
}

.cookie-text {
  width: 75%;
}

.cookie-agree {
  color: #0f1111;
  background: #fff;
  padding: 1em 1em;
  text-align: center;
  width: 20%;
  min-width: 170px;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 768px) {
  .cookie-consent {
    flex-direction: column;
  }

  .cookie-text {
    width: auto;
    margin-bottom: 1em;
  }

  .cookie-agree {
    width: auto;
  }
}
/*---------------------------
ANIMATION - TRIGGER
---------------------------*/
.is-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s ease;
}
.is-fadeUp.is-fadeUp-active {
  opacity: 1;
  transform: translateY(0);
}

.is-scaleUp {
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  transition: 0.6s ease;
}
.is-scaleUp.is-scaleUp-active {
  opacity: 1;
  transform: scale(1) translateY(0);
}

@keyframes poyo {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.94);
  }
  60% {
    transform: scale(1.02);
  }
  80% {
    transform: scale(0.99);
  }
}
@keyframes poyo2 {
  /*0%, 40%, 60%, 80% {
    transform: scale(1.0) translateX(-50%);
  }

  50%, 70% {
    transform: scale(0.9) translateX(-50%);
  }*/
  0% {
    transform: scale(1) translateX(-50%);
  }
  100% {
    transform: scale(1.2) translateX(-50%);
  }
}
@keyframes return {
  from, to {
    transform: translateX(0);
  }
  30%, 70% {
    transform: translateX(10%);
  }
}
@keyframes fuwa {
  0% {
    transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    transform: translate(0, -5%) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(3deg);
  }
}
@keyframes fuwa2 {
  0% {
    transform: translate(0, 0) rotate(3deg);
  }
  50% {
    transform: translate(0, 5%) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-3deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationY {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes scaleFade {
  0% {
    opacity: 0;
    display: none;
    transform: translateY(5%);
  }
  1% {
    display: block;
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  99% {
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    display: none;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes arrowmove {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translatex(0px);
  }
}
@keyframes bounceSp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* -- 追加 -- */
/* -- footerにLINEアイコン設置 250402 -- */
.footer-sns-lastchd {
  display: block;
}
@media all and (max-width: 768px) {
  .footer-sns-lastchd {
    display: block;
  }
}

.footer-sns-lastchd img {
  max-width: 100vw  !important;
  max-height: 100vw  !important;
  width: 8vw !important;
  height: auto !important;
}

@media all and (max-width: 768px) {
  footer .footer-sns ul {
    flex-wrap: wrap;
    padding: 0 15vw;
  }

  .footer-sns-lastchd img {
    max-width: 100vw  !important;
    max-height: 100vw  !important;
    width: 36vw !important;
    height: auto !important;
  }
}

/*# sourceMappingURL=common.css.map */
