@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

#wrap {
  overflow-x: hidden;
}

.bg01 {
  background: #f7f7f7;
}

.bg01--01 {
  padding-bottom: 80px;
}

.bg01--02 {
  padding-bottom: 80px;
}

.container {
  margin: 0 20px;
}

.bg02 {
  margin: 0 -50vw;
  padding: 0 50vw;
}

.bg02--01 {
  background: rgba(245, 207, 202, 0.1);
}

.bg02--02 {
  background: #fff;
}

[data-animation] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

[data-animation="animated"] {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .scrollable {
    margin: 0 -20px;
    padding-left: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .scrollable__content {
    position: relative;
  }
  .scrollable__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 1px;
    width: 20px;
  }
  .scrollable__arrow {
    display: block;
    height: 65px;
    width: 65px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ff6767;
    opacity: 1;
    -webkit-transition: right 0.1s ease, opacity 0.5s ease;
    transition: right 0.1s ease, opacity 0.5s ease;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .scrollable__arrow.is-hide {
    opacity: 0;
    pointer-events: none;
  }
  .scrollable__arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 13px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

@media screen and (min-width: 768px), print {
  .smOnly {
    display: none !important;
  }
  body {
    min-width: 1280px;
  }
  .container {
    margin: 0 auto;
    width: 1040px;
  }
  .bg01--01 {
    padding-bottom: 100px;
  }
  .bg01--02 {
    padding-bottom: 180px;
  }
  .bg01--03 {
    margin-top: 60px;
    padding-top: 1px;
    padding-bottom: 100px;
  }
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.button--style01 {
  background: #fff;
  color: #ff9b9b;
  border: solid 2px #ff9b9b;
}

.button--style02,
.shop__open {
  background: #ff9b9b;
  color: #fff;
  border: solid 2px #ff9b9b;
}

.button--triangle02::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 9px;
  border-color: transparent transparent transparent currentColor;
  -webkit-transform: translateY(-50%);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: 10px;
}

.button--triangle::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 9px;
  border-color: transparent transparent transparent currentColor;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

@media screen and (min-width: 768px), print {
  .button {
    -webkit-transition: background 1s ease-out, color 1s ease-out;
    transition: background 1s ease-out, color 1s ease-out;
  }
  .button--style01:hover {
    background: #ff9b9b;
    color: #fff;
  }
  .button--style02:hover {
    background: #fff;
    color: #ff9b9b;
  }
  .button--triangle::after {
    right: 40px;
  }
  .button--triangle02::after {
    right: 40px;
  }
}

.cut-out {
  height: 0;
  width: 0;
  border-style: solid;
  position: absolute;
}

.cut-out--top-right {
  top: 0;
  right: 0;
}

.cut-out--bottom-right {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cut-out--bottom-left {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cut-out--top-left {
  top: 0;
  left: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.cut-out--color01 {
  border-color: transparent #fff transparent transparent;
}

.cut-out--color02 {
  border-color: transparent #f7f7f7 transparent transparent;
}

.cut-out--color03 {
  border-color: transparent #f5cfca transparent transparent;
}

.cut-out--size01 {
  border-width: 0 40px 40px 0;
}

.cut-out--size02 {
  border-width: 0 30px 30px 0;
}

.cut-out--size03 {
  border-width: 0 6px 6px 0;
}

.cut-out--size04 {
  border-width: 0 12px 12px 0;
}

.header {
  width: 100%;
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}

.header__logo {
  display: block;
  width: 72px;
}

.header__toggle-menu {
  margin: 0 -12px 0 auto;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    background: #fff;
  }
  .header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }
}

@media screen and (min-width: 768px), print {
  .header {
    position: absolute;
  }
  .header__inner {
    margin: 0 auto;
    padding: 38px 0 0 58px;
    width: 1250px;
  }
  .header__logo {
    width: 129px;
  }
  .header-nav {
    margin: 27px 0 0 77px;
    font-family: Hannari, serif;
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  .header-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__item + .header-nav__item {
    margin-left: 50px;
  }
  .header-nav__item a {
    position: relative;
  }
  .header-nav__item a::after {
    content: "";
    height: 2px;
    width: 0;
    background: #ff9b9b;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    position: absolute;
    bottom: -13px;
    left: 0;
  }
  .header-nav__item a:hover::after {
    width: 100%;
  }
  .header-nav__item.header-nav__item--style02 {
    margin-left: 60px;
  }
}

.footer-contact-button {
  margin: 0 20px 0;
  height: 65px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
}

.footer {
  margin-top: 74px;
  padding: 49px 0 86px;
  position: relative;
}

.footer__logo {
  display: block;
  margin: 0 auto;
  width: 129px;
}

.footer__copyright {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #ff9b9b;
  -webkit-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  white-space: nowrap;
  position: absolute;
  bottom: 42px;
  left: 50%;
}

.footer__back-to-top-wrap {
  height: 34px;
  width: 34px;
  position: absolute;
  top: 39px;
  right: 30px;
}

.footer__back-to-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  background: #ff9b9b;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 12px;
  line-height: 1.333333333;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.footer__back-to-top.is-visible {
  opacity: 1;
}

.footer__back-to-top.is-sticky {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
}

@media screen and (max-width: 767px) {
  .footer {
    border-top: solid 2px #ff9b9b;
  }
  .footer-contact-button {
    padding: 0 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px), print {
  .footer-contact-button {
    margin: 0 auto;
    height: 100px;
    width: 1040px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer {
    margin-top: 141px;
    padding: 0 0 146px;
  }
  .footer__inner {
    margin: 0 auto;
    width: 1040px;
  }
  .footer__logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__logo {
    margin: 0 40px;
  }
  .footer__logo-wrapper::before,
  .footer__logo-wrapper::after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 2px;
    background: #ff9b9b;
  }
  .footer-nav {
    margin-top: 50px;
    font-family: Hannari, serif;
    font-size: 15px;
    letter-spacing: 0.15em;
  }
  .footer-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-nav__item--02 {
    margin-left: 54px;
  }
  .footer-nav__item--03 {
    margin-left: 42px;
  }
  .footer-nav__item--04 {
    margin-left: 36px;
  }
  .footer-nav__item--05 {
    margin-left: 44px;
  }
  .footer__back-to-top {
    height: 75px;
    width: 75px;
    font-size: 13px;
    right: 68px;
    bottom: 68px;
  }
  .footer__back-to-top.is-sticky {
    left: auto;
    right: 0;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .footer__back-to-top-wrap {
    height: 68px;
    top: 64px;
    right: 68px;
  }
}

@media screen and (max-width: 374px) {
  .footer-contact-button {
    padding: 0 5.333333333vw;
    font-size: 4.533333333vw;
  }
}

.overlay-menu {
  height: 100%;
  width: 100%;
  background: #f5cfca;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay-menu__inner {
  padding-bottom: 31px;
  height: 100%;
  overflow-y: auto;
}

.overlay-menu__close01 {
  width: 32px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.overlay-menu__logo {
  display: block;
  margin: 73px auto 0;
  width: 160px;
}

.overlay-menu-nav {
  margin-top: 65px;
  font-family: Hannari, serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
}

.overlay-menu-nav__item + .overlay-menu-nav__item {
  margin-top: 42px;
}

.overlay-menu-nav__item--style01 a {
  position: relative;
}

.overlay-menu-nav__item--style01 a::after {
  content: "";
  margin: 0 auto;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -13px;
  left: 0;
}

.overlay-menu-nav__item.overlay-menu-nav__item--style02 {
  margin-top: 52px;
}

.overlay-menu__close02 {
  display: block;
  margin: 59px auto 0;
  width: 64px;
}

.main-visual {
  height: 100vh;
}

.main-visual-floating {
  z-index: 2;
  position: absolute;
}

.main-visual-floating::before {
  content: "";
  height: 272px;
  width: 306px;
  background: url(../img/img_main-visual-line01.png) no-repeat center;
  background-size: contain;
  position: absolute;
}

.main-visual-floating__text {
  font-family: Hannari, serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: absolute;
}

.main-visual-floating__text--style02 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.main-visual-floating__spans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 170px;
  position: absolute;
}

.main-visual-floating__spans > span {
  display: block;
  padding: 20px 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: Hannari, serif;
  font-size: 23px;
  line-height: 48px;
  letter-spacing: 12px;
  white-space: nowrap;
  background: #fff;
}

.main-visual-floating__spans > span span {
  display: inline-block;
  height: 0.5em;
}

.main-visual-floating__spans > span + span {
  margin-right: 13px;
}

.main-visual-slider {
  height: 100%;
  position: relative;
}

.main-visual-slider__slides {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.main-visual-slider__slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-visual-slider__slide > div {
  height: 100%;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.main-visual__inner {
  height: 100%;
}

.main-visual__scroll {
  width: 56px;
  z-index: 2;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .main-visual {
    padding-bottom: 55px;
    background: #f5cfca;
  }
  .main-visual__scroll {
    margin: 0 auto;
    right: 0;
    bottom: 20px;
    left: 0;
  }
  .main-visual-floating {
    top: 98px;
    left: 37px;
  }
  .main-visual-floating::before {
    top: -67px;
    left: -37px;
  }
  .main-visual-floating__spans {
    top: 33px;
    left: 0;
  }
  .main-visual-floating__text--style01 {
    top: 0;
    left: 80px;
  }
  .main-visual-floating__text--style02 {
    top: 21px;
    left: 189px;
  }
}

@media screen and (min-width: 768px), print {
  .main-visual {
    background: #f7f7f7;
    position: relative;
  }
  .main-visual-floating {
    top: 273px;
    right: 109px;
  }
  .main-visual-slider {
    height: calc(100vh - 44px);
    width: calc(100vw - 193px);
    z-index: 1;
    position: absolute;
    top: 142px;
    left: 0;
  }
  .main-visual__deco01 {
    height: 306px;
    width: 523px;
    background: #f5cfca;
    position: absolute;
    bottom: -235px;
    right: 0;
  }
  .main-visual__scroll {
    bottom: 25px;
    left: 36px;
  }
  .main-visual-floating::before {
    height: 128px;
    width: 95px;
    background-image: url(../img/img_main-visual-line01-pc.png);
    top: -118px;
    right: -109px;
  }
  .main-visual-floating__text {
    font-size: 18px;
  }
  .main-visual-floating__text--style01 {
    top: 0;
    right: 0;
  }
  .main-visual-floating__text--style02 {
    top: 24px;
    right: 0.2em;
  }
  .main-visual-floating__spans {
    top: 54px;
    right: 50px;
  }
  .main-visual-floating__spans {
    width: 239px;
  }
  .main-visual-floating__spans > span {
    padding: 24px 0;
    font-size: 35px;
    line-height: 67px;
    letter-spacing: 19px;
  }
  .main-visual-floating__spans > span + span {
    margin-right: 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .main-visual-slider {
    width: 1087px;
  }
}

.intro-section {
  margin-top: 60px;
}

.intro-section__inner {
  padding: 0 20px;
}

.intro-section__heading {
  font-family: Hannari, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.909090909;
  letter-spacing: 0.15em;
}

.intro-section__text {
  display: inline-block;
  margin-top: 44px;
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: 0.1em;
  text-align: left;
}

.intro-section__text u {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: solid 2px #ff9b9b;
}

.intro-section__img {
  margin: 0 -20px;
}

.intro-section__img img {
  width: 100%;
}

.intro-section__img01 {
  margin-top: 41px;
  margin-bottom: -3px;
}

.intro-section__img02 {
  margin-top: 42px;
  margin-bottom: -3px;
}

.intro-section__img02 {
  margin-top: 42px;
}

@media screen and (min-width: 768px), print {
  .intro-section {
    margin-top: 268px;
    position: relative;
  }
  .intro-section__bg {
    margin: 0 auto;
    width: 1040px;
    position: relative;
  }
  .intro-section__bg::before {
    content: "";
    height: 765px;
    width: 100vw;
    background: #f7f7f7;
    position: absolute;
    top: 351px;
    left: calc(-50vw - -520px);
  }
  .intro-section__bg::after {
    content: "";
    height: 1247px;
    width: 1366px;
    background: url(../img/bg_intro01.jpg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 208px;
    left: -163px;
  }
  .intro-section__inner {
    margin: 0 auto;
    padding: 0;
    width: 1040px;
    z-index: 1;
    position: relative;
  }
  .intro-section__heading {
    font-size: 30px;
    line-height: 2.333333333;
    letter-spacing: 0.22em;
  }
  .intro-section__text {
    margin-top: 93px;
    font-size: 16px;
    line-height: 2.75;
  }
  .intro-section__text ~ .intro-section__text {
    margin: 98px 0 0 530px;
    white-space: nowrap;
  }
  .intro-section__text u {
    padding-bottom: 11px;
  }
}

@media screen and (max-width: 374px) {
  .intro-section__heading {
    font-size: 5.866666667vw;
  }
}

.craftsmanship-section {
  margin-top: 80px;
}

.craftsmanship-section__picture::before {
  content: "";
  display: block;
  padding-top: 70.666666667%;
  background: url(../img/bg_craftsmanship.jpg) no-repeat center;
  background-size: cover;
}

.craftsmanship-section__inner {
  padding: 80px 20px 100px;
  position: relative;
}

.craftsmanship-section__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -88px;
  left: 20px;
}

.craftsmanship-section__heading span {
  padding: 0 20px;
  background: #fff;
  font-family: Hannari, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.15em;
}

.craftsmanship-section__heading span + span {
  margin-top: 10px;
}

.craftsmanship-section__text {
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: 0.1em;
  margin-top: 37px;
}

@media screen and (min-width: 768px), print {
  .craftsmanship-section {
    margin-top: 403px;
  }
  .craftsmanship-section__picture::before {
    padding-top: 40.263543192%;
    background-image: url(../img/bg_craftsmanship-pc.jpg);
  }
  .craftsmanship-section__inner {
    margin: 0 auto;
    width: 1040px;
  }
  .craftsmanship-section__heading {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: -136px;
    right: 0;
    left: auto;
  }
  .craftsmanship-section__heading span {
    padding: 20px 0;
    font-size: 26px;
    line-height: 60px;
    letter-spacing: 0.15em;
  }
  .craftsmanship-section__heading span + span {
    margin: 0 18px 0 0;
  }
  .craftsmanship-section__text {
    font-size: 16px;
    line-height: 2.5;
  }
}

@media screen and (max-width: 374px) {
  .craftsmanship-section__heading span {
    padding: 0 5.333333333vw;
    font-size: 5.333333333vw;
  }
}

.natural-mark-section {
  padding: 60px 0;
  background: #fff;
}

.natural-mark-section__inner {
  margin: 0 20px;
}

.natural-mark-section__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -20px;
  font-family: Hannari, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.818181818;
  letter-spacing: 0.1em;
}

.natural-mark-section__heading::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-left: 16px;
  height: 2px;
  background: #ff9b9b;
}

.natural-mark-section__text {
  margin-top: 32px;
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: 0.1em;
}

.natural-mark-section__picture {
  display: block;
  margin-top: 53px;
}

@media screen and (max-width: 767px) {
  .natural-mark-section__picture {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 335px;
  }
  .craftsmanship-section__heading span {
    font-weight: bold;
    font-family: "YuMincho";
  }
  .craftsmanship-section__inner {
    padding: 80px 20px 40px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .natural-mark-section {
    margin: 0 85px 0 0;
    padding: 100px 0 194px;
    clip-path: polygon(0 0, 98% 0, 100% 4%, 100% 100%, 2% 100%, 0 96%);
  }
  .natural-mark-section__inner {
    margin: 0 auto;
    width: 954px;
    position: relative;
  }
  .natural-mark-section__heading {
    margin-right: auto;
    font-size: 35px;
    width: 1277px;
  }
  .natural-mark-section__text {
    margin-top: 80px;
    font-size: 16px;
    line-height: 2.1875;
  }
  .natural-mark-section__picture {
    /* margin: 40px 0 0 -71px; */
    width: 491px;
    position: absolute;
    top: 30px;
    right: -100px;
  }
}

.sakura-selections-section {
  margin-top: 84px;
  padding: 60px 0 30px;
  background: #fff;
  clip-path: polygon(3% 0, 100% 0, 100% 97%, 98% 100%, 0 100%, 0 4%);
}

.sakura-selections-section__inner {
  margin: 0 20px;
}

.sakura-selections-section__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -20px;
  font-family: Hannari, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.818181818;
  letter-spacing: 0.1em;
}

.sakura-selections-section__heading::before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-right: 16px;
  height: 2px;
  background: #ff9b9b;
}

.sakura-selections-section__items {
  margin-top: 40px;
}

.sakura-selections-section__items02 {
  margin-top: 20px;
}

.sakura-selections-section__item {
  display: block;
}

@media screen and (max-width: 767px) {
  .sakura-selections-section__inner01 {
    padding-top: 70px;
  }
  .sakura-selections-section__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sakura-selections-section__heading::before {
    margin: 0 0 0 16px;
  }
  .sakura-selections-section__item + .sakura-selections-section__item {
    margin-top: 20px;
  }

  .sakura-selections-section__item img {
    width: 100%;
  }

  .sakura-selections-section__figcaption {
    padding: 20px 20px 20px;
    background: #ff9b9b;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.647058824;
    letter-spacing: 0.05em;
    position: relative;
  }
  .sakura-selections-section__figcaption::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6.5px 0 6.5px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
  }
  .sakura-selections-section {
    margin-top: 84px;
    padding: 0px 0px 110px 0px;
    background: #fff;
    clip-path: none;
  }
}

@media screen and (min-width: 768px) {
  .sakura-selections-section {
    margin: 100px 0 0 85px;
  }
  .sakura-selections-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 auto;
    width: 1097px;
  }
  .sakura-selections-section__heading {
    margin: 0;
    font-size: 35px;
    width: 1277px;
    letter-spacing: 0.2em;
  }
  .sakura-selections-section__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
    width: 100%;
    position: relative;
  }
  .sakura-selections-section__items02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    gap: 40.3px;
    margin-top: 0;
  }
  .sakura-selections-section__items::before {
    content: "";
    height: 840px;
    width: 880px;
    background: url(../img/bg_selection010.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -40px;
    right: -163px;
  }
  .sakura-selections-section__item {
    width: 244px;
    z-index: 1;
    position: relative;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .sakura-selections-section__item:hover {
    opacity: 0.5;
  }
  .sakura-selections-section__item + .sakura-selections-section__item {
    /* margin-left: 40px; */
    margin-bottom: 70px;
  }
  .sakura-selections-section__figcaption {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 374px) {
  .sakura-selections-section__figcaption {
    padding: 4vw 5.333333333vw 3.733333333vw;
    font-size: 4.533333333vw;
  }
}

.product-section {
  padding-top: 73px;
}

/* .product-section ~ .product-section {
  margin-top: 80px;
} */

.product-section__heading {
  font-family: "Noto Serif", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.428571429;
  letter-spacing: 0.15em;
}

.product-section__small-heading {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.product-section__text01 {
  margin-top: 27px;
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: 0.1em;
}

.product-section__text02 {
  margin-top: 57px;
  font-size: 14px;
  line-height: 2.142857143;
  letter-spacing: 0.1em;
  z-index: 1;
  position: relative;
}

.product-glide01 {
  margin-top: 41px;
  position: relative;
}

.product-glide01 .glide__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.product-glide01 .glide__bullet {
  height: 4px;
  width: 4px;
  background: #000;
  border: none;
  border-radius: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
}

.product-glide01 .glide__bullet + .glide__bullet {
  margin-left: 6px;
}

.product-glide01 .glide__bullet--active {
  background: #ff9b9b;
}

.product-glide01 .glide__arrow {
  height: 32px;
  width: 32px;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: -36px;
}

.product-glide01 .glide__arrow--left {
  left: 0;
}

.product-glide01 .glide__arrow--right {
  right: 0;
}

.product-glide01__deco {
  height: 103px;
  width: 175px;
  background: #f5cfca;
  position: absolute;
  right: -20px;
  bottom: -46px;
}

.product-detail {
  margin-top: 53px;
  padding: 49px 20px 0 20px;
  background: #f7f7f7;
}

.product-detail-header__name {
  font-family: "Noto Serif", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.product-detail-header__small-name {
  display: block;
  margin-top: 9px;
  font-family: Hannari, serif;
  font-size: 14px;
  letter-spacing: 0.15em;
}

.product-detail-header__dl {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.928571429;
  letter-spacing: 0.1em;
}
.product-detail-header__dl span {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 10px;
  text-indent: -20px;
  padding-left: 20px;
}

.product-detail-header__dl span.product-detail-header__dd_flame {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  display: inline;
  margin-top: 0;
  text-indent: 0;
  padding-left: 0;
}

.product-detail-header__dt {
  margin-top: 20px;
  font-weight: bold;
}

.product-detail-header__separator {
  margin: 22px 0 23px;
  height: 2px;
  background: #ff9b9b;
}

.product-detail-header__text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.product-section--style01 {
  background: #f7f7f7;
}

.product-section--style01 .product-detail {
  background: #fff;
}

.product-section--style01 .block01 {
  background: #f7f7f7;
}

.product-detail {
  overflow: hidden;
}

.product-glide01 .glide {
  z-index: 1;
}

.product-glide01__dummy {
  z-index: 1;
  position: relative;
}

.product-section ~ .product-section.product-section--seoto {
  margin-top: 0;
  padding-top: 170px;
}

@media screen and (max-width: 767px) {
  .product-section__heading {
    position: relative;
  }
  .product-section__heading::after {
    content: "";
    height: 77px;
    width: 61px;
    background: url(../img/img_heading-line02.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -88px;
    left: 7px;
  }
}

@media screen and (min-width: 768px) {
  .product-detail {
    display: none;
    margin-right: 163px;
    padding-top: 130px;
  }
  .product-detail__inner {
    margin: 0 auto;
    width: 877px;
  }
  .product-glide01__deco {
    height: 246px;
    width: calc(50vw - 520px + 353px);
    right: calc(-50vw + 520px);
    bottom: -90px;
  }
  .product-glide01 .glide__bullet {
    height: 6px;
    width: 6px;
  }
  .product-glide01 .glide__bullet + .glide__bullet {
    margin-left: 12px;
  }
  .product-section {
    padding-top: 170px;
  }
  .product-section--galleria,
  .product-section--rapt {
    padding-top: 200px;
  }
  .product-section__text02 {
    margin-top: 90px;
    font-size: 16px;
    line-height: 2.5;
    text-align: center;
  }
  .product-detail-header__name {
    font-size: 30px;
  }
  .product-detail-header__small-name {
    margin-top: 8px;
    font-size: 12px;
  }
  .product-detail-header__dl {
    margin-top: 29px;
    font-size: 16px;
    line-height: 2;
  }
  .product-glide01 .glide__arrow {
    height: 72px;
    width: 72px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
  }
  .product-glide01 .glide__arrow--left {
    left: -114px;
  }
  .product-glide01 .glide__arrow--right {
    right: -114px;
  }
  .product-detail-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-detail-header__left {
    width: 410px;
  }
  .product-detail-header__right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-left: 40px;
  }
  .product-section--style01 {
    margin-top: 50px;
    padding-bottom: 100px;
  }
  /* .product-section--rapt {
    padding-bottom: 150px;
   } */
  .product-section--style01 .product-detail {
    margin: 53px 0 0 163px;
  }
  .product-section__heading {
    display: inline-block;
    font-size: 50px;
    position: relative;
  }
  .product-section__heading::after {
    content: "";
    height: 112px;
    width: 89px;
    background: url(../img/img_heading-line01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -110px;
    right: -110px;
  }
  .product-section__small-heading {
    margin-top: 4px;
    font-size: 16px;
  }
  .product-section__text01 {
    margin-top: 27px;
    font-size: 16px;
  }
  .product-glide01 {
    margin-top: 40px;
  }
  .product-section--seoto {
    padding-top: 150px;
  }
  .product-section--seoto {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .product-seoto-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 410px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .product-glide01 .glide__arrow--left {
    left: -8.345534407vw;
  }
  .product-glide01 .glide__arrow--right {
    right: -8.345534407vw;
  }
  .product-glide01__deco {
    width: 512px;
    right: -120px;
  }
}

.block01 {
  margin-top: 33px;
  padding: 35px 30px 32px;
  background: #fff;
}

.block01__heading {
  font-family: Hannari, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.15em;
}

.block01__text {
  margin-top: 21px;
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: 0.1em;
}

.heading01 {
  margin-top: 51px;
  font-family: Hannari, serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.818181818;
  letter-spacing: 0.2em;
  text-align: center;
}

.table01 {
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  border-spacing: 0;
}

.table01 th,
.table01 td {
  border: solid 1px #fff;
}

.table01 th > div,
.table01 td > div {
  display: inline-block;
  text-align: left;
}

.table01 tbody {
  margin-top: -2px;
}

.table01__color01 {
  background: #ff6767;
  color: #fff;
}

.table01__color02 {
  background: #ff9b9b;
  color: #fff;
}

.table01__color03 {
  background: rgba(245, 207, 202, 0.7);
}

.table01__color04 {
  background: rgba(245, 207, 202, 0.4);
}

.hk-shelflex__picture01 {
  display: block;
  margin: 39px auto 0;
  max-width: 335px;
}

.hk-shelflex__text01 {
  margin-top: 39px;
  font-size: 14px;
  line-height: 1.857142857;
  letter-spacing: 0.1em;
}

.hk-shelflex__table01 {
  margin-top: 44px;
}

.hk-shelflex__text02 {
  margin-top: 21px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.hk-shelflex__text03 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.hk-shelflex__text04 {
  margin-top: 1px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.hk-shelflex-table {
  width: 621px;
}

.hk-shelflex-table__style01 {
  height: 53px;
}

.hk-shelflex-table__column01 {
  width: 39px;
}

.hk-shelflex-table__column02 {
  width: 280px;
}

.hk-shelflex-table__column03 {
  width: 128px;
}

.hk-shelflex-table__column04 {
  width: 166px;
}

.hk-shelflex-table__row01 {
  height: 38px;
}

.hk-shelflex-table__row02 {
  height: 70px;
}

.hk-shelflex-table__style01 th {
  border-bottom: none;
}

.hk-shelflex-table__style01 + tr th {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .product-section--style01 {
    margin-top: 80px;
  }
  .block01__heading {
    padding-bottom: 20px;
    position: relative;
  }
  .block01__heading::after {
    content: "";
    height: 2px;
    width: 73px;
    background: #ff9b9b;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .heading01 {
    padding-bottom: 22px;
    position: relative;
    text-align: left;
  }
  .grandage__heading {
    padding-bottom: 60px;
  }
  .heading01::after {
    content: "";
    height: 2px;
    width: 73px;
    background: #ff9b9b;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .heading01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading01::before,
  .heading01::after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 2px;
    background: #ff9b9b;
  }
  .heading01::before {
    margin-right: 40px;
  }
  .heading01::after {
    margin-left: 40px;
  }
  .hk-shelflex__picture01 {
    margin-top: 30px;
    max-width: none;
    width: 877px;
  }
  .hk-shelflex__text01 {
    font-size: 16px;
    text-align: center;
  }
  .hk-shelflex__text02 {
    text-align: right;
  }
  .hk-shelflex-table {
    margin: 0 auto;
    width: 871px;
  }
  .hk-shelflex-table__column01 {
    width: 54px;
  }
  .hk-shelflex-table__column02 {
    width: 318px;
  }
  .hk-shelflex-table__column03 {
    width: 243px;
  }
  .hk-shelflex-table__column04 {
    width: 250px;
  }
  .block01 {
    padding: 59px 60px 62px;
    margin-top: 60px;
  }
  .block01__heading {
    font-size: 22px;
    line-height: 1.909090909;
  }
  .block01__text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 374px) {
  .block01__heading {
    font-size: 5.333333333vw;
  }
}

.shop-information-section01 {
  padding: 60px 20px 40px;
  background: #fcf1ef;
  position: relative;
}

.shop-information-section01-block {
  display: block;
}

.shop-information-section01__heading {
  font-family: Hannari, serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.shop-information-section01__shops {
  margin-top: 53px;
}

.shop-information-section01__button {
  padding: 0 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.588235294;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
}

.shop-information-module01__button {
  margin-top: 15px;
  height: 53px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.shop-information-module01__button + .shop-information-module01__button {
  margin-top: 10px;
}

.shop-information-module01__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.shop-information-module01__logo {
  width: 185px;
}

.shop-information-module01__texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.shop-information-module01__address {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.666666667;
  letter-spacing: 0.1em;
}

.product-glide02 {
  margin-top: 26px;
}

.product-glide02 .glide__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.product-glide02 .glide__bullet {
  width: 81px;
  position: relative;
}

.product-glide02 .glide__bullet::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.64);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.product-glide02 .glide__bullet::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent #000 transparent;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.product-glide02 .glide__bullet--active::before,
.product-glide02 .glide__bullet--active::after {
  opacity: 1;
}

.product-glide02 .glide__bullet + .glide__bullet {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .shop-information-section01__heading {
    text-indent: 0.2em;
    text-align: center;
  }
  .shop-information-module01 + .shop-information-module01 {
    margin-top: 60px;
  }
  .shop-information-section01__button {
    display: flex;
    justify-content: center;
  }
  .shop-information-section01-wrap {
    display: block;
    /* padding: 70px 0; */
    /* background: #F7F7F7; */
  }
  .shop-information-section01-wrap--style01 {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .shop-information-section01 {
    margin: 60px auto 0;
    padding: 88px 78px 99px;
    width: 1196px;
  }
  .shop-information-section01-block {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }
  .shop-information-section01__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -78px;
    font-size: 30px;
  }
  .shop-information-section01__heading::after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-left: 40px;
    height: 2px;
    background: #ff9b9b;
  }
  .shop-information-section01__shops {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 60px;
    background: #fff;
  }
  .shop-information-section01__button {
    height: 100px;
    width: 48%;
    margin-bottom: 0;
  }
  .shop-information-module01 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
  .shop-information-module01 + .shop-information-module01 {
    margin-left: 86px;
  }
  .shop-information-module01__logo {
    width: 173px;
  }
  .shop-information-module01__tel {
    display: block;
    margin-top: 12px;
    font-family: "Noto Serif", serif;
    font-size: 22px;
    letter-spacing: 0.15em;
  }
  .shop-information-module01__address {
    margin-top: 9px;
    line-height: 1.6;
  }
  .shop-information-module01__button {
    margin-top: 25px;
  }
  .product-glide02 {
    margin: 0;
  }
}

@media screen and (max-width: 374px) {
  .shop-information-module01__logo {
    width: 49.333333333vw;
  }
  .shop-information-module01__address {
    font-size: 4vw;
  }
  .shop-information-section01__button {
    padding: 0 5.333333333vw;
    font-size: 4.533333333vw;
  }
  .heading01 {
    font-size: 5.866666667vw;
  }
  .product-glide02 .glide__bullet {
    width: 21.6vw;
  }
}

.shop-information-section02 {
  padding-top: 0px;
}

.shop-information-section02__heading {
  font-family: Hannari, serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.shop__open {
  cursor: pointer;
}

.shop-information-module02--style01 {
  margin-top: 33px;
}

.shop-information-module02__name {
  font-family: Hannari, serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.shop-information-module02__tel {
  margin-top: 8px;
  font-family: Hannari, serif;
  font-size: 18px;
  letter-spacing: 0.15em;
}

.shop-information-module02__address {
  margin-top: 5px;
  font-family: Hannari, serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.shop-information-module02__button {
  height: 53px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.shop-access-module {
  display: none;
  background: #f7f7f7;
  line-height: 32px;
}

.shop-access-module__heading01 {
  font-family: Hannari, serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.shop-access-module__heading02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 27px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.shop-access-module__heading02::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  height: 2px;
  background: #ff9b9b;
}

.shop-access-module__heading02 span {
  margin-right: 20px;
}

.shop-access-module__text {
  margin-top: 14px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.shop-access-module__text span {
  color: #ff9b9b;
}

.shop-access-module__separator {
  margin: 31px -20px 44px;
  height: 2px;
  background: #ff9b9b;
}

.shop-access-module__heading01 + .shop-access-module__text {
  margin-top: 27px;
}

.shop-access-module__text + .shop-access-module__text {
  margin-top: 15px;
}

.shop-access-module__text + .shop-access-module__heading02 {
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .shop-information-module02__inner {
    padding: 0 20px 50px;
  }
  .shop-information-module02--style02 {
    margin-top: 60px;
  }
  .shop-information-section02__heading {
    padding-left: 0.2em;
    text-align: center;
  }
  .shop-information-module02__name {
    margin-top: 16px;
  }
  .shop-access-module__inner {
    padding: 45px 20px 42px;
  }
  .shop-access-module__heading02 {
    margin-right: -20px;
  }
  .shop-information-module02__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shop-information-module02__contents {
    margin-top: 25px;
  }
  .button--googleMaps,
  .button--tel {
    width: 48%;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px), print {
  .shop-information-module02__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 auto;
    width: 1040px;
  }
  .shop-information-module02__figure {
    width: 533px;
  }
  .shop-information-module02__body {
    margin-left: 42px;
    width: 465px;
  }
  .shop-information-module02__name {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .shop-information-module02__tel {
    font-size: 22px;
  }
  .shop-information-module02__address {
    margin-top: 9px;
    padding-bottom: 15px;
    letter-spacing: 0.15em;
  }
  .shop-information-module02__button {
    margin-top: 15px;
    height: 60px;
  }
  .shop-access-module__inner {
    margin: 0 auto;
    width: 1040px;
  }
}

@media screen and (min-width: 768px), print {
  .shop-information-module02__inner {
    padding: 0 0 80px;
  }
  .shop-access-module__inner {
    padding: 69px 0 60px;
  }
  .shop-access-module__heading01 {
    font-size: 30px;
  }
  .shop-access-module__heading02 {
    margin-top: 38px;
  }
  .shop-access-module__heading02 span {
    font-size: 20px;
  }
  .shop-access-module__text {
    margin-top: 35px;
    font-size: 16px;
    line-height: 2.1875;
    letter-spacing: 0.035em;
  }
  .shop-access-module__separator {
    margin: 50px 0 57px;
  }
  .shop-access-module__heading01 + .shop-access-module__text {
    margin-top: 20px;
  }
  .shop-information-module02--style02 {
    margin-top: 101px;
  }
  .shop-information-section02__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1440px;
    font-size: 35px;
    position: relative;
    top: -27px;
  }
  .shop-information-section02__heading::before,
  .shop-information-section02__heading::after {
    content: "";
    height: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    background: #ff9b9b;
  }
  .shop-information-section02__heading::before {
    margin-right: 50px;
  }
  .shop-information-section02__heading::after {
    margin-left: 50px;
  }
  .shop-information-module02--style01 {
    margin-top: 92px;
  }
}

@media screen and (max-width: 374px) {
  .shop-information-module02__name {
    font-size: 5.866666667vw;
  }
}

.about-section__picture::before {
  content: "";
  display: block;
  padding-top: 70.666666667%;
  background: url(../img/bg_about01.jpg) no-repeat center;
  background-size: cover;
}

.about-section-heading {
  text-indent: 0.2em;
  font-family: Hannari, serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.2em;
  text-align: center;
}

.about-section-heading__inner {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}

.about-section-heading__inner::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #ff9b9b;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-section__text {
  margin-top: 31px;
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: 0.1em;
}

.about-section__inner {
  margin: 31px 20px 0;
  padding-top: 31px;
}

@media screen and (min-width: 768px) {
  .about-section {
    margin-top: 80px;
  }
  .about-section-heading {
    font-size: 30px;
  }
  .about-section__text {
    margin-top: 42px;
    text-indent: 0.1em;
    line-height: 3.333333333;
    text-align: center;
  }
  .about-section-heading__inner {
    padding-bottom: 23px;
  }
  .about-section__picture::before {
    padding-top: 40.263543192%;
    background-image: url(../img/bg_about01-pc.jpg);
  }
  .about-section__inner {
    margin-top: 80px;
  }
}

@media screen and (max-width: 374px) {
  .about-section-heading {
    font-size: 5.866666667vw;
  }
}

.promise-section {
  background: #fff;
}

.promise-section__inner {
  padding: 55px 20px 53px;
}

.promise-section__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -20px;
}

.promise-section__heading::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  height: 2px;
  background: #ff9b9b;
}

.promise-section__heading {
  font-family: Hannari, serif;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.2em;
}

.promise-section-list {
  margin-top: 35px;
  counter-reset: promise;
}

.promise-section-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: 0.1em;
  counter-increment: promise;
}

.promise-section-list__item::before {
  content: counter(promise) ".";
  margin-right: 11px;
  font-family: "Noto Serif", serif;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.15em;
  color: #ff9b9b;
}

.promise-section-list__item + .promise-section-list__item {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .promise-section {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px), print {
  .promise-section {
    margin: 120px 85px 0 0;
    z-index: 1;
    position: relative;
  }
  .promise-section__inner {
    margin: 0 auto;
    padding-top: 123px;
    padding-bottom: 130px;
    width: 934px;
  }
  .promise-section__heading {
    width: 1209px;
    font-size: 35px;
    letter-spacing: 0.1em;
  }
  .promise-section__heading::after {
    margin-left: 50px;
  }
  .promise-section-list {
    margin-top: 41px;
  }
  .promise-section-list__item {
    font-size: 18px;
    line-height: 2.333333333;
  }
  .promise-section-list__item::before {
    margin-right: 0;
    width: 59px;
    font-size: 30px;
    line-height: 42px;
  }
  .promise-section-list__item + .promise-section-list__item {
    margin-top: 25px;
  }
}

.fair-section {
  margin-top: 60px;
  background: #fff;
}

.fair-section__inner {
  padding: 52px 20px 59px;
}

.fair-section__heading {
  padding-bottom: 18px;
  font-family: Hannari, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.944444444;
  letter-spacing: 0.16em;
}

.fair-section__text {
  margin-top: 31px;
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: 0.1em;
}

.fair-section__mark {
  display: block;
  width: 215px;
}

@media screen and (max-width: 767px) {
  .fair-section__heading {
    position: relative;
  }
  .fair-section__heading::after {
    content: "";
    height: 2px;
    width: 73px;
    background: #ff9b9b;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .fair-section__mark {
    margin: 33px auto 0;
  }
}

@media screen and (min-width: 768px), print {
  .fair-section {
    margin: 100px 0 0 85px;
    position: relative;
  }
  .fair-section__outer {
    z-index: 1;
    background: #fff;
    position: relative;
  }
  .fair-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 auto;
    padding: 133px 0 140px 0;
    width: 1111px;
  }
  .fair-section__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1355px;
    font-size: 25px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .fair-section__heading::before {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-right: 50px;
    height: 2px;
    background: #ff9b9b;
  }
  .fair-section__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 24px;
  }
  .fair-section__mark {
    width: 186px;
  }
  .fair-section__text {
    margin: 39px 0 0 71px;
    font-size: 18px;
    line-height: 2.222222222;
  }
  .fair-section::before,
  .fair-section::after {
    content: "";
    background: #f5cfca;
    position: absolute;
  }
  .fair-section::after {
    height: 165px;
    width: 574px;
    right: 0;
    bottom: 100%;
  }
  .fair-section::before {
    height: 246px;
    width: 547px;
    top: calc(100% - 170px);
    left: -85px;
  }
}

@media screen and (max-width: 374px) {
  .fair-section__heading {
    font-size: 4.8vw;
  }
}

.solid-board-just01 {
  margin-top: 60px;
  padding: 60px 0 64px;
}

.solid-board-just01__heading {
  padding-left: 0.1em;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

.solid-board-just01__heading span,
.solid-board-just01__heading small {
  display: block;
}

.solid-board-just01__heading span {
  font-family: "Noto Serif", serif;
}

.solid-board-just01__heading small {
  margin-top: 7px;
  font-family: Hannari, serif;
  font-size: inherit;
}

.solid-board-just01__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.solid-board-just01__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #ff9b9b;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: italic;
  position: relative;
}

.solid-board-just01__number::after {
  content: "";
  height: 2px;
  width: 12px;
  background: #ff9b9b;
  -webkit-transform: translate(-1px, -2px) rotate(45deg);
  transform: translate(-1px, -2px) rotate(45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  top: 100%;
  left: 100%;
}

.solid-board-just01__text {
  margin: -7px 0 0 20px;
  font-size: 18px;
  line-height: 1.777777778;
  letter-spacing: 0.1em;
}

.solid-board-just01__list-wrapper {
  margin-top: 37px;
}

.solid-board-just02 {
  padding: 51px 0 0;
}

.solid-board-just02__heading {
  margin: 0;
}

.solid-board-just02__picture {
  display: block;
  margin-top: 35px;
}

.solid-board-just03 {
  margin-top: 60px;
}

.solid-board-just03__block01 {
  margin: 0;
  padding-bottom: 70px;
}

.solid-board-just03__picture {
  display: block;
  margin-top: 34px;
}

.solid-board-just-table {
  width: 621px;
  vertical-align: middle;
}

.solid-board-just-table__column01 {
  padding-left: 20px;
  width: 178px;
  text-align: left;
}

.solid-board-just-table__column02 {
  width: 240px;
}

.solid-board-just-table__column03 {
  width: 199px;
}

.solid-board-just-table__tr01 {
  background: #ff9b9b;
  color: #fff;
}

.solid-board-just-table__tr05 {
  height: 50px;
  background: #ff6767;
  color: #fff;
}

.solid-board-just-table__th01 {
  height: 46px;
  font-size: 15px;
}

.solid-board-just-table__th02 {
  height: 68px;
  font-size: 12px;
  line-height: 1.416666667;
  letter-spacing: 0.1em;
}

.solid-board-just-table__tr02,
.solid-board-just-table__tr03 {
  height: 55px;
  font-size: 13px;
}

.solid-board-just-table__tr02 td:first-of-type,
.solid-board-just-table__tr03 td:first-of-type {
  font-size: 14px;
}

.solid-board-just-table__tr02 {
  background: rgba(245, 207, 202, 0.7);
}

.solid-board-just-table__tr03 {
  background: rgba(245, 207, 202, 0.4);
}

.solid-board-just-table__tr02--style01,
.solid-board-just-table__tr03--style01 {
  height: 57px;
  font-size: 15px;
}

.solid-board-just-table__tr04 {
  height: 80px;
  background: #ff6767;
  color: #fff;
  font-size: 15px;
}

.solid-board-just-table__tr03 small,
.solid-board-just-table__tr02 small {
  font-size: 13px;
}

.solid-board-just-table__tr04 small {
  font-size: 12px;
}

.solid-board-just04 {
  margin-top: 50px;
}

.solid-board-just04__text {
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.solid-board-just01__number,
.solid-board-just01__text {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

@media screen and (max-width: 767px) {
  .solid-board-just01__list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .solid-board-just01__list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .solid-board-just01__item + .solid-board-just01__item {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .solid-board-just01 {
    margin-top: 60px;
  }
  .solid-board-just01__text {
    margin: 38px 0 0 8px;
    font-size: 16px;
  }
  .solid-board-just01__number {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
  .solid-board-just01__item + .solid-board-just01__item {
    margin-left: 9px;
  }
  .solid-board-just02__heading {
    text-align: center;
    line-height: 2;
  }
  .solid-board-just02 {
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: solid 2px #ff9b9b;
  }
  .solid-board-just02__picture {
    margin-top: 45px;
  }
  .solid-board-just03 {
    margin-top: 80px;
  }
  .solid-board-just03__block01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 65px 62px 60px;
  }
  .solid-board-just03__block01 .block01__heading {
    font-size: 22px;
    line-height: 1.909090909;
  }
  .solid-board-just03__block01 .block01__text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 2;
  }
  .solid-board-just03__picture {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin: 41px 0 0 46px;
    width: 298px;
  }
  .solid-board-just04 {
    margin-top: 55px;
  }
  .solid-board-just-table {
    width: 100%;
  }
  .solid-board-just-table__tr02,
  .solid-board-just-table__tr03 {
    font-size: 16px;
  }
  .solid-board-just-table__tr02 td:first-of-type,
  .solid-board-just-table__tr03 td:first-of-type {
    font-size: 15px;
  }
  .solid-board-just-table__tr04 {
    font-size: 18px;
  }
  .solid-board-just-table__tr04 td:first-of-type {
    font-size: 16px;
  }
  .solid-board-just-table__tr04 small {
    font-size: 13px;
  }
  .solid-board-just-table__th01 {
    font-size: 15px;
  }
  .solid-board-just-table__th02 {
    font-size: 15px;
  }
  .solid-board-just-table__column01 {
    padding-left: 40px;
    width: 263px;
  }
  .solid-board-just-table__column02 {
    width: 328px;
  }
  .solid-board-just-table__column03 {
    width: 276px;
  }
  .solid-board-just04__text {
    text-align: right;
  }
  .solid-board-just01__list-wrapper {
    margin-top: 47px;
  }
  .solid-board-just-table__tr02--style01,
  .solid-board-just-table__tr03--style01 {
    font-size: 18px;
    height: 80px;
  }
}

.detail-contents-item-left-title,
.detail-contents-item-right-title {
  font-family: Hannari, serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.detail-contents-item-right-text {
  margin-top: 22px;
  font-size: 15px;
  line-height: 2.133333333;
  letter-spacing: 0.1em;
}

.detail-contents-item,
.galleria01__item {
  padding: 33px 20px 60px;
}

.detail-contents-item-left-img {
  display: block;
  margin: 31px auto 0;
  width: 200px;
}

.product-detail-header__dl--seoto {
  font-size: 15px;
}

.detail-contents-table {
  width: 467px;
}

.detail-contents-table-text {
  margin-top: 19px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.detail-contents-table thead th {
  height: 56px;
  font-size: 14px;
  background: #ff6767;
  color: #fff;
}
.detail-contents-table.marron-table thead th {
  height: 100px;
  font-size: 14px;
  background: #ff6767;
  color: #fff;
  line-height: 1.8;
}

.detail-contents-table thead th span {
  margin-left: 20px;
  font-size: 16px;
}

.detail-contents-table thead th small {
  font-size: 12px;
}

.detail-contents-table__column01 {
  width: 207px;
}

.detail-contents-table__column02 {
  width: 257px;
}

.detail-contents-table__row01,
.detail-contents-table__row02 {
  height: 54px;
}

.detail-contents-table__row01 {
  background: rgba(245, 207, 202, 0.7);
}

.detail-contents-table__row02 {
  background: rgba(245, 207, 202, 0.4);
}

@media screen and (max-width: 767px) {
  .detail-contents {
    margin: 33px -20px 0;
  }
  .detail-contents-item-left-title,
  .detail-contents-item-right-title {
    text-indent: 0.1em;
    text-align: center;
  }
  .grandage01__title {
    font-family: Hannari;
  }
  .detail-contents-item:nth-of-type(odd) {
    background: #fff;
  }
  .detail-contents-item:nth-of-type(even) {
    background: #f7f7f7;
  }
  .grandage01__item:nth-of-type(odd) {
    background: #f7f7f7;
  }
  .grandage01__item:nth-of-type(even) {
    background: #fff;
  }
  .galleria01__item:nth-of-type(odd) {
    background: #f7f7f7;
  }
  .galleria01__item:nth-of-type(even) {
    background: #fff;
  }
  .rapt01__item:nth-of-type(odd) {
    background: #f7f7f7;
  }
  .rapt01__item:nth-of-type(even) {
    background: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .detail-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 72px auto 0;
    width: 870px;
  }
  .detail-contents-item,
  .galleria01__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 420px;
  }
  .detail-contents-item:nth-of-type(2n),
  .galleria01__item:nth-of-type(2n) {
    margin-left: 30px;
  }
  .detail-contents-item:nth-of-type(n + 3),
  .galleria01__item:nth-of-type(n + 3) {
    margin-top: 70px;
  }
  .detail-contents-item-left-img {
    margin: 0;
  }
  .detail-contents-item-left,
  .detail-contents-item-right {
    width: 200px;
  }
  .detail-contents-item-right {
    margin-left: 20px;
  }
  .detail-contents-item-left-title,
  .detail-contents-item-right-title {
    margin-top: -6px;
    font-size: 18px;
  }
  .grandage01__title {
    font-family: "游ゴシック体";
  }
  .ichimoku01__title {
    font-size: 14px;
    font-weight: 500;
    font-family: "游ゴシック体";
  }
  .detail-contents-item-right-text {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.857142857;
  }
  .gaelleria__mini01__text01,
  .gaelleria__mini01__text02 {
    margin-top: 0;
  }
  .detail-contents02 {
    margin-top: 60px;
  }
  .detail-contents-table {
    width: 100%;
  }
  .seoto03 {
    margin-top: 70px;
  }
  .detail-contents-table thead th {
    height: 49px;
    font-size: 16px;
  }
  .detail-contents-table.marron-table thead th {
    height: 117px;
    font-size: 16px;
    line-height: 2.5;
  }
  .detail-contents-table thead th small {
    font-size: 13px;
  }
  .detail-contents-table thead th span {
    margin-left: 15px;
    font-size: 18px;
  }
  .detail-contents-table__column01,
  .detail-contents-table__column02 {
    width: 50%;
  }
  .detail-contents-table-text {
    text-align: right;
  }
}

@media screen and (max-width: 767px), print {
  .detail-btn {
    width: 100%;
    padding: 25px;
    background: #ff9b9b;
    margin: 35px auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
  }
  .open::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 30px;
    right: 15px;
    background: url(../img/bg_btn01.png) no-repeat 0 0;
    background-size: 13px 9px;
    background-position: center;
  }
  .shop__open::after,
  .shop__open.close::after {
    top: 21px;
    right: 10px;
  }
  .close::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 30px;
    right: 15px;
    background: url(../img/bg_btn02.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
  .detail-btn p {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .detail-btn {
    width: 587px;
    height: 80px;
    background: #ff9b9b;
    margin: 50px auto 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  .open::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 35px;
    right: 40px;
    background: url(../img/bg_btn01.png) no-repeat 0 0;
    background-size: 13px 9px;
    background-position: center;
  }
  .shop__open::after,
  .shop__open.close::after {
    top: 23px;
  }
  .close::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 35px;
    right: 40px;
    background: url(../img/bg_btn02.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
  .detail-btn p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .heading-picture {
    display: block;
    margin: 78px auto 70px auto;
    width: 730px;
  }

  /* .product-section--galleria, .product-section--grandage {
    margin-top:50px;
   } */
}

@media screen and (max-width: 767px), print {
  .product-image {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px), print {
  .button--style01 {
    background: #fff;
    color: #ff9b9b;
    border: solid 2px #ff9b9b;
    padding: 17px;
  }
  .button--style02,
  .shop__open {
    background: #ff9b9b;
    color: #fff;
    border: solid 2px #ff9b9b;
    padding: 18px 15px;
  }
  .shop__open {
    margin-top: 15px;
  }
  .product-detail {
    display: none;
  }
  .detail-contents-item,
  .galleria01__item {
    padding: 40px 20px 50px;
  }
  .ichimoku02 {
    background: #f7f7f7;
    padding-top: 60px;
  }
  .product-section--galleria,
  .product-section--galleria__mini,
  .product-section--rapt {
    margin-top: 80px;
  }
  .shop-information-galleria__mini {
    margin-bottom: 60px;
  }
  .shop-information-section02 {
    padding-top: 70px;
  }
  .shop-information-module02__name {
    font-family: serif;
    margin-bottom: 10px;
  }
  .shop-information-module02__tel {
    font-family: serif;
  }
}

/* product--detail__carousel */
.container1,
.container2,
.container3,
.container11,
.container12 {
  max-width: 100%;
}
.panel-main img,
.thumbs img,
.panel-main2 img,
.thumbs2 img,
.panel-main3 img,
.thumbs3 img,
.panel-main11 img,
.thumbs11 img
.panel-main12 img,
.thumbs12 img {
  width: 100%;
  height: auto;
  position: relative;

  transition: all 0.9s ease-in-out;
}
.thumbs,
.thumbs2,
.thumbs3,
.thumbs11,
.thumbs12 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5px;
  margin-top: 20px;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.8s ease-in 1 forwards;
}
.thumbs__contents {
  position: relative;
}
.triangle::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 13px;
  height: 9px;
  background: url(../img/ico_triangle.png) no-repeat 0 0;
  background-size: cover;
  transition: all 0.6s;
}

@media screen and (max-width: 767px), print {
  .panel-main,
  .panel-main2,
  .panel-main3,
  .panel-main11,
  .panel-main12 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .contents-heading {
    width: 100%;
  }
  .contents-heading__block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 66px 0 60px 0;
  }
  .contents-heading__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .heading__contents-image {
    width: 110px;
    margin-right: 30px;
  }
  .heading__contents-image__right {
    width: 164px;
  }
  .heading__contents-detail h5 {
    font-size: 20px;
    font-family: "Noto Serif";
    font-weight: 500;
    letter-spacing: 0.15em;
  }
  .product-detail-header__dl--galleria {
    margin-top: 16px;
  }
  .product-detail-header__dl--galleria {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .product-detail-header__dt--galleria {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px), print {
  .contents-heading {
    width: 100%;
  }
  .contents-heading__block {
    width: 100%;
    margin: 60px 0;
  }
  .heading__contents-image {
    width: 27%;
    margin-bottom: 30px;
  }
  .galleria__heading__contents-top {
    margin-bottom: 60px;
  }
  .heading__contents-image__right {
    width: 40.5%;
  }
  .heading__contents-detail h5 {
    font-size: 20px;
    font-family: "Noto Serif";
    font-weight: 500;
    letter-spacing: 0.15em;
  }
  .product-detail-header__dl--galleria {
    margin-top: 20px;
  }
  .product-detail-header__dl--galleria {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .product-detail-header__dt--galleria {
    margin-top: 0;
  }
  .intro-section__logo {
    margin: 0 auto;
  }
  .intro-section__heading {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .galleria-mini__heading__block {
    justify-content: center;
  }
  .intro-section__logo {
    position: absolute;
    top: -140px;
  }
}
.intro-section__logo {
  width: 285px;
}
.open-text {
  white-space: nowrap;
}

@media screen and (max-width: 767px), print {
  .shop-information-section02 .shop-information-module02__button {
    font-size: 15px;
  }

  .footer-contact-button {
    font-size: 15px;
  }
}
