@charset "UTF-8";
/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

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

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #07313f;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
  font-style: normal;
}

/* GENERAL */
a:link,
a:visited {
  color: #07313f;
  text-decoration: none;
}

a:hover {
  color: #07313f;
  text-decoration: none;
}

a {
  outline: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

* {
  box-sizing: border-box;
}

.onlyPc {
  display: block !important;
}

.onlySp {
  display: none !important;
}

.onlyPc2 {
  display: flex !important;
}

.onlySp2 {
  display: none !important;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !important;
  }
}
.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mfp-bg {
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

.mfp-close-btn-in .mfp-close {
  width: 60px;
  padding-right: 0;
  background-size: 21px auto;
  right: 0;
  text-align: left;
  text-indent: -9999px;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

.mfp-figure:after {
  box-shadow: none;
}

.mfp-content figcaption {
  display: none;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

a.disable {
  text-decoration: none !important;
  pointer-events: none;
}

.topSlider div {
  vertical-align: top;
}

.pcSlider div {
  vertical-align: top;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  background-color: #000 !important;
  border-radius: 100px;
  background-size: 8px auto !important;
  background-repeat: no-repeat !important;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slick-prev {
  left: -16px;
  background-image: url("../images/arr_left.png") !important;
  background-position: left 11px center !important;
}

.slick-next {
  right: -16px;
  background-image: url("../images/arr_right.png") !important;
  background-position: center right 11px !important;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.75 !important;
}

figcaption {
  display: none;
}

/*---------------------------------------------
MOTION
---------------------------------------------*/
.fadeSimple {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 30px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  transition-delay: 0s;
}

.fadeDelay2 {
  transition-delay: 0.4s;
}

.fadeDelay3 {
  transition-delay: 0.8s;
}

.fadeDelay4 {
  transition-delay: 0.9s;
}

.maskRight {
  clip-path: inset(0 100% 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  clip-path: inset(0 0% 0 0);
}

.maskLeft {
  clip-path: inset(0 0 0 100%);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  clip-path: inset(0 0% 0 0);
}

.maskTop {
  clip-path: inset(0 0 100% 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  clip-path: inset(0 0% 0 0);
}

.maskBottom {
  clip-path: inset(100% 0 0 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  clip-path: inset(0 0% 0 0);
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: 3px;
    top: 10px;
  }
  .mfp-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  button.mfp-arrow-left {
    background-position: left 15px center;
  }
  button.mfp-arrow-right {
    background-position: right 15px center;
  }
  .fadeSimpleSp {
    transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }
  .fadeSimpleSp.active {
    opacity: 1;
  }
  .slick-prev,
  .slick-next {
    width: 24px;
    height: 24px;
    background-size: 6px auto !important;
  }
  .slick-prev {
    left: -12px;
    background-position: left 8px center !important;
  }
  .slick-next {
    right: -12px;
    background-position: center right 8px !important;
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1 !important;
  }
  .slick-dots {
    bottom: -30px;
  }
}
#button_container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  display: block;
  height: 80px;
  z-index: 40;
  width: 60px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  display: none;
  transform: translate(0, -100%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#button_container.show {
  transform: translate(0, 0);
}

#toggle {
  position: absolute;
  left: calc(50% - 5px);
  top: 31px;
  transform: translate(-50%, 0);
  width: 24px;
  z-index: 300;
  transition: opacity 0.25s ease;
}
#toggle:hover {
  opacity: 0.7;
}
#toggle span {
  background-color: #07313f;
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
#toggle span:nth-of-type(2) {
  top: 8px;
}
#toggle span:nth-of-type(3) {
  top: 16px;
}

#toggle.active .top {
  transform: translateY(8px) translateX(0) rotate(34deg);
}

#toggle.active .middle {
  opacity: 0;
}

#toggle.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-34deg);
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 39;
  background-color: #faee00;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
}
#overlay.open {
  visibility: visible;
  opacity: 1;
}
#overlay.open #overlayBox {
  opacity: 1;
}
#overlay #overlayBox {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.25s;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.overlay-menu {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.overlay-menu h1.logo {
  margin-bottom: 70px;
}
.overlay-menu h1.logo img {
  width: 76vw;
}

ul.lineList {
  position: relative;
  width: 100%;
  height: 100%;
}
ul.lineList img {
  display: block;
  width: auto;
}
ul.lineList > li {
  position: relative;
  margin-bottom: 30px;
}
ul.lineList > li:last-child {
  margin-bottom: 0;
}
ul.lineList > li.online img {
  height: 17.5px;
  height: 4.66vw;
}
ul.lineList > li.cafe img {
  height: 17.2px;
  height: 4.58vw;
}
ul.lineList > li.jammy img {
  height: 20.3px;
  height: 5.41vw;
}
ul.lineList > li.contact img {
  height: 17.6px;
  height: 4.69vw;
}
ul.lineList > li > a {
  display: inline-block;
}
ul.lineList ul.navSubList {
  padding-top: 5px;
}
ul.lineList ul.navSubList > li {
  padding-top: 4px;
}
ul.lineList ul.navSubList > li.ninomiya img {
  height: 12.9px;
  height: 3.44vw;
}
ul.lineList ul.navSubList > li.kamakura img {
  height: 12.8px;
  height: 3.41vw;
}
ul.lineList ul.navSubList > li > a {
  position: relative;
  padding-left: 18px;
  display: inline-block;
}
ul.lineList ul.navSubList > li > a:first-child:after {
  display: block;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  #button_container {
    display: block;
  }
}
/*---------------------------------------------
MAIN
---------------------------------------------*/
img {
  vertical-align: top;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  background-color: #fff;
  transform: translate(0, -100%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.show {
  transform: translate(0, 0);
}
header h1.logo {
  padding-top: 16px;
}
header h1.logo a {
  display: block;
  width: 270px;
  height: 47px;
  text-indent: -9999px;
  background-image: url("../images/hd_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header h1.logo a:hover {
  opacity: 0.6;
}
header img {
  width: auto;
  height: 15px;
}
header a.cartBtn {
  display: none;
  width: 40px;
  height: 80px;
  text-indent: -9999px;
  background-image: url("../images/ico_cart.svg");
  background-size: 23.2px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
header nav img {
  display: block;
}
header nav .navList {
  display: flex;
  align-items: center;
  gap: 0;
}
header nav .navList > li {
  position: relative;
}
header nav .navList > li > a {
  position: relative;
}
header nav .navList > li > a:after {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% - 50px);
  width: 0;
  background-color: #faee00;
  position: absolute;
  left: 25px;
  margin-top: 5px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav .navList > li > a:hover:after {
  width: calc(100% - 50px);
}
header nav .navList > li.online img {
  height: 12.9px;
}
header nav .navList > li.cafe img {
  height: 12.7px;
}
header nav .navList > li.cafe > a {
  padding-right: 0;
  width: 160px;
  background-image: url("../images/hd_down.svg");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
header nav .navList > li.cafe > a:after {
  display: none;
}
header nav .navList > li.cafe:hover > a {
  background-image: url("../images/hd_up.svg");
}
header nav .navList > li.cafe:hover .navSubList {
  opacity: 1;
  visibility: visible;
}
header nav .navList > li.jammy img {
  height: 14.8px;
}
header nav .navList > li.contact img {
  height: 13px;
}
header nav .navList > li > a {
  padding: 34px 25px 31px 25px;
  display: block;
}
header nav .navSubList {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav .navSubList > li {
  position: relative;
}
header nav .navSubList > li:first-child:after {
  display: block;
  content: "";
  height: 1px;
  width: calc(100% - 24px);
  background-color: #07313f;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
header nav .navSubList > li.ninomiya img {
  height: 12px;
}
header nav .navSubList > li.kamakura img {
  height: 11.9px;
}
header nav .navSubList > li > a {
  padding: 20px 0 20px 52px;
  display: block;
  background-color: #faee00;
}
header nav .navSubList > li > a:first-child:after {
  display: block;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translate(0, -50%);
}

#mainVisual {
  overflow: hidden;
  min-height: 40vh;
  opacity: 0;
  transition: all 2.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainVisual.activeImg {
  opacity: 1;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.topSwiper .swiper-slide-active .swiper-img,
.topSwiper .swiper-slide-duplicate-active .swiper-img,
.topSwiper .swiper-slide-prev .swiper-img {
  animation: zoom-in 10s linear 0s 1 normal both;
}
.topSwiper .swiper-slide {
  overflow: hidden;
}
.topSwiper .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec {
  position: relative;
  padding: 6vw 0;
}

#concept {
  z-index: 5;
  text-align: center;
  padding-bottom: 12vw;
  background-image: url("../images/bg_concept.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#concept .ttl img {
  transform: translate(-50%, 0);
  width: 24vw;
  width: 307px;
}
#concept .ttl img.onlyPc {
  display: inline-block !important;
}
#concept .desp {
  line-height: 2.6;
  font-weight: 600;
  transition-delay: 0.3s;
}
#concept .desp p {
  padding-bottom: 20px;
}
#concept .desp p:last-child {
  padding-bottom: 0;
}
#concept .footprint {
  top: 5vw;
  right: 20vw;
}
#concept .orange {
  position: absolute;
  z-index: 2;
  max-width: 334px;
  width: 26vw;
  right: 13vw;
  bottom: 0;
  transform: translate(0, 56%);
}

.footprint {
  position: absolute;
}
.footprint.footprint01 img {
  width: 63px;
}
.footprint.footprint02 img {
  width: 80px;
}

#about {
  padding-top: 6vw;
  padding-bottom: 6vw;
  padding-top: 12vw;
  margin-top: -6vw;
  background-image: url("../images/bg_about.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

#online .footprint {
  left: 20vw;
  top: 2vw;
}

#cafe {
  padding-bottom: 14vw;
}
#cafe .footprint {
  right: 20vw;
  bottom: 0;
}

.contentBox {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}

.aboutList li {
  display: flex;
  gap: 45px;
  align-items: stretch;
  align-items: flex-end;
  margin-bottom: 10vw;
  position: relative;
}
.aboutList li.active .img img {
  opacity: 1;
  top: 0;
}
.aboutList li.active .despArea .ttl {
  opacity: 1;
  top: 0;
}
.aboutList li.active .despArea .desp {
  opacity: 1;
  top: 0;
}
.aboutList li:nth-child(3n+2) {
  flex-direction: row-reverse;
}
.aboutList li:nth-child(3n+2) .img {
  width: 59%;
}
.aboutList li:nth-child(3n+2) .despArea {
  width: calc(41% - 45px);
}
.aboutList li .img {
  width: 53%;
}
.aboutList li .img img {
  position: relative;
  opacity: 0;
  top: 30px;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.aboutList li .despArea {
  width: 47%;
  padding-bottom: 40px;
}
.aboutList li .despArea .ttl {
  font-size: 23px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
  opacity: 0;
  position: relative;
  top: 30px;
}
.aboutList li .despArea .ttl:before {
  display: block;
  content: "";
  height: 25px;
  width: 25px;
  border-radius: 100px;
  background-color: #faee00;
}
.aboutList li .despArea .desp {
  line-height: 2.2;
  text-align: justify;
  font-weight: 600;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.6s;
  opacity: 0;
  position: relative;
  top: 30px;
}
.aboutList li .footprint {
  right: 10vw;
  top: 0;
}

#online {
  text-align: center;
  padding-top: 14vw;
}

.secTtl {
  font-family: "orpheus-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 6.25vw;
  padding-bottom: 24px;
}
.secTtl:after {
  display: inline-block;
  content: "";
  height: 3px;
  width: 150px;
  background-color: #faee00;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.onlineBox {
  margin-bottom: 50px;
}
.onlineBox img {
  width: 26vw;
  min-width: 336px;
}

a.btn {
  display: inline-block;
  font-family: "orpheus-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  background-color: #07313f;
  color: #fff;
  font-size: 23px;
  width: 245px;
  letter-spacing: 0.24em;
  padding: 10px 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.btn:hover {
  opacity: 0.6;
}

#cafe {
  text-align: center;
  padding-top: 10vw;
}

.cafeList > li {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 90px;
  padding-bottom: 90px;
  position: relative;
}
.cafeList > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cafeList > li:last-child:after {
  display: none;
}
.cafeList > li:after {
  content: "";
  display: block;
  width: 885px;
  height: 10px;
  max-width: 100%;
  background-image: url("../images/img_line.png");
  background-size: 885px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
}
.cafeList > li .img {
  width: 26vw;
  min-width: 336px;
  position: relative;
}
.cafeList > li .img .newIco {
  width: 90px;
  height: 90px;
  background-color: #faee00;
  text-align: center;
  line-height: 90px;
  vertical-align: middle;
  border-radius: 100px;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  position: absolute;
  z-index: 2;
  left: -34px;
  top: -34px;
}
.cafeList > li .despArea {
  width: 320px;
  transition-delay: 0.3s;
}
.cafeList > li .despArea .ttl {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: -6px;
}
.cafeList > li .despArea .instagram {
  margin-bottom: 5px;
}
.cafeList > li .despArea .instagram a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: -9999px;
  background-image: url("../images/ico_instagram.svg");
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cafeList > li .despArea .instagram a:hover {
  opacity: 0.6;
}

.infoList {
  text-align: left;
}
.infoList li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 10px;
}
.infoList li:last-child {
  margin-bottom: 0;
}
.infoList .subTtl {
  width: 34px;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -9999px;
}
.infoList .subTtl.address {
  background-image: url("../images/ico_map.svg");
  background-size: 17px auto;
}
.infoList .subTtl.tel {
  background-image: url("../images/ico_tel.svg");
  background-size: 14.3px auto;
}
.infoList .subTtl.day {
  background-image: url("../images/ico_clock.svg");
  background-size: 18.2px auto;
}
.infoList .subTtl.mail {
  background-image: url("../images/ico_mail.svg");
  background-size: 15.1px auto;
}
.infoList .subDesp {
  width: calc(100% - 34px);
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
}

a.mapBtn {
  font-family: "orpheus-pro-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  border: 1px solid #07313f;
  border-radius: 5px;
  padding: 1px 9px;
  position: relative;
  top: -1px;
  margin-left: 5px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.mapBtn:hover {
  background-color: #07313f;
  color: #fff;
}

#jammy {
  background-image: url("../images/bg_jammy.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13vw;
}

.jammyBox {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.jammyBox .overArea {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 28px 100px 0 45px;
  gap: 50px;
}
.jammyBox .overArea .img {
  width: 280px;
}
.jammyBox .overArea .despArea {
  width: calc(100% - 280px - 50px);
  transition-delay: 0.3s;
}
.jammyBox .overArea .despArea .desp {
  line-height: 2.2;
  font-size: 15px;
  padding-top: 50px;
  text-align: justify;
}

footer {
  background-color: #faee00;
  text-align: center;
  padding: 9vw 0;
  position: relative;
}
footer h1.logo {
  margin-bottom: 31px;
}
footer h1.logo img {
  width: 162px;
}
footer .company {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
footer .infoList {
  width: 345px;
  margin: 0 auto;
  margin-bottom: 80px;
}
footer a.formBtn {
  border-bottom: 1px solid #07313f;
}
footer a.formBtn:hover {
  border: none;
}
footer .footprint02 {
  left: 30vw;
  top: 0;
}

a#pagetop {
  border-bottom: 1px solid #07313f;
  font-size: 17px;
  font-family: orpheuspro, serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
}
a#pagetop:hover {
  border: none;
}

.cafeSwiper {
  padding-bottom: 30px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2px;
}

.swiper-pagination-bullet-active {
  background-color: #faee00;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 768px) {
  header {
    height: 80px;
    padding: 0 13px;
  }
  header h1.logo {
    padding-top: 22px;
  }
  header h1.logo a {
    width: 235px;
    height: 40px;
  }
  header nav {
    display: none;
  }
  header a.cartBtn {
    display: block;
    position: absolute;
    right: 60px;
  }
  .contentBox {
    padding: 0 10vw;
  }
  .sec {
    padding: 12vw 0;
  }
  #concept {
    padding-bottom: 40vw;
    background-image: url("../images/bg_concept_sp.png");
  }
  #concept .ttl {
    text-align: left;
    margin-left: -10px;
    margin-bottom: 20px;
  }
  #concept .ttl img {
    width: 64vw;
    transform: translate(0);
  }
  #concept .ttl img.onlyPc {
    display: none !important;
  }
  #concept .desp {
    font-size: 14px;
    line-height: 2.4;
    letter-spacing: 0.16em;
    letter-spacing: 0.2em;
    text-align: justify;
  }
  #concept .orange {
    right: initial;
    left: 0;
    transform: translate(0, 16%);
    bottom: -40px;
  }
  #concept .orange img {
    width: 56vw;
  }
  #concept .footprint {
    top: 7vw;
    right: 10vw;
  }
  .footprint.footprint01 img {
    width: 12vw;
  }
  .footprint.footprint02 img {
    width: 100px;
    width: 13.3vw;
  }
  #about {
    padding-top: 34vw;
    margin-top: -12vw;
    padding-bottom: 12vw;
    background-image: url("../images/bg_about_sp.png");
  }
  #about .contentBox {
    padding: 0;
  }
  #about .footprint01 {
    left: 10vw;
    bottom: -4vw;
  }
  .aboutList li {
    display: block;
  }
  .aboutList li:nth-child(3n+1), .aboutList li:nth-child(3n) {
    padding-left: 20vw;
  }
  .aboutList li .img {
    width: auto;
    margin-bottom: 15px;
  }
  .aboutList li .despArea {
    width: auto;
  }
  .aboutList li .despArea .ttl {
    margin-bottom: 0;
    writing-mode: vertical-rl;
    position: absolute;
    left: 6vw;
    top: 0;
    letter-spacing: 0.16em;
    font-size: 21px;
  }
  .aboutList li .despArea .ttl:before {
    width: 20px;
    height: 20px;
  }
  .aboutList li .despArea .desp {
    font-size: 14px;
    padding-right: 6.4%;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  .aboutList li:nth-child(3n+2) .img {
    width: auto;
  }
  .aboutList li:nth-child(3n+2) .despArea {
    width: auto;
    padding-left: 6.4%;
    padding-right: 23.4%;
  }
  .secTtl {
    font-size: 35px;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
  .secTtl:after {
    width: 100px;
    height: 2px;
  }
  #online {
    padding-top: 18vw;
  }
  #online .footprint {
    display: none;
  }
  .onlineBox {
    margin-bottom: 30px;
  }
  .onlineBox img {
    min-width: initial;
    width: 100%;
  }
  a.btn {
    font-size: 17px;
    width: 180px;
    padding: 8px 0;
  }
  #cafe {
    padding-top: 20vw;
    padding-bottom: 18vw;
  }
  #cafe .footprint {
    right: 10vw;
  }
  .cafeList > li {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .cafeList > li .img {
    min-width: initial;
    width: 100%;
    margin-bottom: 20px;
  }
  .cafeList > li .img .newIco {
    width: 70px;
    height: 70px;
    font-size: 17px;
    line-height: 72px;
    left: -24px;
    top: -24px;
  }
  .cafeList > li .despArea {
    width: auto;
    transition-delay: 0s;
  }
  .cafeList > li .despArea .ttl {
    font-size: 21px;
  }
  .cafeList > li .despArea .instagram a {
    background-size: 22px auto;
  }
  #jammy {
    padding-top: 30vw;
    background-image: url("../images/bg_jammy_sp.png");
  }
  #jammy .contentBox {
    padding: 0 6vw;
  }
  .jammyBox .overArea {
    display: block;
    padding: 0;
  }
  .jammyBox .overArea .img {
    width: auto;
    text-align: center;
  }
  .jammyBox .overArea .img img {
    width: 61vw;
    margin-top: -8px;
    margin-left: -14vw;
    margin-left: -2vw;
  }
  .jammyBox .overArea .despArea {
    width: auto;
    padding: 0 6vw;
  }
  .jammyBox .overArea .despArea .desp {
    padding-top: 25px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  footer {
    padding-bottom: 24vw;
  }
  footer h1.logo {
    margin-bottom: 50px;
  }
  footer h1.logo img {
    width: 43vw;
  }
  footer .company {
    margin-bottom: 20px;
    font-size: 21px;
  }
  footer .infoList {
    width: auto;
    display: table;
  }
  footer .infoList li .subDesp {
    font-size: 13px;
  }
  footer .footprint02 {
    left: 10vw;
  }
  .infoList {
    font-size: 12px;
    display: inline-block;
  }
  .infoList li {
    margin-bottom: 4px;
  }
  .infoList li .subTtl {
    width: 30px;
  }
  .infoList li .subTtl.address {
    background-image: url("../images/ico_map.svg");
    background-size: 13px auto;
  }
  .infoList li .subTtl.tel {
    background-image: url("../images/ico_tel.svg");
    background-size: 11.9px auto;
  }
  .infoList li .subTtl.day {
    background-image: url("../images/ico_clock.svg");
    background-size: 15.2px auto;
  }
  .infoList li .subTtl.mail {
    background-image: url("../images/ico_mail.svg");
    background-size: 11.6px auto;
  }
  .infoList li .subDesp {
    width: calc(100% - 30px);
    position: relative;
    top: -2px;
  }
  .infoList li div {
    padding: 3px 0;
  }
  a.mapBtn {
    font-size: 10px;
  }
  a#pagetop {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */