@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
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: 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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@view-transition {
  navigation: auto;
}
body {
  font-family: "Zen Old Mincho", serif;
  background-color: #fff;
  color: #1f1f1f;
  overflow-x: hidden;
}

body.lock-scroll {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 780px) {
  .wrapper {
    width: 100%;
    overflow-x: hidden;
  }
}
.garam {
  font-family: "EB Garamond", serif;
}

sup {
  font-size: 1.1rem;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}

b {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .sp-nav {
    display: none;
  }
}
.btn {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

.imgzoom {
  overflow: hidden;
  background: #000;
}

.imgzoom img {
  display: block;
  transition-duration: 0.3s;
}

.imgzoom img:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
  opacity: 0.6;
}

@media (max-width: 780px) {
  .imgzoom {
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }
}
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
header .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #fff;
  height: 120px;
}
header .logo img {
  width: 200px;
}
header .ec_info ul {
  display: flex;
  gap: 25px;
}
header .ec_info ul li {
  position: relative;
}
header .ec_info ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .ec_info ul li .cart-badge {
  position: absolute;
  top: -6px;
  right: -2px;
  height: 16px;
  width: 16px;
  background: #AC2437;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .ec_info ul li img {
  max-height: 16px;
  margin-bottom: 10px;
}
header .ec_info ul li span {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #1f1f1f;
  font-size: 14px;
  white-space: nowrap;
}
header .gnav {
  background-color: #003571;
  border-bottom: 1px solid #fff;
  height: 60px;
}
header .gnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  height: 60px;
}
header .gnav .gnav_list {
  flex-basis: 20%;
  padding: 22px 0;
  text-align: center;
  border-left: 1px solid #fff;
}
header .gnav .gnav_list p {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
header .gnav li:last-child {
  border-right: 1px solid #fff;
}
header .gnav li:first-child {
  position: relative;
}
header .gnav li:first-child p:after {
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/common/gnav_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 5px;
  right: -20px;
  transition: transform 0.3s;
}
header .gnav li:first-child.active p:after {
  transform: rotate(180deg);
}
header .gnav li a {
  text-decoration: none;
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
}

.menu {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu span {
  display: block;
  width: 28px;
  height: 3px;
  background: #333;
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s, background 0.3s;
}

.menu.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.5);
}

.menu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mega-menu {
  width: 100%;
  background: #003571;
  position: absolute;
  left: 0;
  z-index: 100;
  padding: 50px 0;
  top: 181px; /* gnavの高さに合わせて調整 */
}

.mega-menu-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.mega-menu-inner .search {
  margin: 0 auto 50px;
  width: 318px;
  height: 44px;
  border: 1px solid #fff;
  position: relative;
}
.mega-menu-inner .search input[type=text] {
  -webkit-appearance: none;
  /* display: table-cell; */
  -moz-appearance: none;
       appearance: none;
  background: none;
  height: 44px;
  width: 274px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  border: none;
  margin: 0;
  border-radius: 0;
  text-align: left;
  font-family: "EB Garamond", "Zen Old Mincho", serif;
}
.mega-menu-inner .search input[type=text]:disabled {
  -webkit-appearance: none;
  background-color: rgb(255, 255, 255);
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  height: 44px;
  width: 274px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
  font-size: 16px;
  margin: 0;
  border-radius: 0;
}
.mega-menu-inner .search input[type=text]:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  height: 44px;
  width: 274px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  margin: 0;
  border-radius: 0;
  border: none;
  outline: none;
}
.mega-menu-inner .search ::-moz-placeholder {
  color: #fff;
}
.mega-menu-inner .search ::placeholder {
  color: #fff;
}
.mega-menu-inner .search .searchForm__submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  line-height: 1;
  background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/common/search_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 23px;
  right: 9px;
  cursor: pointer;
}
.mega-menu-inner .mega_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.mega-menu-inner .mega_flex .mega_list {
  flex-basis: 24%;
  max-width: 270px;
}
.mega-menu-inner .mega_flex .mega_list img {
  max-width: 100%;
}
.mega-menu-inner .mega_flex .mega_list h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 20px 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.mega-menu-inner .mega_flex .mega_list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 15px 0;
  padding-left: 15px;
  position: relative;
}
.mega-menu-inner .mega_flex .mega_list p span {
  font-size: 12px;
  font-weight: 400;
}
.mega-menu-inner .mega_flex .mega_list p a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.mega-menu-inner .mega_flex .mega_list p a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.mega-menu-inner .mega_flex .mega_list p a:hover::after {
  transform: scale(1, 1);
}
.mega-menu-inner .mega_flex .mega_list p:before {
  content: "";
  background-color: #fff;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
}
.mega-menu-inner .mega_logo {
  margin: 60px auto 0;
  text-align: center;
}
.mega-menu-inner .mega_logo img {
  max-width: 59px;
}

@media (max-width: 780px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
  }
  header .header_top.sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14.1025641026vw;
    width: 100%;
    background: #fff;
    padding: 0;
  }
  header .header_top.sp .cart {
    order: 1;
    flex-basis: 15vw;
  }
  header .header_top.sp .cart .cart-badge {
    position: absolute;
    top: -1.0256410256vw;
    right: 1.5384615385vw;
    height: 3.3333333333vw;
    width: 3.3333333333vw;
    background: #AC2437;
    color: #fff;
    border-radius: 50%;
    font-size: 2.3076923077vw;
    font-weight: 400;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header_top.sp .cart img {
    height: 6vw;
    margin-bottom: 0;
  }
  header .header_top.sp .logo {
    order: 2;
    flex-basis: 70vw;
    text-align: center;
    flex: 1;
  }
  header .header_top.sp .logo img {
    max-width: 25vw;
  }
  header .header_top.sp .menu {
    order: 3;
    flex-basis: 15vw;
    width: 6vw;
    height: 5.1282051282vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  header .header_top.sp .menu span {
    display: block;
    width: 6vw;
    height: 1px;
    background: #333;
    margin: 0.8974358974vw 0;
    border-radius: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s, background 0.3s;
  }
  header .header_top.sp .menu span:nth-child(1) {
    margin-top: 0;
  }
  header .header_top.sp .menu span:nth-child(3) {
    margin-bottom: 0;
  }
  header .header_top.sp .menu.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  header .header_top.sp .menu.active span:nth-child(2) {
    opacity: 0;
  }
  header .header_top.sp .menu.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header .header_top.sp .menu.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  header .header_top.sp .menu.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.5);
  }
  header .header_top.sp .menu.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header .sp-nav {
    position: fixed;
    top: 14.1025641026vw;
    left: 0;
    width: 100vw;
    height: calc(100vh - 14.1025641026vw);
    background: #003571;
    z-index: 9999;
    overflow-y: auto;
  }
  header .sp-nav .sp-mega-menu {
    padding: 10vw 5vw;
  }
  header .sp-nav .sp-mega-menu .members {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 70vw;
    margin: 0 auto 10vw;
  }
  header .sp-nav .sp-mega-menu .members li {
    flex-basis: 25vw;
    text-align: center;
  }
  header .sp-nav .sp-mega-menu .members li img {
    max-height: 7vw;
  }
  header .sp-nav .sp-mega-menu .members li span {
    display: block;
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 1.9230769231vw auto 0;
  }
  header .sp-nav .sp-mega-menu .members li:nth-child(2) {
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
  }
  header .sp-nav .sp-mega-menu .search {
    margin: 10vw auto 15vw;
    width: 80vw;
    height: 12vw;
    border: 1px solid #fff;
    position: relative;
  }
  header .sp-nav .sp-mega-menu .search input[type=text] {
    -webkit-appearance: none;
    /* display: table-cell; */
    -moz-appearance: none;
         appearance: none;
    background: none;
    height: 12vw;
    width: 68vw;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 1vw 1vw 1vw 2vw;
    font-size: 3.0769230769vw;
    border: none;
    margin: 0;
    border-radius: 0;
    text-align: left;
    font-family: "EB Garamond", "Zen Old Mincho", serif;
  }
  header .sp-nav .sp-mega-menu .search input[type=text]:disabled {
    -webkit-appearance: none;
    background-color: rgb(255, 255, 255);
    -moz-appearance: none;
         appearance: none;
    background: transparent;
    height: 12vw;
    width: 68vw;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 1vw 1vw 1vw 2vw;
    font-size: 3.0769230769vw;
    margin: 0;
    border-radius: 0;
  }
  header .sp-nav .sp-mega-menu .search input[type=text]:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    height: 12vw;
    width: 68vw;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 1vw 1vw 1vw 2vw;
    font-size: 3.0769230769vw;
    margin: 0;
    border-radius: 0;
    border: none;
    outline: none;
  }
  header .sp-nav .sp-mega-menu .search ::-moz-placeholder {
    color: #fff;
  }
  header .sp-nav .sp-mega-menu .search ::placeholder {
    color: #fff;
  }
  header .sp-nav .sp-mega-menu .search .searchForm__submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    line-height: 1;
    background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/common/search_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 6vw;
    right: 3vw;
    cursor: pointer;
  }
  header .sp-nav .search {
    margin-bottom: 10vw;
  }
  header .sp-nav .sp-mega-accordion {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header .sp-nav .sp-mega-accordion li {
    margin-bottom: 0;
    padding: 0;
  }
  header .sp-nav .sp-mega-accordion li h6 {
    color: #fff;
    font-size: 3.3333333333vw;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 5vw 5vw 5vw 0;
    border-top: 1px solid #fff;
  }
  header .sp-nav .sp-mega-accordion li h6::after {
    content: "";
    background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/common/ac_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.0512820513vw;
    height: 1.5384615385vw;
    display: inline-block;
    position: absolute;
    right: 2vw;
    top: 50%;
    margin-top: -6px;
    transition: transform 0.3s;
  }
  header .sp-nav .sp-mega-accordion li h6.open::after {
    transform: rotate(-180deg);
  }
  header .sp-nav .sp-mega-accordion li .sp-mega-content {
    display: none;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  header .sp-nav .sp-mega-accordion li .sp-mega-content p {
    margin: 5vw 0;
    font-size: 3.0769230769vw;
  }
  header .sp-nav .sp-mega-accordion li .sp-mega-content a {
    color: #fff;
    text-decoration: none;
  }
  header .sp-nav .sp-mega-accordion li h6.open + .sp-mega-content {
    display: block;
  }
  header .sp-nav .mega_logo {
    margin-top: 40px;
    text-align: center;
  }
}
footer {
  background-color: #003571;
  width: 100%;
  padding: 60px 0;
}
footer .footer_logo {
  margin: 0 auto 50px;
  text-align: center;
}
footer .footer_logo img {
  max-width: 118px;
}
footer h6 {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 200;
  color: #fff;
}
footer h6 a {
  text-decoration: none;
  color: #fff;
  transition-duration: 0.7s;
}
footer h6 a:hover {
  opacity: 0.7;
}
footer h6 span {
  font-size: 20px;
}
footer .footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px auto 100px;
  gap: 60px;
  max-width: 1140px;
}
footer .footer_nav li {
  text-align: left;
  color: #fff;
  flex-basis: 24%;
}
footer .footer_nav li h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #fff;
}
footer .footer_nav li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
}
footer .footer_nav li p a {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.7s;
}
footer .footer_nav li p a:hover {
  opacity: 0.7;
}
footer .search {
  margin: 0 auto 70px;
  width: 318px;
  height: 44px;
  border: 1px solid #fff;
  position: relative;
}
footer .search input[type=text] {
  -webkit-appearance: none;
  /* display: table-cell; */
  -moz-appearance: none;
       appearance: none;
  background: none;
  height: 44px;
  width: 274px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  border: none;
  margin: 0;
  border-radius: 0;
  text-align: left;
  font-family: "EB Garamond", "Zen Old Mincho", serif;
}
footer .search input[type=text]:disabled {
  -webkit-appearance: none;
  background-color: rgb(255, 255, 255);
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  height: 44px;
  width: 274px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
  font-size: 16px;
  margin: 0;
  border-radius: 0;
}
footer .search input[type=text]:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  height: 44px;
  width: 274px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  margin: 0;
  border-radius: 0;
  border: none;
  outline: none;
}
footer .search ::-moz-placeholder {
  color: #fff;
}
footer .search ::placeholder {
  color: #fff;
}
footer .search .searchForm__submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  line-height: 1;
  background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/common/search_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 23px;
  right: 9px;
  cursor: pointer;
}
footer .footer_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 70px;
  gap: 10px;
  max-width: 960px;
}
footer .footer_info li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
footer .footer_info li p a {
  text-decoration: none;
  color: #fff;
  transition-duration: 0.7s;
}
footer .footer_info li p a:hover {
  opacity: 0.7;
}
footer .add {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  margin: 40px auto;
}
footer .add span {
  font-size: 18px;
  display: block;
}
footer .copyright {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 40px;
  text-align: center;
}

@media (max-width: 780px) {
  footer {
    background-color: #003571;
    padding: 10vw 0 5vw;
    width: 100%;
  }
  footer .footer_logo {
    margin: 0 auto 5vw;
    text-align: center;
  }
  footer .footer_logo img {
    max-width: 15vw;
  }
  footer h6 {
    text-align: center;
    font-size: 2.8205128205vw;
    line-height: 1.6;
    font-weight: 200;
    color: #fff;
  }
  footer h6 span {
    font-size: 3.3333333333vw;
  }
  footer .footer_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 5vw auto 10vw;
    gap: 0;
    max-width: 90vw;
  }
  footer .footer_nav li {
    text-align: left;
    color: #fff;
    flex-basis: 100%;
    border-top: 1px dotted #fff;
    padding-top: 5vw;
    margin-bottom: 4vw;
  }
  footer .footer_nav li h5 {
    font-size: 3.5897435897vw;
    font-weight: 500;
    margin: 0 0 3vw;
    padding-bottom: 0;
    border-bottom: none;
  }
  footer .footer_nav li p {
    font-size: 3.0769230769vw;
    font-weight: 300;
    line-height: 2.2;
  }
  footer .footer_nav li p a {
    color: #fff;
    text-decoration: none;
    transition-duration: 0.7s;
  }
  footer .footer_nav li p span {
    display: inline;
    margin: 0 2.5vw;
  }
  footer .search {
    margin: 0 auto 70px;
    width: 318px;
    height: 44px;
    border: 1px solid #fff;
    position: relative;
  }
  footer .search input[type=text] {
    -webkit-appearance: none;
    /* display: table-cell; */
    -moz-appearance: none;
         appearance: none;
    background: none;
    height: 44px;
    width: 274px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    border: none;
    margin: 0;
    border-radius: 0;
    text-align: left;
    font-family: "EB Garamond", "Zen Old Mincho", serif;
  }
  footer .search input[type=text]:disabled {
    -webkit-appearance: none;
    background-color: rgb(255, 255, 255);
    -moz-appearance: none;
         appearance: none;
    background: transparent;
    height: 44px;
    width: 274px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 5px 5px 5px 10px;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
  }
  footer .search input[type=text]:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    height: 44px;
    width: 274px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    margin: 0;
    border-radius: 0;
    border: none;
    outline: none;
  }
  footer .search ::-moz-placeholder {
    color: #fff;
  }
  footer .search ::placeholder {
    color: #fff;
  }
  footer .search .searchForm__submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    line-height: 1;
    background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/common/search_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 23px;
    right: 9px;
    cursor: pointer;
  }
  footer .footer_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 12vw;
    gap: 5vw;
    max-width: 90vw;
  }
  footer .footer_info li p {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
  }
  footer .footer_info li p a {
    text-decoration: none;
    color: #fff;
    transition-duration: 0.7s;
  }
  footer .footer_info li p a:hover {
    opacity: 0.7;
  }
  footer .add {
    font-size: 3.0769230769vw;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    margin: 40px auto;
  }
  footer .add span {
    font-size: 3.5897435897vw;
    display: block;
  }
  footer .copyright {
    font-size: 2.5641025641vw;
    font-weight: 400;
    color: #fff;
    margin: 0 auto 5vw;
    text-align: center;
  }
}
#base_wrap {
  background-image: url(https://gigaplus.makeshop.jp/okashikurata/img/common/bg.png);
  background-repeat: repeat;
  overflow-x: hidden;
}

/*---------------------------------
cart
---------------------------------*/
.cart {
  margin-top: 60px;
}
.cart p {
  text-align: center;
  margin: 0 auto 60px;
}

.cart-item-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.cart-text-head {
  border-bottom: 1px dotted #6E6E6E;
  padding-bottom: 16px !important;
  display: flex;
}

.cart-product {
  padding: 16px 0;
  display: flex;
  border-bottom: 1px dotted #6E6E6E;
  align-items: center;
}

.cart .img-head {
  width: 20%;
}

.cart-product img {
  width: 160px;
}

.cart .name-head {
  width: 25%;
  line-height: 1.4em;
}

.cart .qty-head {
  width: 15%;
}

.cart .price-head {
  width: 25%;
}

.cart .remove-head {
  width: 15%;
}

.cart-item-text {
  display: flex;
  justify-content: space-between;
  width: 76%;
  align-items: center;
}

.cart .img {
  width: 20%;
}

.cart .name {
  width: 25%;
  line-height: 1.4em;
}
.cart .name a {
  text-decoration: none;
  color: #000;
}

.cart .qty {
  width: 15%;
  display: flex;
}

.cart .price {
  width: 25%;
}

@media (max-width: 780px) {
  .cart .price {
    font-size: 4.1025641026vw;
    font-weight: 500;
  }
}
.cart .remove {
  width: 15%;
}
.cart .remove a {
  text-decoration: none;
  color: #000;
}

.remove-sp {
  display: none;
}

.total {
  text-align: right;
  max-width: 1140px;
  margin: 56px auto 32px;
}

.total-text {
  font-size: 18px;
  text-align: right !important;
}

.total-price {
  font-size: 32px;
  padding-left: 16px;
}

.total-text-small {
  font-size: 14px;
}

@media (max-width: 780px) {
  .total {
    text-align: right;
    max-width: 90vw;
    margin: 4vw auto 5vw;
  }
  .total-text {
    font-size: 3.8461538462vw;
  }
  .total-price {
    font-size: 5.8974358974vw;
    padding-left: 16px;
  }
  .total-text-small {
    font-size: 3.0769230769vw;
  }
}
.continue-shopping {
  flex-basis: 200px;
  text-align: left;
}
.continue-shopping a {
  text-decoration: none;
  color: #000;
  border: 1px solid #6E6E6E;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  width: 100%;
  max-width: 200px;
}

@media (max-width: 780px) {
  .continue-shopping {
    flex-basis: 100%;
    text-align: center;
  }
  .continue-shopping a {
    text-decoration: none;
    color: #000;
    border: 1px solid #6E6E6E;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5897435897vw;
    font-weight: 400;
    height: 15.3846153846vw;
    width: 100%;
    max-width: 60vw;
    margin: 0 auto;
  }
}
.add-btn-right {
  flex-basis: 300px;
  text-align: right;
}
.add-btn-right a {
  text-decoration: none;
  color: #fff;
  background: #AC2437;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  height: 44px;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 780px) {
  .add-btn-right {
    flex-basis: 100%;
    text-align: center;
  }
  .add-btn-right a {
    text-decoration: none;
    color: #fff;
    background: #AC2437;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5897435897vw;
    font-weight: 500;
    height: 15.3846153846vw;
    width: 100%;
    max-width: 90vw;
  }
}
.payment-add-btn {
  max-width: 1140px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.quantity-notification {
  width: 44px;
  height: 44px;
  text-align: center;
  border: 1px solid #6E6E6E;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}

@media (max-width: 780px) {
  .quantity-notification {
    width: 11.2820512821vw;
    height: 11.2820512821vw;
    text-align: center;
    border: 1px solid #6E6E6E;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.3333333333vw;
    font-weight: 400;
    box-sizing: border-box;
  }
}
.awesome a {
  cursor: pointer !important;
  text-align: center !important;
  display: inline-block;
  vertical-align: middle !important;
  color: #fff !important;
  width: 85px !important;
  height: 100% !important;
  background: #6E6E6E !important;
  font-size: 12px;
  margin-left: 6px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 780px) {
  .awesome a {
    text-align: center !important;
    display: inline-block;
    vertical-align: middle !important;
    color: #fff !important;
    width: 22vw !important;
    height: 11.2820512821vw !important;
    background: #6E6E6E !important;
    font-size: 3.0769230769vw;
    margin-left: 1vw;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
}
/*---------------------------------
company
---------------------------------*/
.company-section img {
  margin-bottom: 20px;
  width: 100%;
}

/*---------------------------------
contract
---------------------------------*/
.contract-section {
  margin-bottom: 64px;
}

.contract-section-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px;
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 12px;
}

/*---------------------------------
policy
---------------------------------*/
.policy-section pre {
  line-height: 2.4em;
  font-size: 16px;
  white-space: pre-wrap;
}

@media (max-width: 780px) {
  /*------------------
    cart
    ------------------*/
  .cart {
    width: 90vw;
    margin: 0 auto;
  }
  .cart .name {
    font-size: 3.8461538462vw;
    line-height: 1.6;
    font-weight: 500;
    color: #000;
  }
  .cart .cart-option-area {
    font-size: 2.8205128205vw;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    margin-bottom: 2vw;
  }
  .cart-title {
    padding: 0 0 0 10px;
  }
  .cart-table {
    border-top: 1px dotted #6E6E6E;
  }
  .cart-text-head {
    display: none;
  }
  .cart .img {
    width: auto;
  }
  .cart .img img {
    padding-right: 16px;
  }
  .cart-item-text {
    display: block;
  }
  .cart-item-text div {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .cart .remove {
    display: none;
  }
  .remove-sp {
    display: block;
    text-align: right;
    text-decoration: none;
    color: #000;
    font-size: 3.3333333333vw;
    font-weight: 400;
  }
  .remove-sp a {
    text-decoration: none;
    color: #000;
    font-size: 3.3333333333vw;
    font-weight: 400;
  }
  .cart-add-btn {
    display: block;
    margin-bottom: 30px;
  }
  .continue-shopping {
    padding: 0;
    margin-top: 7vw;
    text-align: center;
    text-decoration: none;
  }
  .awesome {
    height: 44px !important;
  }
  .cart-product {
    align-items: center;
  }
  .payment-add-btn {
    display: block;
    margin-bottom: 48px;
  }
}/*# sourceMappingURL=common.css.map */