@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}
input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}
th,
td {
  border-collapse: collapse;
}
table th,
table td {
  white-space: nowrap;
}
ul,
ol {
  list-style-type: none;
}
img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

header {
  position: sticky;
  top: 0;
  z-index: -5;
}
/* リセットここまで */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
img {
  width: 100%;
}
/* ロゴ部分 */
.topwrapper {
  /* position: sticky; */
  /* top: 0; */
  z-index: -10;
}
.instalogo {
  position: absolute;
  width: 3%;
  right: 3%;
  top: 3%;
}
.toplogo {
  position: absolute;
  width: 20%;
  left: 40%;
  top: 23%;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.464));
}
.toptitle {
  font-size: 28px;
  letter-spacing: 3px;
}
.topbun {
  margin-bottom: 80px;
  line-height: 2.5em;
  margin-top: 30px;
  font-size: 16px;
}
.toptitle::before {
  display: none;
}
.topbunwrapper::before {
  content: "";
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0) 60%,
    #ff9524 80%
  );
  pointer-events: none;
  position: absolute;
  top: -200vh;
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: 3; */
}
main {
  background-color: antiquewhite;
  position: relative;
  z-index: 5;
}
/* トップページ画像切り替え */
.top_sp {
  display: none;
}

.topbunwrapper {
  padding: 60px 0 100px 0;
  z-index: 5;
  position: relative;
  /* background-color: #ff9524; */
  width: 100%;
}
.topbunwrapper h2 {
  text-align: center;
  /* z-index: 4; */
  position: relative;
  font-size: 30px;
  letter-spacing: 6px;
  color: #4c0000;
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.topbunwrapper p {
  font-size: 20px;
  line-height: 2.5em;
  text-align: center;
  /* z-index: 4; */
  color: #4c0000;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
main {
  padding: 130px 0;
}
main h2 {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 25px;
  color: #4c0000;
}

main h2::before {
  content: "";
  background-image: url(../image/mokuba_lamp.png);
  width: 40px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}
main p {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 15px;
  color: #4c0000;
  line-height: 2em;
  margin: 20px 0;
}

/* フワッと */
.fadein {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 2s, visibility 2s, transform 2s;
}
/* フェードイン時に入るクラス */

.delay1 {
  transition-delay: 250ms;
}
.delay2 {
  transition-delay: 500ms;
}
.delay3 {
  transition-delay: 750ms;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.coffeflex {
  display: flex;
  width: 35%;
  justify-content: center;
  margin: 0 auto 250px auto;
}
.coffeflex img {
  width: 100%;
}
.coffee1 {
  position: relative;
  right: -50px;
}
.coffee2 {
  position: relative;
  left: -50px;
  bottom: -120px;
}
.cakeflex {
  display: flex;
  width: 70%;
  margin: 0 auto 100px auto;
  justify-content: center;
}
.cakeflex div {
  margin: 1%;
}
.cakeflex p {
  text-align: left;
  margin-top: 5px;
}
.bgmflex {
  display: flex;
  width: 35%;
  justify-content: center;
  margin: 0 auto 250px auto;
}
.bgmflex img {
  width: 100%;
}
.bgm1 {
  position: relative;
  right: -50px;
}
.bgm2 {
  position: relative;
  left: -50px;
  bottom: -120px;
}
.shopbtn {
  display: block;
  width: 50%;
  margin: 0 auto;
  box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 20%);
}
footer {
  background-color: #faead7;
  position: absolute;
  width: 100%;
}
.footerflex {
  display: flex;
}
.footerflex div {
  width: 50%;
}
.kissawrapper {
  background-color: #be4f00;
  padding: 70px 150px 70px 150px;
  z-index: 10;
  position: relative;
}
.kissawrapper p {
  color: #552300;
}
.baisenwrapper p {
  color: #00425d;
}
.shopimg {
  width: 80%;
  margin: 0 0 0 auto !important;
  display: block;
}
.shoptitle {
  width: 200px;
}
footer h2 {
  position: relative;
}
footer {
  z-index: 10;
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
footer .instalogo {
  width: 40px;
  display: block;
  position: absolute;
  left: 220px;
}
footer h3 {
  color: #371700;
  font-weight: 700;
  font-size: 30px;
  margin-top: 50px;
  letter-spacing: 3px;
}
footer p {
  color: #371700;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 0.3px;
}

footer iframe {
  width: 100%;
  height: 200px;
  margin-top: 30px;
}
.baisenwrapper {
  background-color: #6497ac;
}
.baisenwrapper h3 {
  color: #00425d;
}
.baiseninsta {
  top: 20px;
}
.copyright {
  background-color: black;
  font-size: 10px;
  text-align: center;
  margin: 0;
  color: white;
  padding: 5px 0;
}
.logo_fadein {
  background: #ff9524;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 140px;
}
.baisenbtn {
  display: block;
  background-color: #00425d;
  color: white;
  padding: 2%;
  text-align: center;
  margin-top: 2%;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  body h2 {
    font-size: 18px;
  }
  main p {
    font-size: 13px;
  }
  .top_pc {
    display: none;
  }
  .top_sp {
    display: block;
    height: 650px;
    position: relative;
    z-index: -10;
  }
  .toplogo {
    width: 40%;
    left: 30%;
    top: 40%;
  }
  .topbunwrapper::before {
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(255, 255, 255, 0) 70%,
      #ff9524 75%
    );
    top: -170vh;
  }
  .topbunwrapper p {
    font-size: 16px;
  }
  .topbunwrapper h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .topbunwrapper {
    padding: 60px 0 80px 0;
  }
  .coffeflex {
    display: block;
    width: 100%;
  }
  .coffeflex img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .coffee1 {
    right: 0;
  }
  .coffee2 {
    margin-top: 10px !important;
    left: 0px;
    bottom: 0px;
  }
  .coffeflex {
    margin-bottom: 100px;
  }
  .cakeflex {
    display: block;
    width: 90%;
  }
  .bgmflex {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .bgm1 {
    right: 0;
    width: 95% !important;
  }
  .bgm2 {
    bottom: 0;
    width: 95% !important;
    left: 5%;
    margin-top: 10px;
  }
  .shopbtn {
    width: 90%;
  }
  .instalogo {
    width: 10%;
    left: 3%;
  }

  .kissawrapper {
    padding: 4%;
  }
  .footerflex div {
    width: 100%;
  }
  .shopimg {
    width: 100%;
  }

  footer p {
    font-size: 12px;
  }
  .shoptitle {
    width: 50%;
  }
  footer .instalogo {
    width: 10%;
    left: 55%;
  }
  footer h3 {
    margin-top: 20px;
    font-size: 16px;
  }
  footer h2 {
    margin-top: 3%;
  }
  .baiseninsta {
    top: 31%;
  }
}
