@charset "UTF-8";
/*
============================================
Responsive
maxwidth:1100px
breakPoint:768px
============================================*/
/*==============
color
================*/
/*==============
bgcolor
================*/
@import url(https://fonts.googleapis.com/css?family=Oswald&display=swap);

/* line 25, ../scss/_color.scss */
.themaColorBlack {
  background-color: #292929;
}

/* line 27, ../scss/_color.scss */
.themaColorBlack:hover {
  background-color: #fff;
  color: #292929;
}

/* line 31, ../scss/_color.scss */
.themaColorBlack a {
  color: #fff;
}

/* line 33, ../scss/_color.scss */
.themaColorBlack a:hover,
.themaColorBlack a:focus,
.themaColorBlack a:active {
  color: #292929;
}

/*==============
themaColor
================*/
/* line 43, ../scss/_color.scss */
.themaColorRed {
  background-color: #c03;
}

/* line 45, ../scss/_color.scss */
.themaColorRed:hover {
  background-color: #fff;
  color: #c03;
}

/* line 49, ../scss/_color.scss */
.themaColorRed a {
  color: #fff;
}

/* line 51, ../scss/_color.scss */
.themaColorRed a:hover,
.themaColorRed a:focus,
.themaColorRed a:active {
  color: #c03;
}

/* line 57, ../scss/_color.scss */
.themaColorGold {
  background-color: #ab895c;
}

/* line 59, ../scss/_color.scss */
.themaColorGold:hover {
  background-color: #fff;
  color: #ab895c;
}

/* line 64, ../scss/_color.scss */
.themaColorGold a {
  color: #fff;
}

/* line 66, ../scss/_color.scss */
.themaColorGold a:hover,
.themaColorGold a:focus,
.themaColorGold a:active {
  color: #ab895c;
}

/* line 72, ../scss/_color.scss */
.themaColorMaternity.pink {
  background-color: #d799ac;
}

.themaColorMaternity.blue {
  background-color: #99b5d7;
}

.themaColorMaternity.yellow {
  background-color: #d7cf99;
}

/* line 74, ../scss/_color.scss */
.themaColorMaternity:hover {
  background-color: #333;
  color: #fff;
}

/* line 78, ../scss/_color.scss */
.themaColorMaternity a {
  color: #292929;
}

/* line 80, ../scss/_color.scss */
.themaColorMaternity a:hover,
.themaColorMaternity a:focus,
.themaColorMaternity a:active {
  color: #fff;
}

/* line 86, ../scss/_color.scss */
.themaColorInner {
  background-color: #fff;
}

/* line 88, ../scss/_color.scss */
.themaColorInner:hover {
  background-color: #bd4672;
  color: #fff;
}

/* line 92, ../scss/_color.scss */
.themaColorInner a {
  color: #292929;
}

/* line 94, ../scss/_color.scss */
.themaColorInner a:hover,
.themaColorInner a:focus,
.themaColorInner a:active {
  color: #fff;
}

/* line 100, ../scss/_color.scss */
.themaColorBaby {
  background-color: #fff;
}

/* line 102, ../scss/_color.scss */
.themaColorBaby:hover {
  background-color: #cacc6d;
  color: #fff;
}

/* line 106, ../scss/_color.scss */
.themaColorBaby a {
  color: #292929;
}

/* line 108, ../scss/_color.scss */
.themaColorBaby a:hover,
.themaColorBaby a:focus,
.themaColorBaby a:active {
  color: #fff;
}

/* line 114, ../scss/_color.scss */
.themaColorPurple {
  background-color: #fff;
}

/* line 116, ../scss/_color.scss */
.themaColorPurple:hover {
  background-color: #4e4e7f;
  color: #fff;
}

/* line 122, ../scss/_color.scss */
.themaColorPurple a {
  color: #292929;
}

/* line 124, ../scss/_color.scss */
.themaColorPurple a:hover,
.themaColorPurple a:focus,
.themaColorPurple a:active {
  color: #fff;
  text-decoration: none;
}

/*==============
layout
================*/
/* line 5, ../scss/_layout_pc.scss */
html {
  scroll-behavior: smooth;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.93333rem;
  letter-spacing: .03em;
  min-width: 320px;
}

/* line 17, ../scss/_layout_pc.scss */
.columnBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 0;
}

/* line 25, ../scss/_layout_pc.scss */
.columnBox__col {
  position: relative;
  width: 100%;
  width: 1100px;
  padding: 0;
  margin: 0 auto;
  z-index: -1;
}

/*==============
2column sp1column
================*/
/* line 39, ../scss/_layout_pc.scss */
.glidCol2 .columnBox__colList {
  width: calc((100% - 10px) / 2);
  margin: 0 10px 10px 0;
}

/* line 42, ../scss/_layout_pc.scss */
.glidCol2 .columnBox__colList:nth-of-type(even) {
  margin: 0 0 10px 0;
}

/*==============
3column
================*/
/* line 50, ../scss/_layout_pc.scss */
.glidCol3 .columnBox__colList {
  width: calc((100% - 30px) / 3);
  margin: 0 10px 10px 0;
}

/* line 54, ../scss/_layout_pc.scss */
.glidCol3 .columnBox__colList:nth-child(4n) {
  margin: 0 0 10px 0;
}

/*==============
4column
================*/
/* line 65, ../scss/_layout_pc.scss */
.glidCol4 .columnBox__colList {
  width: calc((100% - 30px) / 4);
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
}

/* line 69, ../scss/_layout_pc.scss */
.glidCol4 .columnBox__colList:nth-child(4n) {
  margin: 0 0 10px 0;
}

/* line 76, ../scss/_layout_pc.scss */
.reverse {
  flex-direction: row-reverse;
}

.itemListNavArea .columnBox__col {
  display: flex;
  flex-wrap: wrap;
}

/*==============
title
================*/
/* line 4, ../scss/_parts.scss */
.titleBoxMain {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 10px;
  line-height: 1.6;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-size: 2.66667rem;
}

/* line 16, ../scss/_parts.scss */
.titleBoxMain .smallText {
  font-size: 15px;
  font-size: 1rem;
  min-height: 0vw;
  display: block;
}

/* line 24, ../scss/_parts.scss */
.titleBoxMain_code {
  position: relative;
  display: block;
  font-size: 38px;
  font-size: 2.53333rem;
  width: 100%;
  max-width: 320px;
  margin: -70px auto 20px;
  line-height: 1.6;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  margin: -70px auto 20px;
  background-color: #fff;
}

/* line 40, ../scss/_parts.scss */
.titleBoxMain_code .smallText {
  font-size: calc(0.8125rem + ((1vw - 3.2px) * 0.1351));
  min-height: 0vw;
  display: block;
}

/*==============
itamName
================*/
/* line 49, ../scss/_parts.scss */
.item-name {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-size: 1.06667rem;
  width: 100%;
  margin: 0 auto 10px;
  line-height: 1.8;
}

/*==============
itamName
================*/
/* line 61, ../scss/_parts.scss */
.item-price {
  font-size: 25px;
  font-size: 1.66667rem;
  font-weight: bold;
  display: block;
  padding: 10px;
}

/* line 66, ../scss/_parts.scss */
.item-price:first-letter {
  font-size: 12px;
  font-size: 0.8rem;
}

/* line 69, ../scss/_parts.scss */
.item-price:after {
  content: '+消費税';
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0 0 0 5px;
}

/* line 77, ../scss/_parts.scss */
.item-cartBtn {
  display: block;
  width: 100%;
  max-width: 150px;
  padding: 10px;
  margin: 10px auto;
  font-size: 14px;
  font-size: 0.93333rem;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid #292929;
  border-radius: 2px;
}

/* line 90, ../scss/_parts.scss */
.item-cartBtn:hover {
  background-color: #2a2b2b;
}

/* line 94, ../scss/_parts.scss */
.item-cartBtn:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 101, ../scss/_parts.scss */
.starIcon {
  color: #4e4e7f;
}

/* line 1, ../scss/_common_pc.scss */
.wrapper {
  position: relative;
  z-index: 0;
  padding: 0;
  margin: 0 auto 50px;
  box-sizing: border-box;
  padding: 3% 0;
  background-image: url("../images/natural-paper.png");
  background: #fff5f5;
}

/* line 13, ../scss/_common_pc.scss */
.mainTextArea {
  margin: 40px auto;
  max-width: 660px;
  width: 100%;
}

/* line 19, ../scss/_common_pc.scss */
.mainTextArea__cate {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}

/* line 24, ../scss/_common_pc.scss */
.mainTextArea__cateInner {
  display: inline-block;
  margin: 0 3px;
  padding: 5px 15px;
  font-weight: bold;
  background-color: #d3577c;
  color: #fff;
  width: 100px;
  border-radius: 3px;
}

/* line 36, ../scss/_common_pc.scss */
.mainTextArea__title {
  font-size: 50px;
  font-size: 3.33333rem;
  line-height: 1.7;
  font-weight: bold;
  position: relative;
}

/* line 43, ../scss/_common_pc.scss */
.mainTextArea__sub {
  margin: 10px 0;
  line-height: 1.6;
  font-size: 24px;
  font-size: var(--font-size-lg);
}

/* line 67, ../scss/_common_pc.scss */
.mainTextArea .iconBorder::after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #292929;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

/* line 82, ../scss/_common_pc.scss */
.titleBoxMain {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 10px;
  line-height: 1.6;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-size: 2.66667rem;
}

/* line 94, ../scss/_common_pc.scss */
.titleBoxMain .smallText {
  font-size: 20px;
  font-size: 1.33333rem;
  min-height: 0vw;
  display: block;
}

/* line 104, ../scss/_common_pc.scss */
.titleBoxMain_code {
  position: relative;
  display: block;
  font-size: 38px;
  font-size: 2.53333rem;
  width: 100%;
  max-width: 320px;
  margin: -70px auto 20px;
  line-height: 1.6;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  background-color: #fff;
}

/* line 117, ../scss/_common_pc.scss */
.titleBoxMain_code .smallText {
  font-size: 18px;
  font-size: 1.2rem;
  min-height: 0vw;
  display: block;
}

/* line 124, ../scss/_common_pc.scss */
.itemIconBox {
  position: relative;
  display: inline-block;
}

/* line 129, ../scss/_common_pc.scss */
.itemIconBox__img {
  display: inline-block;
  width: 100%;
  max-width: 70px;
  vertical-align: middle;
}

/* line 142, ../scss/_common_pc.scss */
.columnBox.itemListNavArea {
  display: flex;
  flex-wrap: wrap;
}

/* line 147, ../scss/_common_pc.scss */
.columnBox.itemListNavArea .columnBox__colList a {
  display: block;
  color: #fff;
  padding: 15px;
  padding-right: 30px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 2px;
  transition: 0.4s;
  position: relative;
}

/* line 158, ../scss/_common_pc.scss */
.columnBox.itemListNavArea .columnBox__colList a::after {
  content: '>';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

/* line 165, ../scss/_common_pc.scss */
.columnBox.itemListStar {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

/* line 170, ../scss/_common_pc.scss */
.columnBox.itemListStar p {
  padding: 5px;
  text-align: center;
  font-size: 25px;
  font-size: 1.66667rem;
  margin: 0 auto;
  font-weight: bold;
}

/*=============
table
================*/
/* line 185, ../scss/_common_pc.scss */
.columnBox__col.tableArea {
  padding: 3% 0;
}

/* line 188, ../scss/_common_pc.scss */
.columnBox__col.tableArea .columnBox__colList {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* line 195, ../scss/_common_pc.scss */
.tableStyle {
  width: 100%;
  margin: 0 auto 30px;
  border-collapse: collapse;
  text-align: center;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  table-layout: fixed;
}

#sec01.tableCaption {
  background: #d799ac;
}

#sec02.tableCaption {
  background: #99b5d7;
}

#sec03.tableCaption {
  background: #d7cf99;
}

/* line 205, ../scss/_common_pc.scss */
caption,
.tableCaption {
  padding: 18px;
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0;
}

/* line 215, ../scss/_common_pc.scss */
caption .checkIcon:after,
caption.checkIcon:after,
.tableCaption.checkIcon:after {
  content: '';
  display: block;
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

/* line 227, ../scss/_common_pc.scss */
.tableStyle th,
.tableStyle td {
  padding: 7px;
  min-width: 70px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  line-height: 1.7;
  vertical-align: middle;
  font-size: var(--font-size-base);
}

/* line 242, ../scss/_common_pc.scss */
.tableStyle th {
  background-color: #f6f6f6;
}

/* line 246, ../scss/_common_pc.scss */
.tableStyle td {
  height: 80px;
}

/* line 250, ../scss/_common_pc.scss */
.tableStyle td a {
  text-decoration: underline;
}

/* line 254, ../scss/_common_pc.scss */
.tableStyle td:nth-of-type(3),
.tableStyle td:nth-of-type(7) {
  text-align: left;
  word-break: break-word;
}

/* line 258, ../scss/_common_pc.scss */
.tableStyle td:nth-of-type(4) {
  border-left: 0;
}

/* line 262, ../scss/_common_pc.scss */
.tableStyle th:nth-of-type(1) {
  width: 10%;
}

/* line 266, ../scss/_common_pc.scss */
.tableStyle th:nth-of-type(3) {
  width: 25%;
}

/* line 270, ../scss/_common_pc.scss */
.tableStyle th:nth-of-type(4) {
  width: 12%;
}

.tableStyle th:nth-of-type(2) {
  width: 10%;
}

.tableStyle th:nth-of-type(5) {
  width: 8%;
}

.tableStyle th:nth-of-type(6) {
  width: 35%;
}

.tableStyle td:nth-of-type(4) {
  width: 90px;
  border-left: 0;
}

/* line 275, ../scss/_common_pc.scss */
.tableStyle .tableStyle__title-subInner,
.tableStyle .tableStyle__body-subInner {
  background-color: #eeeeee;
}

/* line 281, ../scss/_common_pc.scss */
.tableStyle .tableStyle__title-subInner:nth-child(2) {
  background-color: #fff;
  text-align: left;
  width: 100%;
  display: inline-block;
}

/* line 289, ../scss/_common_pc.scss */
.tableStyle__body-subInner {
  text-align: center;
}

/* line 294, ../scss/_common_pc.scss */
.tableStyle .tableStyle__body-subInnerTd {
  text-align: left;
}

/* line 299, ../scss/_common_pc.scss */
.tableStyle__title-inner .tableStyle__title-subInner:first-child {
  width: 100%;
  display: inline-block;
}

/* line 305, ../scss/_common_pc.scss */
.tableStyle__body-innerUlBox {
  padding: 0 10px;
}

/* line 310, ../scss/_common_pc.scss */
.tableStyle__body-innerUlBoxli {
  list-style-type: disc;
  margin: 10px 0;
}

/* line 315, ../scss/_common_pc.scss */
.tableStyle__body-innerUlBoxli.red {
  color: #EB1313;
}

/* line 320, ../scss/_common_pc.scss */
.tableStyle__body-innerUlBoxlitpb {
  list-style-type: decimal;
  margin: 10px 0;
}

/* line 325, ../scss/_common_pc.scss */
.diagonalLine {
  background-image: linear-gradient(-39deg, transparent 49%, #ccc 50%, #ccc 49%, transparent 51%, transparent);
}

/*==============
btn
================*/
/* line 334, ../scss/_common_pc.scss */
.btnArea {
  margin: 5px auto;
  width: 100%;
}

/* line 338, ../scss/_common_pc.scss */
.btnArea__inner {
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 2px;
  transition: 0.7s;
}

/* line 345, ../scss/_common_pc.scss */
.btnArea__inner a {
  display: block;
  position: relative;
  padding: 6px 7px;
  box-sizing: border-box;
  z-index: 1;
  text-decoration: none;
  line-height: 1.6;
  font-size: 17px;
  font-size: 1.13333rem;
}

/* line 357, ../scss/_common_pc.scss */
.btnArea .orderCartBtn {
  color: #fff;
  position: relative;
  padding: 12px 7px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 17px;
  font-size: 1.13333rem;
}


/* 横スクロール案内テキスト（PCでは非表示） */
.scroll-suggest {
  display: none;
}

.mama-items-block {
  margin: 40px auto;
  max-width: 800px;
}

.mama-items-title {
  font-size: var(--font-size-xl);
  font-weight: normal;
  color: #fff;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  background-color: #d799ac;
  padding: 10px 0 10px 10px;
}

/* .mama-items-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 24px;
  background-color: #f7a8b8;
  border-radius: 3px;
} */

.mama-items-list-wrapper {
  background-color: #ffffff;
  border: 1px dashed #f7a8b8;
  border-radius: 10px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
}

.mama-items-list {
  width: 48%;
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
  text-align: left;
  margin: 0;
}

.mama-items-list li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 12px;
  color: #333;
  font-size: var(--font-size-lg);
  line-height: 1.4;
  border-bottom: 1px dashed #f7a8b8;
  padding-bottom: 5px;
}

.mama-items-list li::before {
  content: '\2714\fe0e';
  position: absolute;
  left: 0;
  color: #f7a8b8;
}

.mama-items-list li:last-child {
  margin-bottom: 0;
}


/*# sourceMappingURL=style_pc.css.map */