@charset 'utf-8';
/* ============ STYLE ============ */
* {
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: "M PLUS Rounded 1c", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #262626;
  background-attachment: fixed;
}
body.active {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #323232;
}
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;
  }
}

/* -----------------------
  Wrap
-------------------------- */
section {
  overflow: hidden;
  position: relative;
}
.wrap {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
.noteList {
  font-family: "Noto Sans JP", sans-serif;

  font-size: 12px;
  line-height: 1.6;
}
.noteList li {
  padding-left: 1em;
  text-indent: -1em;
}
.noteList li::before {
  content: "\203B";
}

@media only screen and (max-width: 640px) {
  .wrap {
    width: 100%;
  }
}
:root {
  --blue: #70d6f6;
}

/* -----------------------
  header
-------------------------- */
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 375px;
  max-width: 100%;
  z-index: 999;
}
header .hbg {
  position: absolute;
  right: 3%;
  top: 20px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}
header .hbg span {
  position: absolute;
  left: 50%;
  background: #09a3e5;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  transform: translateX(-50%);
}
header .hbg span:first-child {
  top: 20px;
}
header .hbg span:nth-child(2) {
  top: 28px;
}
header .hbg span:last-child {
  top: 36px;
}
header .hbg.active span:first-child {
  transform: translate(-50%, 8px) rotate(45deg);
}
header .hbg.active span:nth-child(2) {
  opacity: 0;
}
header .hbg.active span:last-child {
  transform: translate(-50%, -8px) rotate(-45deg);
}

.nav {
  width: 100%;
  height: 100vh;

  padding: 100px 0;
  background: var(--blue);
  color: #444;
  text-align: center;
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: 0.3s;
  overflow-y: scroll;
}
.nav.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.nav_frame {
  width: 90%;
  margin: 0 auto;
  padding: 30px 8%;
  background: #fff;
  border-radius: 18px;
}
.nav .nav_head {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 10px;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 28px;
  color: #09a3e5;
}
.nav_head::before,
.nav_head::after {
  content: "";
  position: relative;
  width: 60px;
  height: 40px;
}
.nav_head::before {
  background: url(../img/ttl_left.png) no-repeat center / contain;
}
.nav_head::after {
  background: url(../img/ttl_right.png) no-repeat center / contain;
}
/* .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;
}
.nav .nav_menu li a {
  position: relative;
  display: block;
  color: #444;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
}
.nav .nav_menu li:not(:last-child) a {
  border-bottom: 1px solid var(--blue);
}
.nav .nav_menu li span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #09a3e5;
}
.nav .nav_menu li span::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  header {
    width: 100%;
  }
}

/* -----------------------
  Main Visual
-------------------------- */
.hiyoko {
  width: 88%;
  margin: 0 auto;
}
.mvBg {
  background: var(--blue);
  padding-bottom: 40px;
}
#mv .mvRead {
  margin: 10px 0;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

/* -----------------------
  coupon
-------------------------- */
#coupon {
  padding: 40px 0;
  background: #fffbe2;
}
.coupon_head {
  width: 85%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: var(--blue);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
}

/* .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;
  background: #fff;
}
.swiper-slide a {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
}
.swiper-slide a img {
  border-radius: 2px;
  overflow: hidden;
}

/* -----------------------
menu
-------------------------- */
#menu {
  width: 90%;
  margin: 0 auto;
  padding: 10px 5% 25px;
  background: #fff;
  border-radius: 18px;
}

.menu_list {
  margin: 20px auto 0;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.menu_list li {
  width: calc(50% - 7.5px);
}
.menu_list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #444444;
  border-radius: 22px;
}
.menu_list .item01 a {
  background: rgba(255, 217, 73, 1);
}
.menu_list .item02 a {
  background: rgba(249, 122, 149, 1);
}
.menu_list .item03 a {
  background: rgba(141, 112, 186, 0.8);
}
.menu_list .item04 a {
  background: var(--blue);
}
.menu_list .item05 a {
  background: rgba(206, 234, 42, 0.7);
}
.menu_list .item06 a {
  background: rgba(255, 174, 77, 1);
}
.menu_list .item07 a {
  background: rgba(255, 102, 102, 0.8);
}
/* .pagetop_wrap {
  padding-right: 1%;
  position: fixed;
  bottom: 10px;
  z-index: 5;
}
.pagetop {
  display: block;
  margin: 0 0 0 auto;
  width: 80px;
} */

/* -----------------------
商品部分
-------------------------- */
.pd_section {
  padding: 50px 0;
}
.content_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
  background: #fff;
  border-radius: 18px;
  color: #444;
}
.cat_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  white-space: nowrap;
}
.cat_ttl::before,
.cat_ttl::after {
  content: "";
  position: relative;
  width: 40px;
  height: 45px;
}
.cat_ttl::before {
  background: url(../img/ttl_left.png) no-repeat center / contain;
}
.cat_ttl::after {
  background: url(../img/ttl_right.png) no-repeat center / contain;
}
.cat_lead {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0 30px;
  font-weight: 500;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
.cat_lead::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/ttl_bottom.png) repeat-x center / contain;
}
.pd_wrap {
  padding: 0 5%;
}
.pd_item {
  padding: 20px 0 30px;
}
.pd_item .img {
  padding: 0 2px;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pd_item .desc {
  margin-top: 20px;
  text-align: center;
}
.pd_item .desc .maker {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  margin: 0 auto;
  padding: 0 10px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  border-radius: 13px;
}
.pd_item .desc .name {
  margin: 10px 0 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
}
.pd_item .desc .name span {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
}
.pd_item .desc .txt {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
.pd_item .desc .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.pd_item .desc .txt span {
  margin-top: 5px;
  display: block;
  font-size: 12px;
}
.pd_btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pd_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
  height: 45px;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  text-align: center;
  line-height: 1;
}
.pd_btn > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.pd_btn .btn_coupon {
  background: #f97a95;
}

/* -----------------------
おむつ
-------------------------- */
#omutsu {
  background: #ffd949;
}
#omutsu .cat_ttl {
  color: #ffd949;
}
#omutsu .maker,
#omutsu .btn_detail {
  background: #ffd949;
}
#omutsu .pd_item:not(:last-child) {
  border-bottom: 1px solid #ffd949;
}

/* -----------------------
おしり
-------------------------- */
#oshiri {
  background: #f97a95;
}
#oshiri .cat_ttl {
  color: #f97a95;
}
#oshiri .maker,
#oshiri .btn_detail {
  background: #f97a95;
}
#oshiri .btn_coupon {
  background: #ffd949;
}
#oshiri .pd_item:not(:last-child) {
  border-bottom: 1px solid #f97a95;
}

/* -----------------------
ベビーミルク
-------------------------- */
#milk {
  background: #8d70ba;
}
#milk .cat_ttl {
  color: #8d70ba;
}
#milk .maker,
#milk .btn_detail {
  background: #b297e8;
}
#milk .pd_item:not(:last-child) {
  border-bottom: 1px solid #8d70ba;
}

/* -----------------------
ベビーフード
-------------------------- */
#food {
  background: var(--blue);
}
#food .cat_ttl {
  color: var(--blue);
}
#food .maker,
#food .btn_detail {
  background: var(--blue);
}
#food .pd_item:not(:last-child) {
  border-bottom: 1px solid var(--blue);
}

/* -----------------------
ベビーフード
-------------------------- */
#drink {
  background: #ceea2a;
}
#drink .cat_ttl {
  color: #ceea2a;
}
#drink .maker,
#drink .btn_detail {
  background: #ceea2a;
}
#drink .pd_item:not(:last-child) {
  border-bottom: 1px solid #ceea2a;
}

/* -----------------------
ベビー用品
-------------------------- */
#goods {
  background: #ffae4d;
}
#goods .cat_ttl {
  color: #ffae4d;
}
#goods .maker,
#goods .btn_detail {
  background: #ffae4d;
}
#goods .pd_item:not(:last-child) {
  border-bottom: 1px solid #ffae4d;
}

/* -----------------------
マタニティケア
-------------------------- */
#mother {
  background: #ff6666;
}
#mother .cat_ttl {
  color: #ff6666;
}
#mother .maker,
#mother .btn_detail {
  background: #ff6666;
}
#mother .btn_coupon {
  background: #ffd949;
}
#mother .pd_item:not(:last-child) {
  border-bottom: 1px solid #ff6666;
}
@media only screen and (max-width: 640px) {
}

/* -----------------------
  footer
-------------------------- */
.footer {
  width: 100%;
  margin: 80px 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;
}

.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;
}
