.fnt-hannari {
  font-family: "HannariMincho";
}

.fnt-shippori {
  font-family: "Shippori Mincho";
}

.fnt-zenold {
  font-family: "Zen Old Mincho";
}

.fnt-amiri {
  font-family: "Amiri";
}

.fnt-cg {
  font-family: "Cormorant Garamond";
}

.fnt-caslon {
  font-family: "Caslon Pro";
}

em {
  font-style: normal;
}

iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
}

@-webkit-keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.fadeInBlur {
  -webkit-animation-name: fadeInBlur;
  animation-name: fadeInBlur;
  animation-duration: 1s;
  animation-delay: 0.2s;
}

.img-object img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.slick-slider {
  z-index: 0;
}

.slick-slider .slick-dots {
  text-align: center;
  display: flex;
  column-gap: 4vw;
}

.slick-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: none;
  background: url(../img/shoplist_irichoseika/dots.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-slider .slick-dots button:hover {
  opacity: 0.8;
}

.slick-slider .slick-dots .slick-active button {
  background: url(../img/shoplist_irichoseika/dots_active.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  width: 17vw;
  height: 17vw;
}

.slick-slider .slick-arrow:hover {
  opacity: 0.8;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
  background: url(../img/shoplist_irichoseika/prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  background: url(../img/shoplist_irichoseika/next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-nav .slick-list,
.slider-nav .slick-track {
  transform: translate3d(0, 0, 0) !important;
}

.slider-nav .slick-slide {
  cursor: pointer;
  line-height: 0;
}

.slider-nav .slick-slide:hover {
  opacity: 0.8;
}

.hvr-radial-out {
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 25px;
  border: 1px solid;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  padding: 9px 22px;
  max-width: 300px;
  box-sizing: border-box;
  text-align: center;
}

.hvr-radial-out:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #fcfaf5;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5e5347;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover {
  color: #fff;
  text-decoration: none;
}

.hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.btn-popup:after {
  width: 14px;
  height: 14px;
  background-image: url("../img/shoplist_irichoseika/ico_link_btn.png");
  background-size: 100%;
  border: none;
}

.btn-orange {
  background: #dd7b15;
  color: #fff;
  font-size: 20px;
  line-height: 1.375;
  text-transform: uppercase;
  border: none;
  max-width: none;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 45px;
}

.bgsec-parallax {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btn-orange {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 370px) {
  .hvr-radial-out {
    border-radius: 10vw;
    font-size: 4.3vw;
    padding: 2.4vw 5.9vw;
    max-width: 80vw;
  }
  .hvr-radial-out:after {
    border-width: 1.3vw 0 1.3vw 2.7vw;
    right: 5.9vw;
  }
  .btn-popup:after {
    width: 3.7vw;
    height: 3.7vw;
  }
  .btn-orange {
    font-size: 5.3vw;
    padding-top: 5.1vw;
    padding-bottom: 5.1vw;
    max-width: none;
    border-radius: 20vw;
  }
  .btn-orange:after {
    right: 5.3vw;
  }
}

body {
  color: #5e5347;
  font-family: "Shippori Mincho";
  background-image: url(../img/shoplist_irichoseika/bgbody.jpg);
  background-position: center top;
  background-repeat: repeat;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.875;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body:before {
    content: "";
    /* background: rgba(0, 0, 0, 0.7); */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    transition: 0.3s all ease;
  }
}

body.nav--opened:before {
  opacity: 1;
}

a,
img {
  transition: 0.3s all ease;
}

main:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2vw solid #37302a;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  main:before {
    border-width: 8px;
  }
}

.txt {
  text-align: justify;
}

.img-radius {
  border-radius: 5px;
  overflow: hidden;
}

.d-flex {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .for-pc {
    display: none;
  }
  .btn-orange:after {
    right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .for-sp {
    display: none;
  }
  .d-flex-pc {
    display: flex;
  }
  .slick-slider .slick-dots {
    column-gap: 16px;
  }
  .slick-slider .slick-arrow {
    width: 73px;
    height: 73px;
  }
  .btn-orange {
    font-size: 23px;
    line-height: 1.869;
    border-radius: 36px;
  }
  .btn-orange:after {
    right: 30px;
  }
  .img-parallax {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: -1;
    transform: translateZ(0);
  }
}

/*add*/
.hamburger {
  width: 50px;
  height: 50px;
  padding: 12px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  border-radius: 50%;
  background: #5e5347;
  position: fixed;
  right: 3.2vw;
  top: 8.4vw;
  z-index: 99;
  box-sizing: border-box;
}

.hamburger .hamburger-box {
  width: 22px;
  height: 8px;
  display: inline-block;
  position: relative;
}

.hamburger .hamburger-inner {
  display: block;
  top: 0px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  width: 22px;
  height: 1px;
  background-color: #f4eede;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity, width;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}

.hamburger .hamburger-inner::after {
  top: 0px;
}

.hamburger.is-active {
  padding: 0px 10px 12px;
}

.hamburger.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(30deg);
}

.hamburger.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger.is-active .hamburger-inner::after {
  transform: translate3d(0, 0px, 0) rotate(-60deg);
}

@media screen and (min-width: 768px) {
  .hamburger {
    width: 45px;
    height: 45px;
    right: 29px;
    top: 37px;
  }
  .hamburger .hamburger-box {
    width: 20px;
  }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::before,
  .hamburger .hamburger-inner::after {
    width: 20px;
  }
  .hamburger:hover .hamburger-inner::before {
    width: 12px;
  }
}

.menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8.4vw 6.7vw 20vw;
  background: url("../img/shoplist_irichoseika/bgbody.jpg");
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  overflow: auto;
  transform: translateX(100%);
}

.menu-toggle .tel {
  font-size: 9.3vw;
  line-height: 11vw;
  letter-spacing: 0;
  margin-bottom: 3vw;
}

.menu-toggle .tel img {
  width: 6.1vw;
  margin: -1vw 2.2vw 0 0;
}

.menu-toggle .navi {
  font-size: 5.3vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 6vw;
  margin-bottom: 9.6vw;
}

.menu-toggle .navi small {
  display: block;
  color: #dd7b15;
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 5vw;
}

.menu-toggle .navi li a {
  display: block;
  padding: 5vw 0 3vw;
  position: relative;
}

.menu-toggle .navi li a:after {
  content: "";
  height: 2px;
  background: url("../img/shoplist_irichoseika/line.png") repeat-x left
    bottom/375px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.menu-toggle .navi li a:hover {
  text-decoration: none;
}

.menu-toggle .navi li a.active:after {
  opacity: 1;
}

.menu-toggle .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 9.9vw;
}

.menu-toggle .sns li {
  width: 10.7vw;
  margin: 0 3vw;
}

.menu-toggle .btn-top {
  width: 80vw;
  margin: 0 auto;
}

.menu-toggle .btn-top a {
  height: 17.3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #dd7b15;
  color: #fcfaf5;
  text-align: center;
  border-radius: 10vw;
  position: relative;
}

.menu-toggle .btn-top a:after {
  font-size: 2.4vw;
  right: 8vw;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    width: 544px;
    padding: 32px 88px 100px 48px;
  }
  .menu-toggle .tel {
    display: table;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 16px;
    position: relative;
  }
  .menu-toggle .tel:after {
    content: "";
    height: 32px;
    border-right: 1px dashed #47413b;
    position: absolute;
    right: -28px;
    top: 14px;
  }
  .menu-toggle .tel img {
    width: 24px;
    margin: -4px 14px 0 0;
  }
  .menu-toggle .navi {
    font-size: 20px;
    line-height: 30px;
    margin: 0 30px 46px 35px;
  }
  .menu-toggle .navi small {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: -5px;
  }
  .menu-toggle .navi li a {
    padding: 26px 0 6px;
  }
  .menu-toggle .navi li a:after {
    transition: 0.3s all ease;
  }
  .menu-toggle .navi li a:hover:after {
    opacity: 1;
  }
  .menu-toggle .sns {
    justify-content: flex-end;
    margin-bottom: 0;
    position: absolute;
    top: 44px;
    left: 338px;
    z-index: 1;
  }
  .menu-toggle .sns li {
    width: 29px;
    margin: 0 0 0 17px;
  }
  .menu-toggle .sns li img {
    width: 100%;
    height: auto;
  }
  .menu-toggle .btn-top {
    width: 300px;
  }
  .menu-toggle .btn-top a {
    height: 50px;
    border-radius: 30px;
    border: 1px solid #fff;
    padding-right: 31px;
    padding-bottom: 12px;
  }
  .menu-toggle .btn-top a:after {
    font-size: 8px;
    right: 20px;
  }
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu-toggle,
body.nav--opened #menu-toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.nav--opened #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0);
}

.nav--opened #menu-toggle ul li {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.nav--opened #pagetop,
.nav--opened #ft-fixed {
  z-index: -1;
}

header {
  padding-top: 8.7vw;
  position: relative;
}

header:before {
  content: "";
  height: 10vw;
  background-image: url("../img/shoplist_irichoseika/bgbody.jpg");
  position: absolute;
  left: 1.8vw;
  right: 1.8vw;
  top: 2vw;
  z-index: -1;
  border-radius: 2vw 2vw 0 0;
}

header:after {
  content: "";
  height: 10vw;
  background: #37302a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -2;
}

header h1 {
  height: 300px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  position: absolute;
  right: 6vw;
  top: 100px;
  z-index: 1;
}

header .header-group {
  width: 48.3vw;
  margin: 0 auto 15.2vw;
}

@media only screen and (min-width: 768px) {
  header {
    padding-top: 37px;
    z-index: 9;
  }
  header:before {
    height: 100px;
    left: 8px;
    right: 8px;
    top: 8px;
    border-radius: 10px 10px 0 0;
  }
  header:after {
    height: 100px;
  }
  header h1 {
    height: 865px;
    font-size: 14px;
    line-height: 20px;
    right: auto;
    left: 19px;
    top: 32px;
  }
  header .header-group {
    width: 207px;
    margin: 0 0 0 66px;
  }
  header .header-group .logo {
    margin-bottom: 18px;
  }
  header .header-group .tel {
    border-top: 4px solid #5e5347;
    border-bottom: 4px solid #5e5347;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
    padding: 10px 0 8px;
    margin-bottom: 16px;
  }
  header .header-group .tel:before {
    content: "";
    border-top: 1px solid #5e5347;
    border-bottom: 1px solid #5e5347;
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 2px;
  }
  header .header-group .tel span {
    display: block;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0.03em;
  }
  header .header-group .tel span img {
    margin: -4px 8px 0 0;
  }
  header .header-group .sns {
    display: flex;
    justify-content: center;
  }
  header .header-group .sns li + li {
    margin-left: 21px;
  }
  header nav {
    position: absolute;
    top: 54px;
    right: 94px;
    z-index: 2;
  }
  header nav .navi {
    display: flex;
  }
  header nav .navi li {
    margin-left: 7px;
  }
  header nav .navi li a {
    width: 43px;
    height: 139px;
    display: flex;
    flex-direction: column-reverse;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    cursor: pointer;
    padding-right: 5px;
    white-space: nowrap;
  }
  header nav .navi li a:after {
    content: "";
    width: 2px;
    background-image: url("../img/shoplist_irichoseika/line_ver.png");
    background-repeat: repeat-y;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s all ease;
    opacity: 0;
  }
  header nav .navi li a small.txt-latin {
    text-align: left;
    cursor: pointer;
    display: block;
    color: #dd7b15;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 18px;
  }
  header nav .navi li a:hover {
    text-decoration: none;
  }
  header nav .navi li a.active:after,
  header nav .navi li a:hover:after {
    opacity: 1;
  }
}

/*end add*/
#kv {
  padding-bottom: 16.8vw;
}

#kv .img-group1 {
  position: relative;
  margin-bottom: 16.3vw;
}

#kv .img-group1 .img1 {
  width: 76vw;
  margin: 0 0 5.9vw -15.3vw;
}

#kv .img-group1 .img2 {
  width: 39.6vw;
  margin-left: 9.2vw;
}

#kv .img-group1 .img2 img {
  border-radius: 1.2vw;
}

#kv .img-group1 .deco-apple {
  width: 17.9vw;
  position: absolute;
  left: 44.9vw;
  top: 66.9vw;
  z-index: 1;
}

#kv h2 {
  margin: 0 -6.5vw 32vw;
}

#kv .img-group2 {
  position: relative;
  margin-bottom: 20.9vw;
}

#kv .img-group2 .kv-slider {
  width: 84.4vw;
  margin: 0 -3.3vw 0 auto;
  line-height: 0;
}

#kv .img-group2 .kv-slider img {
  border-radius: 1.2vw;
}

#kv .img-group2 .kv-slider .slick-dots {
  position: absolute;
  bottom: 3.6vw;
  right: 4vw;
  z-index: 1;
}

#kv .img-group2 .deco-straw1 {
  width: 20.7vw;
  position: absolute;
  left: -1.6vw;
  top: -11.3vw;
  z-index: 1;
}

#kv .img-group2 .deco-straw2 {
  width: 14.5vw;
  position: absolute;
  left: 44.9vw;
  bottom: -29.6vw;
  z-index: 2;
}

#kv .img-group3 {
  position: relative;
}

#kv .img-group3 .img5 {
  width: 48.5vw;
  margin: 0 0 -4vw;
  position: relative;
  z-index: 1;
}

#kv .img-group3 .img5 img {
  border-radius: 1.2vw;
}

#kv .img-group3 .img4 {
  margin: 0 -6.7vw;
  height: 62.7vw;
}

#kv .img-group3 .img4 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

@media only screen and (min-width: 768px) {
  #kv {
    padding-bottom: 83px;
  }
  #kv .img-group1 {
    margin: -176px 0 106px;
  }
  #kv .img-group1 .img1 {
    width: 444px;
    margin: 0 0 39px 206px;
  }
  #kv .img-group1 .img1 img {
    border-radius: 5px;
  }
  #kv .img-group1 .img2 {
    width: 224px;
    margin-left: 88px;
  }
  #kv .img-group1 .img2 img {
    border-radius: 5px;
  }
  #kv .img-group1 .deco-apple {
    width: 139px;
    left: 56px;
    top: 194px;
  }
  #kv h2 {
    margin: 0 0 160px -105px;
    position: relative;
    z-index: 2;
  }
  #kv .img-group2 {
    margin-bottom: 346px;
  }
  #kv .img-group2 .kv-slider {
    width: 497px;
    margin: 0 0 0 -112px;
  }
  #kv .img-group2 .kv-slider img {
    border-radius: 5px;
  }
  #kv .img-group2 .kv-slider .slick-dots {
    bottom: 16px;
    right: 19px;
  }
  #kv .img-group2 .img3 {
    width: 541px;
    position: absolute;
    right: -176px;
    top: -494px;
    z-index: 0;
  }
  #kv .img-group2 .img3 img {
    border-radius: 5px;
  }
  #kv .img-group2 .deco-straw1 {
    width: 111px;
    left: 507px;
    top: 43px;
  }
  #kv .img-group2 .deco-straw2 {
    width: 78px;
    left: 592px;
    top: 159px;
    bottom: auto;
  }
  #kv .img-group3 .img5 {
    width: 360px;
    margin: 0 0 0 20px;
  }
  #kv .img-group3 .img5 img {
    border-radius: 5px;
  }
  #kv .img-group3 .img4 {
    margin: 0;
    width: 753px;
    height: 375px;
    position: absolute;
    right: -253px;
    top: -384px;
  }
  #kv .img-group3 .img4 img {
    border-radius: 5px;
  }
  #kv .img-group3 .deco-banana {
    width: 321px;
    position: absolute;
    top: -194px;
    left: -158px;
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #kv .img-group1 {
    margin-top: -86px;
  }
  #kv .img-group1 .img1 {
    margin-left: 270px;
  }
  #kv h2 {
    margin-left: calc(-50vw + 54%);
  }
  #kv .img-group3 .img5 {
    margin-left: 70px;
  }
  #kv .img-group3 .deco-banana {
    left: -58px;
  }
}

#lead {
  padding-bottom: 21.3vw;
}

#lead h2 {
  width: 72.3vw;
  margin: 0 0 14vw 4.7vw;
}

#lead .txt {
  line-height: 43px;
  background: url("../img/shoplist_irichoseika/dot.png") repeat left bottom/3px;
  position: relative;
}

#lead .txt:before {
  content: "";
  height: 2px;
  background-image: url("../img/shoplist_irichoseika/dot.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  #lead {
    padding-bottom: 135px;
  }
  #lead h2 {
    width: 100%;
    margin: 0 0 87px;
    padding-right: 32px;
    text-align: center;
    box-sizing: border-box;
  }
  #lead .txt {
    height: 387px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0.1em;
    background: url("../img/shoplist_irichoseika/dot_ver.png") repeat left
      top/auto;
    padding-top: 5px;
  }
  #lead .txt:before {
    width: 5px;
    height: 100%;
    background-image: url("../img/shoplist_irichoseika/dot_ver.png");
    background-repeat: repeat-y;
    background-position: left top;
    background-size: auto;
    left: auto;
    right: -2px;
  }
}

#about_irichoo .inner {
  background-image: url("../img/shoplist_irichoseika/bg_box.png");
  padding: 13.7vw 0 12.4vw;
}

#about_irichoo .img {
  width: 80vw;
  margin: 0 auto 7.1vw;
}

#about_irichoo .col-text {
  position: relative;
  padding: 10vw 0 10.7vw;
  text-align: center;
}

#about_irichoo .col-text:before {
  content: "";
  background: url("../img/shoplist_irichoseika/about_irichoo_deco.png") repeat-x
      left top/300px,
    url("../img/shoplist_irichoseika/about_irichoo_deco.png") repeat-x left
      bottom/300px;
  position: absolute;
  left: 10vw;
  right: 10vw;
  top: 0;
  bottom: 0;
}

#about_irichoo .col-text h2 {
  margin-bottom: 6vw;
}

#about_irichoo .col-text h2 img {
  display: block;
  width: 42.7vw;
  margin: 0 auto 3vw;
}

#about_irichoo .col-text h2 span {
  display: block;
  font-size: 5.9vw;
  line-height: 10vw;
  letter-spacing: 0.1em;
}

#about_irichoo .col-text .txt {
  text-align: center;
  margin-bottom: 6vw;
  padding: 0 2vw;
  box-sizing: border-box;
}

#about_irichoo .col-text .btn-link a.hvr-radial-out {
  max-width: 263px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  background: #333;
  border-color: #333;
  color: #fff;
  padding: 8px 22px;
}

#about_irichoo .col-text .btn-link a.hvr-radial-out:after {
  right: 5.3vw;
}

@media only screen and (min-width: 768px) {
  #about_irichoo .inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 62px 30px 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  #about_irichoo .img {
    width: 600px;
    margin: 0;
    text-align: center;
    padding-left: 13px;
    box-sizing: border-box;
  }
  #about_irichoo .col-text {
    width: 600px;
    padding: 43px 8px 46px 0;
    margin-top: 0px;
  }
  #about_irichoo .col-text:before {
    background: url("../img/shoplist_irichoseika/about_irichoo_deco.png")
        repeat-x left top/auto,
      url("../img/shoplist_irichoseika/about_irichoo_deco.png") repeat-x left
        bottom/auto;
    left: 23px;
    right: 32px;
  }
  #about_irichoo .col-text h2 {
    margin-bottom: 21px;
    box-sizing: border-box;
  }
  #about_irichoo .col-text h2 img {
    width: 185px;
    margin: 0 auto 7px;
  }
  #about_irichoo .col-text h2 span {
    font-size: 25px;
    line-height: 55px;
  }
  #about_irichoo .col-text .txt {
    margin: 0 0 31px;
    padding: 0;
  }
  #about_irichoo .col-text .btn-link a.hvr-radial-out {
    max-width: 300px;
    font-size: 16px;
    padding: 9px 22px 11px 13px;
    border: none;
  }
  #about_irichoo .col-text .btn-link a.hvr-radial-out:before {
    background: #dd7b15;
  }
  #about_irichoo .col-text .btn-link a.hvr-radial-out:after {
    font-size: 7px;
    right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #about_irichoo .img {
    width: calc(100% - 580px);
    height: 490px;
    padding-left: 0;
    margin-right: 20px;
  }
  #about_irichoo .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50%;
  }
}

#scene {
  margin: 20.8vw 0 -16vw;
  padding: 32vw 0 35.5vw;
  background-image: url("../img/shoplist_irichoseika/scene_bg.jpg");
  position: relative;
  z-index: 0;
}

#scene:before {
  content: "";
  background: url("../img/shoplist_irichoseika/scene_bg_top_sp.jpg") no-repeat
      center top/100%,
    url("../img/shoplist_irichoseika/scene_bg_bottom_sp.jpg") no-repeat center
      bottom/100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: -1px;
  z-index: -1;
}

#scene h2 {
  width: 44vw;
  margin: 0 auto 21.3vw;
}

#scene .row .col-text {
  padding: 0 3.3vw 8vw;
}

#scene .row .col-text h3 {
  margin-bottom: 8vw;
}

#scene .row .col-text h3 img {
  width: 55vw;
  display: block;
  margin-bottom: 4vw;
}

#scene .row .col-text h3 span {
  font-size: 8vw;
  line-height: 12.8vw;
  letter-spacing: 0.1em;
}

#scene .row1 {
  padding-bottom: 16vw;
  margin-bottom: 15vw;
  background: url("../img/shoplist_irichoseika/scene_dot.png") repeat-x left
    bottom/6px;
}

@media only screen and (min-width: 768px) {
  #scene {
    margin: 141px 0 -112px;
    padding: 214px 0 219px;
  }
  #scene:before {
    background: url("../img/shoplist_irichoseika/scene_bg_top.jpg") no-repeat
        center top/100%,
      url("../img/shoplist_irichoseika/scene_bg_bottom.jpg") no-repeat center
        bottom/100%;
  }
  #scene h2 {
    width: 187px;
    margin: 0 0 118px -108px;
  }
  #scene .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #scene .row .col-text {
    padding: 0;
    width: 421px;
    margin-left: 29px;
  }
  #scene .row .col-text h3 {
    margin-bottom: 74px;
  }
  #scene .row .col-text h3 img {
    width: auto;
    margin-bottom: 21px;
  }
  #scene .row .col-text h3 span {
    font-size: 35px;
    line-height: 55px;
  }
  #scene .row .img {
    width: 630px;
    margin: 0 -131px 16px 0;
  }
  #scene .row1 {
    padding-bottom: 53px;
    margin-bottom: 66px;
    background: transparent;
    position: relative;
  }
  #scene .row1:after {
    content: "";
    height: 4px;
    background: url("../img/shoplist_irichoseika/scene_dot.png") repeat-x left
      bottom/auto;
    position: absolute;
    left: -52px;
    right: -131px;
    bottom: 0;
  }
  #scene .row2 .img {
    margin-bottom: 1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  #scene h2 {
    margin-left: calc(-50vw + 53%);
  }
}

#products h3 {
  font-size: 8vw;
  line-height: 1.57;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#products .row1 {
  position: relative;
}

#products .row1:before {
  content: "";
  position: absolute;
  top: 35vw;
  right: -12%;
  background-image: url(../img/shoplist_irichoseika/products_deco1.png);
  width: 28vw;
  height: 30vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

#products .row1 .products-img1 {
  margin: 0px 38% 0px 0px;
}

#products .row1 .products-img2 {
  margin: 6vw 8% 0px 30%;
}

#products .row2 {
  position: relative;
}

#products .row2:before {
  content: "";
  position: absolute;
  left: 85%;
  bottom: -10vw;
  background-image: url(../img/shoplist_irichoseika/products_deco2.png);
  width: 24vw;
  height: 25vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

#products .row2:after {
  content: "";
  position: absolute;
  left: 60%;
  bottom: -30vw;
  background-image: url(../img/shoplist_irichoseika/products_arrow.png);
  width: 18vw;
  height: 19vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

#products .row2 .col-txt {
  margin-top: 10vw;
}

#products .row2 h2 {
  margin-right: 48%;
}

#products .row2 h3 {
  margin-top: 4vw;
}

#products .row2 .txt {
  margin-top: 7vw;
}

#products .row2 .products-img4 {
  margin: 10vw 0px 0px 56%;
}

#products .row3 {
  margin-top: 16vw;
  position: relative;
}

#products .row3 .products-catch {
  position: absolute;
  top: -29vw;
  left: 0px;
  right: 48%;
  z-index: 1;
}

#products .row3 h3 {
  border-bottom: 4px double;
  padding-bottom: 2vw;
}

#products .row3 .products-img5 {
  position: relative;
  margin: 0px -15%;
}

#products .row3 .products-img5:before {
  content: "";
  position: absolute;
  bottom: -15vw;
  left: 55%;
  background-image: url(../img/shoplist_irichoseika/products_deco3.png);
  width: 38vw;
  height: 32vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

#products .row3 .col-txt {
  margin: 16vw 3.5% 0px;
}

#products .row3 .txt {
  margin-top: 5vw;
}

#products .row4 {
  margin-top: 23vw;
}

#products .row4 .col-txt {
  margin: 6vw 3.5% 8vw;
}

#products .row4 h2 {
  margin-right: 45%;
}

#products .row4 h3 {
  margin-top: 4vw;
}

#products .row4 .txt {
  margin-top: 7vw;
}

#products .row4 .products-btn {
  margin-top: 10vw;
}

#products .row4 .products-img6 {
  position: relative;
}

#products .row4 .products-img6:before {
  content: "";
  position: absolute;
  top: -10vw;
  right: -10%;
  background-image: url(../img/shoplist_irichoseika/products_deco4.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 34vw;
  height: 36vw;
}

@media only screen and (max-width: 767px) {
  #products .row1 h2 {
    margin-right: 6%;
  }
  #products .row1 .col-txt {
    text-align: center;
    margin-top: 8vw;
  }
  #products .row1 h3 {
    margin-top: 3vw;
  }
  #products .row1 .txt {
    margin-top: 5vw;
    text-align: center;
  }
  #products .row2 {
    margin: 10vw 3.5% 0px;
  }
  #products .row2:after {
    transform: rotate(75deg);
  }
  #products .row2 .txt li + li {
    margin-top: 5vw;
    margin-bottom: 40vw;
  }
  #products .row3 .txt {
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 768px) {
  #products .wrap:before {
    content: "";
    position: absolute;
    left: -89px;
    bottom: -5px;
    background-image: url(../img/shoplist_irichoseika/products_deco5.png);
    width: 109px;
    height: 114px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #products h3 {
    font-size: 35px;
  }
  #products .row1 {
    justify-content: space-between;
  }
  #products .row1:before {
    top: auto;
    right: -204px;
    bottom: -149px;
    width: 215px;
    height: 228px;
  }
  #products .row1 .products-img-group {
    margin: -29px 0px 0px -61px;
  }
  #products .row1 .products-img1 {
    margin: 0px;
  }
  #products .row1 .products-img2 {
    margin: 52px 0px 0px 209px;
  }
  #products .row1 .col-txt {
    width: 520px;
    margin: 183px -48px 0px 0px;
  }
  #products .row1 h3 {
    margin: 16px 0px 0px 35px;
  }
  #products .row1 .txt {
    margin: 43px 0px 0px 31px;
    width: 495px;
  }
  #products .row2 {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #products .row2::before {
    left: 62px;
    bottom: -140px;
    width: 148px;
    height: 153px;
  }
  #products .row2:after {
    left: 313px;
    bottom: -5px;
    width: 75px;
    height: 83px;
    transform: rotate(-5deg);
  }
  #products .row2 .col-txt {
    margin: 60px 0px 0px 88px;
  }
  #products .row2 h2 {
    margin-right: 0px;
  }
  #products .row2 h3 {
    margin-top: 40px;
  }
  #products .row2 .txt {
    margin-top: 51px;
  }
  #products .row2 .txt li + li {
    margin-top: 30px;
  }
  #products .row2 .products-img3 {
    margin-right: -122px;
  }
  #products .row2 .products-img4 {
    position: absolute;
    left: -179px;
    bottom: -10px;
    margin: 0px;
  }
  #products .row3 {
    margin-top: 90px;
    justify-content: space-between;
  }
  #products .row3 .products-catch {
    top: -61px;
    left: 393px;
    right: auto;
  }
  #products .row3 .products-img5 {
    margin-left: -48px;
  }
  #products .row3 .products-img5:before {
    left: -135px;
    bottom: -136px;
    width: 277px;
    height: 240px;
  }
  #products .row3 .col-txt {
    width: 355px;
    margin: 153px 16px 0px 0px;
  }
  #products .row3 h3 {
    padding-bottom: 13px;
  }
  #products .row3 .txt {
    margin-top: 55px;
  }
  #products .row4 {
    margin-top: 124px;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #products .row4 h2 {
    margin: 0px;
  }
  #products .row4 .products-img6 {
    margin-right: -101px;
  }
  #products .row4 .products-img6:before {
    top: -74px;
    right: -105px;
    width: 275px;
    height: 257px;
  }
  #products .row4 .col-txt {
    width: 420px;
    margin: 68px 0px 0px;
  }
  #products .row4 h3 {
    margin-top: 19px;
  }
  #products .row4 .txt {
    margin-top: 110px;
  }
  #products .products-btn {
    max-width: 435px;
    margin: 100px auto 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  #products .row1 .col-txt {
    margin-right: -20px;
  }
  #products .row2 .products-img4 {
    left: -138px;
  }
}

#sweets {
  margin-top: 17vw;
}

#sweets .sweets-para {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 130vw;
}

#sweets .sweets-para:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-image: url(../img/shoplist_irichoseika/sweets_line1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

#sweets .sweets-para:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/shoplist_irichoseika/sweets_line2.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

#sweets h3 {
  font-size: 7.8vw;
  line-height: 1.57;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 4vw;
  margin-right: -3vw;
}

#sweets .txt {
  margin-top: 7vw;
}

#sweets .row1 {
  margin-top: 8vw;
}

#sweets .row1 .col-txt {
  margin: 0px 3.5%;
}

#sweets .row1 h2 {
  width: 35%;
}

#sweets .row1 .sweets-img {
  margin-top: 9vw;
}

#sweets .row2 {
  margin-top: 22vw;
}

#sweets .row2 .sweets-ttl {
  margin: 0px auto;
}

#sweets .row2 h2 {
  margin: 0px 38%;
}

#sweets .row2 .txt {
  text-align: center;
}

#sweets .row2 .sweets-slider1 {
  margin-top: 23vw;
  z-index: 0;
}

#sweets .row2 .sweets-slider1 .slick-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5vw;
  justify-content: center;
}

#sweets .row2 .sweets-txt {
  margin-top: 12vw;
  text-align: center;
}

#sweets .row2 .sweets-btn-ins {
  max-width: 535px;
  margin: 15vw auto 0px;
  position: relative;
}

#sweets .row2 .sweets-btn-ins:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/shoplist_irichoseika/sweets_btn_img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

#sweets .row2 .sweets-btn-ins .btn-orange {
  border-radius: 50px;
}

#sweets .row2 .sweets-btn-ins .btn-orange:after {
  border-width: 5px 0 5px 10px;
}

#sweets .row2 .sweets-btn-ins .btn-orange:hover img {
  opacity: 1 !important;
}

#sweets .row3 {
  margin-top: 24vw;
  padding-bottom: 30vw;
  position: relative;
}

#sweets .row3:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 48vw;
  background-image: url(../img/shoplist_irichoseika/sweets_deco_01.png);
  width: 18vw;
  height: 20vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#sweets .row3:after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 12vw;
  background-image: url(../img/shoplist_irichoseika/sweets_deco_02.png);
  width: 15vw;
  height: 12vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#sweets .row3 h2 {
  width: 49%;
}

#sweets .row3 .col-txt {
  box-sizing: border-box;
  margin: 12vw 10% 0px;
}

#sweets .row3 .sweet-slider {
  margin-left: 6.5%;
}

#sweets .row3 .sweet-slider .img-radius {
  width: 74.4vw;
  margin-left: 4vw;
}

#sweets .sweets-btn {
  margin: 10vw 6.5% 0px;
}

@media only screen and (max-width: 767px) {
  #sweets .sweets-para .img-parallax {
    height: 100%;
  }
  #sweets .row2 .sweets-slider1 {
    position: relative;
    z-index: 0;
  }
  #sweets .row2 .sweets-slider1:before {
    content: "";
    position: absolute;
    top: -14vw;
    left: -7%;
    background-image: url(../img/shoplist_irichoseika/sweets_deco3.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    width: 26vw;
    height: 27vw;
  }
  #sweets .row2 .sweets-btn-ins {
    max-width: 325px;
  }
  #sweets .row2 .sweets-btn-ins:before {
    top: -55px;
    left: -12px;
    width: 89px;
    height: 169px;
  }
  #sweets .row2 .sweets-btn-ins .btn-orange {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px 15px 20px 90px;
  }
  #sweets .row2 .sweets-btn-ins .btn-orange:after {
    right: 65px;
    top: auto;
    bottom: 22px;
  }
  #sweets .row2 .sweets-btn-ins i {
    width: 27px;
    display: inline-block;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 370px) {
  #sweets .row2 .sweets-btn-ins {
    max-width: 86.7vw;
  }
  #sweets .row2 .sweets-btn-ins:before {
    top: -14.7vw;
    left: -3.2vw;
    width: 23.7vw;
    height: 45.1vw;
  }
  #sweets .row2 .sweets-btn-ins .btn-orange {
    max-width: none;
    padding: 5.3vw 4vw 5.3vw 24vw;
    border-radius: 13.3vw;
  }
  #sweets .row2 .sweets-btn-ins .btn-orange:after {
    right: 17.3vw;
    bottom: 5.9vw;
  }
  #sweets .row2 .sweets-btn-ins i {
    width: 7.2vw;
    margin-right: 2.7vw;
  }
}

@media only screen and (min-width: 768px) {
  #sweets {
    margin-top: 106px;
  }
  #sweets .sweets-para {
    height: 776px;
  }
  #sweets .sweets-para:before,
  #sweets .sweets-para:after {
    background-size: 100% 64px;
    height: 64px;
  }
  #sweets h3 {
    font-size: 35px;
    margin-right: 0;
  }
  #sweets .row1 {
    margin-top: 118px;
  }
  #sweets .row1 .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sweets .row1 .sweets-img {
    margin: 0px 0px 0px -50px;
  }
  #sweets .row1 .col-txt {
    margin: 45px -25px 0px 0px;
    width: 462px;
  }
  #sweets .row1 h2 {
    width: auto;
  }
  #sweets .row1 h3 {
    margin-top: 20px;
  }
  #sweets .row1 .txt {
    margin-top: 79px;
  }
  #sweets .row2 {
    margin-top: 132px;
  }
  #sweets .row2 .wrap {
    padding-bottom: 155px;
  }
  #sweets .row2 .wrap:before {
    content: "";
    position: absolute;
    top: -120px;
    right: -122px;
    background-image: url(../img/shoplist_irichoseika/sweets_deco4.png);
    width: 272px;
    height: 165px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #sweets .row2 .sweets-ttl {
    text-align: center;
    margin: 0px auto;
  }
  #sweets .row2 .sweets-slider1 {
    margin-top: 0px;
  }
  #sweets .row2 h2 {
    margin-top: 112px;
  }
  #sweets .row2 h3 {
    margin-top: 9px;
  }
  #sweets .row2 .txt {
    margin-top: 48px;
  }
  #sweets .row2 .sweets-img2 {
    position: absolute;
    top: 134px;
    right: -330px;
    width: 521px;
    height: 721px;
  }
  #sweets .row2 .sweets-img3 {
    position: absolute;
    left: -250px;
    bottom: 0px;
    width: 396px;
    height: 560px;
  }
  #sweets .row2 .sweets-img3:before {
    content: "";
    position: absolute;
    top: -140px;
    right: -64px;
    background-image: url(../img/shoplist_irichoseika/sweets_deco3.png);
    width: 161px;
    height: 165px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  #sweets .row2 .sweets-txt {
    margin-top: 0px;
  }
  #sweets .row2 .sweets-btn-ins {
    margin-top: 98px;
  }
  #sweets .row2 .sweets-btn-ins .btn-orange {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  #sweets .row2 .sweets-btn-ins:before {
    top: -71px;
    left: -20px;
    width: 100px;
    height: 189px;
  }
  #sweets .row2 .sweets-btn-ins i {
    margin-right: 14px;
  }
  #sweets .row3 {
    margin-top: 35px;
    padding-bottom: 157px;
  }
  #sweets .row3 .inner {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sweets .row3 .col-txt {
    width: 360px;
    margin: 50px 0px 0px 200px;
  }
  #sweets .row3 .sweet-slider {
    width: calc(100% - 628px);
    margin-left: 0px;
  }
  #sweets .row3 .sweet-slider .img-radius {
    width: 450px;
    margin-left: 25px;
  }
  #sweets .row3:before {
    left: calc(50% - 544px);
    bottom: 150px;
    width: 141px;
    height: 136px;
  }
  #sweets .row3:after {
    left: calc(50% - 631px);
    width: 131px;
    height: 112px;
    bottom: 38px;
  }
  #sweets .row3 h3 {
    margin-top: 20px;
  }
  #sweets .row3 .txt {
    margin-top: 99px;
  }
  #sweets .row3 .sweets-btn {
    margin-top: 104px;
  }
  #sweets .row3 .btn-orange {
    max-width: 529px;
    margin: 0px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  #sweets .row3:after {
    left: calc(50% - 560px);
  }
}

#others {
  padding: 25vw 0px;
  position: relative;
  background-image: url(../img/shoplist_irichoseika/others_bg1.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 215% auto;
}

#others:before {
  content: "";
  position: absolute;
  top: 13vw;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/shoplist_irichoseika/scene_bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  z-index: -1;
}

#others .row1 .others-slide1 {
  position: relative;
  margin: 0 -6vw;
}

#others .row1 .slick-dots {
  position: absolute;
  justify-content: center;
  left: 0px;
  right: 0px;
  bottom: 4vw;
}

#others .row1 .col-txt {
  margin: 12vw 3.5% 0px;
}

#others .row1 h2 {
  width: 20%;
}

#others .row1 h3 {
  font-size: 7.8vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.48;
  margin: 5vw -3vw 0 0;
}

#others .row1 .txt {
  margin-top: 8vw;
}

#others .row2 {
  margin-top: 15vw;
}

#others .row2 h4 {
  margin: 0px 15%;
}

#others .row2 .others-slide2 {
  margin-top: 10vw;
}

#others .row2 .item {
  position: relative;
}

#others .row2 .slider-for {
  z-index: 0;
  margin-top: -10vw;
}

#others .row2 .slider-nav {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

#others .row2 .slider-nav .slick-track {
  width: 100% !important;
  transform: none !important;
  display: flex;
  justify-content: center;
  padding: 0 4vw 0 2.4vw;
  box-sizing: border-box;
}

#others .row2 .slider-nav .slick-slide {
  width: 25% !important;
  float: none;
  position: relative;
}

#others .row2 .slider-nav .slick-slide img {
  width: 100% !important;
  height: auto;
}

#others .row2 .slider-nav .slick-slide [class^="thumb"] {
  padding-bottom: 26vw;
  position: relative;
}

#others .row2 .slider-nav .slick-slide [class^="thumb"]:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/shoplist_irichoseika/others_thumb_active_sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.6vw;
  height: 22.8vw;
  margin: 0px auto;
  opacity: 0;
}

#others
  .row2
  .slider-nav
  .slick-slide.slick-current.slick-active
  [class^="thumb"]:before {
  opacity: 1;
}

#others .row2 .box {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 14vw 6% 12vw;
}

#others .row2 .box dl dt {
  font-size: 8vw;
  letter-spacing: 0.1em;
  line-height: 1.53;
  font-weight: bold;
}

#others .row2 .box dl dd {
  margin-top: 3vw;
}

#others .row2 .others-catch {
  position: absolute;
  top: 50vw;
  left: 20%;
  right: 0px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #others .slider-for {
    background-image: url(../img/shoplist_irichoseika/bg_box.png);
    background-position: center top;
    background-repeat: repeat;
  }
  #others .item1 .others-catch {
    left: 40%;
    right: -20%;
  }
  #others .item2 .others-catch {
    left: 28%;
    right: -8%;
  }
  #others .slick-arrow {
    top: auto;
    bottom: -8vw;
  }
  #others .slick-arrow.slick-prev {
    left: calc(50% - 20vw);
  }
  #others .slick-arrow.slick-arrow.slick-next {
    right: calc(50% - 20vw);
  }
}

@media only screen and (min-width: 768px) {
  #others {
    background-position: center top;
    background-size: 100% 105px;
    padding: 230px 0px 42px;
  }
  #others:before {
    top: 105px;
  }
  #others .row1 .wrap {
    display: flex;
    justify-content: space-between;
  }
  #others .row1 .others-slide1 {
    width: 630px;
    margin: 0 0 0 -130px;
  }
  #others .row1 .slick-dots {
    right: 36px;
    bottom: 22px;
    justify-content: flex-end;
  }
  #others .row1 .col-txt {
    width: 420px;
    margin: 49px 0px 0px 0px;
  }
  #others .row1 h3 {
    font-size: 35px;
    line-height: 1.57;
    margin: 18px 0 0;
  }
  #others .row1 .txt {
    margin-top: 74px;
  }
  #others .row2 {
    margin-top: 84px;
  }
  #others .row2 h4 {
    text-align: center;
  }
  #others .row2 .others-slide2 {
    margin-top: 62px;
  }
  #others .row2 .slider-nav {
    width: 100%;
    margin: 0px;
    padding-right: 18px;
  }
  #others .row2 .slider-nav .slick-track {
    padding: 0;
  }
  #others .row2 .slider-nav .slick-slide {
    transition: 0.3s all ease;
    width: 124px !important;
  }
  #others .row2 .slider-nav .slick-slide [class^="thumb"] {
    width: 100% !important;
    padding-bottom: 122px;
  }
  #others .row2 .slider-nav .slick-slide [class^="thumb"]:before {
    width: 10px;
    height: 103px;
    background-image: url("../img/shoplist_irichoseika/others_thumb_active.png");
  }
  #others .row2 .slider-nav .slick-slide:nth-child(2) {
    margin-left: 69px;
  }
  #others .row2 .slider-nav .slick-slide:nth-child(3) {
    margin-left: 92px;
  }
  #others .row2 .slider-nav .slick-slide:nth-child(4) {
    margin-left: 56px;
  }
  #others .row2 .slider-for {
    margin-top: -76px;
  }
  #others .row2 .item {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding-bottom: 66px;
  }
  #others .row2 .others-catch {
    top: auto;
    left: calc(50% - 235px);
    bottom: 0px;
  }
  #others .row2 .img-object {
    width: calc(100% - 376px);
    height: 686px;
  }
  #others .row2 .box {
    background-image: url(../img/shoplist_irichoseika/bg_box.png);
    background-position: center top;
    background-repeat: repeat;
    margin: 401px -345px 0px 86px;
    padding: 86px 105px 73px;
    width: 635px;
  }
  #others .row2 .box dl dt {
    font-size: 35px;
    line-height: 1.57;
  }
  #others .row2 .box dl dd {
    margin-top: 38px;
  }
  #others .row2 .slick-arrow {
    top: 345px;
  }
  #others .row2 .slick-arrow.slick-prev {
    left: calc(50% - 602px);
    left: 148px;
  }
  #others .row2 .slick-arrow.slick-next {
    left: calc(50% - 500px);
    left: 250px;
  }
}

#floor {
  position: relative;
}

#floor:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-image: url(../img/shoplist_irichoseika/others_bg2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 32vw;
}

#floor .row1 {
  margin: 0px -7.5%;
}

#floor .row1 .group-img {
  display: flex;
  column-gap: 4vw;
  margin-top: 23vw;
}

#floor .row1 .floor-img1 {
  margin-left: 26%;
}

#floor .row1 .floor-img3 {
  margin-top: 17vw;
  position: relative;
}

#floor .row2 {
  margin-top: 6vw;
  padding-top: 45vw;
  position: relative;
}

#floor .row2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20%;
  right: 60%;
  bottom: 0px;
  background-image: url(../img/shoplist_irichoseika/floor_deco.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

#floor .row2 .col-left {
  margin: 0px 3%;
}

#floor .row2 h2 {
  margin-left: -3%;
}

#floor .row2 h3 {
  font-size: 7.33vw;
  line-height: 1.57;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 10vw;
}

#floor .row2 .txt {
  margin-top: 6vw;
}

#floor .row2 .col-right {
  margin-top: 12vw;
}

#floor .row2 .col-right dl dt {
  height: 80vw;
}

#floor .row2 .col-right dl dd {
  font-size: 4.66vw;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 2vw;
}

#floor .row2 .col-right dl + dl {
  margin-top: 8vw;
}

@media only screen and (max-width: 767px) {
  #floor {
    padding: 0px 6.5%;
  }
  #floor .row1 .wrap {
    padding: 0px;
  }
  #floor h2 {
    width: 58%;
  }
  #floor .row1 .floor-img3:before {
    content: "";
    position: absolute;
    top: -49vw;
    left: 10%;
    right: 20%;
    bottom: 0px;
    background-image: url(../img/shoplist_irichoseika/floor_deco2_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
  }
  #floor .row2 .col-right dl dd {
    text-align: right;
    writing-mode: horizontal-tb;
  }
}

@media only screen and (min-width: 768px) {
  #floor:before {
    background-size: 100% 239px;
    height: 239px;
  }
  #floor .row1 {
    margin: 0px;
  }
  #floor .row1 .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #floor .row1 .group-img {
    column-gap: 25px;
    margin: 88px 0px 0px -73px;
  }
  #floor .row1 .floor-img1 {
    margin: 0px -167px 0px 170px;
  }
  #floor .row1 .floor-img3 {
    margin-top: 95px;
  }
  #floor .row2 {
    padding-top: 0px;
    margin: 113px auto 0px;
    display: flex;
    max-width: 1310px;
  }
  #floor .row2:before {
    top: -69px;
    left: calc(50% - 222px);
    width: 238px;
    height: 195px;
  }
  #floor .row2 .col-left {
    width: 100%;
    max-width: 554px;
    margin: 0px 0px 0px 0px;
  }
  #floor .row2 h2 {
    margin-left: 0px;
  }
  #floor .row2 h3 {
    font-size: 35px;
    letter-spacing: 0.1em;
    margin: 273px 0px 0px 47px;
  }
  #floor .row2 .txt {
    width: 390px;
    margin: 38px 0px 0px 50px;
  }
  #floor .row2 .col-right {
    margin: 20px 0px 0px 0px;
    width: calc(100% - 554px);
  }
  #floor .row2 .col-right dl {
    display: flex;
  }
  #floor .row2 .col-right dl dt {
    max-width: 700px;
    height: 315px;
  }
  #floor .row2 .col-right dl dd {
    font-size: 20px;
    margin: 5px 0px 0px 5px;
  }
  #floor .row2 .col-right dl + dl {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1330px) {
  #floor .row2 h2 {
    margin-left: 20px;
  }
  #floor .row2 .col-right {
    margin-right: 20px;
  }
}

#shopinfo {
  margin-top: 30vw;
  padding: 16vw 0px 19vw;
  position: relative;
  background-image: url(../img/shoplist_irichoseika/shopinfo_bg_haft.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#shopinfo:before {
  content: "";
  position: absolute;
  top: 21.5vw;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/shoplist_irichoseika/shopinfo_bg.png);
  background-position: center top;
  background-repeat: repeat;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}

#shopinfo .shopinfo-logo {
  margin: 0px 20%;
}

#shopinfo h2 {
  text-align: center;
  margin-top: 7vw;
}

#shopinfo .shopinfo-tel {
  margin-top: 7vw;
  text-align: center;
  padding: 7vw 0px;
  background: url(../img/shoplist_irichoseika/line_double.png),
    url(../img/shoplist_irichoseika/line_double2.png);
  background-position: center top, center bottom;
  background-repeat: repeat-x;
}

#shopinfo .shopinfo-tel .num {
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 2px;
}

#shopinfo .shopinfo-tel i {
  margin-right: 5px;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  top: -2px;
}

#shopinfo .shopinfo-tel .note {
  font-size: 10px;
}

#shopinfo .shopinfo-sns {
  display: flex;
  justify-content: center;
  column-gap: 21px;
  margin-top: 7vw;
}

#shopinfo .vcard {
  margin-top: 8vw;
}

#shopinfo .vcard dl {
  border-bottom: 1px dashed #5e5347;
  display: flex;
  padding: 3vw 0px;
}

#shopinfo .vcard dl dt {
  width: 85px;
}

#shopinfo .vcard dl dd {
  width: calc(100% - 85px);
  word-break: break-all;
}

#shopinfo #news {
  margin: 13vw 4% 0px;
}

#shopinfo #news .date {
  font-size: 16px;
}

#shopinfo #news .tit {
  font-size: 13px;
}

#shopinfo #news .btn-more {
  font-size: 13px;
}

#shopinfo #news .btn-more a {
  text-decoration: underline;
}

#shopinfo #news .btn-more a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #shopinfo .shopinfo-tel {
    font-size: 15px;
  }
  #shopinfo h2 {
    line-height: 1.42;
  }
  #shopinfo .vcard dl {
    letter-spacing: 0.025em;
  }
  #shopinfo .vcard .note {
    font-size: 13px;
    letter-spacing: 0;
  }
  #shopinfo #news h3 {
    width: 44%;
  }
  #shopinfo #news #feed {
    margin-top: 5vw;
  }
  #shopinfo #news .tit {
    margin-top: 1vw;
  }
}

@media only screen and (min-width: 768px) {
  #shopinfo {
    padding: 71px 0px 85px;
    background-size: auto;
    max-width: 1300px;
    margin: 126px auto 0px;
  }
  #shopinfo:before {
    top: 91px;
  }
  #shopinfo .shopinfo-logo {
    text-align: center;
    margin: 0px;
  }
  #shopinfo h2 {
    margin-top: 41px;
  }
  #shopinfo .shopinfo-tel {
    width: 463px;
    margin: 45px auto 0px;
    padding: 30px 0px 27px;
  }
  #shopinfo .shopinfo-tel .num {
    font-size: 38px;
  }
  #shopinfo .shopinfo-tel i {
    margin-right: 9px;
  }
  #shopinfo .shopinfo-tel .note {
    font-size: 12px;
  }
  #shopinfo .shopinfo-sns {
    margin-top: 33px;
  }
  #shopinfo .vcard {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
  }
  #shopinfo .vcard dl {
    padding: 15px 0px;
  }
  #shopinfo .vcard dl dt {
    margin-left: 11px;
  }
  #shopinfo .vcard .col-left {
    margin-left: 38px;
  }
  #shopinfo .vcard .col-left dl dt {
    width: 114px;
  }
  #shopinfo .vcard .col-right {
    width: 450px;
    margin-right: 10px;
  }
  #shopinfo .vcard .col-right dl dt {
    width: 122px;
  }
  #shopinfo #news {
    margin: 68px 40px 0px;
    display: flex;
  }
  #shopinfo #news #feed {
    margin-left: 76px;
  }
  #shopinfo #news #feed dl {
    display: flex;
    align-items: center;
  }
  #shopinfo #news .date {
    font-size: 18px;
  }
  #shopinfo #news .tit {
    font-size: 14px;
    margin-left: 18px;
  }
  #shopinfo #news .btn-more {
    font-size: 15px;
    margin-left: 40px;
  }
}

#map {
  margin: 18vw 0px 21vw;
  position: relative;
}

#map h2 {
  font-size: 6vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

#map .ggmap {
  height: 480px;
}

#map .box {
  background: #dd7b15;
  color: #fff;
  margin: -10vw 10% 0px;
  text-align: center;
  box-sizing: border-box;
  padding: 10vw 10% 13vw;
  position: relative;
  z-index: 1;
}

#map .btn-map {
  margin-top: 8vw;
}

#map .btn-print a {
  text-decoration: underline;
}

#map .btn-print a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #map .btn-map .hvr-radial-out {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  #map {
    max-width: 1360px;
    margin: 105px auto 103px;
  }
  #map h2 {
    font-size: 25px;
  }
  #map .ggmap {
    max-width: 1150px;
    height: 540px;
    margin: 0px 33px;
  }
  #map .box {
    margin: 0px;
    padding: 48px 35px 55px;
    position: absolute;
    top: 110px;
    right: 0px;
    width: 370px;
  }
  #map .btn-map {
    margin-top: 40px;
  }
  #map .btn-print {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}

footer {
  color: #e0e0e0;
  background: #37302a;
}

footer .footer-bottom {
  margin-top: 8vw;
}

footer .map-link {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}

footer .map-link i {
  display: inline-block;
  line-height: 1;
  margin: 0px 6px 0px 4px;
  position: relative;
  top: -2px;
}

footer .map-link a {
  margin-right: 3px;
}

footer .footer-vcard {
  letter-spacing: 0.1em;
}

footer address {
  background: transparent;
  padding: 0px !important;
  margin-top: 10vw;
  font-size: 11px;
  line-height: 1.61;
  letter-spacing: 0.18em;
}

footer .footer-link {
  margin-top: 10vw;
  color: rgba(224, 224, 224, 0.8);
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 1.61;
}

footer .footer-link li {
  width: fit-content;
}

footer .footer-link a:hover {
  text-decoration: none;
}

footer .footer-link a:hover:before {
  opacity: 0;
}

footer .footer-link a {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}

footer .footer-link a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
}

footer .footer-link i {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 10px;
}

footer .footer-link .cookies-link {
  margin-top: 3vw;
}

footer .footer-link .copy {
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
  padding-bottom: 3px;
  cursor: pointer;
  transition: 0s;
}

footer .footer-link .copy:before {
  content: "";
  width: 11px;
  height: 15px;
  background-image: url("../img/shoplist_irichoseika/ico_copy.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

footer .footer-link .copy:hover {
  opacity: 1 !important;
}

footer .footer-link .copy.copied {
  pointer-events: none;
}

footer #socialbuttons {
  margin: 5vw 0px 0px;
}

@media only screen and (min-width: 768px) {
  footer .footer-link .copy:hover {
    border-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 16vw 0px calc(16vw + 65px);
  }
  footer .logo {
    margin: 0px 20%;
  }
  footer .footer-vcard {
    text-align: center;
    margin-top: 6vw;
  }
  footer .footer-vcard li + li {
    margin-top: 4vw;
  }
  footer .footer-vcard .footer-time {
    margin-top: 2vw;
    display: block;
  }
  footer .map-link {
    justify-content: center;
  }
  footer .footer-link li {
    margin: 0px auto;
  }
  footer .btn-home .hvr-radial-out {
    margin: 0px auto;
    padding: 16px 0 17px;
    border-radius: 35px;
  }
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 47px 0px 52px;
  }
  footer .wrap {
    width: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  footer .logo {
    margin: 0px 0px 0px 0px;
  }
  footer .footer-top {
    display: flex;
    text-align: left;
    align-items: flex-end;
  }
  footer .footer-vcard {
    font-size: 12px;
    line-height: 1.5;
    margin: 0px 0px 15px 25px;
  }
  footer .footer-time {
    margin-left: 12px;
  }
  footer .map-link {
    display: inline-flex;
  }
  footer .footer-link {
    margin-top: 20px;
    display: flex;
  }
  footer .footer-link .cookies-link {
    margin: 0px 0px 0px 14px;
  }
  footer .btn-home .hvr-radial-out {
    margin-left: auto;
  }
  footer .footer-bottom {
    margin-top: 0px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 12px;
  }
  footer .footer-bottom .col-right,
  footer .footer-bottom .col-left {
    width: fit-content;
  }
  footer .footer-bottom .col-right {
    margin-top: -8px;
  }
  footer .footer-bottom .col-left {
    margin-top: 34px;
  }
  footer address {
    text-align: left;
    margin-top: 0px;
  }
  footer #socialbuttons {
    margin: 12px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  footer {
    padding-bottom: 70px;
  }
}

.remodal {
  border-radius: 50px;
  background-image: url(../img/shoplist_irichoseika/bgbody.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 10vw 0px 13vw;
}

.remodal .remodal-close {
  width: 30px;
}

.remodal .remodal-cancel {
  margin-top: 12vw;
}

.remodal .remodal-cancel span {
  width: 30px;
  display: block;
  margin: 0px auto;
}

.remodal h2 {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 8vw;
}

.remodal .note {
  font-size: 14px;
  margin-top: 4vw;
}

.remodal h3 {
  color: #322921;
  border: 1px solid #92845a;
  letter-spacing: 0.2em;
  font-size: 4.26vw;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  padding: 2vw 0px;
}

.remodal .inner {
  text-align: left;
  margin-top: 10vw;
}

.remodal .inner dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid #d7d0c4;
  padding: 12.75px 0px;
}

.remodal .inner dl dd {
  margin-left: auto;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .remodal .col + .col {
    margin-top: 10vw;
  }
  .remodal .row + .row {
    margin-top: 10vw;
  }
}

@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 1400px;
    padding: 78px 0px 100px;
  }
  .remodal .remodal-close {
    width: 44px;
  }
  .remodal h2 {
    font-size: 50px;
    margin-top: 63px;
  }
  .remodal .note {
    font-size: 15px;
    margin-top: 25px;
  }
  .remodal h3 {
    padding: 9px 0px;
  }
  .remodal .inner {
    display: flex;
    column-gap: 18px;
    margin-top: 71px;
  }
  .remodal .inner dl {
    font-size: 15px;
  }
  .remodal .col {
    width: 320px;
  }
  .remodal .row + .row {
    margin-top: 69px;
  }
  .remodal h3 {
    font-size: 22px;
  }
  .remodal .remodal-cancel {
    margin-top: 95px;
  }
  .remodal .remodal-cancel span {
    width: 44px;
  }
}

/*--------------------navi + menu-toggle + ft-fixed-------------------*/
#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #e0e0e0;
  background: #37302a;
}

#ft-fixed ul {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 1;
  border-top: 1px solid #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
  overflow: hidden;
}

#ft-fixed ul li {
  width: calc(100% / 4);
  padding: 15px 0px;
  position: relative;
}

#ft-fixed ul li i {
  display: block;
  margin-bottom: 9px;
  line-height: 1;
}

#ft-fixed ul li i img {
  width: 15px;
  margin: 0px auto;
}

#ft-fixed ul li img {
  width: 22px;
}

#ft-fixed ul li + li:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0px;
  bottom: -20px;
  border-left: 1px solid #6d6d6d;
}

@media screen and (max-width: 767px) {
  #pagetop {
    right: 5px;
    bottom: 75px;
  }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #37302a;
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 75px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #37302a;
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 75px);
  }
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (min--moz-device-pixel-ratio: 3),
  only screen and (-o-min-device-pixel-ratio: 3 / 1),
  only screen and (min-device-pixel-ratio: 3),
  only screen and (min-resolution: 458dpi),
  only screen and (min-resolution: 3dppx) {
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #37302a;
    z-index: 8;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 75px);
  }
}

@media only screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}
