@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #692b18;
  background: #fdf4eb;
  word-break: break-all;
}
body.js-no_scroll {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  padding-top: 100px;
}
main:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg.png);
  z-index: -2;
}
@media (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}

p {
  line-height: 1.6;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

a {
  text-decoration: underline;
  color: #5a90d7;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #5a90d7;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1 {
  padding: 0.2em;
  background: rgba(90, 173, 207, 0.2);
  display: inline-block;
}
@media (max-width: 575px) {
  h1 {
    padding: 0.1em;
    background-color: none;
  }
}

.heading03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #692b18;
}
@media (max-width: 575px) {
  .heading03 {
    font-size: 18px;
  }
}
.heading03::before, .heading03::after {
  content: "";
}
.heading03::before {
  width: 30px;
  height: 30px;
  background: url(../img/bg-title-left.png) center center no-repeat;
  background-size: 100%;
  margin-right: 18px;
}
@media (max-width: 575px) {
  .heading03::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.heading03::after {
  width: 30px;
  height: 30px;
  background: url(../img/bg-title-right.png) center center no-repeat;
  background-size: 100%;
  margin-left: 18px;
}
@media (max-width: 575px) {
  .heading03::after {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}

.popup-info h3,
.popup-info2 h3,
.shopping-info h3 {
  color: #692b18;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding: 10px 0px 5px;
  border-bottom: 1px solid #8f6569;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .popup-info h3,
  .popup-info2 h3,
  .shopping-info h3 {
    font-size: 16px;
    padding: 0 0 5px;
    margin-bottom: 10px;
  }
}

.popup-info h3 {
  padding: 0 0 5px 28px;
}
@media (max-width: 575px) {
  .popup-info h3 {
    padding: 0 0 5px 24px;
  }
}
.popup-info h3::before {
  font-family: "Material Icons";
  content: "\e65f";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  font-weight: 300;
  color: #5ad1e7;
  line-height: 1;
  padding-right: 3px;
}
@media (max-width: 575px) {
  .popup-info h3::before {
    font-size: 20px;
  }
}

.shopping-info h3::before {
  font-family: "Material Icons";
  content: "\f1cc";
  vertical-align: middle;
  font-size: 26px;
  font-weight: 200;
  color: #5ad1e7;
  line-height: 1;
  position: relative;
  top: -2px;
}
@media (max-width: 575px) {
  .shopping-info h3::before {
    font-size: 22px;
    vertical-align: top;
  }
}

b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #ffd5dc));
  background: -webkit-linear-gradient(transparent 70%, #ffd5dc 60%);
  background: linear-gradient(transparent 70%, #ffd5dc 60%);
  font-size: 18px;
}
@media (max-width: 575px) {
  b {
    font-size: 16px;
  }
}

.popup-info,
.popup-info2 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(73, 53, 36, 0.4);
          box-shadow: 0 0 8px rgba(73, 53, 36, 0.4);
  padding: 40px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .popup-info,
  .popup-info2 {
    font-size: 15px;
    padding: 30px 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.box-pink {
  padding: 20px 16px 16px 16px;
  background: #ecf9fb;
  border-radius: 8px;
  margin-bottom: 40px;
}

.list-note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.list-note li:last-child {
  margin-bottom: 1rem;
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.list-icon li:last-child {
  margin-bottom: 1rem;
}

.img-line {
  width: 300px;
  padding: 4px 0 8px 0;
}
@media (max-width: 575px) {
  .img-line {
    width: 200px;
  }
}

.comingsoon {
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 575px) {
  .comingsoon {
    font-size: 24px;
    padding-top: 20px;
  }
}

header {
  color: #ffffff;
}
header .img-logo01 {
  display: block;
  width: 130px;
}
@media (max-width: 575px) {
  header .img-logo01 {
    width: 100px;
  }
}
header a {
  text-decoration: none;
}
@media (max-width: 767px) {
  header a {
    color: #ffffff;
    font-size: 28px;
  }
}
header .twitter {
  width: 230px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222222;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1240px) {
  header .twitter {
    display: none;
  }
}
header .twitter p {
  line-height: 1.3;
  font-size: 11px;
  font-weight: bold;
}
header .twitter p span {
  color: #5ad1e7;
}
header .twitter i {
  font-size: 28px;
  padding-right: 10px;
}
header .sns-sp {
  display: none;
}
@media (max-width: 1240px) {
  header .sns-sp {
    display: block;
    width: 35px;
    background: #000;
    padding: 6px;
    border-radius: 6px;
  }
}
@media (max-width: 575px) {
  header .sns-sp {
    width: 28px;
  }
}
@media (max-width: 1240px) {
  header .container {
    width: 80% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

nav.navbar {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  background: #764746;
  -webkit-box-shadow: 0 2px 6px rgba(143, 100, 105, 0.3);
          box-shadow: 0 2px 6px rgba(143, 100, 105, 0.3);
}
@media (max-width: 575px) {
  nav.navbar {
    padding: 4px 0;
  }
}
nav.navbar button.navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 575px) {
  nav.navbar button.navbar-toggler {
    margin-right: 0px;
  }
}
nav.navbar button.navbar-toggler::after {
  display: block;
  font-family: "Material Icons";
  content: "\e5d2";
  font-size: 36px;
  line-height: 1;
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
}
@media (max-width: 280px) {
  nav.navbar button.navbar-toggler::after {
    font-size: 20px;
  }
}
nav.navbar button.navbar-toggler[aria-expanded=true]::after {
  content: "\e5cd";
  -webkit-transform: none;
          transform: none;
}
nav.navbar #navbarToggleExternalContent {
  width: 100%;
}
nav.navbar .navbar-nav {
  padding: 40px 0px;
  background-color: #764746;
}
nav.navbar .nav-link {
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
nav.navbar .nav-item:last-child {
  border-bottom: none;
}
nav.navbar .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}
nav.navbar .dropdown-menu .dropdown-item {
  padding: 8px 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
nav.navbar .dropdown-menu .dropdown-item:hover {
  background: none;
}

.shopping-area {
  background: rgba(144, 221, 235, 0.3);
  padding: 80px 0px;
  margin-top: 80px;
}
@media (max-width: 575px) {
  .shopping-area {
    padding: 50px 0px;
    margin-top: 50px;
  }
}

.shopping-info {
  color: #692b18;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(143, 100, 105, 0.4);
          box-shadow: 0 0 8px rgba(143, 100, 105, 0.4);
  padding: 40px 24px;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .shopping-info {
    width: 96%;
    font-size: 15px;
    padding: 40px 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
  }
}

/* ------------
  商品一覧エリア
 ------------ */
.itemWrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}
@media (max-width: 767px) {
  .itemWrap {
    width: 100%;
    padding: 5px;
  }
}

.StyleF_Frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.StyleF_Item_ {
  width: calc(25% - 16px);
  margin: 8px;
  padding: 14px;
  background: white;
  -webkit-box-shadow: 0 0 8px rgba(143, 100, 105, 0.4);
          box-shadow: 0 0 8px rgba(143, 100, 105, 0.4);
}

.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  min-height: 2.5rem;
  background: transparent;
  color: #692b18;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 575px) {
  .name_ {
    min-height: 2rem;
    font-size: 13px;
    font-weight: normal;
  }
}
.name_ a {
  display: block;
  color: #692b18;
  text-decoration: none;
  word-break: break-all;
  padding: 5px;
}

.price_ {
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .price_ {
    font-size: 13px;
  }
}

.pre_sales_ {
  font-size: 14px;
}

.cart_ {
  text-align: center;
}
.cart_:hover a {
  opacity: 0.8;
}

.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

/* スマホ時インプットボタン */
.cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media (max-width: 575px) {
  .cart_btn_ {
    font-size: 14px;
    padding: 4px 10px;
  }
}

.cart_btn_.reservation_ {
  color: #ffffff;
  background: #45cae2 url("../img/arrow-white.png") no-repeat 95% center;
  background-size: 5px auto;
  border-radius: 0;
  border: 1px solid #45cae2;
}

.cart_btn_.order_ {
  color: #ffffff;
  background: #f597ad url("../img/arrow-white.png") no-repeat 95% center;
  background-size: 5px auto;
  border-radius: 0;
  border: 1px solid #f597ad;
}

.cart_btn_.detail_ {
  background-color: white;
  color: #766754;
  border-radius: 0;
  border: 1px solid #766754;
}

.cart_btn_.sold_out_,
.cart_btn_.closed_ {
  color: #666666;
  background: #d1d1d1;
}

@media (max-width: 767px) {
  .name_,
  .price_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
  }
}
.resale_request {
  text-align: center;
}

.resale_request a {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 8px;
  background: #764746 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 8px auto;
  border-radius: 0;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 575px) {
  .resale_request a {
    font-size: 13px;
    background: #764746 url("../img/arrow-white.png") no-repeat 94% top 8px;
    background-size: 6px auto;
    padding: 5px 6px 6px 6px;
  }
}
.img_ {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.img_ img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  text-align: center;
}
footer .anime {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  background-color: #766754;
}
footer .anime .material-icons {
  font-size: 30px;
  vertical-align: top;
}
footer .link-pageup {
  font-size: 24px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #33c3dd;
  z-index: 1;
  text-decoration: none;
}
footer .link-pageup .material-symbols-outlined {
  font-size: 35px;
  font-weight: 100;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
  }
}