@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@font-face {
  font-family: "pref";
  font-display: swap;
  src: url("../fonts/pres.woff2") format("woff2");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.5;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  vertical-align: bottom;
  border: none;
}

li {
  list-style: none;
}

i, em {
  font-style: normal;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media all and (max-width: 750px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 750px) {
  .spbr {
    display: block;
  }
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media all and (max-width: 767px) {
  .inner {
    width: 92%;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.smenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: block;
  width: 100%;
  padding: 40px;
  background: #06C1AA;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: all 0.3s ease;
}
.smenu.scr {
  padding: 20px 40px;
}
@media all and (max-width: 767px) {
  .smenu {
    padding: 7.5px 4%;
  }
  .smenu.scr {
    padding: 7.5px 4%;
  }
}

.logo {
  position: relative;
  z-index: 110;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo img {
  height: 50px;
  transition: all 0.3s ease;
}
@media all and (max-width: 1175px) {
  .logo {
    display: inline-block;
  }
  .logo img {
    height: 40px;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 767px) {
  .logo {
    position: relative;
    top: 2px;
  }
  .logo img {
    height: 28px;
    width: auto;
  }
}

#nav-drawer {
  margin: 0 auto;
  max-width: 1480px;
  position: relative;
  background: white;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 0 40px;
  align-items: center;
}
#nav-drawer .search {
  width: 240px;
  position: relative;
}
#nav-drawer .search input {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #06C1AA;
  font-size: 1.4rem;
  color: #757575;
  padding: 10px 45px 10px 15px;
}
#nav-drawer .search .search-btn {
  position: absolute;
  right: 15px;
  top: 11px;
  width: 22px;
  height: auto;
}
#nav-drawer .search .search-btn img {
  width: 100%;
}
@media all and (max-width: 1175px) {
  #nav-drawer {
    display: block;
    position: relative;
    padding: 10px 20px;
    border-radius: 10px;
  }
}
@media all and (max-width: 767px) {
  #nav-drawer {
    align-items: center;
    padding: 6.3px 10px;
  }
}

.cart_sp {
  display: none;
}
@media all and (max-width: 1175px) {
  .cart_sp {
    position: absolute;
    display: block;
    width: 33px;
    right: 73px;
    top: 4px;
  }
  .cart_sp a {
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    font-weight: bold;
  }
  .cart_sp a:hover {
    color: #999;
  }
  .cart_sp .name {
    color: #06C1AA;
    font-size: 1rem;
    font-weight: bold;
  }
  .cart_sp .ic {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
  }
  .cart_sp .ic img {
    display: inline-block;
    height: 40px;
    width: auto;
  }
  .cart_sp .link_c .ic {
    position: relative;
    text-align: left;
  }
  .cart_sp .link_c .ic i {
    top: 21px;
    right: -5px;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #F080B4;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    text-align: center;
    color: white;
    padding-top: 2px;
  }
  .cart_sp .link_c img {
    display: inline-block;
    height: 35px;
    width: auto;
    margin-top: 5px;
  }
}
@media all and (max-width: 767px) {
  .cart_sp {
    width: 28px;
    right: 47px;
    top: 7px;
  }
  .cart_sp .name {
    display: none;
  }
  .cart_sp .link_c img {
    height: auto;
    width: 28px;
    margin-top: 0;
  }
  .cart_sp .link_c .ic i {
    width: 18px;
    height: 18px;
    top: 13px;
    right: -3px;
    text-align: center;
    padding-top: 1px;
  }
}

#nav-open {
  display: none;
  width: 55px;
  height: 55px;
  vertical-align: middle;
  padding: 46px 31.5px;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: 50px;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px; /*線の太さ*/
  width: 30px; /*長さ*/
  border-radius: 10px;
  background: #06C1AA;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
}
@media all and (max-width: 1175px) {
  #nav-open {
    display: block;
    position: absolute;
    right: 10px;
    top: 6px;
    padding: 16px 12.5px;
  }
}
@media all and (max-width: 767px) {
  #nav-open {
    margin-left: 0;
    width: 45px;
    height: 45px;
    padding: 14px 12.5px;
    right: 0px;
    top: 0;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    width: 20px; /*長さ*/
  }
  #nav-open span:before {
    bottom: -7.5px;
  }
  #nav-open span:after {
    bottom: -15px;
  }
}

#nav-close {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

#nav-content {
  top: 0;
  right: 0;
  z-index: 9999; /*最前面に*/
  width: auto; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: none; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.2s ease-in-out; /*滑らかに表示*/
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#nav-content a {
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  position: relative;
  font-weight: bold;
}
#nav-content .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 80px;
}
#nav-content .menus .name {
  color: #06C1AA;
  font-size: 1rem;
  font-weight: bold;
}
#nav-content .menus .ic {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
#nav-content .menus .ic img {
  display: inline-block;
  height: 40px;
  width: auto;
}
#nav-content .menus .link_c .ic {
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 35px;
}
#nav-content .menus .link_c .ic i {
  top: 20px;
  right: -4px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #F080B4;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  text-align: center;
  color: white;
  padding-top: 2px;
}
#nav-content .menus .link_c img {
  display: inline-block;
  height: 38px;
  width: auto;
  margin-top: 2px;
}
#nav-content .link_b {
  padding: 14px 0;
}
#nav-content .link_b p {
  transition: all 0.3s ease;
}
#nav-content .drp1, #nav-content .drp2, #nav-content .g_fav, #nav-content .cart {
  width: 80px;
  text-align: center;
}
#nav-content .g_fav .link_b:before, #nav-content .cart .link_b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 83px;
  background: #F4F4F4;
  z-index: -1;
  opacity: 0;
}
#nav-content .g_fav .link_b:hover:before, #nav-content .cart .link_b:hover:before {
  opacity: 1;
}
#nav-content .out {
  padding-top: 21px;
  box-sizing: border-box;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background: #F5F5F5;
  position: absolute;
  right: -20px;
  top: -7px;
  text-align: center;
  transition: all 0.3s ease;
}
#nav-content .out:hover {
  opacity: 1;
  background: #FFF0B5;
}
#nav-content .out .name {
  margin-top: 4px;
}
#nav-content .out .name img {
  display: inline;
  width: 10px;
  position: relative;
  top: -2px;
  margin-left: 2px;
}
#nav-content .out .ic img {
  height: 32px;
}
#nav-content .login {
  margin-left: 10px;
  position: relative;
}
#nav-content .login .link_b {
  border: 1px solid #06C1AA;
  border-radius: 4px;
  display: block;
  padding: 0;
  margin: 14px 0;
  transition: all 0.3s ease;
}
#nav-content .login .link_b .name {
  padding: 14px 20px;
  color: #06C1AA;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
#nav-content .login .link_b:hover {
  opacity: 0.7;
}
#nav-content .login:hover .pc_acd {
  opacity: 1;
  visibility: visible;
}
#nav-content .login:hover .pc_acd:hover {
  opacity: 0.7;
}
#nav-content .login .pc_acd {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 60px;
  color: #000;
  background: #EDEDED;
  border: 1px solid #EDEDED;
  z-index: 10;
}
#nav-content .login .pc_acd .name {
  text-align: center;
  padding: 14px 10px;
}
#nav-content .login .spb {
  display: none;
}
#nav-content .search_sp {
  display: none;
}
@media all and (max-width: 1175px) {
  #nav-content {
    overflow: auto;
    top: 142px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    text-align: center;
    background: white;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding-bottom: 150px;
  }
  #nav-content a {
    font-weight: 500;
  }
  #nav-content .menus {
    order: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding-right: 0;
    gap: 0;
    width: 100%;
  }
  #nav-content .menus .ic {
    display: none;
    font-size: 1.4rem;
    font-weight: 500;
  }
  #nav-content .menus .name {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
    color: #414141;
  }
  #nav-content .btns {
    border-top: 1px solid #B7B7B7;
  }
  #nav-content .btns .inw {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    background: url("../images/spic_arw.png") center right 5px no-repeat;
    background-size: 8px auto;
    transition: all 0.3s ease;
  }
  #nav-content a:hover .inw {
    background: url("../images/spic_arw.png") center right no-repeat;
    background-size: 8px auto;
  }
  #nav-content .login {
    order: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    border: none;
  }
  #nav-content .login .link_b {
    background: #06C1AA;
    margin: 24px 0;
  }
  #nav-content .login .link_b .name {
    text-align: center;
    color: white;
  }
  #nav-content .login .spb {
    display: block;
    background: white;
  }
  #nav-content .login .spb .name {
    color: #06C1AA;
  }
  #nav-content .drp1 {
    order: 2;
  }
  #nav-content .drp2 {
    order: 3;
  }
  #nav-content .g_fav {
    order: 4;
  }
  #nav-content .cart {
    order: 5;
  }
  #nav-content .out {
    order: 6;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    border-radius: unset;
    background: none;
    padding: 14px 0;
    box-sizing: border-box;
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
  }
  #nav-content .out .name {
    background: url("../images/spic_out.png") center right 5px no-repeat;
    background-size: 13px auto;
    transition: all 0.3s ease;
  }
  #nav-content .out .name img {
    display: none;
  }
  #nav-content .out .in {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  #nav-content .out:hover .name {
    background: url("../images/spic_out.png") center right 0px no-repeat;
    background-size: 13px auto;
  }
}
@media all and (max-width: 1175px) and (max-width: 1175px) {
  #nav-content .search {
    display: none;
  }
}
@media all and (max-width: 1175px) {
  #nav-content .search_sp {
    display: block;
    margin: 0 auto 24px auto;
    order: 2;
    max-width: 375px;
    width: 84%;
  }
}
@media all and (max-width: 1175px) {
  #nav-content .drp1, #nav-content .drp2, #nav-content .g_fav, #nav-content .cart {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 1175px) {
  #nav-content .menus .link_c .ic i {
    display: none;
  }
}
@media all and (max-width: 1175px) {
  #nav-content .g_fav .link_b:before, #nav-content .cart .link_b:before, #nav-content .out .link_b:before {
    content: none;
  }
  #nav-content .g_fav .ic, #nav-content .cart .ic, #nav-content .out .ic {
    display: block;
  }
  #nav-content .g_fav .ic i, #nav-content .cart .ic i, #nav-content .out .ic i {
    display: none;
  }
  #nav-content .g_fav .ic img, #nav-content .cart .ic img, #nav-content .out .ic img {
    width: 32px;
    height: auto;
  }
  #nav-content .g_fav .inw, #nav-content .g_fav .in, #nav-content .cart .inw, #nav-content .cart .in, #nav-content .out .inw, #nav-content .out .in {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 0 8px;
    align-items: center;
  }
}
@media all and (max-width: 1175px) {
  #nav-content .g_fav .link_b {
    padding: 8.5px 0;
  }
}
@media all and (max-width: 1175px) {
  #nav-content .cart .link_b {
    padding: 9.4px 0;
  }
  #nav-content .cart .ic img {
    width: 28px;
    height: auto;
  }
}
@media all and (max-width: 1175px) {
  #nav-content .out .name {
    margin-top: 0;
  }
  #nav-content .out .ic img {
    width: 28px;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  #nav-content {
    top: 60px;
  }
  #nav-content .login {
    width: 84%;
    margin: 0 auto;
  }
  #nav-content .login .link_b .name {
    padding: 7px 20px;
  }
  #nav-content .btns .inw {
    max-width: 84%;
  }
  #nav-content .out {
    padding: 10px 0;
  }
  #nav-content .out .in {
    max-width: 84%;
  }
  #nav-content .cart .link_b {
    padding: 10px 0;
  }
  #nav-content .pc_acd {
    display: none !important;
  }
}

@media all and (max-width: 1175px) {
  .scr #nav-content {
    top: 105px;
  }
}
@media all and (max-width: 767px) {
  .scr #nav-content {
    top: 60px;
  }
}

.drp1 .drp_sp_links, .drp2 .drp_sp_links {
  display: none;
}
.drp1 .link_b:before, .drp2 .link_b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 83px;
  background: #F4F4F4;
  z-index: -1;
  opacity: 0;
}
@media all and (max-width: 1175px) {
  .drp1 .drp_sp_links, .drp2 .drp_sp_links {
    display: block;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
  }
  .drp1 .drp_sp_links a, .drp2 .drp_sp_links a {
    display: inline-block !important;
    text-align: left;
    padding: 14px 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #414141;
  }
  .drp1 .drp_sp_links .plus, .drp2 .drp_sp_links .plus {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 3px;
    top: 17.5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .drp1 .drp_sp_links .plus:before, .drp1 .drp_sp_links .plus:after, .drp2 .drp_sp_links .plus:before, .drp2 .drp_sp_links .plus:after {
    content: "";
    position: absolute;
    background: #06C1AA;
    border-radius: 100px;
    transition: all 0.3s ease;
  }
  .drp1 .drp_sp_links .plus:before, .drp2 .drp_sp_links .plus:before {
    width: 2px;
    height: 100%;
    margin-left: -1px;
    top: 0;
    left: 50%;
  }
  .drp1 .drp_sp_links .plus:after, .drp2 .drp_sp_links .plus:after {
    width: 100%;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 0;
  }
  .drp1 .drp_sp_links .plus.open, .drp2 .drp_sp_links .plus.open {
    transform: rotate(180deg);
  }
  .drp1 .drp_sp_links .plus.open:before, .drp2 .drp_sp_links .plus.open:before {
    opacity: 0;
  }
  .drp1 .link_b, .drp2 .link_b {
    display: none !important;
    position: relative;
  }
  .drp1 .link_b:before, .drp1 .link_b:after, .drp2 .link_b:before, .drp2 .link_b:after {
    content: none;
  }
  .drp1 .in_bx, .drp2 .in_bx {
    transition: unset !important;
    display: none;
  }
}
@media all and (max-width: 767px) {
  .drp1 .drp_sp_links, .drp2 .drp_sp_links {
    max-width: 84%;
  }
}

.drp1 .link_b {
  position: relative;
}
.drp1:hover .link_b:before {
  opacity: 1;
}
.drp1:hover .in_bx {
  opacity: 1;
  visibility: visible;
}
.drp1 .in_bx {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
}
.drp1 .in_bx .fb {
  font-size: 2.4rem;
  padding: 20px 0;
  text-align: center;
  color: #06C1AA;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
.drp1 .in_bx a {
  font-weight: 500 !important;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
}
.drp1 .in_bx a .im {
  overflow: hidden;
  border-radius: 100%;
  border: 3px solid #EDEDED;
  max-width: 120px;
  margin: 0 auto;
}
.drp1 .in_bx a .nm {
  margin-top: 5px;
}
.drp1 .in_bx a img {
  transition: all 0.3s ease;
}
.drp1 .in_bx a:hover .im {
  border: 3px solid #FFF0B5;
}
.drp1 .in_bx a:hover img {
  transform: scale(1.1);
}
.drp1 .in_bx_in {
  margin-top: 30px;
  background: white;
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.drp1 .in {
  display: grid;
  gap: 20px 16px;
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
}
@media all and (max-width: 1175px) {
  .drp1 .in_bx {
    opacity: unset;
    visibility: unset;
    position: relative;
    left: unset;
    top: unset;
  }
  .drp1 .in_bx .fb {
    display: none;
  }
  .drp1 .in_bx a {
    display: grid !important;
    grid-template-columns: 60px 1fr;
    padding: 10px 0;
    gap: 0 10px;
    font-size: 1.4rem;
    align-items: center;
    text-align: left;
  }
  .drp1 .in_bx a .nm {
    margin-top: 0;
  }
  .drp1 .in_bx a .im {
    border: 2px solid #EDEDED;
    margin-bottom: 0;
  }
  .drp1 .in_bx_in {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  .drp1 .in {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    max-width: 650px;
    margin: 0 auto;
  }
  .drp1 .drp_sp_links {
    padding-left: 40px;
    background: url("../images/cate_ic.png") center left no-repeat;
    background-size: 32px auto;
  }
}
@media all and (max-width: 767px) {
  .drp1 .in_bx a {
    display: grid !important;
    grid-template-columns: 45px 1fr;
    padding: 0;
    gap: 0 5px;
    font-size: 1.1rem;
    line-height: 1.27;
  }
  .drp1 .in_bx_in {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  .drp1 .in {
    padding-left: 40px;
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
    max-width: 84%;
    gap: 10px 10px;
    padding-bottom: 14px;
  }
  .drp1 .drp_sp_links {
    padding-left: 40px;
    background: url("../images/cate_ic.png") center left no-repeat;
    background-size: 32px auto;
  }
  .drp1 .drp_sp_links a {
    pointer-events: none;
  }
}

.drp2 {
  position: relative;
}
.drp2 .link_b {
  position: relative;
}
.drp2:hover .link_b:before {
  opacity: 1;
}
.drp2:hover .in_bx {
  opacity: 1;
  visibility: visible;
}
.drp2 .in_bx {
  width: 740px;
  left: 50%;
  margin-left: -370px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  top: 60px;
  z-index: 60;
}
.drp2 .in_bx a {
  text-align: left;
  text-decoration: none;
  color: #414141;
  font-size: 1.4rem;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #B7B7B7;
  background: url("../images/arw_mon.png") center right 10px no-repeat;
  background-size: 6px auto;
}
.drp2 .in_bx a:hover {
  opacity: 0.6;
  background: url("../images/arw_mon.png") center right 5px no-repeat;
  background-size: 6px auto;
}
.drp2 .in_bx_in {
  margin-top: 30px;
  background: white;
  border-radius: 20px;
  padding: 30px 40px 40px 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.drp2 .in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
@media all and (max-width: 1175px) {
  .drp2 .in_bx {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto;
    width: 375px;
  }
  .drp2 .in_bx .fb {
    display: none;
  }
  .drp2 .in_bx a {
    padding: 8px 0;
  }
  .drp2 .in_bx_in {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    border-radius: 0;
    padding: 0 0 20px 0;
    box-shadow: none;
  }
  .drp2 .in {
    margin-left: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }
  .drp2 .drp_sp_links {
    padding-left: 40px;
    background: url("../images/baby_ic.png") center left no-repeat;
    background-size: 32px auto;
  }
}
@media all and (max-width: 767px) {
  .drp2 .in_bx {
    width: 100%;
  }
  .drp2 .in_bx a {
    font-size: 1.4rem;
  }
  .drp2 .in {
    padding-left: 33px;
    box-sizing: border-box;
    max-width: 84%;
    gap: 0 10px;
  }
}

#nav-input:checked ~ #nav-close {
  visibility: visible;
  opacity: 1;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  visibility: visible;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(45deg);
  top: 26px;
}
@media all and (max-width: 767px) {
  #nav-input:checked ~ #nav-open span {
    top: 21px;
  }
}
#nav-input:checked ~ #nav-open span:before {
  bottom: 0;
  transform: rotate(90deg);
}
#nav-input:checked ~ #nav-open span:after {
  right: -100px;
  opacity: 0;
}

.nav-unshown {
  display: none;
}

.inner_960 {
  max-width: 960px;
}

.ttl_size {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
.ttl_size .eg {
  font-size: 4.2rem;
}
.ttl_size h2 {
  font-size: 2rem;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .ttl_size .eg {
    font-size: 3.2rem;
  }
  .ttl_size h2 {
    font-size: 1.4rem;
  }
}

.ttl_bx3 {
  color: #06C1AA;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
.ttl_bx3 .eg {
  font-size: 4.2rem;
}
.ttl_bx3 h2 {
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .ttl_bx3 .eg {
    font-size: 3.2rem;
  }
  .ttl_bx3 h2 {
    font-size: 1.4rem;
  }
}

.shopping_guide {
  padding: 40px 0 80px 0;
  box-sizing: border-box;
  background: #F5F5F5;
}
.shopping_guide .inner {
  max-width: 960px;
}
.shopping_guide .c2 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.shopping_guide .bx_guide {
  background: white;
  border-radius: 16px;
  font-size: 1.4rem;
}
.shopping_guide .bx_guide h2 {
  text-align: center;
  border-radius: 16px 16px 0 0;
  background: #06C1AA;
  color: white;
  font-size: 2rem;
  font-weight: 500;
  padding: 15px 0;
}
.shopping_guide .bx_guide .und {
  padding: 24px 30px;
  box-sizing: border-box;
}
.shopping_guide .bx_guide .inb {
  margin-top: 24px;
}
.shopping_guide .bx_guide .inb i {
  font-style: normal;
  color: #FAC6C6;
}
.shopping_guide .bx_guide .inb .red {
  color: #FC2828;
}
.shopping_guide .bx_guide .fb {
  color: #06C1AA;
  font-size: 1.8rem;
  border-bottom: 1px solid #06C1AA;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-weight: 500;
}
.shopping_guide .bx_guide .squre {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.shopping_guide .bx_guide .squre:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #06C1AA;
}
.shopping_guide .bx_guide .sq {
  padding-left: 20px;
}
.shopping_guide .bx_guide .mini {
  margin-top: 5px;
}
.shopping_guide .bx_guide .mini .ast {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  padding-left: 12px;
  box-sizing: border-box;
}
.shopping_guide .bx_guide .mini .ast:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.shopping_guide .bx_guide .card {
  margin-top: 10px;
}
.shopping_guide .bx_guide .card img {
  width: 95%;
  margin: 0 auto;
}
.shopping_guide .bx_guide .calen {
  margin: 10px 0;
}
.shopping_guide .bx_guide .trans {
  text-align: center;
  margin-bottom: 20px;
}
.shopping_guide .bx_guide .trans img {
  display: inline-block;
  max-width: 160px;
  margin: 0 auto;
}
.shopping_guide .bx_guide .trans .txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.shopping_guide .bx_guide .trans .txt i {
  font-style: normal;
  color: #FC2828;
}
.shopping_guide .bx_guide .guide_cont {
  text-align: center;
  margin-bottom: 20px;
}
.shopping_guide .bx_guide .guide_cont img {
  display: inline-block;
  max-width: 160px;
  margin: 0 auto;
}
.shopping_guide .bx_guide .guide_cont a {
  margin-top: 5px;
  display: block;
  background: url("../images/arw_ft.png") center right 20px no-repeat, #FFF0B5;
  background-size: 8px auto;
  border-radius: 100px;
  padding: 14.5px 0;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.shopping_guide .bx_guide .guide_cont a:hover {
  opacity: 0.7;
  background: url("../images/arw_ft.png") center right 15px no-repeat, #FFF0B5;
  background-size: 8px auto;
}
.shopping_guide .bx_guide a {
  color: #414141;
  text-decoration: underline;
}
.shopping_guide .ttl_bx3 {
  text-align: center;
}
@media all and (max-width: 1024px) {
  .shopping_guide .c2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .shopping_guide .bx_guide .card {
    max-width: 300px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .shopping_guide .bx_guide .calen {
    max-width: 300px;
    width: 100%;
    margin: 20px auto;
  }
}
@media all and (max-width: 767px) {
  .shopping_guide {
    padding: 20px 0 40px 0;
  }
  .shopping_guide .c2 {
    margin-top: 20px;
    gap: 20px 0;
  }
  .shopping_guide .bx_guide h2 {
    font-size: 1.6rem;
    padding: 11px 0;
  }
  .shopping_guide .bx_guide .und {
    padding: 20px 15px;
  }
  .shopping_guide .bx_guide .inb {
    margin-top: 16px;
    letter-spacing: -0.024em;
  }
  .shopping_guide .bx_guide .fb {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .shopping_guide .bx_guide .sq {
    padding-left: 0;
  }
  .shopping_guide .bx_guide .card img {
    width: 90%;
    margin: 0 auto;
  }
  .shopping_guide .bx_guide .calen {
    max-width: 100%;
    margin: 20px 0;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  background: #06C1AA;
  padding: 80px 0;
  box-sizing: border-box;
  text-align: center;
}
footer .inner {
  max-width: 960px;
}
@media all and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}

.ft_logo {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.ft_logo:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .ft_logo {
    max-width: 225px;
  }
}

.sns_area {
  margin-top: 40px;
  display: inline-block;
}
.sns_area .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
.sns_area .in a {
  display: block;
  transition: all 0.3s ease;
  width: 50px;
}
.sns_area .in a:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .sns_area {
    margin-top: 20px;
  }
  .sns_area .in a {
    width: 45px;
  }
}

.ft_menu .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
}
.ft_menu a {
  width: 20%;
  display: block;
  color: white;
  padding: 18px 0;
  text-decoration: none;
  position: relative;
}
.ft_menu a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}
.ft_menu a:hover:before {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .ft_menu .in {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ft_menu a {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    transition: all 0.3s ease;
  }
  .ft_menu a:before {
    content: none;
  }
  .ft_menu a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .ft_menu {
    margin: 30px 0 0 0;
  }
  .ft_menu .in {
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .ft_menu a {
    font-size: 1.4rem;
    padding: 10px 0;
  }
  .ft_menu a:hover {
    text-decoration: underline;
  }
}

.app {
  border-radius: 20px;
  background: white;
  margin-top: 40px;
  padding: 40px 0;
  box-sizing: border-box;
}
.app .in {
  max-width: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 0 40px;
  text-align: center;
}
.app .ttls {
  color: #06C1AA;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.2;
}
.app .ttls .sub {
  font-size: 2.2rem;
}
.app .ttls .main {
  font-size: 2.6rem;
}
.app .sub2 {
  color: #06C1AA;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 500;
}
.app .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 14px;
  max-width: 330px;
  margin: 20px auto 0 auto;
}
.app .links a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.app .links a:hover {
  opacity: 0.7;
}
.app .links img {
  display: block;
}
.app .links .bt1 {
  margin-top: 10px;
}
.app .links .qr1 {
  margin-top: 10px;
}
.app .sp_links {
  display: none;
}
@media all and (max-width: 767px) {
  .app {
    padding: 30px;
  }
  .app .in {
    display: block;
    gap: 0;
  }
  .app .img {
    max-width: 250px;
    margin: 0 auto 20px auto;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 0 20px;
    align-items: center;
  }
  .app .sp_links {
    display: block;
  }
  .app .sp_links a {
    display: block;
    margin: 10px 0;
  }
  .app .ttls {
    line-height: 1.2;
  }
  .app .ttls .sub {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .app .ttls .main {
    font-size: 2.4rem;
  }
  .app .sub2 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 10px;
  }
  .app .links {
    display: none;
  }
}

.ft_bnr {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 30px;
}
.ft_bnr .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  max-width: 223px;
  margin: 0 auto;
  padding-top: 5px;
}
.ft_bnr a {
  transition: all 0.3s ease;
  background: white;
  border-radius: 16px;
  overflow: hidden;
}
.ft_bnr a img {
  transition: all 0.3s ease;
  width: 100%;
}
.ft_bnr a:hover {
  opacity: 1;
}
.ft_bnr a:hover img {
  opacity: 0.6;
}
@media all and (max-width: 1024px) {
  .ft_bnr {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .ft_bnr {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
  }
  .ft_bnr a {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    border-radius: 8px;
  }
  .ft_bnr a:nth-of-type(1) {
    grid-row: 1/2;
    grid-column: 2/4;
  }
  .ft_bnr a:nth-of-type(2) {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .ft_bnr a:nth-of-type(3) {
    grid-row: 2/3;
    grid-column: 3/5;
  }
}

.copyright {
  text-align: center;
  line-height: 2;
  padding: 26px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.copyright br {
  display: none;
}
@media all and (max-width: 1024px) {
  .copyright br {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .copyright {
    font-size: 1rem;
    line-height: 1.6;
    padding: 10px;
  }
}

.sti_chats {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.sti_chats.dis1 {
  opacity: 1;
  visibility: visible;
}
.sti_chats.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .sti_chats {
    position: fixed;
    right: 15px;
    bottom: 85px;
    width: 72px;
  }
}

.gtp {
  transition: all 0.3s ease;
  width: 50px;
  display: block;
  margin: 0 0 50px auto;
  position: relative;
  right: -20px;
}
.gtp img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .gtp {
    width: 40px;
    margin: 0 0 25px auto;
    right: -15px;
  }
}

.chat {
  width: 340px;
  display: grid;
  grid-template-columns: 1fr 104px;
  align-items: center;
  gap: 0 20px;
}
.chat .tx {
  cursor: pointer;
  transition: all 0.3s ease;
}
.chat .tx:hover {
  opacity: 0.7;
}
.chat .tx.diss {
  opacity: 0;
  visibility: hidden;
}
.chat a {
  transition: all 0.3s ease;
}
.chat a:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .chat {
    width: 72px;
    grid-template-columns: 1fr;
  }
  .chat .tx {
    display: none;
  }
}

/*------------------------------------------------------------
parts
------------------------------------------------------------*/
/*-----accordion-------*/
.acd_wrap {
  margin-top: 100px;
}

.acd_bx {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.acd_bx:first-of-type {
  margin-top: 0;
}
.acd_bx .q {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.acd_bx .a {
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.acd_bx .plus {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: all 0.3s ease;
}
.acd_bx .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #ccc;
}
.acd_bx .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #ccc;
  transition: all 0.3s ease;
}
.acd_bx .open .plus {
  transform: rotate(90deg);
}
.acd_bx .open .plus:before {
  opacity: 0;
  bottom: -30px;
}

/*-----layout-------*/
.photo_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.photo_text .img {
  width: 50%;
  margin-left: calc(42% - 50vw);
  flex: 1;
}
.photo_text .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text {
    flex-wrap: wrap;
  }
  .photo_text .img {
    width: 100%;
    margin-left: 0;
    flex: unset;
  }
  .photo_text .txt {
    width: 100%;
  }
}

.photo_text_rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.photo_text_rev .img {
  width: 50%;
  margin-right: calc(42% - 50vw);
  flex: 1;
}
.photo_text_rev .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text_rev .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text_rev {
    flex-wrap: wrap;
  }
  .photo_text_rev .img {
    width: 100%;
    margin-right: 0;
    flex: unset;
  }
  .photo_text_rev .txt {
    width: 100%;
  }
}

.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
}
.list .img:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/4;
}

/*-----btns-------*/
.under_btn {
  position: relative;
}
.under_btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0481A2;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.under_btn:hover:after {
  transform: scale(1, 1);
}
@media all and (max-width: 767px) {
  .under_btn:after {
    content: none;
  }
}

.grad_btn {
  display: block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.grad_btn:hover {
  color: #fff;
  background-position: 99% 50%;
}

/*------------------------------------------------------------
inview css
------------------------------------------------------------*/
.anm {
  opacity: 0;
}

.anm_all.trigger {
  opacity: 1;
}
.anm_all .item {
  opacity: 0;
}
.anm_all .item.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}

.trigger {
  opacity: 0;
}
.trigger.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}
.trigger.delay0 {
  animation-delay: 0ms;
}
.trigger.delay1 {
  animation-delay: 100ms;
}
.trigger.delay2 {
  animation-delay: 200ms;
}
.trigger.delay3 {
  animation-delay: 300ms;
}
.trigger.delay4 {
  animation-delay: 400ms;
}
.trigger.delay5 {
  animation-delay: 500ms;
}
.trigger.delay6 {
  animation-delay: 600ms;
}
.trigger.delay7 {
  animation-delay: 700ms;
}
.trigger.delay8 {
  animation-delay: 800ms;
}
.trigger.delay9 {
  animation-delay: 900ms;
}
.trigger.delay10 {
  animation-delay: 1000ms;
}

@keyframes up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*-----共通パーツ-------*/
.bx_tape {
  position: relative;
}
.bx_tape .img {
  position: relative;
}
.bx_tape .im {
  overflow: hidden;
  border-radius: 20px;
}
.bx_tape .im img {
  transition: all 0.3s ease;
}
.bx_tape .tx {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 16px;
  left: 0;
  color: white;
}
.bx_tape .tx i {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(transparent 0%, #F080B4 0%);
  display: inline;
  padding: 0 1px 0;
}
.bx_tape .tx .rd {
  background: linear-gradient(transparent 0%, #F06363 0%);
}
.bx_tape .tx .rd2 {
  background: linear-gradient(transparent 0%, #66B72A 0%);
}
.bx_tape .tx .or1 {
  background: linear-gradient(transparent 0%, #F2A121 0%);
}
.bx_tape .tx .bl {
  background: linear-gradient(transparent 0%, #6E6EC7 0%);
}
.bx_tape .tx .bl2 {
  background: linear-gradient(transparent 0%, #54B7E3 0%);
}
.bx_tape:hover .im img {
  transform: scale(1.1);
}
@media all and (max-width: 767px) {
  .bx_tape .tx {
    bottom: 16px;
  }
  .bx_tape .tx i {
    font-size: 1rem;
  }
}

.swiper-pagination-bullet {
  background: #B7B7B7;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  background: #FFF0B5;
  opacity: 1;
}

.bx_item {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.bx_item .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.bx_item .img img {
  transition: all 0.3s ease;
}
.bx_item .fav {
  cursor: pointer;
  z-index: 5;
  width: 35px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.bx_item .fav .ons {
  display: none;
}
.bx_item .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
  margin: 0 0 8px 0;
}
.bx_item .cate p {
  color: white;
  border-radius: 100px;
  font-size: 1.2rem;
  padding: 1px 13px;
}
.bx_item .cate p a {
  text-decoration: none;
  color: white;
}
.bx_item .cate .new {
  background: #EB368A;
}
.bx_item .cate .cate_link {
  background: #F2A121;
}
.bx_item .ttl {
  font-weight: bold;
}
.bx_item .ttl a {
  text-decoration: none;
  color: #111;
}
.bx_item .price {
  font-weight: bold;
  font-size: 2.2rem;
}
.bx_item .price i {
  font-size: 1.2rem;
  font-weight: 500;
}
.bx_item .im:hover img {
  transform: scale(1.1);
}
.bx_item a:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .bx_item .fav {
    width: 24px;
    top: 12px;
    right: 12px;
  }
  .bx_item .fav .ons {
    display: none;
  }
  .bx_item .cate {
    transform-origin: top left;
    gap: 0 8px;
    margin: 0 0 5px 0;
  }
  .bx_item .cate p {
    font-size: 1.2rem;
    padding: 1px 13px;
  }
  .bx_item .price {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .bx_item .price i {
    font-size: 1rem;
    transform-origin: top left;
    transform: scale(0.8);
  }
  .bx_item:hover {
    opacity: 0.6;
  }
  .bx_item:hover .im img {
    transform: scale(1.1);
  }
}

.swn {
  position: absolute;
  width: 100%;
  z-index: 3;
  /* top: 50%; */
  top: 44%;
  margin-top: -40px;
  left: 0;
}
.swn .swiper-button-next, .swn .swiper-button-prev {
  right: auto;
  left: auto;
  width: 36px;
  height: auto;
}
.swn .swiper-button-next {
  right: -17px;
}
.swn .swiper-button-prev {
  left: -17px;
}
@media all and (max-width: 1200px) {
  .swn {
    width: 90%;
    left: 5%;
    top: 40%;
  }
  .swn .swiper-button-next {
    right: -70px;
  }
  .swn .swiper-button-prev {
    left: -70px;
  }
}
@media all and (max-width: 1020px) {
  .swn {
    top: 44%;
  }
  .swn .swiper-button-next {
    right: -62px;
  }
  .swn .swiper-button-prev {
    left: -62px;
  }
}
@media all and (max-width: 767px) {
  .swn {
    width: 84%;
    left: 8%;
    top: 50%;
  }
  .swn .swiper-button-next {
    right: -32px;
  }
  .swn .swiper-button-prev {
    left: -32px;
  }
}
@media all and (max-width: 600px) {
  .swn {
    top: 47%;
  }
  .swn .swiper-button-next {
  right: -17px;
  }
  .swn .swiper-button-prev {
    left: -17px;
  }
}

.swiper-scrollbar {
  background: #ebebeb;
  cursor: pointer;
  z-index: 5 !important;
}

@media all and (max-width: 1200px) {
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 90%;
    left: 5%;
  }
}

.btn_plus {
  display: block;
  border-radius: 100px;
  text-decoration: none;
  background: #06C1AA;
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
  color: white;
  padding: 15px 0;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: all 0.3s ease;
}
.btn_plus:hover {
  opacity: 0.6;
}
.btn_plus i {
  padding-right: 20px;
  box-sizing: border-box;
  background: url("../images/plus.png") top 7px right no-repeat;
  background-size: 12px auto;
}
.btn_plus.btn_arw i {
  padding-right: 20px;
  box-sizing: border-box;
  background: url("../images/arw_wh.png") top 6px right no-repeat;
  background-size: 8px auto;
}
@media all and (max-width: 767px) {
  .btn_plus {
    max-width: 150px;
    font-size: 1.4rem;
    padding: 8px 0;
  }
  .btn_plus i {
    background: url(../images/plus.png) top 5px right no-repeat;
    background-size: 12px auto;
  }
  .btn_plus.btn_arw i {
    padding-right: 20px;
    box-sizing: border-box;
    background: url("../images/arw_wh.png") top 6px right no-repeat;
    background-size: 6px auto;
  }
}

.btn_plus2 {
  display: block;
  border-radius: 100px;
  text-decoration: none;
  background: white;
  border: 1px solid #06C1AA;
  color: #06C1AA;
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: all 0.3s ease;
}
.btn_plus2:hover {
  opacity: 0.6;
}
.btn_plus2 i {
  padding-right: 30px;
  box-sizing: border-box;
  background: url(../images/minu.png) top 12px right no-repeat;
  background-size: 12px auto;
}
.btn_plus2.btn_arw i {
  padding-right: 20px;
  box-sizing: border-box;
  background: url("../images/arw_wh.png") top 6px right no-repeat;
  background-size: 8px auto;
}
@media all and (max-width: 767px) {
  .btn_plus2 {
    max-width: 150px;
    font-size: 1.4rem;
    padding: 8px 0;
  }
  .btn_plus2 i {
    padding-right: 20px;
    background: url(../images/minu.png) top 10px right no-repeat;
    background-size: 12px auto;
  }
  .btn_plus2.btn_arw i {
    padding-right: 20px;
    box-sizing: border-box;
    background: url("../images/arw_wh.png") top 6px right no-repeat;
    background-size: 6px auto;
  }
}

.swiper-scrollbar-drag {
  background: #CCCCCC;
  cursor: pointer;
}

.top_category {
  margin-top: 80px;
}
.top_category .inner {
  border-radius: 40px;
  padding: 40px 40px 60px 40px;
  box-sizing: border-box;
  background: #FFF0B5;
}
.top_category .bx {
  max-width: 960px;
  margin: 0 auto;
}
.top_category .ttl_bx {
  color: #06C1AA;
  text-align: center;
}
.top_category .link_list {
  display: grid;
  margin-top: 40px;
}
.top_category .link_list ul {
  margin: 0 0 40px 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
}
.top_category .link_list a {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  color: #414141;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.top_category .link_list a:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}
.top_category .link_list a .name {
  margin-top: 5px;
}
.top_category .link_list .ic {
  border-radius: 100%;
  overflow: hidden;
}
.top_category .link_list img {
  transition: all 0.3s ease;
}
.top_category .mores p {
  cursor: pointer;
}
.top_category .mores2 {
  margin-top: 40px;
}
.top_category .mores2 p {
  cursor: pointer;
}
.top_category .bx2 {
  margin-top: 60px;
}
.top_category .tabContent {
  display: none;
}
.top_category .tabContent.active {
  display: block;
}
.top_category .tabMenu {
  max-width: 750px;
  margin: 40px auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0 30px;
}
.top_category .tabMenu li {
  text-align: center;
  color: #F2A121;
  border-radius: 100px;
  background: white;
  font-weight: bold;
  padding: 6px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
.top_category .tabMenu li:hover {
  background: #F2A121;
  color: white;
}
.top_category .tabMenu .active {
  background: #F2A121;
  color: white;
}
.top_category .link_list2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 24px;
}
.top_category .link_list2 .img {
  margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .top_category .link_list ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .top_category .link_list2 {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .top_category .tabMenu {
    gap: 0 15px;
  }
}
@media all and (max-width: 767px) {
  .top_category .inner {
    border-radius: 30px;
    padding: 20px 15px 40px 15px;
  }
  .top_category .link_list {
    margin-top: 20px;
  }
  .top_category .link_list ul {
    margin: 0 0 10px 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px 20px;
  }
  .top_category .link_list a {
    font-size: 1.2rem;
    line-height: 1.16;
  }
  .top_category .mores {
    margin-top: 20px;
  }
  .top_category .bx2 {
    margin-top: 40px;
  }
  .top_category .tabMenu {
    margin: 30px auto 20px auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7px;
  }
  .top_category .tabMenu li {
    font-size: 1.6rem;
    padding: 6px 0;
  }
  .top_category .link_list2 {
    gap: 20px 14px;
  }
}

.special, .new_area {
  margin-top: 120px;
}
.special .ttl_wrap, .new_area .ttl_wrap {
  background: white;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 60px 60px 0 0;
  border: 3px dashed #EBFAF8;
  border-bottom: none;
  height: 100px;
  position: relative;
  z-index: 2;
}
.special .ttl_bx, .new_area .ttl_bx {
  text-align: center;
  color: #06C1AA;
  background: #EBFAF8;
  border-radius: 50px 50px 0 0;
  margin: 0 auto;
  position: relative;
}
.special .ttl_bx:before, .new_area .ttl_bx:before {
  content: "";
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #EBFAF8;
  z-index: -1;
}
.special .ttl_bx .eg, .special .ttl_bx h2, .new_area .ttl_bx .eg, .new_area .ttl_bx h2 {
  position: relative;
  top: 15px;
}
.special .sld_wraps, .new_area .sld_wraps {
  padding-top: 10px;
  position: relative;
}
.special .sld_wraps .in, .new_area .sld_wraps .in {
  background: #EBFAF8;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.special .sld_wraps:before, .new_area .sld_wraps:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 3px dashed #EBFAF8;
}
.special .sldw, .new_area .sldw {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 90%;
}
.special .sldw_in, .new_area .sldw_in {
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .special, .new_area {
    margin-top: 80px;
  }
  .special .ttl_wrap, .new_area .ttl_wrap {
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px 30px 0 0;
    border: 2px dashed #EBFAF8;
    height: 80px;
    z-index: unset;
  }
  .special .ttl_wrap .i1, .special .ttl_wrap .i2, .new_area .ttl_wrap .i1, .new_area .ttl_wrap .i2 {
    width: 5px;
    height: 5px;
    background: white;
    position: absolute;
    left: -3px;
    bottom: 22px;
  }
  .special .ttl_wrap .i2, .new_area .ttl_wrap .i2 {
    left: auto;
    right: -3px;
  }
  .special .ttl_bx, .new_area .ttl_bx {
    border-radius: 25px 25px 0 0;
  }
  .special .ttl_bx:before, .new_area .ttl_bx:before {
    bottom: -12px;
    left: -8px;
    width: 115%;
    background: white;
  }
  .special .ttl_bx .eg, .special .ttl_bx h2, .new_area .ttl_bx .eg, .new_area .ttl_bx h2 {
    position: relative;
    top: 10px;
    z-index: 5;
  }
  .special .sld_wraps, .new_area .sld_wraps {
    margin-top: -35px;
    padding-top: 10px;
    z-index: unset;
  }
  .special .sld_wraps .in, .new_area .sld_wraps .in {
    background: #EBFAF8;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .special .sld_wraps:before, .new_area .sld_wraps:before {
    top: 4px;
    border-top: 2px dashed #EBFAF8;
    z-index: -2;
  }
  .special .sldw, .new_area .sldw {
    padding: 50px 0 30px 0;
    width: 100%;
  }
  .special .sldw_in, .new_area .sldw_in {
    /* padding: 0 6%; */
    padding: 0 2% 0 6%;
  }
}
@media all and (max-width: 600px) {
  .special .sldw_in, .new_area .sldw_in {
    padding: 0 4% 0 8%;
  }
}

.feature {
  padding: 40px 0 60px 0;
  box-sizing: border-box;
  background: url("../images/feat_bg.jpg") center center/cover;
}
.feature .ttl_bx {
  color: #FFF0B5;
  text-align: center;
}
.feature .sldw {
  overflow: hidden;
  position: relative;
}
.feature .sldw a {
  display: block;
  text-decoration: none;
  color: white;
}
.feature .swipe_feature {
  padding: 40px 0;
}
.feature .swiper-pagination {
  bottom: 5px;
}
.feature .bnr3 {
  width: 100%;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 40px;
}
.feature .bx_tape .im {
  border-radius: 8px;
}
.feature .bx_tape .tx {
  bottom: 10px;
}
.feature .bx_tape .tx i {
  font-size: 1.6rem;
}
@media all and (max-width: 1140px) {
  .feature .bnr3 {
    gap: 30px 20px;
  }
  .feature .sldw {
    width: 116%;
    left: -8%;
  }
  .feature .sldw a {
    display: block;
    text-decoration: none;
    color: white;
  }
}
@media all and (max-width: 767px) {
  .feature {
    padding: 40px 0 40px 0;
  }
  .feature .sldw {
    width: 110%;
    left: -5%;
  }
  .feature .sldw a {
    display: block;
    text-decoration: none;
    color: white;
  }
  .feature .swipe_feature {
    padding: 30px 0;
  }
  .feature .swiper-pagination-bullets {
    bottom: 0;
  }
  .feature .bnr3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  .feature .bnr3 a {
    width: 45%;
  }
  .feature .bnr3 .bx_tape .tx {
    bottom: 8px;
    line-height: 1;
  }
  .feature .bnr3 .bx_tape .tx i {
    font-size: 1rem;
  }
}

.new_area {
  margin-top: 80px;
}

.check_item {
  margin-top: 10px;
  background: #EBFAF8;
  padding: 40px 0 60px 0;
}
.check_item h2 {
  font-size: 2.4rem;
  text-align: center;
  color: #06C1AA;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
.check_item .ttl_bx {
  text-align: center;
  color: #06C1AA;
  background: #EBFAF8;
  border-radius: 50px 50px 0 0;
  margin: 0 auto;
  position: relative;
}
.check_item .ttl_bx:before {
  content: "";
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #EBFAF8;
  z-index: -1;
}
.check_item .ttl_bx .eg, .check_item .ttl_bx h2 {
  position: relative;
  top: 10px;
}
.check_item .sldw {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 90%;
}
.check_item .sldw_in {
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .check_item {
    margin-top: 20px;
  }
  .check_item .ttl_bx {
    border-radius: 25px 25px 0 0;
  }
  .check_item .ttl_bx:before {
    bottom: -12px;
    left: -8px;
    width: 115%;
    background: white;
  }
  .check_item .ttl_bx .eg, .check_item .ttl_bx h2 {
    position: relative;
    top: 10px;
    z-index: 5;
  }
  .check_item h2 {
    font-size: 2rem;
  }
  .check_item .sldw {
    padding: 20px 0 30px 0;
    width: 100%;
  }
  .check_item .sldw_in {
    /* padding: 0 6%; */
    padding: 0 3% 0 10%;
  }
}

.fav_icon a {
  display: block;
}
.fav_icon a.hide {
  display: none;
}

.lity {
  background: rgba(0, 0, 0, 0.6);
}

.lity-container {
  max-width: 80vh;
  max-height: 80vh;
}
@media all and (max-width: 767px) {
  .lity-container {
    width: 90vw;
  }
}

@media all and (max-width: 767px) {
  .review-form {
    padding: 8px 0;
  }
}

.before-price {
  font-size: 1.4rem;
  padding: 10px 0 5px 0;
}

.sale-discount {
  font-size: 1.2rem;
  padding: 0 3px;
  margin: 0;
  border: none;
  color: red !important;
}
@media all and (max-width: 767px) {
  .sale-discount {
    margin: 0;
  }
}

.cart_btn .outstock {
  text-align: center;
  padding: 16px 0;
  font-size: 1.6rem;
}
.cart_btn .outstock i {
  padding: 10px 0 10px 40px;
}

.img_sale_bd {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.75px;
  margin-left: -70px;
  font-size: 3rem;
  background: #06C1AA;
  color: white;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
}

.img_sale_bd_cate {
  margin-top: -20px;
  margin-left: -50px;
  font-size: 2rem;
}

.price_org {
  font-size: 1.2rem;
}

.price_sale {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 5px;
  flex-wrap: wrap;
}
.price_sale .sale-discount {
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  margin-top: 10px;
}
.price_sale i {
  position: relative;
  top: 0;
}
.price_sale .pr1 {
  color: red;
  position: relative;
  top: -1px;
  line-height: 1;
}
.price_sale .pr1 i {
  position: relative;
  top: -1px;
}
@media all and (max-width: 767px) {
  .price_sale .sale-discount {
    width: 100%;
  }
  .price_sale .pr1 {
    top: -2px;
  }
}

.or_price {
  font-size: 1.4rem;
  font-weight: normal;
}
.or_price i {
  text-decoration: line-through;
}
.or_price .ar1 {
  margin-left: 7px;
  position: relative;
  top: -1px;
}
@media all and (max-width: 767px) {
  .or_price .ar1 {
    top: 1px;
  }
  .or_price i {
    font-size: 1.2rem !important;
    transform: scale(1) !important;
  }
}

.item-soldout, .item-sale {
  text-align: center;
  margin-top: 10px;
  padding: 8px 0;
  font-size: 1.2rem;
  color: #5d9188;
  border: 1px solid #5d9188;
}

.item-sale {
  color: white;
  background: #5d9188;
}

.icon_sale {
  text-align: center;
  margin-top: 10px;
  padding: 8px 0;
  font-size: 1.2rem;
  color: white;
  background: #5d9188;
  border: 1px solid #5d9188;
}

.free-shipping-wrap {
  margin: 40px 0 0 auto;
  text-align: right;
  background: #fff;
  padding: 0;
  font-size: 1.6rem;
}

.point_cart_item {
  font-size: 1.4rem;
}

.cart-total-point {
  font-size: 1.4rem;
  text-align: right;
}

.ul-widget-main-window {
  bottom: 20px !important;
  right: 20px !important;
  transition: all 0.3s ease;
  z-index: 10 !important;
}
.ul-widget-main-window.dis1 {
  opacity: 1;
  visibility: visible;
}
.ul-widget-main-window.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .ul-widget-main-window {
    bottom: 15px !important;
    right: 15px !important;
  }
}

.ul-widget-main-window + iframe {
  bottom: 40.25px !important;
  right: 130px !important;
  transition: all 0.3s ease;
  z-index: 10 !important;
}
.ul-widget-main-window + iframe.dis1 {
  opacity: 1;
  visibility: visible;
}
.ul-widget-main-window + iframe.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.dis11 {
  bottom: 40.25px !important;
  right: 130px !important;
  transition: all 0.3s ease;
  z-index: 10 !important;
}
.dis11.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .dis11 {
    opacity: 0;
    visibility: hidden !important;
  }
}

.before-price::after {
  content: none !important;
}

/*# sourceMappingURL=base.css.map */
