/*
Theme Name: betterdays-stadium
Text Domain: betterdays-stadium
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&family=Jost:wght@200;300;400;600&family=Noto+Sans+JP&display=swap&family=Khmer&family=Noto+Serif+JP:wght@200;400;500");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&family=Jost:wght@200;300&family=Noto+Sans+JP&display=swap&family=Khmer&family=Noto+Serif+JP:wght@400;500");
@font-face {
  font-family: "khmer";
  src: url("https://betterdays-stadium.com/wp-content/themes/betterdays-stadium/assets/fonts/khmer.ttf") format("truetype");
}
@font-face {
  font-family: "bembo";
  src: url("https://betterdays-stadium.com/wp-content/themes/betterdays-stadium/assets/fonts/BemboStd.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
/* 
font-family: 'khmer';
font-family: 'EB Garamond', serif;
font-family: 'Jost', sans-serif;
font-family: 'Noto Sans JP', sans-serif; 
*/
html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote::before,
blockquote::after {
  content: "";
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }
  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}
*, .default {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.6px;
}

.khmer {
  font-family: "khmer";
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.eb {
  font-family: "EB Garamond", serif;
  letter-spacing: 0;
}
.eb.italic {
  font-style: italic;
}

.jost {
  font-family: "Jost", sans-serif;
  letter-spacing: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

.none {
  display: none !important;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:active, a:focus {
  color: #222222;
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

body {
  padding: 102px 0 0;
}
@media screen and (max-width: 767px) {
  body {
    padding: 89px 0 0;
  }
}

header {
  height: 134px;
  width: 100%;
  border-bottom: solid #E5E5E5 1px;
  z-index: 1;
  position: fixed;
  background: #fff;
  top: 0;
}
@media screen and (max-width: 767px) {
  header {
    height: 90px;
  }
}
header .header_inside {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .header_inside .header_item-left {
  font-size: 0;
  width: 218px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  header .header_inside .header_item-left {
    width: 100%;
    display: none;
  }
}
header .header_inside .header_item-center {
  margin: 0 auto;
  width: 245px;
  display: block;
  font-size: 44px;
  color: #222222;
  letter-spacing: 0.2px;
  text-align: center;
  height: 41px;
}
@media screen and (max-width: 767px) {
  header .header_inside .header_item-center {
    width: 55%;
  }
}
header .header_inside .header_item-center svg {
  width: 100%;
  height: 24px;
  margin: 10px 0 72px;
  display: block;
}
@media screen and (max-width: 767px) {
  header .header_inside .header_item-center svg {
    margin: 2px 0;
    height: 52px;
  }
}
header .header_inside .header_item-right {
  width: 318px;
  position: absolute;
  right: 0;
  top: 55px;
}
@media screen and (max-width: 767px) {
  header .header_inside .header_item-right {
    width: 20%;
    display: block;
    margin-right: 5px;
  }
}
header .header_inside .header_item-right .subitem_wrap {
  display: flex;
  align-items: center;
}
header .header_inside .header_item-right .subitem_wrap .item {
  margin-left: 39px;
  margin-right: 0px;
  margin-top: -2px;
}
header .header_inside .header_item-right .subitem_wrap .item:first-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  header .header_inside .header_item-right .subitem_wrap .item.item-about {
    display: none;
  }
}
header .header_inside .header_item-right .subitem_wrap .item.item-about a {
  margin-top: 1px;
  opacity: 0;
}
header .header_inside .header_item-right .subitem_wrap .item.item-shop {
  display: inline;
}
@media screen and (max-width: 767px) {
  header .header_inside .header_item-right .subitem_wrap .item.item-shop {
    display: none;
  }
}
header .header_inside .header_item-right .subitem_wrap .item.item-shop a {
  margin-top: -2px;
}

header .header_inside .header_item-right .subitem_wrap .item a {
  display: block;
  line-height: 1;
  font-size: 14px;
  letter-spacing : 1.82px;
}
@media screen and (max-width: 767px) {
  header .header_inside .header_item-right .subitem_wrap .item#header-search {
    display: none;
  }
}
header .header_inside .header_item-right .subitem_wrap .hum .off {
  display: unset;
  width: 25px;
}
@media screen and (min-width: 768px) {
  header .header_inside .header_item-center svg {
    width: 245px;
    margin: 10px 0 72px;
    display: unset;
  }
  header .header_inside .header_item-right .subitem_wrap .item {
    margin-top: 4px;
  }
  header .header_inside .header_item-right .subitem_wrap .item:first-child {
    margin: 6px 0 0;
  }
  header .header_inside .header_item-right .subitem_wrap .item.item-shop {
    font-weight: bold;
  }
  header .header_inside .header_item-right .subitem_wrap .hum .off {
    height: 14px;
  }
  header .header_inside .header_item-right .subitem_wrap .item#header-search{
    position: absolute;
    left: -39px;
    top: -7px;
  }
}
header .header_inside .header_item-right .subitem_wrap .hum .on {
  display: none;
}
/*
header .header_inside .header_item-right .subitem_wrap .hum.openMenu .off {
  display: none;
}
*/
header .header_inside .header_item-right .subitem_wrap .hum.openMenu .on {
  display: unset;
  width: 12px;
  position: absolute;
  top: 100px;
  right: 19%;
  z-index:9999;
}
@media screen and (min-width: 768px) {
  header .header_inside .header_item-right .subitem_wrap .hum.openMenu .on {
    top: 101.5px;
    right: -27px;
  }
}

@media screen and (max-width: 767px) {
  header .header_inside .header_item-right .subitem_wrap .hum.openMenu .on {
    top: 45px;
    right: 41%;
    width: 32px;
    height: 32px;
    padding: 10px;
  }
}
header .header_inside .header_item-right .subitem_wrap .hum.openMenu img {
  width: 25px;
}
@media screen and (min-width: 768px) {
  .osw header .header_inside .header_item-right .subitem_wrap .hum .off {
    position: relative;
    top: -1px;
    left: -1px;
  }
}
header .header_inside .header_item-right .subitem_wrap .hum:hover {
  cursor: pointer;
}
header .header_inside .header_item-right .subitem_wrap .hum span {
  width: 19px;
  height: 1.5px;
  background-color: #222222;
  position: relative;
  display: block;
}
header .header_inside .header_item-right .subitem_wrap .hum span:before, header .header_inside .header_item-right .subitem_wrap .hum span:after {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 19px;
  height: 1.5px;
  background-color: #222222;
}
header .header_inside .header_item-right .subitem_wrap .hum span:after {
  top: 5px;
}
header #menu-drawer {
  position: absolute;
  transition: all 0.2s;
  transform: translate(100%);
  background-color: #FFF;
  top: 90px;
  right: 0;
  left: unset;
  height: calc(100vh - 5.6em);
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  header #menu-drawer {
    top: 89px;
  }
}
header #menu-drawer .menu-drawer__navigation {
  padding: 5.6rem 0;
}
header #menu-drawer .menu-drawer__navigation .menu-drawer-top {
  padding: 0 30px;
}
header #menu-drawer .menu-drawer__navigation .menu-drawer-top__item {
  font-size: 25.5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  header #menu-drawer .menu-drawer__navigation .menu-drawer-top__item:nth-child(4) {
    margin-bottom: 9.5px;
  }
}
header #menu-drawer .menu-drawer__navigation .menu-drawer-top__item.tag {
      font-size: 15px;
    margin-bottom: 26.5px;
}
@media screen and (min-width: 768px) {
  header #menu-drawer .menu-drawer__navigation .menu-drawer-top__item {

    /* @-moz-document url-prefix() {
    } */
  }
}


header #menu-drawer .menu-drawer__navigation .menu-drawer-top__item.fd {
  border-top: solid 1px #231815;;
  margin-top:36px;
  padding-top: 36px;
  width: 95%;
}
header #menu-drawer .menu-drawer__navigation .menu-drawer-top__item.nmt {
  margin-top:-0.5px;
}


header #menu-drawer .menu-drawer__navigation .menu-drawer-bottom {
  padding: 0 30px;
}
header #menu-drawer .menu-drawer__navigation .menu-drawer-bottom__item {
  font-size: 25.5px;
  margin-bottom: 10px;
}
header #header-search:hover {
  cursor: pointer;
}
header #search-menu {
  position: absolute;
  right: 50%;
  top: 49px;
  margin-right: -254px;
  width: 23px;
  height: 23px;
}
header #search-menu:hover {
  cursor: pointer;
}
header #search-menu span {
  width: 30px;
  height: 30px;
  position: relative;
}
header #search-menu span:before, header #search-menu span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 20px;
  height: 1px;
  background-color: #222222;
  transform: rotate(45deg);
}
header #search-menu span:after {
  top: 16px;
  transform: rotate(-45deg);
}
header .search.search-modal__form {
  margin-left: -100px;
}
header #search-drawer {
  position: absolute;
  transition: all 0.2s;
  transform: translateY(-100%);
  background-color: #FFF;
  height: 134px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
header #search-drawer .search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
  padding: 0 6rem;
}
header #search-drawer .field {
  max-width: 47.8rem;
  width: 100%;
}
header #search-drawer .field .search__input {
  outline: none;
  border: 1px solid #7d7d7d;
  padding: 23px;
  font-size: 16px;
  width: 476px;
  height: 42px;
}
header #search-drawer .field .search__input:focus {
  border: 2.5px solid #222;
}
header #search-drawer button.search__button {
  width: 19px;
  height: 24px;
  margin-left: -30px;
  top: 4px;
  position: relative;
  background: #fff;
}
header #search-drawer button.search__button svg {
  width: 18px;
  height: 18px;
}
header.openMenu:before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
header.openMenu #menu-drawer {
  transform: translateY(0);
  visibility: visible;
  right: 0;
  left: unset;
}
header.openMenu .header_inside .header_item-right .subitem_wrap .hum span {
  height: 0;
}
header.openMenu .header_inside .header_item-right .subitem_wrap .hum span:before {
  transform: rotate(45deg);
  top: 0;
}
header.openMenu .header_inside .header_item-right .subitem_wrap .hum span:after {
  transform: rotate(-45deg);
  top: 0;
}
header.openSearch:before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
header.openSearch #search-drawer {
  transform: translate(0);
  visibility: visible;
  right: 0;
  left: unset;
}

footer {
  border-top: 1px #222222 solid;
  width: calc(100vw - 80px);
  padding: 64px 0;
  margin: 0 auto;
}
footer .footer__content-top {
  font-size: 18px;
  padding-bottom: 0;
}
footer .footer__content-top .logo {
  margin: 0 auto;
  width: 369px;
  display: block;
  font-size: 44px;
  color: #222222;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  footer .footer__content-top .logo {
    width: 100%;
  }
}
footer .footer__content-top .logo svg {
  width: 100%;
  height: 38px;
}
footer .footer__content-top ul {
  width: 262px;
  justify-content: space-between;
  margin: 49px auto 0;
}
@media screen and (max-width: 767px) {
  footer .footer__content-top ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer .footer__content-top ul li {
  margin: 0 10px;
}
footer .footer__content-top ul li.khmer {
  font-size: 20px;
  font-weight: normal;
}
footer .footer__content-top ul li:last-child a {
  font-size: 16px;
}
footer .footer__content-bottom {
  padding-top: 25.6px;
  font-size: 10px;
  line-height: 1;
  border: none;
}
footer .footer__content-bottom ul {
  width: 400px;
  justify-content: space-evenly;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  footer .footer__content-bottom ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__content-bottom ul {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .footer__content-bottom a{
    font-size: 10px;
  }
  footer .footer__content-copyright p{
    font-size: 10px;;
  }
}
footer .footer__content-bottom ul li {
  margin: 0 10px 18px;
}
footer .footer__content-copyright {
  font-size: 16px;
  margin: 0;
  text-align: center;
}
footer .footer__content-copyright p {
  margin: 0;
  font-size: 14px;
}

img {
  width: 100%;
}

.container {
  width: 1260px;
  max-width: 100%;
  margin: 130px auto;
}
@media screen and (max-width: 767px) {
  .container {
    margin: 40px auto 80px;
  }
}
.container .item {
  margin: 10px 0;
}

.page-utity .content {
  width: 637px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-utity .content {
    width: 100%;
    padding: 15px;
  }
}
.page-utity .content h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .page-utity .content h2 {
    line-height: 1;
  }
}
.page-utity .content h2 span {
  font-size: 12px;
  display: block;
  margin-bottom: 64px;
}
.page-utity .content p {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  color: #222;
  line-height: 2;
}
.page-utity .content p span {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  position: relative;
}
.page-utity .content p span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #222;
}

.page-delivery .content {
  width: 762px;
}
@media screen and (max-width: 767px) {
  .page-delivery .content {
    width: 100%;
  }
}
.page-delivery h3 {
  font-size: 20px;
  font-weight: 200;
  border-bottom: 1.5px solid #222;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.page-delivery .box {
  display: flex;
  margin-bottom: 80px;
  padding: 0 27px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-delivery .box {
    display: block;
    padding: 0 10px;
  }
}
.page-delivery .box.noleft {
  padding: 0;
}
.page-delivery .box .left p {
  font-size: 14px;
}
.page-delivery .box .right {
  width: 421px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .page-delivery .box .right {
    width: 100%;
  }
}
.page-delivery .box .right.right-negative {
  margin-right: -80px;
}
.page-delivery .box .right p {
  font-size: 14px;
}
.page-delivery .box .right p.center {
  margin-top: 7px;
}
.page-delivery .box .right .frame {
  width: 421px;
  border: solid #222 1px;
  padding: 24px 0 24px 32px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-delivery .box .right .frame {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-delivery .box .img-sagawa {
    margin-bottom: 20px;
  }
}
.page-delivery .box .img-sagawa img {
  width: 122px;
}
.page-delivery .box .img-sagawa p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-delivery .box .img-sagawa p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page-delivery .box .img-card {
    margin-bottom: 20px;
  }
}
.page-delivery .box .img-card img {
  width: 304px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .page-delivery .box .img-card img {
    max-width: 80%;
  }
}
.page-delivery .box .free {
  font-size: 12px;
  font-weight: 200;
  text-align: right;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .page-delivery .box .free {
    text-align: left;
  }
}
.page-delivery .box .free span {
  padding: 1px 7px 2px;
  border: solid 1.5px #222;
  border-radius: 6px;
}
.page-delivery .box .center {
  text-align: center;
  margin-left: -60px;
}
@media screen and (max-width: 767px) {
  .page-delivery .box .center {
    text-align: left;
    margin: 0;
  }
}
.semibold{
  font-weight: 400;
}
.front-page .l_cate_name.jost{
  font-weight: 400;
}
.front-page .kv {
  height: 100vh;
  min-height: 70vw;
  overflow: hidden;
}
.front-page .kv img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 1230px) {
  .front-page .kv {
    min-height: calc(9vw - 100px);
  }
}

@media screen and (max-width: 1024px) {
  .front-page .kv {
    height: unset;
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {

  .front-page .kv .slider img {
    height: 68vh;
  }
  .front-page .kv .slider img.sp-left {
    object-position: left;
  }
}
.front-page .kv h1 {
  /* font-size: 141px; */
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-weight: normal;
  width: 1056px;
}
@media screen and (max-width: 767px) {
  .front-page .kv h1 {
    margin-left: 0;
    left: 0;
    top: 50vw;
  }
  .front-page .kv h1 svg {
    width: 80vw;
  }
}
.front-page .kv p {
  font-size: 14px;
  color: #FFF;
  position: absolute;
  text-align: center;
  top: 50%;
  line-height: 1.6;
  width: 100%;
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .front-page .kv p {
    width: 90vw;
    margin-left: 5vw;
  }
}

.contact.firststep .item {
  width: 100%;
  padding: 1px 10px;
  margin: 1px 0 10px;
}
.contact.firststep .item span {
  font-family: "Jost", sans-serif;
  font-size: 16px;
}
.contact.firststep .item span.required {
  display: inline-block;
  margin-bottom: 6px;
  position: relative;
}
.contact.firststep .item span.required:before {
  content: "*";
  position: absolute;
  font-size: 16px;
  color: #AD0000;
  right: -17px;
  top: 1px;
  width: 10px;
  height: 10px;
}
.contact.firststep .item input {
  outline: none;
  border: solid 1px #222;
  padding: 8px;
  width: 100%;
}
.contact.firststep .item input::-moz-placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.firststep .item input:-ms-input-placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.firststep .item input::placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.firststep .item .select-wrap {
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  border: #222 solid 1px;
}
.contact.firststep .item .select-wrap select {
  padding: 8px;
  width: 100%;
  border: none;
}
.contact.firststep .item .select-wrap select:focus-visible {
  outline: none;
}
.contact.firststep .item .select-wrap select.before {
  font-size: 10px;
  font-family: "Jost", sans-serif;
  color: #CBCBCB;
}
.contact.firststep .item textarea {
  width: 100%;
  padding: 8px;
  border: solid 1px #222;
}
.contact.firststep .item textarea::-moz-placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.firststep .item textarea:-ms-input-placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.firststep .item textarea::placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.firststep .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact.firststep .item-wrap .item {
  width: 50%;
}
.contact.firststep input[type=submit] {
  width: 246px;
  height: 50px;
  border: none;
  text-align: center;
  margin: 40px auto -40px;
  display: block;
  background-color: #222;
  color: #fff;
}
.contact.firststep input[type=submit]:hover {
  cursor: pointer;
}
.contact.confirmstep {
  display: flex;
  flex-wrap: wrap;
  width: 581px;
  position: relative;
  z-index: 0;
  margin-left: 120px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact.confirmstep {
    width: 100%;
    margin: 0;
  }
}
.contact.confirmstep:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 200px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.contact.confirmstep .item {
  width: 100%;
  padding: 1px 10px;
}
.contact.confirmstep .item span {
  font-family: "Jost", sans-serif;
  font-size: 16px;
}
.contact.confirmstep .item input {
  outline: none;
  border: 0px;
  padding: 2px 0;
  width: 50%;
  color: #CBCBCB;
  font-size: 14px;
  font-family: "Jost", sans-serif;
}
.contact.confirmstep .item input::-moz-placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.confirmstep .item input:-ms-input-placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.confirmstep .item input::placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.confirmstep .item .select-wrap {
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  border: 0px;
}
.contact.confirmstep .item .select-wrap select {
  padding: 8px;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #CBCBCB;
  font-size: 14px;
  font-family: "Jost", sans-serif;
}
.contact.confirmstep .item .select-wrap select:focus-visible {
  outline: none;
}
.contact.confirmstep .item .select-wrap select.before {
  font-size: 10px;
  font-family: "Jost", sans-serif;
  color: #CBCBCB;
}
.contact.confirmstep .item textarea {
  width: 50%;
  padding: 8px;
  border: 0px;
  resize: none;
  height: 200px;
  color: #CBCBCB;
  font-size: 14px;
  font-family: "Jost", sans-serif;
}
.contact.confirmstep .item textarea::-moz-placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.confirmstep .item textarea:-ms-input-placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.confirmstep .item textarea::placeholder {
  font-size: 10px;
  color: #CBCBCB;
}
.contact.confirmstep .item.last {
  padding-left: 26px;
}
.contact.confirmstep .item.last textarea {
  padding: 10px 0;
}
.contact.confirmstep .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact.confirmstep .item-wrap .item {
  width: 50%;
}
.contact.confirmstep input[type=submit] {
  width: 246px;
  height: 50px;
  border: none;
  text-align: center;
  margin: 40px auto -40px;
  display: block;
  background-color: #222;
  color: #fff;
}
.contact.confirmstep input[type=submit]:hover {
  cursor: pointer;
}
.contact.confirmstep .btn-wrap {
  display: flex;
  width: 521px;
  justify-content: space-between;
  margin-left: -64px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .contact.confirmstep .btn-wrap {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.contact.confirmstep .btn-wrap .return {
  position: relative;
  transition: all 0.2s;
  width: 246px;
  height: 50px;
  border: solid 1px #222;
  background-color: #FFF;
  color: #222;
}
@media screen and (max-width: 767px) {
  .contact.confirmstep .btn-wrap .return {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
}
.contact.confirmstep .btn-wrap .return input {
  position: relative;
  width: 246px;
  height: 50px;
  background: no-repeat;
  outline: none;
  border: none;
  text-align: right;
  font-size: 12px;
  padding-right: 20px;
  transition: all 0.2s;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact.confirmstep .btn-wrap .return input {
    width: 100%;
  }
}
.contact.confirmstep .btn-wrap .return input:hover {
  cursor: pointer;
}
.contact.confirmstep .btn-wrap .return::before {
  position: absolute;
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0635/4337/8147/files/arrow.svg?v=1648349722);
  height: 5.5px;
  width: 3px;
  left: 17px;
  top: 21px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .contact.confirmstep .btn-wrap .return::before {
    top: 19px;
  }
}
.contact.confirmstep .btn-wrap .return:hover {
  border: solid 1px #FFF;
  background-color: #222;
  color: #FFF;
  cursor: pointer;
}
.contact.confirmstep .btn-wrap .return:hover input {
  cursor: pointer;
  color: #FFF;
}
.contact.confirmstep .btn-wrap .return:hover::before {
  background-image: url(https://cdn.shopify.com/s/files/1/0635/4337/8147/files/arrow-on.svg?v=1648349722);
}
.contact.confirmstep .btn-wrap .send {
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .contact.confirmstep .btn-wrap .send {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
}
.contact.confirmstep .btn-wrap .send input[type=submit] {
  margin-top: 0;
  text-align: left;
  font-size: 12px;
  padding-left: 20px;
  font-family: "Jost", sans-serif;
  transition: all 0.2s;
  border: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .contact.confirmstep .btn-wrap .send input[type=submit] {
    display: block;
    margin: 0 0 10px;
    width: 100%;
  }
}
.contact.confirmstep .btn-wrap .send::before {
  position: absolute;
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0635/4337/8147/files/arrow-on.svg?v=1648349722);
  height: 5.5px;
  width: 3px;
  right: 17px;
  top: 21px;
}
@media screen and (max-width: 767px) {
  .contact.confirmstep .btn-wrap .send::before {
    top: 19px;
  }
}
.contact.confirmstep .btn-wrap .send:hover {
  background-color: #222;
  color: #FFF;
  cursor: pointer;
}
.contact.confirmstep .btn-wrap .send:hover input[type=submit] {
  border: solid 1px #222;
  background-color: #FFF;
  color: #222;
}
.contact.confirmstep .btn-wrap .send:hover input {
  cursor: pointer;
  color: #FFF;
}
.contact.confirmstep .btn-wrap .send:hover::before {
  background-image: url(https://cdn.shopify.com/s/files/1/0635/4337/8147/files/arrow.svg?v=1648349722);
}

.page-utity.thanks .content p {
  font-size: 12px;
  text-align: center;
  margin-top: -20px;
}

.return-btn {
  border: solid 1px #222;
  background-color: #FFF;
  color: #222;
  width: 246px;
  display: block;
  margin: 50px auto 0;
  padding: 15px;
  font-size: 12px;
  text-align: right;
  position: relative;
}
.return-btn::before {
  position: absolute;
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0635/4337/8147/files/arrow.svg?v=1648349722);
  height: 5.5px;
  width: 3px;
  left: 17px;
  top: 21px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .return-btn::before {
    top: 19px;
  }
}
.return-btn:hover {
  border: solid 1px #FFF;
  background-color: #222;
  color: #FFF;
}
.return-btn:hover::before {
  background-image: url(https://cdn.shopify.com/s/files/1/0635/4337/8147/files/arrow-on.svg?v=1648349722);
}/*# sourceMappingURL=style.css.map */



.is-sp{
  display: none;
}

footer{
  padding-top: 0;
}

footer .footer__content-bottom{
  padding-top: 0;
}

@media screen and (max-width: 1150px) {
  .front-page .kv h1{
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .is-pc{
    display: none;
  }
  .is-sp{
    display: block;
  }
  .front-page .kv h1{
    width: 60%;
    margin: 0 auto;
  }
  .front-page .kv{
    height: 68vh !important;
    width: 100%;
    overflow: hidden;
  }
  .front-page .kv h1 {
    left: 0;
    top: 40vw;
  }
  footer .footer__content-copyright p{
    font-size: 10px;;
  }
  header .header_inside .header_item-right{
    top: 40px;
  }
  .add-img img {
    width: 80%;
    margin: 0 auto;
  }
}
.slider{
  position: relative;
  z-index: -1;
  height: 68vh;
}
.slick-list{
  height: 68vh;

}
.slick-arrow{
  display: none!important;
}
.add-img {
  text-align: center;
  margin-bottom: 90px;
}
.add-img img {
  width: 90%;
  margin: 0 auto;
}
.buy-btn {
  text-align: center;
  margin-top: 70px;
}
.buy-btn img {
  max-width: 113px;
}

/* .add_link{
  display: block;
  margin: 0 auto;
  width: 240px;
} */

.add_link{
  display: block;
  margin: 40px auto 0;
  width: 240px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .add-img img {
    width: 84%;
    margin: 0 auto;
  }
  .add_link{
    width: 160px;
  }
}

/* .s_6{
  margin-top: 5px !important;
} */

@media screen and (min-width: 768px) {
  header .header_inside .header_item-right .subitem_wrap .item.item-shop a{
    display: block;
    height: 16px;
  }
  header .header_inside .header_item-right .subitem_wrap .item#header-menu{
    margin-left: 57px;
    position: absolute;
    top: -4.5px;
    left: 148.5px;
  }
}