.pcOnly {}
.spOnly {
  display: none;
}
@media (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
.tx-red {
  color: #F00;
}
/*■
--------------------------------*/
#brand_wrap {
  /*padding-bottom:50px;*/
  margin-top: 0;
  /*width: 100vw;*/
  width: 100%;
  background: url(../img/bg.png);
}
.el-d-section {
  background: url(../img/bg.png);
}
/*■
--------------------------------*/
#add-main {
  margin: 0 auto 0;
  padding-bottom: 50px;
  /*max-width:1200px;*/
  max-width: 1000px;
  text-align: center;
  background: #fff;
}
#inner {
  margin: 0 auto 0;
  /*max-width:1000px;*/
  max-width: 800px;
}
@media (max-width: 767px) {
  #add-main {
    padding-bottom: 0px;
    width: inherit;
  }
}
/*■
--------------------------------*/
.cam-period {
  margin: 54px auto 80px;
  display: table;
  text-align: left;
}
.cam-period li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.cam-period li span {
  display: inline-block;
  margin-left: 6em;
}
@media (max-width: 767px) {
  .cam-period {
    margin: 2.5em auto 3.5em;
    display: block;
    text-align: center;
  }
  .cam-period li {
    margin-top: 1em;
    /*font-size:4.5vw ;*/
    font-size: 16px;
    font-weight: normal;
  }
  .cam-period li:first-child {
    margin-top: 0;
  }
  .cam-period li span {
    display: inline;
    margin-left: 0;
  }
}
/*■
--------------------------------*/
.oubo-table {
  margin: 90px auto 0;
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #000;
}
.oubo-table tr {
  border-bottom: solid 1px #000;
}
.oubo-table th, .oubo-table td {
  /*padding:15px 0;*/
  font-size: 18px;
  vertical-align: middle;
}
.oubo-table th {
  padding-left: 15px;
  width: 160px;
  white-space: nowrap;
  box-sizing: border-box;
}
.oubo-table th div {
  min-height: 80px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.oubo-table td {
  padding: 5px 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .oubo-table {
    margin: 3em auto 0;
  }
  .oubo-table th, .oubo-table td {
    /*font-size:3.8vw;*/
    font-size: 14px;
  }
  .oubo-table th {
    padding-left: 15px;
    padding-right: 10px;
    width: inherit;
  }
  .oubo-table th div {
    min-height: 80px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .oubo-table td {
    padding-right: 10px;
    line-height: 1.5;
  }
}
/*キャンペーン
--------------------------------*/
.sec-box.cam {
  margin-top: 75px;
}
.cam-ex-area {
  padding: 10px 0;
}
.cam-ex-area p {
  margin-top: 1.2em;
  font-size: 18px;
  line-height: 1.8;
}
.cam-ex-area p:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .sec-box.cam {
    margin-top: 20px;
  }
  .cam-ex-area {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background: none;
  }
  .cam-ex-area p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
}
/*オリジナルグッズ
--------------------------------*/
.sec-box.goods {
  /*margin-top: 75px;*/
}
/*対象商品*/
.target-goods-area {
  margin: 140px auto 0;
}
@media (max-width: 767px) {
	.sec-box.goods {
		margin-top: 7.5vw;
	}
  .target-goods-area {
    margin: 50px auto 0;
  }
}
.item-disp-area {
  margin-bottom: 70px;
}
.item-disp-area .ttl {
  margin-top: 20px;
	line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
}
.item-disp-area .note {
  margin-top: 30px;
  font-size: 14px;
}
.item-disp-row {
  margin: 60px auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.item-disp-row.col4 {
  margin: 40px auto 0;
}
.item-disp-row li {
  margin-right: 30px;
}
.item-disp-row.col4 li {
  margin-right: 40px;
}
.item-disp-row li:last-child {
  margin-right: 0;
}
.item-disp-row .txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.pic.goods_target_1 {
	position: relative;
}
.pic.goods_target_1 .item_img {
	z-index: 2;
	position: relative;
}
.pic.goods_target_1 span {
	width: 272px;
	position: absolute;
	top: -166px;
	left: -114px;
	z-index: 0;
}

@media (max-width: 767px) {
  .item-disp-area {
    margin-bottom: 50px;
  }
  .item-disp-area .ttl {
    margin-top: 20px;
    font-size: 18px;
  }
  .item-disp-area .note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .item-disp-row {
    margin: 0 auto 0;
    padding: 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
		width: 86%;
		margin-left: 14%;
  }
  .item-disp-row.col4 {
    margin: 20px auto 0;
  }
  .item-disp-row li {
    margin-top: 5vw;
    margin-right: 0px !important;
    width: 100%;
		display: table;
  }
  .item-disp-row li:first-child {
    margin-top: 0 !important;
  }
  .item-disp-row li .pic {
    display: table-cell;
		vertical-align: top;
		width: 32%;
  }
  .item-disp-row .txt {
    font-size: 3.6vw;
    line-height: 1.25;
    display: table-cell;
		vertical-align: middle;
		width: 68%;
		text-align: left;
		padding-left: 2em;
  }
	.pic.goods_target_1 span {
		display: none;
	}
	.item-disp-row li:nth-child(n+2) .pic {
		padding: 0 5%;
	}
}
/*限定デザインマーク*/
.gentei-design {
  margin: 0 auto 0;
  padding: 5px 5px 10px;
  width: 466px;
  background: #fffbc9;
  border-radius: 15px;
  filter: drop-shadow(1px 1px 5px #df2e6b);
}
.gentei-design .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gentei-design .inner .right {
  flex-shrink: 0;
}
.gentei-design .inner .left {
  width: 275px;
}
.gentei-design .inner .left .txt {
  font-size: 13px;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .gentei-design {
    margin: 0 20px 0;
    padding: 5px 10px 10px;
    width: inherit;
  }
  .gentei-design .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gentei-design .inner .right {
    width: 32%;
  }
  .gentei-design .inner .left {
    width: 1000%;
  }
  .gentei-design .inner .left .txt {
    font-size: 3.5vw;
  }
}
/**/
.about-gentei-design {
  margin-top: 60px;
  font-size: 18px;
  line-height: 2.0;
}
.about-gentei-design-note {
  margin-top: 10px;
  font-size: 14px;
}
.about-gentei-design a {
  text-decoration: underline;
}
.about-gentei-design a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .about-gentei-design {
    margin-top: 60px;
    font-size: 16px;
    line-height: 1.8;
  }
  .about-gentei-design-note {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*キャンペーン規約
--------------------------------*/
.sec-box.kiyaku {
  margin: 75px auto 0;
  width: 962px;
}
.ac-area {
  display: none;
}
.kiyaku-ttl {
  position: relative;
  cursor: pointer;
}
/* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
.icon-wrap {
  position: absolute;
  right: 82px;
  top: 50%;
  transform: translatey(-50%);
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 100px;
}
/* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* プラスアイコン */
/* ２本の線を.icon-wrapの中央に並行に重ねる */
.icon:before, .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #b8adba;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 4px;
  transform: translate(-50%, -50%);
}
/* そのうち1本を縦にする */
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* プラスアイコンクリック後、マイナスにする */
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (max-width: 767px) {
  .sec-box.kiyaku {
    margin: 50px 10px 0;
    width: inherit;
  }
  /* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
  .icon-wrap {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translatey(-50%);
    width: 32px;
    height: 32px;
  }
  /* プラスアイコン */
  /* ２本の線を.icon-wrapの中央に並行に重ねる */
  .icon:before, .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #b8adba;
    left: 50%;
    top: 50%;
    width: 55%;
    height: 4px;
    transform: translate(-50%, -50%);
  }
  /* そのうち1本を縦にする */
  .icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.step-ttl {
  margin-top: 60px;
  font-size: 30px;
  font-weight: bold;
}
.step-list {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
}
.step-list li {
  padding-right: 60px;
  position: relative;
}
.step-list li:last-child {
  padding-right: 0;
}
.step-list li::after {
  position: absolute;
  top: 60px;
  right: 30px;
  width: 16px;
  height: 27px;
  content: "";
  background: url(../img/step_arrows.png) no-repeat center;
  background-size: contain;
}
.step-list li:last-child::after {
  background: none;
}
/*.step-list li {
	background:url(../img/step_arrows.png) no-repeat right 25px top 60px;
	background-size:16px;
}

.step-list li:last-child {
	background:none;
}
*/
.step-list li .pic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-list li .pic img {
  width: auto;
  height: 142px;
}
/*.step-list li:first-child .pic img {
	width:auto;
	height:142px;
}*/
.step-list li .txt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .step-ttl {
    margin-top: 30px;
    font-size: 18px;
  }
  .step-list {
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between
  }
  .step-list li {
    padding-right: 10px;
    position: relative;
    width: 20%;
  }
  .step-list li:first-child {
    padding-right: 0px;
    position: relative;
    width: 30%;
  }
  .step-list li:last-child {
    padding-right: 0;
  }
  .step-list li::after {
    position: absolute;
    top: 53px;
    right: -3px;
    width: 8px;
    height: 15px;
    content: "";
    background: url(../img/step_arrows.png) no-repeat center;
    background-size: contain;
  }
  .step-list li .pic {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6.5em;
  }
  /*.step-list li:first-child .pic {
	padding-top:0;
	align-items:center;
}*/
  .step-list li .pic img {
    width: 100%;
    height: auto;
  }
  /*.step-list li:first-child .pic img {
	width:inherit;
	height:auto;
}
*/
  .step-list li .txt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
}
/*注意事項*/
.sub-cate-box {
  margin: 90px 60px 0;
  padding: 60px 0 0;
  font-size: 16px;
  text-align: left;
  line-height: 2.0;
  border-top: solid 1px #ccc;
}
.sub-cate-box .ttl {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.notes-list {
  margin: 0 auto 0;
  display: table;
}
.notes-list li {
  /*margin-top:10px;*/
	padding-left: 1em;
	text-indent: -1em;
}
.sub-cate-box a {
  text-decoration: underline;
}
.sub-cate-box a:hover {
  text-decoration: none;
}
/*個人情報*/
.sub-cate-box .ttl.personal {
  font-size: 24px;
}
@media (max-width: 767px) {
  .sub-cate-box {
    margin: 40px 0px 0;
    padding: 30px 10px 0;
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
  }
  .sub-cate-box .ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .notes-list {
    margin: 0 auto 0;
    display: block;
  }
  .notes-list li {
    text-indent: -1em;
    padding-left: 1em;
  }
  /*個人情報*/
  .sub-cate-box .ttl.personal {
    font-size: 18px;
  }
}
/*お問い合わせ先
--------------------------------*/
.sec-box.inq {
  margin-top: 100px;
}
.inq-area {
  margin: 0px auto 0;
  padding: 70px 0px;
  width: 840px;
  border-bottom: solid 1px #ccc;
}
.inq-area .ttl {
  font-size: 18px;
  font-weight: bold;
}
.inq-area .tel {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inq-area .tel .en {
  margin-right: 0.5em;
  font-size: 20px;
}
.inq-area .note {
  font-size: 14px;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .sec-box.inq {
    margin-top: 50px;
  }
  .inq-area {
    margin: 0px auto 0;
    padding: 30px 10px;
    width: inherit;
  }
  .inq-area .note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
/*■
--------------------------------*/
.baby-area {
  padding: 100px 0 50px;
}
/*■
--------------------------------*/
.cam_pic1a {
	padding-bottom: 75px;
	background-image: url("../img/cam_pic1a_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media (max-width: 767px) {
	.cam_pic1a {
		padding-bottom: 0;
		background-image: none;
	}
}

.goods-area {
	margin-top: 70px;
	padding: 10px 80px 50px;
	background-image: url("../img/gs_bg_tp.png"),url("../img/gs_bg_tp.png"), url("../img/gs_bg_md.png"), url("../img/gs_bg_md.png");
	background-position: center top, center bottom, 80px 0, 903px 0;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 100% auto, 100% auto, 10px 100%, 10px 100%;
}
.goods-area-in {
	width: 813px;
	margin-left: 10px;
}
@media (max-width: 767px) {
	.goods-area {
		margin-top: 9.6vw;
		padding: 2vw 7% 6.8vw;
		background-image: url("../img/gs_bg_ml_sp.png"), url("../img/gs_bg_mr_sp.png"), url("../img/gs_bg_tp_sp.png"),url("../img/gs_bg_tp_sp.png");
		background-position: left top, right top, center top, center bottom;
		background-size: 6% 100%, 6% 100%, 100% auto, 100% auto;
	}
	.goods-area-in {
		width: 100%;
		margin: 0;
	}
}



.goods_info {
	padding: 55px 42px 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 100;
}
@media (max-width: 767px) {
	.goods_info {
		padding: 8vw 4% 0;
	}	
}
.goods_info h3 {
	font-size: 20px;
	text-align: left;
	line-height: 1;
	padding-bottom: .5em;
	border-bottom: 1px solid #c1beba;
}
.goods_info dl {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	text-align: left;
}
.goods_info dt {
	width: 15%;
	color: #5a4681;
	margin-top: 2px;
	font-size: 13px;
	margin-left: 1%;
}
.goods_info dd {
	width: 84%;
	margin-top: 2px;
	font-size: 13px;
	line-height: 1.6;
}
.goods_info dt.goods_notice_h {
	width: 80%;
	margin-top: 30px
}
.goods_info dd.goods_notice_c {
	width: 99%;
	margin-left: 1%;
}
.goods_info dd.goods_notice_c ul {
	padding-left: 1em;
	font-size: 13px;
}
.goods_info dd.goods_notice_c li {
	font-size: 13px;
	padding-left: 1em;
	text-indent: -1em;
}
@media (max-width: 767px) {
	.goods_info h3 {
		font-size: 3vw;
	}
	.goods_info dl {
		margin-top: 3vw;
	}
	.goods_info dt {
		margin-top: 2px;
		font-size: 2.1vw;
	}
	.goods_info dd {
		margin-top: 2px;
		font-size: 2.1vw;
	}
	.goods_info dt.goods_notice_h {
		margin-top: 4.0vw
	}
	.goods_info dd.goods_notice_c ul {
		font-size: 2.1vw;
	}
	.goods_info dd.goods_notice_c li {
		font-size: 2.1vw;
	}

}

.form_btn {
	width: 830px;
	margin: 0 auto 88px;
}
@media (max-width: 767px) {
	.form_btn {
		width: 90%;
		margin: 0 auto 3.6vw;
	}
}
	
	


