@charset 'utf-8';
/* ============ STYLE ============ */
* {
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", Sans;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background-attachment: fixed;
}
body.active {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  cursor: pointer;
  opacity: 0.9;
}
*:focus {
  outline: none;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
body.scroll-disable {
  overflow: hidden;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.w10 {
  width: 10%;
  margin: 0 auto;
}
.w20 {
  width: 20%;
  margin: 0 auto;
}
.w30 {
  width: 30%;
  margin: 0 auto;
}
.w40 {
  width: 40%;
  margin: 0 auto;
}
.w50 {
  width: 50%;
  margin: 0 auto;
}
.w60 {
  width: 60%;
  margin: 0 auto;
}
.w70 {
  width: 70%;
  margin: 0 auto;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.w90 {
  width: 90%;
  margin: 0 auto;
}

.mt05 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}

.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}

.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb160 {
  margin-bottom: 160px;
}
.mb180 {
  margin-bottom: 180px;
}

.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}

.pd05 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd20 {
  padding: 20px;
}
.pd30 {
  padding: 30px;
}
.pd40 {
  padding: 40px;
}
.pd50 {
  padding: 50px;
}
.pd60 {
  padding: 60px;
}
.pd70 {
  padding: 70px;
}
.pd80 {
  padding: 80px;
}
.pd90 {
  padding: 90px;
}

.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}

.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}

.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}

.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}

.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.fs10 {
  font-size: 10px;
}

.colorW {
  color: #fff;
}

/* -----------------------
  Wrap
-------------------------- */
section {
  overflow: hidden;
  position: relative;
}
.wrap {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
.headline {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.noteList {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: start;
  white-space: wrap;
}
.noteList li {
  padding-left: 1em;
  text-indent: -1em;
}
.noteList li::before {
  content: "\203B";
}

@media only screen and (max-width: 640px) {
  .wrap {
    width: 100%;
  }
}

:root {
  --main: #00ac8f;
  --pink: #e53283;
  --point: #ffff00;
}

.bg {
  padding-bottom: 70px;
  background: var(--main);
}

/* -----------------------
  header
-------------------------- */
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 375px;
  max-width: 100%;
  z-index: 999;
}
header .hbg {
  position: relative;
  margin: 20px 10px 0 auto;
  width: 50px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}
header .hbg span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pink);
  width: 30px;
  height: 2px;
}
header .hbg span:first-child {
  top: 0;
}
header .hbg span:nth-child(2) {
  top: calc(50% - 1px);
}
header .hbg span:last-child {
  bottom: 0;
}
header .hbg.active span {
  background: #fff;
}
header .hbg.active span:first-child {
  transform: translate(-50%, 9px) rotate(45deg);
}
header .hbg.active span:nth-child(2) {
  opacity: 0;
}
header .hbg.active span:last-child {
  transform: translate(-50%, -9px) rotate(-45deg);
}

.nav {
  width: 100%;
  height: calc(100vh + 45px);
  margin-top: -45px;
  padding: 80px 0;
  background: var(--main);
  text-align: center;
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: 0.3s;
  overflow-y: auto;
}
.nav.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.nav_head::after {
  content: attr(data-en);
  display: block;
  font-size: 12px;
}
/* .nav .nav_head::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/nav_head-bottom.png) repeat-x center / contain;
} */
.nav .nav_menu {
  margin: 0 auto;
  padding: 30px 5%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.nav .nav_menu li {
  width: 100%;
}
.nav .nav_menu li a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 7px;
  color: var(--main);
  font-weight: 900;
  line-height: 1.3;
}

.nav .nav_menu li a.nav_col {
  height: 50px;
  flex-direction: column;
  line-height: 1.4;
}

.nav .nav_menu li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid var(--main);
  border-right: 0;
}

@media only screen and (max-width: 640px) {
  header {
    width: 100%;
  }
}

/* -----------------------
menu
-------------------------- */
#menu {
  margin-top: 40px;
}

.menu_category {
  margin-top: 20px;
  background: var(--point);
  color: var(--main);
  padding: 5px;
  font-size: 18px;
  text-align: center;
  font-weight: 900;
}

.menu_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.menu_list li {
  width: calc(50% - 5px);
  display: flex;
}
.menu_list li a {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 7px;
  color: var(--main);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}
.menu_note {
  font-size: 11px;
  white-space: wrap;
}
.menu_list li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid var(--main);
  border-bottom: 0;
}

/* -----------------------
 lead
-------------------------- */

/* -----------------------
  coupon
-------------------------- */
#coupon {
  margin: 60px 0 0;
  position: relative;
}

/* .coupon_txt::before,
.coupon_txt::after {
  content: "";
  height: 50px;
  width: 5px;
  border-radius: 10px;
  background: #fff;
}
.coupon_txt::before {
  transform: rotate(-20deg);
}
.coupon_txt::after {
  transform: rotate(20deg); */

.coupon_note {
  position: relative;
  font-size: 12px;
  z-index: 1;
}
.swiper-wrapper {
  margin-bottom: 10px;
}
.swiper-slide {
  aspect-ratio: 1/1;
  padding: 2px;
  border: 1px solid #ffffff80;
}
.swiper-slide a {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;

  overflow: hidden;
}

/* -----------------------
商品部分
-------------------------- */

.pd_section {
  margin: 60px auto 0;
  padding-bottom: 20px;
  width: 90%;
  background: #fff;
  border: 1px solid var(--pink);
}
.cat_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  margin-bottom: 10px;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: var(--pink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}
.pd_wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.pd_item {
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px;
  width: 100%;
  position: relative;
}
.pd_item.clm2 {
  width: 50%;
}
.pd_item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.pd_item.clm2:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 10px);
  background: rgba(0, 0, 0, 0.5);
}
.pd_item .img {
  width: 240px;
  margin: 0 auto;
}
.pd_item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pd_item .name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 15px 0 20px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
}
.btn_wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.07em;
}
.btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
}
.btn_detail {
  border: 1px solid var(--pink);
  background: #fff;
  color: var(--pink);
}
.btn_detail::after {
  border-left: 5px solid var(--pink);
}
.btn_coupon {
  background: var(--pink);
  color: #fff;
}
.btn_coupon::after {
  border-left: 5px solid #fff;
}

/* -----------------------
  footer
-------------------------- */
.footer {
  width: 100%;
  margin: 0 auto 0;
  background: #fff;
  text-align: center;
}
.footerLogo {
  width: 186px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.footerLogo a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.copyright {
  margin: 30px 0 0;
  padding-bottom: 40px;
  font-size: 10px;
  line-height: 1.4em;
}
