@charset "UTF-8";

.serif {
	font-family: 'Noto Serif JP', serif;
}
.amiri {
	font-family: 'Amiri Quran', serif;
}
.jost {
	font-family: 'Jost', sans-serif;
}
body {
    /*font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif !important;
    font-size: min(16px);
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

a:hover {
  text-decoration: none;
}
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

.swiper-button-next::after, .swiper-button-prev::after {
    display: none !important;
}

.about {
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
  margin-bottom: 6.6875rem;
}

.about__inner {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding: 46px 25px 0;
  padding: 2.875rem 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding: 5.375rem 1.5625rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 87rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.about .about__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-size: 1.625rem;
  font-weight: lighter;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: inherit;
  margin-bottom: 25.5px;
  margin-bottom: 1.59375rem;
}

.about .about__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: lighter;
  line-height: 1.86;
  letter-spacing: 0.02em;
  text-align: inherit;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.about__photo {
  position: relative;
}

.about__logo-wrapper {
  position: absolute;
  width: 32px;
  width: 2rem;
  height: 155px;
  height: 9.6875rem;
  top: -20px;
  right: 4px;
}
@media screen and (min-width: 768px) {
  .about__logo-wrapper {
    width: 4.5625rem;
    right: -46px;
    top: -29px;
  }
}

.about__logo-hanko {
  width: 25.5px;
  width: 1.59375rem;
  padding-top: 8.8px;
  padding-top: 0.55rem;
}
@media screen and (min-width: 768px) {
  .about__logo-hanko {
    width: 3.5rem;
    padding-top: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .about__img {
    width: 118.75rem;
    margin-right: 7.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .about__text-wrap {
    padding-left: 7.4%;
  }
}

.accordionlist dt {
  display: block;
  border-top: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.accordionlist dt:first-child {
  border-top: none !important;
}

.accordionlist dt .title {
  padding: 13px 0;
  float: left;
  width: 80%;
}

.accordionlist dt:hover {
  cursor: pointer;
}

.accordionlist dd {
  display: none;
  padding: 5px 15px 10px;
    padding: 0;
  border-top: 1px solid #777;
  background: #fff;
}

.accordionlist dd:last-child {
  border-bottom: 1px solid #777;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 17%;
  height: 40px;
  float: right;
  margin-right: 2%;
}

.accordion_icon span {
  position: absolute;
  left: 10px;
  width: 14px;
  height: 2px;
  background-color: #333;
}

.accordion_icon span:nth-of-type(1) {
  top: 22px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 22px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
#accordion1 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

#accordion1 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#accordion2 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

#accordion2 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#accordion3 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

#accordion3 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#accordion4 .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

#accordion4 .accordion_icon.active span:nth-of-type(2) {
  top: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*＋、×切り替え
#accordion2 .accordion_icon.active span:nth-of-type(1) {
  top: 25px;
  transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
#accordion2 .accordion_icon.active span:nth-of-type(2) {
top: 25px;
  transform: rotate(225deg);
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
*/
.accordionlist dd p {
  border-bottom: dotted 1px #777;
}

.accordionlist dd p:last-child {
  border-bottom: none;
}

/* cleatfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.inner_bg {
	background: #fff !important;
	margin: 0;
	padding: 0px;
}

.inner_ttl {
  padding-left: 8px;
}

.nav_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.accordionlist .accordionlist {
  background: #ccc;
}

.accordionlist dd .accordionlist dd {
  width: 100% !important;
  padding: 0;
}

.breadcrumb__list {
  max-width: 1150px;
  margin: 0 auto 13px;
  margin: 0 auto 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb__list {
    margin: 0 auto 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumb__list--smt {
  max-width: 1100px;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb__list--smt {
    display: none;
  }
}

.breadcrumb__list--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb__list--pc {
    display: block;
    max-width: 900px;
    margin: 0 auto 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.button__goods-lists {
  text-align: center;
}

.button__goods-lists--text {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-size: 16px;
  font-size: 16px;
  display: inline-block;
  width: 86.666%;
  max-width: 432px;
  line-height: 1;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .button__goods-lists--text {
    font-size: 1.25rem;
    padding: 1.7625rem 0;
    letter-spacing: 0.2em;
  }
}

.button__goods-lists--text::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.button__goods-lists--text:hover {
  background: #2e2e2e;
  color: #fff;
    text-decoration: none;
}

.button__goods-lists--text:hover::before {
  background-color: #fff;
}

.button__ogawa-smt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button__ogawa-smt {
    display: none;
  }
}

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

.button__ogawa--text {
  text-align: center;
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-size: 16px;
  font-size: 16px;
  display: inline-block;
  width: 207px;
  width: 12.9375rem;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border: 1px solid #707070;
}

.button__ogawa--text::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.button__ogawa--text:hover {
  background: #2e2e2e;
  color: #fff;
    text-decoration: none;
}

.button__ogawa--text:hover::before {
  background-color: #fff;
}

.button__cart {
  text-align: center;
}

.button__cart--text {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 7px 0;
  padding: 0.4375rem 0;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  width: 143px;
  width: 8.9375rem;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border: 1px solid #707070;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
.button__cart--text {
	width: 14.8125rem;
	font-size: 16px;
	padding: 0.78125rem 0;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 20px auto 0;
}
}

.button__cart--text::before {
  content: "";
  display: inline-block;
  width: 23px;
  width: 1.4375rem;
  height: 19px;
  height: 1.1875rem;
  background: url("https://img21.shop-pro.jp/PA01498/434/etc/cart-logoblack.png") no-repeat;
  background-size: contain;
  margin-right: 9px;
  margin-right: 0.5625rem;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.button__cart--text:hover {
  background-color: #2e2e2e;
  color: #fff;
  text-decoration: none;
}

.button__cart--text:hover::before {
  width: 12px;
  width: 0.75rem;
  width: 23px;
  height: 10px;
  height: 0.625rem;
  height: 19px;
  background: url("https://img21.shop-pro.jp/PA01498/434/etc/cart-logowhite.png") no-repeat;
  background-size: contain;
}

.category {
  margin: 0 0 39px;
  margin: 0 0 2.4375rem;
}
@media screen and (min-width: 768px) {
  .category {
    display: none;
  }
  #accordion3,#accordion4 {
    display: none;
  }
}

.dropmenu {
  max-width: 432px;
  max-width: 27rem;
  width: 100%;
  margin: 0 auto;
}

.dropmenu li {
  position: relative;
}

.dropmenu li a {
  display: block;
  margin: 0;
  padding: 21px 15px;
  padding: 1.3125rem 0.9375rem;
  font-size: 16px;
  
  line-height: 1;
  background: #fff;
  color: #000;
  cursor: pointer;
  border: 1px solid #707070;
}

.dropmenu li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 34%;
  width: 0;
  height: 0;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border: 0;
  border-bottom: solid 2px #1d1d1d;
  border-right: solid 2px #1d1d1d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropmenu li ul {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 100%;
  left: 0;
}

.dropmenu li ul li {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dropmenu li ul li a {
  border-top: 1px solid #dddddd;
  background: #efefef;
  color: #333333;
}

.dropmenu li ul li a:after {
  content: none;
}

.dropmenu li ul li:first-child a {
  border-top: none;
}

@media screen and (min-width: 601px) {
  .dropmenu li:hover a:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .dropmenu li:hover ul li {
    overflow: visible;
    height: 40px;
  }
  .dropmenu li ul li a:hover {
    background: #ffd999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 600px) {
  .dropmenu li.active_sp a:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .dropmenu li.active_sp ul li {
    overflow: visible;
    height: 40px;
  }
}
.footer {
  margin-bottom: 99.5px;
  margin-bottom: 6.21875rem;
}

.footer__souryou {
  color: #fff;
  background-color: #c62311;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  padding: 27px 25px;
  padding: 1.6875rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__souryou {
    font-size: 2.5rem;
    background-color: #b23713;
    padding: 1.46875rem 1.5625rem;
  }
}

.footer__souryou span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__souryou span {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__container {
    padding: 5rem 1.28125rem 0rem 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
  }
}

.footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 25px 0;
  padding: 2.375rem 1.5625rem 0;
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 432px;
  max-width: 27rem;
  width: 100%;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__navi {
    padding: 0;
    max-width: inherit;
    width: inherit;
    margin: 0 0 1.5625rem;
  }
}

.footer__menu {
  width: 50%;
  margin-right: 5px;
  margin-right: 0.3125rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    width: 11.125rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__category {
    width: 11.125rem;
  }
}

.footer__menu--lists li,
.footer__category--lists li {
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__menu--lists li:hover,
.footer__category--lists li:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer__facebook {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__facebook {
    display: block;
    width: 3.125rem;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 1.1875rem;
    padding-bottom: 0.625rem;
  }
}

.footer__insta {
  width: 58px;
  width: 3.625rem;
  margin: 0 auto 31px;
  margin: 0 auto 1.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .footer__insta {
    margin: 0.25rem auto 1.9375rem;
    padding-right: -10px;
  }
}

.footer__insta:hover,
.footer__facebook:hover {
  opacity: 0.5;
}

.footer__shop-info {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  margin: 0 auto 60px;
  margin: 0 auto 3.75rem;
}
@media screen and (min-width: 768px) {
  .footer__shop-info {
    padding: 0 0.625rem 0 0;
    max-width: 27rem;
    white-space: nowrap;
  }
}

.footer__shop-info p {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.footer__ogawalogo--smt {
  width: 162.2px;
  width: 10.1375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__ogawalogo--smt {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sns-address {
    text-align: right;
    margin-left: auto;
  }
}

.footer__ogawalogo--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__ogawalogo--pc {
    display: block;
    width: 10.1375rem;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.gift {
  margin-bottom: 63px;
  margin-bottom: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .gift {
    margin-bottom: 7.125rem;
  }
}

.gift__container {
  padding-top: 23px;
  padding-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .gift__container {
    padding-top: inherit;
    width: 60.8125rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6875rem 1.25rem;
  }
}

.gift__list {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.gift__list:last-child {
  margin-bottom: inherit;
}

.gift__card:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gift-box__img {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
}

.gift-box__img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
@media screen and (min-width: 768px) {
  .gift-box__img::before {
    padding-top: 80%;
  }
}

.gift-box__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gift-box__name {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .gift-box__name {
    font-size: 1.625rem;
  }
}

.gift-box__price {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .gift-box__price {
    font-size: 1.625rem;
  }
}

.gift-box__price span {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .gift__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.guide {
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .guide {
    margin-bottom: inherit;
  }
}

.guide h4 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: lighter;
  text-align: center;
  margin-bottom: -25px;
  margin-bottom: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .guide h4 {
    font-size: 2.5rem;
  }
}

.guide__inner {
  background-color: #f8f8f8;
  padding: 45px 0 52px;
  padding: 2.8125rem 0 3.25rem;
}
@media screen and (min-width: 768px) {
  .guide__shop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.guide__button {
  text-align: center;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .guide__button {
    margin-right: 2.125rem;
  }
}

.guide__button:last-child {
  margin-bottom: inherit;
}
@media screen and (min-width: 768px) {
  .guide__button:last-child {
    margin-right: inherit;
  }
}

.guide__button--text01 {
  background-color: #fff;
  color: #000;
  padding: 18.5px 0;
  padding: 1.15625rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  max-width: clamp(278px, 74.13vw, 432px);
  max-width: clamp(17.375rem, 74.13vw, 27rem);
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .guide__button--text01 {
    width: 17.375rem;
    padding: 1.75rem 0;
  }
}

.guide__button--text01::before {
  content: "";
  display: inline-block;
  width: 37px;
  width: 2.3125rem;
  height: 34px;
  height: 2.125rem;
  background: url("https://img21.shop-pro.jp/PA01498/434/etc/guide-logo-qa.png") no-repeat;
  background-size: contain;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-right: 9px;
  margin-right: 0.5625rem;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.guide__button--text01:hover {
  opacity: 0.5;
  text-decoration: none;
}

.guide__button--text02 {
  background-color: #fff;
  color: #000;
  padding: 18px 0;
  padding: 1.125rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  max-width: clamp(278px, 74.13vw, 432px);
  max-width: clamp(17.375rem, 74.13vw, 27rem);
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .guide__button--text02 {
    width: 17.375rem;
    padding: 1.71875rem 0;
  }
}

.guide__button--text02::before {
  content: "";
  display: inline-block;
  width: 61px;
  width: 3.8125rem;
  height: 43px;
  height: 2.6875rem;
  background: url("https://img21.shop-pro.jp/PA01498/434/etc/guide-logo-truck.png") no-repeat;
  background-size: contain;
  margin-top: 0px;
  margin-top: 0rem;
  margin-right: 9px;
  margin-right: 0.5625rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.guide__button--text02:hover {
  opacity: 0.5;
  text-decoration: none;
}

.guide__button--text03 {
  background-color: #fff;
  color: #000;
  padding: 23.5px 0;
  padding: 1.46875rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  max-width: clamp(278px, 74.13vw, 432px);
  max-width: clamp(17.375rem, 74.13vw, 27rem);
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .guide__button--text03 {
    width: 17.375rem;
    padding: 2.0625rem 0;
  }
}

.guide__button--text03::before {
  content: "";
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: url("https://img21.shop-pro.jp/PA01498/434/etc/guide-logo-yen.png") no-repeat;
  background-size: contain;
  margin-top: 0px;
  margin-top: 0rem;
  margin-right: 9px;
  margin-right: 0.5625rem;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.guide__button--text03:hover {
  opacity: 0.5;
    text-decoration: none;
}

.header {
  top: 0;
  width: 100%;
  position: fixed;
  height: 88px;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .header {
    height: 11.0625rem;
  }
}

.header__left {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .header__left {
    padding-top: 1.5625rem;
    padding-left: 2.25rem;
    padding-right: inherit;
  }
}

.header__left img {
  height: 28px;
  width: 34px;
}
@media screen and (min-width: 768px) {
  .header__left img {
    display: none;
  }
}

.header__left--menus {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__left--menus {
    display: block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}

@media screen and (min-width: 768px) {
  .header__left--menu {
    text-transform: uppercase;
    margin-right: 1.9375rem;
    font-size: 0.875rem;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

.header__right {
  right: 0;
}
@media screen and (min-width: 768px) {
  .header__right {
    width: 138px;
  }
}

.header__right img {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__right img {
    display: block;
    padding-top: 35px;
    width: 34px;
  }
}

@media screen and (min-width: 768px) {
  .zdo_drawer_bg .zdo_drawer_button {
    margin-top: 2.1875rem;
  }
}

.header__center {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__logo {
  margin: 20px auto 0;
  margin: 6px auto 0 auto;
  width: 110px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin: 1.5625rem auto 0;
    width: 202px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.info {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.info__image::before {
  content: "";
  display: block;
  padding-top: 91.4634%;
}
@media screen and (min-width: 768px) {
  .info__image::before {
    padding-top: 55.2415%;
  }
}

.info__image {
  position: relative;
  width: 100%;
  max-width: 1097px;
  max-width: 68.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .info__image {
    margin: 0 auto 3.375rem;
  }
}

.info__logo--white {
  width: 148.7px;
  width: 9.29375rem;
}
@media screen and (min-width: 768px) {
  .info__logo--white {
    width: 11.95rem;
  }
}

.info__word {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: lighter;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .info__word {
    font-size: 1.75rem;
  }
}

.info__backimg--smt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .info__backimg--smt {
    display: none;
  }
}

.info__backimg--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .info__backimg--pc {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 68.75rem;
    width: 100%;
    max-height: 37.875rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.info__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .info__wrap {
    left: 25%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

.info__text {
  padding: 27px 25px 29px;
  padding: 1.6875rem 1.5625rem 1.8125rem;
}
@media screen and (min-width: 768px) {
  .info__text {
    padding: 0 0 2.1875rem;
  }
}

.info__text--smt {
  padding: 27px 25px 29px;
  padding: 1.6875rem 1.5625rem 1.8125rem;
}
@media screen and (min-width: 768px) {
  .info__text--smt {
    display: none;
  }
}

.info__text03 {
  padding: 27px 25px 29px;
  padding: 1.6875rem 1.5625rem 1.8125rem;
}
@media screen and (min-width: 768px) {
  .info__text03 {
    padding: 0;
    max-width: 37.4375rem;
    width: 100%;
    margin-left: 3.125rem;
  }
}

.info__text .info__text--subtitle {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .info__text .info__text--subtitle {
    font-size: 2rem;
  }
}

.info__text--smt .info__text--subtitle {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .info__text--smt .info__text--subtitle {
    font-size: 2rem;
  }
}

.info__text--pc .info__text--subtitle {
  display: none;
}
@media screen and (min-width: 768px) {
  .info__text--pc .info__text--subtitle {
    display: block;
    font-size: 2rem;
    margin-bottom: 1.8125rem;
  }
}

.info__text03 .info__text--subtitle {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .info__text03 .info__text--subtitle {
    font-size: 2rem;
  }
}

.info__text .info__text--explain {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .info__text .info__text--explain {
    font-size: 16px;
  }
}

.info__text--smt .info__text--explain {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .info__text--smt .info__text--explain {
    font-size: 16px;
  }
}

.info__text--pc .info__text--explain {
  display: none;
}
@media screen and (min-width: 768px) {
  .info__text--pc .info__text--explain {
    display: block;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}

.info__text03 .info__text--explain {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .info__text03 .info__text--explain {
    font-size: 16px;
  }
}

.info__photo02--smt {
  margin-left: 17%;
}
@media screen and (min-width: 768px) {
  .info__photo02--smt {
    display: none;
  }
}

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

.info__photo03 {
  margin-right: 6.6666%;
}
@media screen and (min-width: 768px) {
  .info__photo03 {
    margin-right: inherit;
    max-width: 43.812vw;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .info__content03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2.5625rem;
    max-width: 96%;
  }
}
@media screen and (min-width: 768px) {
  .info__pic--smt {
    display: none;
  }
}

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

@media screen and (min-width: 768px) {
  .info__02-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 68.75rem;
    width: 100%;
    margin: 0 auto 5.8125rem;
    padding-left: 1.5625rem;
  }
}
@media screen and (min-width: 1100px) {
  .info__02-container {
    padding-left: inherit;
  }
}

@media screen and (min-width: 768px) {
  .info__text--wrap {
    margin-right: 3.5625rem;
    max-width: 37.4375rem;
  }
}

.inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.item {
  margin-bottom: 53px;
  margin-bottom: 7.3125rem;
}

.item__container {
  padding-top: 23px;
  padding-top: 1.4375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px 13px;
  gap: 1.9375rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .item__container {
    padding-top: inherit;
    width: 60.8125rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6875rem 1.25rem;
  }
}

.item__card:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list__img {
  position: relative;
  width: 100%;
  margin-bottom: 7px;
  margin-bottom: 1.25rem;
}

.list__img::before {
  content: "";
  display: block;
  padding-top: 77.5641%;
}
@media screen and (min-width: 768px) {
  .list__img::before {
    padding-top: 77.7419%;
  }
}

.list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list__name {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .list__name {
    font-size: 16px;
    text-align: center;
  }
}

.list__price {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  letter-spacing: 1.1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .list__price {
    font-size: 1.25rem;
  }
}

.list__price span {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.main-visual {
  margin-top: 88px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-visual {
    margin-top: 113px;
  }
}
.main-visual .main-visual__container .swiper-slide a:hover {
  opacity: 1;
  text-decoration: none;
  color: currentColor;
}
.main-visual__title--smt {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif !important;
  position: absolute;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 2;
  top: 37%;
  right: 30%;
  transform: translate(50%, -50%);
  width: 11.125rem;
}
@media screen and (min-width: 768px) {
  .main-visual__title--smt {
    display: none;
  }
}

.main-visual__title--pc {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif !important;
    position: absolute;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    z-index: 2;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}

@media screen and (min-width: 768px) {
  .main-visual__title--pc {
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif !important;
    position: absolute;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    z-index: 2;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 37%;
  }
}

@media screen and (max-width: 767px) {
  .main-visual__title--pc {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) {
.swiper-slide .change002 h2 {
	font-style: normal !important;
	color: #fff !important;
}
}

@media screen and (min-width: 768px) {
  .swiper-slide .change003 h2 {
    font-weight: bold;
  }
}

.main-visual .main-visual__title--smt h2,
.main-visual__title--pc h2 {
  color: #fff;
  font-weight: lighter;
  font-size: 36px;
  font-size: 2.25rem;
}

.main-visual__title--smt h2,
.main-visual__title--pc .main-en {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.swiper-slide .change003 h2,.swiper-slide .change003 p {
	font-style: normal !important;
	color: #171717 !important;
}


.main-visual__title--pc .main-jp {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-visual__title--pc .main-jp {
    display: block;
    padding-top: 0.3125rem;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.3em;
    margin-right: 2.6875rem;
  }
}

.swiper-slide .main-visual__title--smt img {
  width: 100px;
  width: 6.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .swiper-slide .main-visual__title--smt img {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide .main-visual__title--pc img {
    width: 14.20625rem;
    height: 15.875rem;
    margin-right: 2.1875rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.main-visual__container {
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .main-visual__container {
    margin-right: 5.625rem;
  }
}

.swiper {
  position: absolute;
  top: 0;
  right: 0;
}
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px 20px;
}

/* ページネーションのサイズと色 */
.main-visual .swiper-pagination-bullet {
  background-color: white;
  height: 5px;
  width: 19px;
  border-radius: 0;
}

.main-visual .swiper-pagination {
  text-align: right;
  padding-right: 17px;
  padding-right: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .main-visual .swiper-pagination {
    text-align: left;
    padding-left: 2.875rem;
    padding-bottom: 1.4375rem;
  }
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  display: block;
  height: calc(90vh - 5.5rem);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0;
  object-position: 100% 0;
}
@media screen and (min-width: 768px) {
  .swiper-slide img {
    height: calc(90vh - 7.0625rem);
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

@media screen and (min-width: 768px) {
  .swiper-wrapper {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .swiper-wrapper::before,
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    right: -2px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-wrapper::before {
    top: -2px;
    background: linear-gradient(
      225deg,
      #fff 0%,
      #fff 50%,
      transparent 50%,
      transparent 100%
    );
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .swiper-wrapper::after {
    bottom: -2px;
    background: linear-gradient(
      -45deg,
      #fff 0%,
      #fff 50%,
      transparent 50%,
      transparent 100%
    );
    z-index: 2;
  }
}

.main-visual__insta-logo--white {
  position: absolute;
  bottom: 13px;
  left: 8px;
  width: 45px;
  width: 2.8125rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .main-visual__insta-logo--white {
    display: none;
  }
}

.main-visual__insta-logo--black {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-visual__insta-logo--black {
    display: block;
    position: absolute;
    bottom: calc(10vh + 0.0625rem);
    right: 1.4375rem;
    width: 2.8125rem;
    z-index: 998;
  }
}

.rightside__sns {
  display: none;
}
@media screen and (min-width: 768px) {
  .rightside__sns {
    display: block;
    z-index: 99;
  }
}

@media screen and (min-width: 768px) {
  .main-visual__bottom-right {
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif !important;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    color: #000;
    position: absolute;
    bottom: calc(10vh + 2.5rem);
    right: 2rem;
    z-index: 998;
  }
}

.main-visual__bottom-right::after {
  content: "";
  display: inline-block;
  width: 28px;
  width: 1.75rem;
  height: 10px;
  height: 0.625rem;
  background: url("https://img21.shop-pro.jp/PA01498/434/etc/yokoline.png") no-repeat;
  background-size: contain;
  margin-top: 19px;
  margin-top: 1.1875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.section-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .section-title {
    margin: inherit;
    margin: 0 auto 0 0;
  }
}

.section-title p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section-title p {
    font-size: 16px;
  }
}

.section-title h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: lighter;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section-title h3 {
    font-size: 2.625rem;
  }
}

.section-title__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-title__flex img {
  padding-top: 10.5px;
  padding-top: 0.65625rem;
  max-width: 15px;
}

.titleWrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .titleWrap {
    display: contents;
  }
}

.sub-section-title {
  text-align: center;
}

.sub-section-title h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sub-section-title h3 {
    font-size: 2.625rem;
  }
}

.sub-section-title p {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .sub-section-title p {
    font-size: 16px;
  }
}

.sub-section-title img {
  padding-top: 29.5px;
  padding-top: 1.84375rem;
  width: 14px;
  width: 0.875rem;
  margin: 0 auto;
}

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.zdo_drawer_menu {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}

.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
  padding: 12px 0;
  display: block;
  color: #000;
}

.zdo_drawer_menu a:hover {
  text-decoration: none !important;
}

.zdo_drawer_menu a:visited {
  color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  right: 0;
}

.drawer_back-black {
  width: 62px;
  height: 52px;
  background-color: #2e2e2e;
  padding: 10px 17px 0 12.8px;
  padding: 0.625rem 1.0625rem 0 0.8rem;
}
@media screen and (min-width: 768px) {
  .drawer_back-black {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 18px;
  }
}

.zdo_drawer_menu .zdo_drawer_button {
  border: none;
  padding: 0;
  width: 33px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 1001;
  outline: none;
}
@media screen and (min-width: 768px) {
  .zdo_drawer_menu .zdo_drawer_button {
    top: 12px;
    width: 46px;
  }
}

.zdo_drawer_menu .zdo_drawer_button span {
  background-color: #fff;
}

.zdo_drawer_bar1 {
  width: 33px;
}
@media screen and (min-width: 768px) {
  .zdo_drawer_bar1 {
    width: 46px;
  }
}

.zdo_drawer_bar2 {
  width: 25px;
}
@media screen and (min-width: 768px) {
  .zdo_drawer_bar2 {
    width: 34px;
  }
}

.zdo_drawer_bar3 {
  width: 16px;
}
@media screen and (min-width: 768px) {
  .zdo_drawer_bar3 {
    width: 21px;
  }
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 34px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  right: -3px;
  top: 0px;
}
@media screen and (min-width: 768px) {
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    top: 4px;
  }
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 6px;
  right: -2px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 1px;
  margin: 8px 0;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media screen and (min-width: 768px) {
  .zdo_drawer_menu .zdo_drawer_bar {
    height: 3px;
    margin: 8px 0;
    margin-left: auto;
  }
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 7px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(312px);
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  color: #333;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
  transform: translate(0);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  -webkit-transform: translate(-312px);
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 60px 24px;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 14px;
  border-bottom: dotted 1px #ccc;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #333;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: #000;
  }
}

/* アコーディオン */
.child2 {
  display: none;
}

.demo a {
  display: block;
}

.menu {
  display: block;
  position: relative;
}

ul.child2 li {
  margin-bottom: 0;
  border-bottom: solid 1px #888;
  padding: 10px 8px;
  background: #000;
}

ul.child2 li:last-child {
  border-bottom: none !important;
}

button.active {
  color: #000 !important;
}

.zdo_drawer_button.active .zdo_drawer_bar1,
.zdo_drawer_button.active .zdo_drawer_bar3 {
  background: #000 !important;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

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

.bottom-inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .bottom-inner {
    max-width: 71.875rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .content__inner {
    max-width: 48.75rem;
    margin-inline: auto;
  }
}

.content__subject {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: lighter;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .content__subject {
    font-size: 1.75rem;
    line-height: 1.5357142857;
    letter-spacing: 0.05em;
    margin-left: 1.7vw;
  }
}

.content__text {
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .content__text {
    line-height: 1.875;
    margin-top: 0.875rem;
    margin-left: 1.7vw;
  }
}

.content__items {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .content__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
}

.content__item {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content__item {
    max-width: min(46vw, 31.6rem);
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .content__item:nth-child(even) {
    margin-left: auto;
  }
}

.content__img {
  position: relative;
}

.content__img::before {
  content: "";
  display: block;
  padding-top: 73.41%;
}
@media screen and (min-width: 768px) {
  .content__img::before {
    padding-top: 73.17%;
  }
}

.content__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content__body {
  min-height: 115px;
  min-height: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .content__body {
    min-height: 7.8125rem;
  }
}

.content__name {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .content__name {
    font-size: 1.25rem;
    margin-top: 0.6875rem;
  }
}

.content__sentence {
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .content__sentence {
    line-height: 1.875;
    margin-top: 0.4375rem;
  }
}

.content__wrap {
  max-width: 600px;
  max-width: 37.5rem;
  margin: 22px auto 0;
  margin: 1.375rem auto 0;
}
@media screen and (min-width: 768px) {
  .content__wrap {
    margin: 1.9375rem 0 0;
    max-width: none;
  }
}

.content__list {
  border-top: 1px solid #707070;
  padding: 17px 0;
  padding: 1.0625rem 0;
}
@media screen and (min-width: 768px) {
  .content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.125rem 1.5625rem;
  }
}

.content__list:last-child {
  border-bottom: 1px solid #707070;
}

.content__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .content__term {
    width: 11.0625rem;
  }
}

.content__description {
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin: 3px -2px 0 0;
  margin: 0.1875rem -0.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .content__description {
    margin: 0;
  }
}

.content__product {
  margin: 82px auto 0;
  margin: 5.125rem auto 0;
  max-width: 600px;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .content__product {
    margin: 3.5625rem 0 0;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content__product-img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content__product-img {
    max-width: 35.5rem;
  }
}

.content__product-img::before {
  content: "";
  display: block;
}
/*
.content__product-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
*/
.content__product-block {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .content__product-block {
    margin: 0.4375rem 0 0 3.625rem;
  }
}

.content__product-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .content__product-title {
    font-size: 1.6875rem;
  }
}

.content__product-text {
  line-height: 1.875;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .content__product-text {
    letter-spacing: 0.02em;
    margin-top: 0.875rem;
    max-width: 29.1875rem;
  }
}

.content__gift {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  max-width: 600px;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .content__gift {
    margin: 7.25rem 0 0;
    max-width: none;
  }
}

.content__gift-img {
  position: relative;
}

.content__gift-img::before {
  content: "";
  display: block;
  padding-top: 82.15%;
}
@media screen and (min-width: 768px) {
  .content__gift-img::before {
    padding-top: 60%;
  }
}

.content__gift-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content__gift-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .content__gift-title {
    font-size: 1.75rem;
    margin-top: 0.9375rem;
  }
}

.content__gift-text {
  line-height: 1.875;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .content__gift-text {
    letter-spacing: 0.02em;
    margin-top: 0.3125rem;
  }
}

.detail {
  padding-top: 99px;
  padding-top: 6.1875rem;
}
@media screen and (min-width: 768px) {
  .detail {
    padding-top: 10.875rem;
  }
}

.detail__title {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.detail__breadcrumb {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail__breadcrumb {
    margin-top: 2.625rem;
  }
}

.detail__wrap {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .detail__wrap {
    max-width: 73.875rem;
    padding-right: 25px;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .detail__wrap {
    padding-right: 4.6875rem;
  }
}

.detail__wrap.detail__wrap--bottom {
  margin-top: 63px;
  margin-top: 3.9375rem;
  margin-bottom: 119px;
  margin-bottom: 7.4375rem;
}
@media screen and (min-width: 768px) {
  .detail__wrap.detail__wrap--bottom {
    margin-top: 7.375rem;
    margin-bottom: 7.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .detail__images {
    max-width: 42.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.detail__container.swiper {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 14px 0 22px;
  padding: 0.875rem 0 1.375rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .detail__container.swiper {
    border: 1px solid #cecece;
    padding: 1.6875rem 0 2.3125rem;
    margin: 0.125rem 0 0 0;
    max-width: 42.625rem;
    width: 100%;
  }
}

.detail__info {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif !important;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .detail__info {
    margin: 0 0 0 2.9375rem;
    max-width: 24.1875rem;
  }
}

.detail__wrap--bottom .detail__info {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .detail__wrap--bottom .detail__info {
    margin: 0 0 0 2.9375rem;
  }
}

.detail__product {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .detail__product {
    font-size: 1.75rem;
    line-height: 1.4642857143;
  }
}

.detail__price {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .detail__price {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}

.detail__price span {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .detail__price span {
    font-size: 1.6875rem;
  }
}

.detail__form__wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .detail__form__wrap {
    margin-top: 0.8125rem;
    display: block;
  }
}

.detail__form__wrap label {
  margin-left: 2px;
  margin-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .detail__form__wrap label {
    margin-left: 0.3125rem;
  }
}

.detail__quantity {
  border: 1px solid #5d5d5d;
  padding: 2px 16px 2px 5px;
  padding: 0.125rem 1rem 0.125rem 0.3125rem;
  width: 63px;
  width: 3.9375rem;
  text-align: right;
  margin-left: 9px;
  margin-left: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .detail__quantity {
    margin-left: 0.375rem;
  }
}

.detail__submit-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: 21px;
  margin-left: 1.3125rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .detail__submit-wrap {
    width: auto;
    margin: 1.375rem 0 0 auto;
  }
}

.detail__submit-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  left: 1.5625rem;
  width: 26px;
  width: 1.625rem;
  height: 22px;
  height: 1.375rem;
  background: url(https://img21.shop-pro.jp/PA01498/434/etc/cart.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .detail__submit-wrap::before {
    left: 2.125rem;
  }
}

.detail__submit {
  background-color: #c62315;
  color: #fff;
  width: min(52.8vw, 300px);
  width: min(52.8vw, 18.75rem);
  padding: 12px 0 12px 40px;
  padding: 0.75rem 0 0.75rem 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .detail__submit {
    max-width: 23.9375rem;
    width: 100%;
    padding: 1.09375rem 0;
  }
}

.detail__submit-wrap:hover {
  opacity: 0.8;
}

.detail__description {
  line-height: 1.75;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .detail__description {
    margin-top: 1.4375rem;
    line-height: 1.875;
    letter-spacing: 0.02em;
  }
}

.detail__guide {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail__guide {
    margin-top: 1.5625rem;
  }
}

.detail__guide a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.detail__guide a:nth-child(2) {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .detail__guide a:nth-child(2) {
    margin-top: 0.75rem;
  }
}

.detail__content {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .detail__content {
    margin-top: 3.3125rem;
  }
}

.detail__image-box {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 14px 0 22px;
  padding: 0.875rem 0 1.375rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .detail__image-box {
    border: 1px solid #cecece;
    padding: 1.6875rem 0 2.3125rem;
    margin: 0.125rem 0 0 0;
    max-width: 42.625rem;
    width: 100%;
  }
}

.detail__image {
  position: relative;
  margin-inline: auto;
  max-width: 85.33vw;
}
@media screen and (min-width: 768px) {
  .detail__image {
    max-width: 35.0625rem;
  }
}

.detail__image::before {
  content: "";
  display: block;
  padding-top: 75.04%;
}

.detail__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-bottom-title h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: lighter;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-bottom-title h2 {
    font-size: 2.625rem;
  }
}

.section-bottom-title img {
  padding-top: 9px;
  padding-top: 0.5625rem;
  width: 15px;
  width: 0.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .section-bottom-title img {
    padding-top: 1.1875rem;
  }
}

.sub-itemlist {
  margin-top: 26px;
  margin-top: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sub-itemlist {
    margin-top: inherit;
  }
}

.sub-itemlist__inner {
  padding-top: 11px;
  padding-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .sub-itemlist__inner {
    padding-right: 5.625rem;
    padding-right: 1.6rem;
  }
}

.sub-itemlist__title {
  margin-top: 99px;
  margin-top: 6.1875rem;
  margin-bottom: 26.5px;
  margin-bottom: 1.65625rem;
}
@media screen and (min-width: 768px) {
  .sub-itemlist__title {
    margin-top: 10.875rem;
    margin-bottom: 2.84375rem;
  }
}

.sub-itemlist__flex {
  margin-bottom: 105px;
  margin-bottom: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .sub-itemlist__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8.5625rem;
  }
}

.sub-item__container {
  padding-top: 23px;
  padding-top: 1.4375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px 13px;
  gap: 1.9375rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .sub-item__container {
    padding-top: inherit;
    max-width: 56.875rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6875rem 1.25rem;
  }
}

.leftside-bar {
  display: none;
}
@media screen and (min-width: 768px) {
  .leftside-bar {
    display: block;
    margin-right: 0.625rem;
    min-width: 170px;
  }
}

.leftside-bar__breadcrumb {
  font-size: 0.8125rem;
  font-size: 13px;
}

.leftside-bar__sub-itemlist nav {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.leftside-bar__sub-itemlist nav:first-child {
  margin-bottom: inherit;
}

.leftside-bar__title {
  font-size: 16px;
  display: inline-block;
  border-bottom: 2px solid #0f0f0f;
  margin-bottom: 14.5px;
  margin-bottom: 0.90625rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.leftside-bar__title:last-child {
  border-bottom: inherit;
  font-weight: 600;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  line-height: 1;
}

.leftside-bar__sub-itemlist nav ul li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .leftside-bar__souryou {
    color: #fff;
    background-color: #b23713;
    width: 9.8125rem;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 1.0625rem 0 1.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .leftside-bar__souryou span {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .leftside-bar__souryou .leftside-bar__souryou--small {
    font-size: 0.6875rem;
  }
}

.sub-section__item {
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .sub-section__item {
    display: none;
  }
}

.detail__container .swiper-wrapper::before,
.detail__container .swiper-wrapper::after,
.slider-thumbnail .swiper-wrapper::before,
.slider-thumbnail .swiper-wrapper::after {
  content: none;
}

.gallery-slider .swiper-wrapper {
  margin-inline: auto;
  max-width: 561px;
  max-width: 35.0625rem;
  height: 421px;
  height: 26.3125rem;
}

.slider-thumbnail {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .slider-thumbnail {
    margin-top: 1rem;
  }
}

.slider-thumbnail .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-thumbnail .swiper-slide:nth-child(n + 2) {
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .slider-thumbnail .swiper-slide:nth-child(n + 2) {
    margin-left: 0.75rem;
  }
}

.slider-thumbnail .swiper-slide:nth-child(6n) {
  margin-left: 0;
}

.slider-thumbnail .swiper-slide:nth-child(n + 6) {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .slider-thumbnail .swiper-slide:nth-child(n + 6) {
    margin-top: 0.6875rem;
  }
}

.slider-thumbnail .swiper-slide {
  max-width: calc(20% - 0.25rem);
  width: 100%;
  -webkit-transform: none !important;
  transform: none !important;
}
@media screen and (min-width: 768px) {
  .slider-thumbnail .swiper-slide {
    max-width: calc(20% - 0.6rem);
  }
}

.detail__container .swiper-wrapper {
  position: relative;
  margin-inline: auto;
}

.detail__container .swiper-slide {
  width: 100%;
}

.detail__container .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 64.03vw;
}
@media screen and (min-width: 768px) {
  .detail__container .swiper-slide::before {
    padding-top: 26.3125rem;
  }
}

.slider-thumbnail .swiper-slide {
  position: relative;
}

.slider-thumbnail .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 70%;
}
@media screen and (min-width: 768px) {
  .slider-thumbnail .swiper-slide::before {
    padding-top: 70.635%;
  }
}

.detail__container .swiper-slide img,
.slider-thumbnail .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail__container .swiper-slide img {
  max-width: 85.33vw;
}
@media screen and (min-width: 768px) {
  .detail__container .swiper-slide img {
    max-width: 35.0625rem;
  }
}

.slider-thumbnail .swiper-slide img {
  height: 100%;
}

.detail__container .swiper-button-prev,
.detail__container .swiper-button-next {
  position: absolute;
  top: 51%;
  width: 13px;
  width: 0.8125rem;
  height: 27px;
  height: 1.6875rem;
  margin-top: -22px;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .detail__container .swiper-button-prev,
  .detail__container .swiper-button-next {
    top: 49%;
  }
}

.detail__container .swiper-button-prev {
  left: 12px;
  left: 0.75rem;
  background-image: url(https://img21.shop-pro.jp/PA01498/434/etc/arrow_prev.png);
}
@media screen and (min-width: 768px) {
  .detail__container .swiper-button-prev {
    left: 0.8125rem;
  }
}

.detail__container .swiper-button-next {
  right: 11px;
  right: 0.6875rem;
  background-image: url(https://img21.shop-pro.jp/PA01498/434/etc/arrow_next.png);
}
@media screen and (min-width: 768px) {
  .detail__container .swiper-button-next {
    right: 1.1875rem;
  }
}
/*# sourceMappingURL=styles.css.map */


/* 小川について　about */

.shop__img-main {
	width: calc(100% + 25vw);
	margin: 0 -17vw 2.1875rem 0;
	overflow: hidden;
}
.shop__img-main img {
	z-index: 99;
	position: relative;
    max-height: 618px;
    max-height: 38.625rem;
    object-fit: cover;
}
.shop__txt1 {
    margin: 0 auto 100px;
}
.shop__txt1 h3 {
    font-size: 2.625rem;
    font-weight: normal;
    margin-bottom: 2.45rem;
}
.shop__txt1 p {
    line-height: 1.7;
    font-size: 16px;
}
.about-shop__container {
    max-width: 56.875rem;
}
@media screen and (max-width: 1090px) {
.about-shop__container {
    max-width: 52.875rem;
    max-width: 50.875rem;
}
}


.shop__ttl-stamp {
	text-align: center;
	font-size: 2.857142857rem;
	position: relative;
	letter-spacing: -0.3rem;
	font-weight: normal;
	margin-bottom: 1.5rem;
	padding-right: 80px;
}
.shop__ttl-stamp span {
    letter-spacing: 0;
}
.shop__ttl-stamp::after {
	content: "";
	display: inline-block;
	background: url("https://img21.shop-pro.jp/PA01498/434/etc/stamp.png") no-repeat top 0 right 0/3.5rem auto;
	width: 4.5rem;
	height: 3.4375rem;
	position: absolute;
	top: 0.1875rem;
}
.shop__img-1 {
    margin: 0 auto 1.875rem;
}
.shop__txt2 h3 {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: normal;
    line-height: 1.4;
}
.shop__txt2 {
    margin-bottom: 1.875rem;
}
.shop__txt2 p {
    line-height: 1.9;
    font-size: 16px;
}
.shop__img-2 {
    margin: 0 auto 3.75rem;
}
.shop__txt3 {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    margin-bottom: 5rem;
}
.shop__txt3 p {
    width: 39.3125rem;
    line-height: 1.65;
    font-size: 16px;
}
.shop__txt3 h3 {
    width: 18.5rem;
    font-size: 2rem;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.overflow {
    overflow: hidden;
}
.shop__flex1 {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shop__txt4 {
    width: 26.625rem;
    margin-top: 0.625rem;
}
.shop__txt4 p {
    font-size: 16px;
    line-height: 1.7;
}
.shop__txt4 h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: normal;
}
.shop__img-4 {
    width: 27.875rem;
    margin-top: 1.25rem;
}
.shop__img-4 img:first-child {
    margin-bottom: 1.25rem;
}
.shop__flex2 {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 4.1875rem auto;
    align-items: center;
}
.shop__flex2 h3 {
	width: 15.625rem;
	font-size: 2rem;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.shop__flex2 img {
    width: 100%;
}
.shop__img-5 {
    width: 23.875rem;
}
.shop__img-5 img {
    width: 100%;
}
/*
ul.shop__img-5 {
	display: flex;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 60vw;
	overflow: hidden;
}
*/
ul.shop__img-5 {
	display: flex;
	justify-content: right;
    width: 100vw;
    max-width: 55vw;
	overflow: hidden;
}



ul.shop__img-5 li {
    width: 49%;
    display: inline-block;
}
ul.shop__img-5 li:first-child {
    margin-right: 1%;
}
ul.shop__img-5 li img {
    width: 100%;
}
.shop__txt5 {
    max-width: 56.875rem;
    margin: 0 auto 6.25rem;
}
.shop__txt5 p {
    line-height: 1.7;
	font-size: 16px;
    margin-bottom: 3.125rem;
    
}
.hop__img-5 {
    width: 25.0625rem;
}
.shop__flex3 {
    display: flex;
    justify-content: flex-end;
    max-width: 56.875rem;
    margin: 3.125rem auto 3.125rem;
}
.shop__flex3 h3 {
	width: 15.625rem;
	font-size: 2rem;
	display: flex;
	font-weight: lighter;
}
.shop__flex3 img {
    width: 100%;
}
.shop__txt6 {
    max-width: 28.875rem;
    max-width: 58%;
    margin: 0 auto 3.125rem;
    padding-left: 2rem;
}
@media screen and (max-width: 1130px) {
.shop__txt6 {
	padding-left: 2rem;
}
.shop__flex3 {
	max-width: 90%;
}
}


.shop__txt6 h3 {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 0.9375rem;
}
.shop__txt6 p {
    line-height: 1.7;
	font-size: 16px;
}
.shop__ttl-center {
    text-align: center;
    font-size: 2rem;
	letter-spacing: -0.3rem;
	font-weight: normal;
	margin-bottom: 2.5rem;
}
ul.shop__feature {
	display: flex;
	flex-flow: row wrap;
    flex-wrap: wrap;
	justify-content: center;
    max-width: 56.875rem;
    margin: 0 auto 2.5rem;
}
ul.shop__feature li {
	width: 48.5%;
	border: solid 1px #ACACAC;
	padding: 1.875rem 1.5625rem 3.75rem;
	margin-bottom: 2.5rem;
    text-align: center;
    position: relative;
}
ul.shop__feature li:nth-child(even) {
    margin-left: 3%;
}
ul.shop__feature li:before {
    content: "";
	display: inline-block;
	border-top: solid 1px #ACACAC;
	width: 43px;
	position: absolute;
	top: 7px;
    right: -15px;
    transform:rotate(45deg);
}
ul.shop__feature li:after {
    content: "";
	display: inline-block;
	border-top: solid 1px #ACACAC;
	width: 43px;
	position: absolute;
	bottom: 7px;
    left: -15px;
    transform:rotate(45deg);
}
ul.shop__feature li h4 {
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 0.3125rem;
}
ul.shop__feature li h3 {
    font-size: 2rem;
    margin-bottom: 0.625rem;
    font-weight: normal;
    line-height: 1.3;
}
ul.shop__feature li p {
    text-align: left;
    line-height: 1.7;
}

ul.shop__feature {
	display: flex;
	flex-flow: row wrap;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 56.875rem;
	margin: auto;
}

.shop__flex4 {
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
    max-width: 56.875rem;
    margin: 0 auto 2.5rem;
}
.shop__txt7 {
    width: 26.625rem;
}
.shop__txt7 h3 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.125rem;
    font-weight: normal;
}
.shop__txt7 h4 {
    font-size: 1.125rem;
    margin: 1.125rem 0 0.25rem;
    font-weight: normal;
    letter-spacing: -1px;
}
.shop__txt7 {
    line-height: 1.8;
}
.shop__img-6 {
    width: 27.875rem;
}
.shop__img-6 img:first-child {
    margin-bottom: 3.125rem;
}
.mb50 {
    margin-bottom: 3.125rem;
}
.mb60 {
    margin-bottom: 3.75rem;
}
.shop__txt8 {
    max-width: 56.875rem;
    margin: 0 auto 3.125rem;
}
.shop__txt8 h3 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.125rem;
    font-weight: normal;
}
.shop__txt8 p {
    line-height: 1.7;
    margin-bottom: 3.75rem;
}
.shop__txt8 .button__goods-lists {
    margin-bottom: 6.875rem;
}

@media screen and (max-width: 767px) {
ul.shop__feature {
	max-width: 90%;
}
.smt_pankuzu {
    padding: 0 25px !important;
}
.shop__txt1 h3 {
	font-size: 1.4375rem;
	font-weight: normal;
	margin-bottom: 0.9375rem;
}
.shop__ttl-stamp {
	font-size: 1.4rem;
    letter-spacing: 0;
    padding-right: 60px;
}
.shop__ttl-stamp::after {
	background: url("https://img21.shop-pro.jp/PA01498/434/etc/stamp.png") no-repeat top 0 right 0/2.2rem auto;
	width: 2.8rem;
}
.shop__txt1 {
	margin: 0 auto 3.75rem;
}
.shop__txt2 h3 {
	font-size: 1.4375rem;
	margin-bottom: 0.9375rem;
}
.shop__txt3 h3 {
	font-size: 1.5rem;
}
.shop__flex1 {
	flex-wrap: wrap;
}
.shop__txt4 {
	width: 100%;
	margin: 0 auto 1.875rem;
}
.shop__img-4 {
	width: 100%;
}
ul.shop__img-5 {
	width: 100%;
	max-width: 100%;
}
.shop__flex2 h3 {
	width: 9.625rem;
	font-size: 1.325rem;
}
.sub-itemlist__flex {
	margin-bottom: 3.125rem;
}
.shop__txt5 {
	max-width: 90%;
}
.shop__txt5 p {
	margin-bottom: 2.125rem;
}
.shop__img-5 {
	width: 100%;
	margin-bottom: 1rem;
}
.shop__flex3 {
	flex-wrap: wrap;
}
.shop__txt6 {
	padding-left: 0;
	max-width: 100%;
    margin: 0 auto;
}
.shop__ttl-center {
	font-size: 1.425rem !important;
    margin-bottom: 1.2rem !important;
}
ul.shop__feature li {
	width: 100%;
	padding: 1.875rem 1.5625rem 1.9rem;
	margin-bottom: 2rem;
}
ul.shop__feature li:nth-child(even) {
    margin-left: 0%;
}
ul.shop__feature li h3 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
ul.shop__feature li h4 {
	font-size: 1rem;
}
.shop__flex4 {
	max-width: 90%;
	flex-wrap: wrap;
}
.shop__txt6 h3 {
	font-size: 1.5625rem;
}
.shop__txt7 {
	width: 100%;
}
.shop__txt7 h3 {
	font-size: 1.3375rem;
	line-height: 1.5;
	margin-bottom: .4rem;
}
.shop__img-6 {
	width: 100%;
	margin: 1.875rem auto 0;
}
.shop__img-6 img:first-child {
	margin-bottom: 1.5625rem;
}
.shop__txt8 {
	max-width: 90%;
	margin: 0 auto;
}
.shop__txt8 h3 {
	font-size: 1.3375rem;
	line-height: 1.5;
	margin-bottom: 0.4rem;
}
.shop__txt8 p {
	line-height: 1.7;
	margin-bottom: 1.875rem;
}
.shop__txt7 .mb60 {
	margin-bottom: 3.1875rem;
}
.shop__txt4 h3 {
	font-size: 1.4375rem;
}
.shop__txt3 {
	margin-bottom: 3.5rem;
}
}/* 767px */


/* よくあるご質問 */


ul.page_link {
	text-align: center;
	margin: 0 auto 3.125rem;
}
ul.page_link li {
	display: inline-block;
	margin-left: 1.875rem;
}
ul.page_link li:first-child {
	margin-left: 0;
}
ul.page_link li a {
	display: block;
	background: url("https://img21.shop-pro.jp/PA01498/434/etc/arrowDown.png") no-repeat 0 50%/18px auto;
	padding-left: 1.875rem;
    font-size: 16px;
}

.faq_area {
    margin-bottom: 1.875rem;
}
.faq_about_products h3 {
	font-size: 1.125rem;
    font-size: 18px;
	font-weight: normal;
	position: relative;
	margin: 0 auto;
	padding-left: 31px;
}
.faq_about_products h3::before {
	content: "";
	display: inline;
	border-left: solid 18px #1F1F1F;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.faq_area dl {
    padding: 35px 0;
    padding: 2.1875rem 0;
    border-bottom: solid 1px #ccc;
}
.faq_area dl:last-child {
    border-bottom: none;
}
.faq_area dl dt {
	font-size: 1.125rem;
    font-size: 18px;
	padding-left: 45px;
	position: relative;
	padding-bottom: 0.9375rem;
    line-height: 1.8;
}
.faq_area dl dt::before {
	content: "";
	display: inline-block;
	background: url("https://img21.shop-pro.jp/PA01498/434/etc/icon_q.png") no-repeat 0 0/32px auto;
	width: 32px;
	height: 32px;
    position: absolute;
    left: 0;
    top: -1px;
}
.faq_area dl dd {
    font-size: 1rem;
    font-size: 16px;
    padding-left: 45px;
    position: relative;
    line-height: 1.8;
}
.faq_area dl dd::before {
	content: "";
	display: inline-block;
	background: url("https://img21.shop-pro.jp/PA01498/434/etc/icon_a.png") no-repeat 0 0/32px auto;
	width: 32px;
	height: 32px;
    position: absolute;
    left: 0;
    top: -1px;
}

#accordion3 {
    max-width: 27rem;
    width: 80%;
    margin: auto;
	padding: .625rem 0.4rem 0rem 0.9375rem;
	font-size: 16px;
	line-height: 1;
	background: #fff;
	color: #000;
	cursor: pointer;
	border: 1px solid #707070;
    margin-bottom: 70px;
    margin-top: 40px;
}
#accordion3 .accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 1%;
}
#accordion3 .accordion_icon span:nth-of-type(1) {
	top: 23px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
#accordion3 .accordion_icon span:nth-of-type(2) {
	top: 23px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
#accordion3 .accordion_icon.active span:nth-of-type(2) {
	top: 23px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#accordion3 .inner_sub p {
	border-bottom: dotted 1px #777;
	padding: 12px 0;
}
#accordion3 .inner_sub p:last-child {
    border-bottom: none;
}
#accordion3 p.inner_ttl {
    border-bottom: none;
}
#accordion3 p.accordion_icon {
    border-bottom: none;
}
#accordion3 .inner_bg {
	background: #fff !important;
	margin: 0;
	padding: 0px;
}
#accordion3 .accordionlist dt .title {
	padding: 7px 2px 3px;
}
.ttl_first p {
    padding: 6px 0 18px;
}

#accordion3 .icon_first span:nth-of-type(1) {
	top: 20px;
}
#accordion3 .icon_first span:nth-of-type(2) {
	top: 20px;
}
#accordion3 .icon_first.active span:nth-of-type(2) {
	top: 20px;
}
#accordion3 .accordionlist dd {
	padding: 0px 5px 10px;
	border-top: none;
	background: #fff;
}
#accordion3 .accordionlist dt {
	border-top: 1px solid #777;
}


/**/
#accordion4 {
    max-width: 90%;
    margin: auto;
	padding: .625rem 0.4rem 0rem 0.9375rem;
	font-size: 16px;
	line-height: 1;
	background: #fff;
	color: #000;
	cursor: pointer;
	border: 1px solid #707070;
    margin-bottom: 30px;
}
#accordion4 .accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 1%;
}
#accordion4 .accordion_icon span:nth-of-type(1) {
	top: 23px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
#accordion4 .accordion_icon span:nth-of-type(2) {
	top: 23px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
#accordion4 .accordion_icon.active span:nth-of-type(2) {
	top: 23px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#accordion4 .inner_sub p {
	border-bottom: dotted 1px #777;
	padding: 12px 0;
}
#accordion4 .inner_sub p:last-child {
    border-bottom: none;
}
#accordion4 p.inner_ttl {
    border-bottom: none;
}
#accordion4 p.accordion_icon {
    border-bottom: none;
}
#accordion4 .inner_bg {
	background: #fff !important;
	margin: 0;
	padding: 0px;
}
#accordion4 .accordionlist dt .title {
	padding: 7px 2px 3px;
}
.ttl_first p {
    padding: 6px 0 18px;
}

#accordion4 .icon_first span:nth-of-type(1) {
	top: 20px;
}
#accordion4 .icon_first span:nth-of-type(2) {
	top: 20px;
}
#accordion4 .icon_first.active span:nth-of-type(2) {
	top: 20px;
}
#accordion4 .accordionlist dd {
	padding: 0px 5px 10px;
	border-top: none;
	background: #fff;
}
#accordion4 .accordionlist dt {
	border-top: 1px solid #777;
}

/* 商品詳細 */
@media screen and (max-width: 1030px) {
.u-container {
	max-width: 90% !important;
    margin: auto;
}
.slick-slide img {
	max-height: 100% !important;
	object-fit: cover;
	height: 100% !important;
}
.p-product-img__main {
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
}
.p-product-img {
	width: 100% !important;
}
.u-overflow-slide {
	margin: 10px auto;
}

.p-product-thumb-list__item {
	margin-right: 5px;
	padding-left: 0;
	padding-right: 0;
	width: 15% !important;
}
.p-product-thumb-list__img {
	width: 100% !important;
}

.p-product-thumb-list__item {
	margin-right: 1.5px !important;
	width: 15% !important;
}
.p-product-thumb-list__img img {
	max-height: 7vw !important;
	object-fit: cover;
	width: 100% !important;
}
}


@media screen and (max-width: 767px) {
.main-visual__title--pc {
	height: 60%;
}
.main-visual__title--pc {
	width: auto !important;
}
.change001 {
    top: 40% !important;
    right: 0% !important;
    left: auto !important;
}
.change002 {
	top: 40% !important;
	right: 0% !important;
	left: auto !important;
}
.change003 {
  width: auto !important;
  top: 40% !important;
  left: 50% !important;
}
.base01 {
	margin: 0 auto;
	max-width: 90% !important;
}
.global_header  h1#logo {
  text-align: center !important;
}
}/*767px*/







/* ---------------------------
  共通ーCSS
--------------------------- */

body {
  min-width: 375px;
  font-size: 14px;
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', '游明朝', 'YuMincho', 'Noto Serif JP', serif !important;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
  }
}
body.is-scroll-hidden {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000000;
  transition: all 0.1s ease;
}
a:hover {
  color: #444444;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1030px;
}
@media screen and (max-width: 1030px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.u-contents {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-text-right {
  text-align: right;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only {
  display: block;
}
.u-pc-only-inline {
  display: inline;
}
.u-pc-only-inlineBlock {
  display: inline-block;
}
.u-pc-only-Flex {
  display: flex;
}
.u-sp-only {
  display: none;
}
.u-sp-only-inline {
  display: none;
}

.u-sp-only-inline-block {
  display: none;
}
.u-sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
}
.u-hidden {
  overflow: hidden;
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
/* overflow slide */
@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}
/******************************/
/* Layout */
/******************************/
.l-main {
  padding-top: 0;
}
@media screen and (max-width: 1030px) {
  .l-main {
    margin-top: 0px !important;
    padding-top: 0;
  }
}
.l-bottom {
  margin-top: 60px;
}
.l-contents-wrap {
  display: flex;
  justify-content: space-between;
}

.l-contents-main {
	width: 100%;
	max-width: 56.875rem;
}
@media screen and (max-width: 1030px) {
  .l-contents-main {
    width: auto;
  }
}
.l-contents-side {
  order: -1;
  width: 220px;
}
@media screen and (max-width: 1030px) {
  .l-contents-side {
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
/***** side navi *****/
.l-side-navi {
  margin-bottom: 50px;
}
.l-side-navi__ttl {
  margin: 0;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-side-navi__ttl {
    font-size: 16px;
  }
}
.l-side-navi-list {
  border-bottom: 1px solid #7d7d7d;
}
.l-side-navi-list__item {
  border-top: 1px solid #7d7d7d;
}
.l-side-navi-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  border: 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  background: transparent;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    font-size: 14px;
    background: #ffffff;
    text-align: left;
  }
}
.l-side-navi-list__link.is-link:before {
  margin-top: -4px;
  transform: rotate(-45deg);
}
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
  background: transparent;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-side-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-side-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-side-navi-sub-list {
  display: none;
  padding: 5px 0;
  background: #fbfbfb;
}
.l-side-navi-sub-list__link {
  display: block;
  padding: 15px 15px 15px 30px;
}
/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -264px;
}
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 30px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.c-ttl-main__ja {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #909090;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}
.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 21px;
  letter-spacing: 0.3em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
  width: 100%;
}


@media screen and (max-width: 1030px) {
  .c-item-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 33%;
  transition: opacity 0.2s;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .c-item-list__item {
    margin-bottom: 45px;
    padding-left: 5px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-item-list__img {
    text-align: center;
  }
}
.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 79%;
}
.c-item-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__price {
  color: #909090;
  margin-top: 15px;
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-item-list__expl {
  margin-top: 15px;
}
.c-item-list__btn {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .c-item-list__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #000000;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
/***** FAVORITE *****/
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 9px;
  padding-right: 9px;
  width: 12.5%;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: 90px;
  }
}
.c-favorite-list__img {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__img {
    margin-bottom: 10px;
    width: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__img {
    width: 90px;
  }
}
.c-favorite-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-favorite-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-favorite-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.c-favorite-list__price {
  color: #909090;
  margin-top: 15px;
  font-size: 12px;
  white-space: normal;
}
.c-favorite-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}
/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #2c7258;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: rgba(44, 114, 88, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #ac0000;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #ac0000;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-bottom: 60px;
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
  }
}
.c-tbl-list__th {
  margin: 0;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 10px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-left: 0;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
  padding-top: 30px;
}
.c-breadcrumbs-list {
  padding-top: 15px;
  margin-bottom: 35px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs-list {
    font-size: 10px;
  }
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #000000;
}
/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}
/******************************/
/* header */
/******************************/
.l-header {
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1030px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 375px;
  }
}
.l-header.is-fixed, .l-header.is-open {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.l-header.is-fixed .l-header-main__in, .l-header.is-open .l-header-main__in {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  max-width: 750px;
}
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
  max-width: 450px;
  max-height: 40px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
    max-width: 170px;
  }
}
.l-header.is-fixed .l-header-logo__type-txt, .l-header.is-open .l-header-logo__type-txt {
  font-size: 12px;
}
.l-header.is-fixed .l-header-logo__txt, .l-header.is-open .l-header-logo__txt {
  display: none;
}
.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
  display: none;
}
.l-header.is-fixed .l-help-navi-box, .l-header.is-open .l-help-navi-box {
  display: none;
  position: static;
}
.l-header.is-fixed .l-header-search, .l-header.is-open .l-header-search {
  right: 80px;
}
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
  right: -65px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
    right: 0px;
  }
}
.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
  display: block;
}
@media screen and (max-width: 1030px) {
  .l-header-main {
    padding-right: 0;
  }
}
.l-header-main__in {
  padding-top: 30px;
}
@media screen and (max-width: 1030px) {
  .l-header-main__in {
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
  }
}
.l-header-logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    flex: 1;
    overflow: hidden;
  }
}
.l-header-logo__img {
  margin: 0;
  max-width: 450px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    font-size: 12px;
  }
}
.l-header-logo__img.is-txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img.is-txt {
    margin-bottom: 0;
  }
}
.l-header-logo__img img {
  max-width: 450px;
  max-height: 150px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img img {
    max-width: 170px;
    max-height: 40px;
  }
}
.l-header-logo__txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #909090;
  max-width: 450px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__txt {
    display: none;
  }
}
.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1030px) {
  .l-menu-btn {
    display: block;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 19px;
  width: 25px;
  height: 1px;
  background-color: #000000;
}
.l-menu-btn span:nth-of-type(1) {
  top: 25px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 35px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 10px;
  transform: translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top: 50px;
  transform: translateY(-20px) rotate(45deg);
}
/********** メインナビ **********/
.l-main-navi {
  position: relative;
  z-index: 100;
  height: 50px;
}
.is-fixed .l-main-navi {
  height: auto;
}
@media screen and (max-width: 1030px) {
  .l-main-navi {
    display: none;
  }
  .l-main-navi.is-on {
    display: block;
  }
}
@media screen and (min-width: 1030px) {
  .l-main-navi {
    display: block !important;
  }
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 60px;
  left: 0;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: calc(100% - 60px);
  background: #fafafa;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main-navi.is-open .l-main-navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 1000px;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-main-navi__in {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-main-navi.is-open .l-main-navi-list {
  display: block;
}
.l-main-navi.is-open .l-main-navi-list__ttl {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }
}
.l-main-navi.is-open .l-main-navi-list__link {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__link {
    display: block;
  }
}
.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0;
  }
}
.l-main-navi.is-open .l-help-navi-box {
  display: block;
}
.l-main-navi.is-open .l-help-navi-list {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
}
.l-main-navi.is-open .l-sns-navi-list {
  margin-top: 60px;
  margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-main-navi.is-open .l-mega-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu-list {
    display: block;
  }
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
  }
}
.l-main-navi-list__ttl {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-main-navi-list__item {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__item {
    border-top: 1px solid #eeeeee;
  }
}
.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 15px 40px 15px 30px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    background: #ffffff;
    text-align: left;
  }
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  background: #fafafa;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 0;
}
.l-main-navi-overlay.is-on {
  animation: anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********** メガメニュー **********/
.l-mega-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 60px 85px;
  width: 100%;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
}
.l-mega-menu-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #fafafa;
  }
}
.l-mega-menu-list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 20px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-mega-menu-list__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__item:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__link {
    display: block;
    padding: 20px 40px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
/********** 検索・カート **********/
.l-header-search {
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 15px;
  z-index: 1000;
}
@media screen and (max-width: 1030px) {
  .l-header-search {
    position: static;
  }
}
.l-header-search__contents {
  display: none;
}
.l-header-search__box {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 0 20px 25px;
  width: 1000px;
  background: #fafafa;
}
@media screen and (max-width: 1030px) {
  .l-header-search__box {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .l-header-search__btn {
    width: 50px;
  }
}
.l-header-search__btn img {
  width: 18px;
}
.l-header-search__btn.is-on {
  background: #fafafa;
}
.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
}
.l-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__submit img {
  width: 18px;
}
.l-header-search__close {
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}
.l-header-search__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}
.l-header-search__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}
.l-header-cart a {
  box-sizing: border-box;
  display: block;
  padding-top: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
}
.l-header-cart a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-header-cart a {
    width: 50px;
  }
}
.l-header-cart a img {
  width: 19px;
}
.p-global-header__cart-count {
  margin-left: 4px;
  font-weight: bold;
}
/********** ヘルプナビ **********/
.l-help-navi-box {
  display: flex;
  position: absolute;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 1030px) {
  .l-help-navi-box {
    display: block;
    position: static;
  }
}
.l-help-navi-box a {
  color: #000000;
}

.l-help-navi-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-help-navi-list {
    display: block;
    border-top: 1px solid #eeeeee;
  }
}
.l-help-navi-list__item {
  margin-left: 30px;
}
.l-help-navi-list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__link {
    display: block;
    position: relative;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
.l-sns-navi-list {
  display: flex;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list {
    justify-content: center;
  }
}
.l-sns-navi-list__item {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list__item {
    margin-right: 20px;
  }
}
.l-sns-navi-list__item:last-child {
  margin: 0;
}
/******************************/
/* STAFF CALENDAR */
/******************************/
.p-shop-info {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .p-shop-info {
    display: block;
  }
}
.p-shop-info .u-contents-s {
  flex: 1;
}
/********** STAFF **********/
.p-staff {
  box-sizing: border-box;
  flex: 1;
  padding: 50px;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding: 40px 20px;
  }
}
.p-staff + .p-calendar {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-staff + .p-calendar {
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-staff-box {
  overflow: hidden;
}
.p-staff__img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-staff__img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 90px;
  }
}
.p-staff__img-name {
  margin-top: 5px;
  font-size: 12px;
  color: #909090;
  text-align: center;
}
/********** CALENDAR **********/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
  padding: 50px 0 50px 30px;
  min-width: 510px;
}
@media screen and (max-width: 767px) {
  .p-calendar {
    padding-left: 0;
    min-width: inherit;
  }
}
.side_cal {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .side_cal {
    justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
  margin-left: 30px;
  width: 220px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .tbl_calendar {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: auto;
  }
}
.tbl_calendar:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.tbl_calendar th {
  padding-bottom: 5px;
  font-size: 13px;
}
.tbl_calendar td {
  padding: 5px;
  font-size: 13px;
}

.side_cal_memo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}
/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
  width: 33.3333%;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-shopguide-box {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-shopguide-head {
  margin-bottom: 25px;
  padding-top: 40px;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
}
.p-shopguide-head .c-ttl-sub {
  margin-bottom: 30px;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}
.p-shopguide__body {
  margin-bottom: 35px;
  margin-left: 0;
  color: #909090;
  overflow-wrap: break-word;
}
.p-shopguide__img {
  margin-bottom: 15px;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}
/******************************/
/* footer */
/******************************/
.l-footer {
  padding: 70px 0 50px 0;
  background: #f7f7f7;
}

.l-footer-main {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1030px) {
  .l-footer-main {
    display: block;
  }
}
.l-footer-shopinfo {
  flex: 1;
  margin-right: auto;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-footer-shopinfo {
    margin-bottom: 60px;
    text-align: center;
  }
}
.l-footer-shopinfo__logo img {
  max-width: 170px;
}
.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #909090;
}
.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  .l-footer-sns-list {
    margin-top: 50px;
    justify-content: center;
  }
}
.l-footer-sns-list__item {
  margin-right: 20px;
}
.l-footer-qrcode {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-qrcode {
    display: none;
  }
}
.l-footer-navi {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    display: block;
    margin-top: 50px;
  }
}
.l-footer-navi-list {
  margin-left: 90px;
}
@media screen and (max-width: 1030px) {
  .l-footer-navi-list {
    margin-left: 0;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list {
    width: auto;
  }
}
.l-footer-navi-list__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link {
    display: block;
    position: relative;
    /*padding: 14px 20px; */
  }
}
/*
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
*/
.l-footer-copyright {
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-copyright__logo {
  margin-top: 15px;
}
.l-copyright__logo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l-copyright__logo img {
  margin-left: 10px;
  width: 200px;
  height: 36px;
}
/***** CSS編集内style *****/
@charset "euc-jp";
body {
  background-color: <{$page_bgcolor}>;
  background-image: url(<{$page_bgimg}>);
  color: <{$font_color}>;
}
a {
  color: <{$link_normal}>;
}
a:hover {
  color: <{$link_hover}>;
}
/** icons **/
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
/******************************/
/* free page */
/******************************/
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.p-freepage__img {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.p-freepage__img img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}
.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}


.item__card {
	text-align: center;
}
.c-item-list__price {
	color: inherit !important;
	font-size: 1.25rem;
}
.l-side-navi__ttl {
	margin: 0;
	padding: 0;
	font-size: 16px;
	border-bottom: inherit;
	font-weight: normal;
	margin-bottom: 1.75rem;
	line-height: 1;
}
.l-side-navi-list__item {
	border-top: none;
}
.l-side-navi-sub-list {
	background: #fff;
	display: block !important;
	margin-bottom: 2.1875rem;
}
.l-side-navi-sub-list__link {
	display: block;
	padding: 0;
	margin-bottom: 0.825rem;
}
.l-side-navi-sub-list__link {
	display: block;
	padding: 0;
	margin-bottom: 0.625rem;
}
.leftside-bar__title {
	display: block;
}
.l-contents-side {
	order: -1;
	width: auto;
	margin-right: 0.625rem;
	min-width: 170px;
}
.l-side-navi-list {
	border-bottom: none;
}
.leftside-bar__souryou {
	margin-bottom: 70px;
}
.u-container {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 1100px;
}
@media screen and (max-width: 1220px) {
.u-container {
	width: 90%;
	margin: auto;
}
.c-item-list {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
}
@media screen and (max-width: 1030px) {
.l-contents-main {
	width: 100%;
	max-width: 100% !important;
}
.c-item-list {
	margin: auto;
}
.c-item-list__item {
	padding-left: 0;
	padding-right: 0;
}
}

.c-item-list {
	margin-left: 0;
	margin-right: 0;
	justify-content: space-between;
	margin-bottom: 70px;
}
.c-item-list::after {
    content: "";
    display: block;
    width: 32%;
}

.c-item-list__item {
	width: 32%;
	text-align: center;
}

@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 30px;
}
.l-contents-wrap {
	display: block;
}
.c-item-list__item {
	width: 49%;
	margin-bottom: 5px;
}
.c-item-list__img::before {
	padding-top: 78%;
}
.c-item-list {
	text-align: center;
}
.c-item-list__img {
	margin-bottom: 1.25rem;
}
.l-contents-side {
	display: none;
}
}

.contents {
    max-width: 1100px;
    margin: auto;
}
@media screen and (max-width: 1200px) {
.contents {
    max-width: 90%;
}
}
.guide_area h2 {
	font-size: 20px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.guide_sub {
    margin-bottom: 20px;
}
.guide_area p {
    font-size: 14px;
    line-height: 2;
}
.guide_area h2::before {
    content: "";
    display: inline;
    border-left: solid 16px #000;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
}
h2.guide_payment, .guide_cancel, .returns {
    margin-top: 70px;
}
.guide_area {
    margin-bottom: 130px !important
}

@media screen and (max-width: 769px) {
.guide_area h2 {
    font-size: 18px;
}
.guide_area h2 {
    font-size: 20px;
    position: relative;
    padding-left: 30px;
}
.guide_area h2::before {
    content: "";
    display: inline;
    border-left: solid 16px #000;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
}
}
dt {
	font-weight: normal !important;
}
@media screen and (max-width: 767px) {
.about .about__title {
	font-size: 1.25rem !important;
}
.shop__ttl-stamp {
	font-size: 1.3rem !important;
	letter-spacing: 0;
	padding-right: 30px !important;
	padding-top: 7px !important;
}
.shop__img-2 {
	margin: 0 auto 2rem !important;
}
.shop__txt5 {
	margin: 0 auto 3.25rem !important;
}
.shop__txt8 .button__goods-lists {
	margin-bottom: 3.875rem !important;
}
.p-product-form-stock {
	margin: 0;
}
.p-product-form-stock {
	width: 30% !important;
}
.smt_stock_and_cart {
	max-width: 100% !important;
}
.p-product-info {
	width: auto;
	max-width: 100% !important;
}
ul.page_link li:first-child {
	margin: 0 auto 10px;
}
ul.page_link li {
	display: block !important;
	margin-left: 0 !important;
	text-align: left;
}

.faq_about_products h3 {
	font-size: 16px !important;
}
.faq_area dl {
	padding: 1.5rem 0 !important;
}
.faq_area dl dt::before {
	background: url("https://img21.shop-pro.jp/PA01498/434/etc/icon_q.png") no-repeat 0 0/25px auto !important;
	width: 25px !important;
	height: 25px !important;
	top: 4px !important;
}
.faq_area dl dt {
	font-size: 17px !important;
	padding-left: 40px !important;
}
.faq_area dl dd::before {
	background: url("https://img21.shop-pro.jp/PA01498/434/etc/icon_a.png") no-repeat 0 0/25px auto !important;
	width: 25px !important;
	height: 25px !important;
	top: 4px !important;
}
.faq_area dl dd {
	padding-left: 40px !important;
}
.inner {
	width: 90% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.sub-itemlist__flex {
	margin-bottom: 0 !important;
}
img.smt_off {
  display:none !important;
}
.main-visual__title--pc {
	height: 60%;
}
.main-visual__title--pc {
  width: auto !importan;
}
.change001 {
  top: 40% !important;
}
.change002 {
  top: 40% !important;
}
.change003 {
  width: auto !importan;
  top: 40% !important;
  left: 50% !important;
}
.c-item-list__price {
	font-size: 0.9375rem !important;
	margin-top: 6px !important;
}
.info__text--smt .info__text--subtitle,.info__text03 .info__text--subtitle {
	margin-bottom: .7rem !important;
}
.about,.item {
	margin-bottom: 5.6875rem !important;
}
.shop__txt1 p,.shop__txt2 p,.shop__txt3 p,.shop__txt4 p,.shop__txt5 p {
	line-height: 1.65 !important;
}
.shop__txt3 {
	flex-wrap: wrap;
}
.shop__txt3 p {
	order: 1;
}
.shop__txt3 h3 {
	font-size: 1.4rem !important;
	line-height: 1.5 !important;
	margin-bottom: 15px !important;
	width: 100% !important;
	order: 0;
}
.sub-itemlist__inner {
	margin-bottom: 30px !important;
}
.shop__flex3 {
	margin: 1.125rem auto 3.125rem !important;
}
.shop__txt6 h3 {
	font-size: 1.4625rem !important;
}
.shop__flex3 {
	margin: 1.125rem auto 3.825rem !important;
}
.shop__ttl-center {
	font-size: 1.425rem !important;
	margin-bottom: 1.2rem !important;
}
.shop__flex2 {
	margin: 0 0 2.6875rem auto;
}
.info__text .info__text--subtitle {
	margin-bottom: .7rem !important;
}
.p-page__body-inner {
	border-top: none !important;
	border-bottom: none !important;
	padding: 0 !important;
	max-width: 90% !important;
	margin: auto !important;
}
.p-page__wrap .p-shop__header {
	width: auto;
	text-align: center !important;
	padding: 20px 0 !important;
	margin: auto !important;
}
.view_pc .p-page__container {
	max-width: 95% !important;
}
.base01 {
	margin: 0 auto;
	max-width: 90% !important;
}
.global_header  h1#logo {
  text-align: center !important;
}
}/*767px*/




/* bbb */


/*追加分*/
.cardimg{
  margin: 0 0 10px 0;
}
.cardimg img{
width: 280px;
}
.deliinfo{
width: 100%;
}
.deliinfo th{
border: 1px solid #999;
  padding: 15px;
  background: #eee;
}
.deliinfo td{
border: 1px solid #999;
  padding: 15px;
}
.cooltitle{
margin: 80px 0 0 0;
}
.red{
color: #ed1c24;
}

.accordionlist dd:last-child {
	border-bottom: solid 1px #111;
	margin-bottom: -1px;
}

.about-shop__container{
    margin: 0 auto;
}

.header__copy{
	font-size: 8px;
  font-weight: normal;
  margin-top: 1rem;
}
.header__logo {
	margin: 20px auto 0;
	margin: 0.5rem auto 0 !important;
	text-align: center;
}
.top .info-box {
	max-width:1150px;
    width: 90%;
}
.top .japanfoodbox {
	max-width: 1150px;
 	width: 90%;
}

.footer_right {
  display: flex;
  gap: 15px;
}
.side_section {
  max-width: 600px;
  margin: 0 auto;
}
.side_section h4 {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	font-weight: normal;
}
#footer .side_cal {
  gap: 30px;
}
.side_cal_memo {
  margin-top: 10px;
}
#footer .tbl_calendar {
  width: 100%;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin-left: 0;
}
#footer .tbl_calendar th, #footer .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width:1160px) {
  .footer_right {
	flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .side_section {
    margin-bottom: 50px;
    width: 90%;
    max-width: 350px;
  }
  #footer .tbl_calendar {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
	#footer .side_cal {
		display: flex;
		flex-direction: column;
	}
}
/* 20241118*/
#footer .footer__navi{
	font-size:0.85rem;
}







.content {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}
#news {
	margin-bottom: 100px;
}
#news .news_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px 30px;
}
#news .news_list ul li a img {
	height: auto;
	width: 100%;
	object-fit: cover;
}
#news .news_list ul li a p {
	margin: 10px 0 5px;
}
#news .news_content .news_img {
	margin-bottom: 25px;
}
#news .news_content .news_img img {
	height: auto;
	width: 100%;
	margin-bottom: 40px;
}
#news .news_content .news_img p {
	font-size: 15px;
	color: #919191;
	margin-bottom: 5px;
}
#news .news_content .news_img h3 {
	font-size: clamp(20px, 5vw, 28px);
	font-weight: normal;
}
#news .news_content .news_txt {
	margin-bottom: 100px;
}
#news .news_content .news_txt p {
	line-height: 2.0;
}
.wp-block-image, .wp-block-paragraph, .wp-block-heading, .wp-block-list {
  margin-bottom: 30px;
}
.wp-block-image:last-child, .wp-block-paragraph:last-child, .wp-block-heading:last-child, .wp-block-list:last-child {
  margin-bottom: 0;
}
.wp-block-list {
  list-style: disc;
  padding-left: 1rem;
}
.wp-block-quote {
  padding: 30px;
  background-color: #efefef;
}
#news .news_content .news_btn .post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#news .news_content .news_btn .post-navigation a {
	max-width: 180px;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 13px;
	border-radius: 50vh;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
#news .news_content .news_btn .post-navigation a::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}
#news .news_content .news_btn .post-navigation a.nav-prev::before {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	left: 30px;
}
#news .news_content .news_btn .post-navigation a.nav-next::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 30px;
}

@media screen and (max-width:896px) {
  #news .news_list ul {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
}