@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/*----- ベース -----*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #fef8f9;
  margin: 0;
}
h2.block-event-page--header-freespace {
	margin: 0;
	padding: 0;
	border: 0;
}
.base {
	font-size: 16px;
	font-weight: normal;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 1px 0;
	background-color: #FFF;
}
@media (max-width:480px) {
  .base {
    width: 100%;
  }
}
.pane-left-menu {
    display: none;
}
/*----- ヘッダー-----*/
/* ==========================
  初期設定
========================== */
*, *::before, *::after {
  box-sizing: border-box;
}
/* ==========================
  タブ
========================== */
.bl_tabContainer + * {
  margin-top: 30px;
}
/* タブリスト */
.bl_tabContainer ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bl_tabContainer a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  margin-top: 100px;
}
.bl_tabList {
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bl_tabList::-webkit-scrollbar {
  display: none;
}
.bl_tabList li {
  margin-right: 2px;
}
.bl_tabList li:last-of-type {
  margin-right: 0;
}
.bl_tabList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbe2e5;
  padding: 5px 10px;
  transition: 0.3s;
  border-radius: 7px 7px 0 0;
  font-size: 16px;
  width: max-content;
  color: #f4a4ae;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.bl_tabList li a.active {
  background-color: #fff;
  cursor: text;
  color: #f4a4ae;
}
/* タブコンテンツ */
.bl_tabContent > div {
  background-color: #fff;
  padding: 20px;
  display: none;
}
.bl_tabContent > div.active {
  display: block;
}
.bl_tabContent > div > * + * {
  margin-top: 10px;
}
/* ==========================
  タブ以外のコンテンツの中身
========================== */
.ly_inner {
  width: 100%;
  max-width: 1080px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  background-image: url("../../../img/usr/inte_intesucre/header_bg.png");
  margin-bottom: 20px;
}
/*---.ly_inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 60px;
}---*/
.md_textblock > * + * {
  margin-top: 10px;
}
@media (max-width:480px) {
  .ly_inner {
    height: 50px;
  }
}
/* ====================================
  ここからPC幅
==================================== */
@media screen and (min-width: 768px) {
  .hp_displaySP {
    display: none !important;
  }
  .bl_tabList li a:not(.active):hover {
    background-color: #fff;
    color: #F5B8C0;
  }
}
/* ====================================
  ここからスマホ幅
==================================== */
@media screen and (max-width: 767px) {
  .hp_displayPC {
    display: none !important;
  }
}
/*--------------------
　ページ内スクロール
--------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #72C7CA;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 17px 5px;
  text-align: center;
  display: block;
  border-radius: 50%;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
/*----- ショップトップ -----*/
.shop_top {
	color: #888;
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	max-width: 1000px;
	padding: 7px;
	display: block;
	/*vertical-align: middle;*/
}
/*.shop_top img {
margin-right: 7px;
}*/
.shop_top a {
  color: #f5b8c0;
  font-size: 14px;
  text-decoration: none;
  padding-top: 0;
}
.shop_top a:hover {
  color: #f5b8c0;
  font-size: 14px;
  text-decoration: underline;
}
/*----- タイトル -----*/
.base h1 {
  color: #f5b8c0;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 3em;
  text-align: center;
  letter-spacing: 0.3em;
	margin: 55px 0 32px;
}
.title_logo {
  width: 35%
}
@media (max-width:480px) {
  .base h1 {
    color: #f5b8c0;
    font-family: "Zen Maru Gothic", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 2em;
    text-align: center;
    letter-spacing: 0.3em;
	  margin: 0;
  }
  .title_logo {
    width: 58%;
    margin-top: 50px;
  }
}
.message {
  display: flex;
  color: #888;
  margin: auto;
  max-width: 670px;
  /*font-family: "Zen Maru Gothic", serif;*/
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  line-height: 26px;
  align-items: center;
}
.message_A {
  display: flex;
  float: left;
  width: 500px;
  font-weight: normal;
  font-size: 16px;
  margin: 50px auto;
}
.message_B {
  display: flex;
  float: left;
  width: 150px;
  margin: 50px 20px 50 auto;
}
.knowledge_button {
  clear: left;
  display: block;
  width: 390px;
  cursor: pointer;
  color: #707070;
  background: #FFF9FA;
  border: 3px solid #F5B8C0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  margin: 0 auto 50px;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
.knowledge_button a {
  text-decoration: none;
  color: #707070;
  display: block;
  padding: 15px 10px 14px;
}
.knowledge_button a span {
	color: #707070;
	display: inline-block;
	vertical-align: middle;
}
.knowledge_button a::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 61px;
	margin: 0 18px 0 0;
	background-image: url("../../../img/usr/inte_intesucre/knowledge_icon.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
}
@media (max-width:480px) {
  .message {
    color: #888;
    max-width: 90%;
    /*font-family: "Zen Maru Gothic", serif;*/
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
    flex-direction: column;
  }
  .message_A {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .message_B {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .message_B img {
    width: 30%;
    margin-bottom: 10px;
  }
  .knowledge_button {
    /*clear: left;
display: block;
width: 160px;
cursor: pointer;
color: #fff;
background: #F5B8C0;
border: none;
border-radius: 10px;
font-size: 16px;
padding: 10px;
margin: 0 auto;
font-family: "Zen Maru Gothic", serif;
font-optical-sizing: auto;
font-style: normal;
text-align: center;*/
    width: 100%;
    max-width: 90%;
	  margin-bottom: 20px;
  }
}
/*----- 見出し -----*/
.title {
  color: #888;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: 2em;
  text-align: center;
  /*margin-top: 80px;*/
	margin-top: 30px;
}
.title span.ud_line {
	color: #888888;
  background: linear-gradient(transparent 60%, rgba(255, 255, 163, 0.70) 0%);
  display: inline;
  padding: 0 1px 0px;
}
.title img {
  margin-bottom: -8px;
  width: 93px;
}
.subtitle {
  display: flex;
  color: #888;
  max-width: 450px;
  height: 90px;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin: 0 auto 30px;
}
.subtitle_A {
  width: auto;
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 1.5em;
  margin: 50px auto;
}
.subtitle_B {
  display: flex;
  float: left;
  width: 90px;
  margin: 50px auto;
}
.subtitle img {
  width: 90px;
}
@media (max-width:480px) {
  .title {
    color: #888;
    font-family: "Zen Maru Gothic", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    text-align: center;
    margin-top: 50px;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(255, 255, 163, 0.7);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
  }
  .title img {
    margin-bottom: 5px;
    width: 23%;
  }
  .subtitle {
    width: 85%;
    color: #888;
    align-items: center;
    font-family: "Zen Maru Gothic", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    margin: 30px auto 0;
  }
  .subtitle_A {
    display: block;
    width: 100%;
    font-size: 1.2em;
  }
  .subtitle_B {
    display: block;
    width: 25%;
    margin: 0 auto;
  }
  .subtitle img {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*----- ポジショニングマップ -----*/
.map {
  width: 960px;
  margin: 0 auto 65px;
  background-color: #FFF;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
}
.map_lead {
	color: #888888;
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
	text-align: center;
	margin: 47px 0 50px;
	position: relative;
}
.map_lead::before,
.map_lead::after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 10px;
	background-image: url("../../../img/usr/inte_intesucre/ico_triangle.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.map_lead::before {
	margin-right: 10px;
}
.map_lead::after {
	margin-left: 10px;
}
@media (max-width:480px) {
	.map_lead {
		font-size: 16px;
		margin: 30px 0;
	}
}
.map div.map1, .map div.map2 {
  /*display: flex;*/
  /*float: left;*/
  /*margin: 30px 20px;*/
  /*width: 46%;*/
  /*position: relative;*/
}
.map h3 {
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
	background: none;
}
.map h3 span {
	color: #FFFFFF;
	font-size: 20px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
	display: inline-block;
	background-color: #F5B8C0;
	border-radius: 5px;
	padding: 3px 15px 3px;
}
.map .map_inner {
	position: relative;
}
.map div.map1 {
  width: 438px;
}
.map div.map2 {
  width: 470px;
}
.map div.map1 img, .map div.map2 img {
  width: 100%;
}
.map div .map_no {
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
  float: none;
  margin: 0;
  padding: 0;
}
.map div .map_no a {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-self: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #97DDDA;
  border: 1px solid #97DDDA;
  transition: all .3s;
}
.map div .map_no a:hover {
  color: #97DDDA;
  background-color: #FFFFFF;
}
.map .map1 .map_no.type1 {
  left: 241px;
  top: 40px;
}
.map .map1 .map_no.type2 {
  left: 67px;
  top: 40px;
}
.map .map1 .map_no.type3 {
  left: 309px;
  top: 111px;
}
.map .map1 .map_no.type4 {
  left: 332px;
  top: 76px;
}
.map .map1 .map_no.type5 {
  left: 356px;
  top: 76px;
}
.map .map1 .map_no.type6 {
  left: 275px;
  top: 76px;
}
.map .map1 .map_no.type7 {
  left: 172px;
  top: 111px;
}
.map .map1 .map_no.type8 {
  left: 309px;
  top: 40px;
}
.map .map1 .map_no.type9 {
  left: 275px;
  top: 249px;
}
.map .map1 .map_no.type10 {
  left: 343px;
  top: 249px;
}
.map .map1 .map_no.type11 {
  left: 135px;
  top: 111px;
}
.map .map1 .map_no.type12 {
  left: 102px;
  top: 319px;
}
.map .map1 .map_no.type13 {
  left: 135px;
  top: 284px;
}
.map .map1 .map_no.type14 {
  left: 135px;
  top: 76px;
}
.map .map1 .map_no.type15 {
  left: 67px;
  top: 249px;
}
.map .map1 .map_no.type16 {
  left: 67px;
  top: 353px;
}
.map .map1 .map_no.type17 {
  left: 67px;
  top: 390px;
}
.map .map2 .map_no.type1 {
  left: 351px;
  top: 253px;
}
.map .map2 .map_no.type2 {
  left: 376px;
  top: 253px;
}
.map .map2 .map_no.type3 {
  left: 328px;
  top: 146px;
}
.map .map2 .map_no.type4 {
  left: 47px;
  top: 76px;
}
.map .map2 .map_no.type5 {
  left: 151px;
  top: 111px;
}
.map .map2 .map_no.type6 {
  left: 151px;
  top: 146px;
}
.map .map2 .map_no.type7 {
  left: 294px;
  top: 146px;
}
.map .map2 .map_no.type8 {
  left: 47px;
  top: 111px;
}
.map .map2 .map_no.type9 {
  left: 294px;
  top: 182px;
}
.map .map2 .map_no.type10 {
  left: 116px;
  top: 111px;
}
.map .map2 .map_no.type11 {
  left: 81px;
  top: 146px;
}
.map .map2 .map_no.type12 {
  left: 116px;
  top: 182px;
}
.map .map2 .map_no.type13 {
  left: 81px;
  top: 111px;
}
.map .map2 .map_no.type14 {
  left: 187px;
  top: 182px;
}
.map .map2 .map_no.type15 {
  left: 116px;
  top: 76px;
}
.map .map2 .map_no.type16 {
  left: 116px;
  top: 216px;
}
.map .map2 .map_no.type17 {
  left: 116px;
  top: 146px;
}
@media (max-width:480px) {
  .map {
    /*width: 90%;*/
    width: calc(398 / 430 * 100vw);
    margin: 0 auto;
    background-color: #FFF;
    vertical-align: middle;
    display: block;
  }
  .map > div {
    display: block;
    margin: 30px auto 0;
    width: 100%;
  }
	.map h3 span {
		font-size: 16px;
		padding: 3px 15px 3px;
	}
  .map div.map1 {
    width: calc(378 / 430 * 100vw);
  }
  .map div.map2 {
    width: calc(398 / 430 * 100vw);
  }
  .map div .map_no {
    width: calc(20 / 430 * 100vw);
  }
  .map div .map_no a {
    font-size: calc(14 / 430 * 100vw);
    line-height: 1.2;
    width: calc(20 / 430 * 100vw);
    height: calc(20 / 430 * 100vw);
  }
  .map .map1 .map_no.type1 {
    left: calc(208 / 430 * 100vw);
    top: calc(35 / 430 * 100vw);
  }
  .map .map1 .map_no.type2 {
    left: calc(60 / 430 * 100vw);
    top: calc(35 / 430 * 100vw);
  }
  .map .map1 .map_no.type3 {
    left: calc(268/ 430 * 100vw);
    top: calc(95 / 430 * 100vw);
  }
  .map .map1 .map_no.type4 {
    left: calc(288/ 430 * 100vw);
    top: calc(66/ 430 * 100vw);
  }
  .map .map1 .map_no.type5 {
    left: calc(308/ 430 * 100vw);
    top: calc(66/ 430 * 100vw);
  }
  .map .map1 .map_no.type6 {
    left: calc(239/ 430 * 100vw);
    top: calc(66/ 430 * 100vw);
  }
  .map .map1 .map_no.type7 {
    left: calc(149 / 430 * 100vw);
    top: calc(95 / 430 * 100vw);
  }
  .map .map1 .map_no.type8 {
    left: calc(268/ 430 * 100vw);
    top: calc(35 / 430 * 100vw);
  }
  .map .map1 .map_no.type9 {
    left: calc(239/ 430 * 100vw);
    top: calc(215 / 430 * 100vw);
  }
  .map .map1 .map_no.type10 {
    left: calc(298/ 430 * 100vw);
    top: calc(215 / 430 * 100vw);
  }
  .map .map1 .map_no.type11 {
    left: calc(119/ 430 * 100vw);
    top: calc(95 / 430 * 100vw);
  }
  .map .map1 .map_no.type12 {
    left: calc(89 / 430 * 100vw);
    top: calc(275 / 430 * 100vw);
  }
  .map .map1 .map_no.type13 {
    left: calc(119/ 430 * 100vw);
    top: calc(245 / 430 * 100vw);
  }
  .map .map1 .map_no.type14 {
    left: calc(119/ 430 * 100vw);
    top: calc(66/ 430 * 100vw);
  }
  .map .map1 .map_no.type15 {
    left: calc(60 / 430 * 100vw);
    top: calc(215 / 430 * 100vw);
  }
  .map .map1 .map_no.type16 {
    left: calc(60 / 430 * 100vw);
    top: calc(305 / 430 * 100vw);
  }
  .map .map1 .map_no.type17 {
    left: calc(60 / 430 * 100vw);
    top: calc(335 / 430 * 100vw);
  }
  .map .map2 .map_no.type1 {
    left: calc(298/ 430 * 100vw);
    top: calc(215 / 430 * 100vw);
  }
  .map .map2 .map_no.type2 {
    left: calc(318/ 430 * 100vw);
    top: calc(215 / 430 * 100vw);
  }
  .map .map2 .map_no.type3 {
    left: calc(279/ 430 * 100vw);
    top: calc(125/ 430 * 100vw);
  }
  .map .map2 .map_no.type4 {
    left: calc(39/ 430 * 100vw);
    top: calc(66/ 430 * 100vw);
  }
  .map .map2 .map_no.type5 {
    left: calc(129/ 430 * 100vw);
    top: calc(95 / 430 * 100vw);
  }
  .map .map2 .map_no.type6 {
    left: calc(129/ 430 * 100vw);
    top: calc(125/ 430 * 100vw);
  }
  .map .map2 .map_no.type7 {
    left: calc(249/ 430 * 100vw);
    top: calc(125/ 430 * 100vw);
  }
  .map .map2 .map_no.type8 {
    left: calc(39/ 430 * 100vw);
    top: calc(95 / 430 * 100vw);
  }
  .map .map2 .map_no.type9 {
    left: calc(249/ 430 * 100vw);
    top: calc(155/ 430 * 100vw);
  }
  .map .map2 .map_no.type10 {
    left: calc(99/ 430 * 100vw);
    top: calc(95 / 430 * 100vw);
  }
  .map .map2 .map_no.type11 {
    left: calc(69/ 430 * 100vw);
    top: calc(125/ 430 * 100vw);
  }
  .map .map2 .map_no.type12 {
    left: calc(99/ 430 * 100vw);
    top: calc(155/ 430 * 100vw);
  }
  .map .map2 .map_no.type13 {
    left: calc(69/ 430 * 100vw);
    top: calc(95 / 430 * 100vw);
  }
  .map .map2 .map_no.type14 {
    left: calc(159 / 430 * 100vw);
    top: calc(155/ 430 * 100vw);
  }
  .map .map2 .map_no.type15 {
    left: calc(99/ 430 * 100vw);
    top: calc(66/ 430 * 100vw);
  }
  .map .map2 .map_no.type16 {
    left: calc(99/ 430 * 100vw);
    top: calc(185 / 430 * 100vw);
  }
  .map .map2 .map_no.type17 {
    left: calc(99/ 430 * 100vw);
    top: calc(125/ 430 * 100vw);
  }
}
/*----- コンテンツ -----*/
.type_lead {
	text-align: center;
	font-size: 14px;
	line-height: 1.85;
}
.type {
  /*font-family: "Zen Maru Gothic", serif;*/
  font-optical-sizing: auto;
  width: 70%;
  margin: 0 auto 65px;
  display: flex;
  flex-wrap: wrap;
}
.type > div {
  width: 48%;
  margin: 0 1% 30px;
}
.type_tit {
  background-color: #f5b8c0;
  display: inline-block;
  width: fit-content;
  padding: 3px 20px;
  color: #FFF;
  font-weight: bold;
  font-style: normal;
  border-radius: 20px;
  font-size: 1.1em;
}
.type_img {
  text-align: center;
  margin-bottom: 5px;
}
.type_img img {
  width: 100%;
  max-width: 271px;
}
.type_waku:nth-child(4) .type_img img {
  max-width: 312px;
}
.type_subtit {
  width: fit-content;
  padding: 5px 7px 0px;
  color: #f5b8c0;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
}
.type_txt {
  width: fit-content;
  padding: 0 7px;
  color: #888;
  font-weight: normal;
  font-size: 1em;
}
@media (max-width:480px) {
	.type_lead {
		width: 90%;
		margin: 0 auto;
	}
  .type {
    /*font-family: "Zen Maru Gothic", serif;*/
    font-optical-sizing: auto;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .type > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .type_tit {
    background-color: #f5b8c0;
    display: inline-block;
    width: fit-content;
    padding: 3px 20px;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
    border-radius: 20px;
    font-size: 16px;
  }
  .type_subtit {
    width: fit-content;
    padding: 5px 7px 0px;
    color: #f5b8c0;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
  }
  .type_txt {
    width: fit-content;
    padding: 0 7px;
    color: #888;
    font-weight: normal;
    font-size: 16px;
  }
}
/*----- 基礎知識動画 -----*/
.movie {
  width: 880px;
  margin: 0 auto;
  background-color: #FFF;
  vertical-align: middle;
}
.movie iframe {
  display: flex;
  float: left;
  margin: 30px 10px 80px;
  width: 420px;
  height: 236px;
}
@media (max-width:480px) {
  .movie {
    width: 90%;
    margin: 0 auto;
    background-color: #FFF;
    vertical-align: middle;
  }
  .movie > iframe {
    display: block;
    margin: 20px 0 50px;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}
/*----- アンテシュクレのブラジャー -----*/
/*高さを制限しているコンテンツの要素*/
.detail_container {
  /*font-family: "Zen Maru Gothic", serif;*/
  font-optical-sizing: auto;
  margin: 30px auto 25px;
  width: 940px;
	overflow: hidden;
}
.detail_box {
  /*position: relative;*/
  display: inline-block;
  float: left;
  max-width: 450px;
  /*height: 400px;*/
  margin: 40px 10px;
  overflow: hidden;
}
.detail_box_wrap {
  border: 1px solid #F5B8C0;
  border-radius: 15px;
  height: 274px;
  position: relative;
  overflow: hidden;
  transition: .4s;
  box-sizing: border-box;
}
.detail {
  /*border: 1px solid #F5B8C0;*/
  padding: 0;
  margin-bottom: 80px;
  margin-top: 62px;
  border-radius: 0 0 15px 15px;
}
.detail_H {
  border: 1px solid #F5B8C0;
  background-color: #F5B8C0;
  text-align: center;
  color: #FFF;
  border-radius: 15px 15px 0 0;
  padding: 6px;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  width: 450px;
  position: absolute;
}
.detail_H span {
  font-size: 14px;
}
.detail .detail_sub {
	display: flex;
	align-items: center;
	margin: 0 10px 63px;
	height: 147px;
}
.detail .detail_sub img {
  /*display: flex;
position: absolute;*/
  width: 180px;
  /*float: left;*/
  margin: 0 20px 0 0;
}
.detail .detail_sub p {
  color: #777777;
  font-size: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  flex: 1;
}
.detail_subH {
  display: block;
  position: relative;
  background-color: #E3E3E3;
  padding: 2px 7px;
  font-size: 14px;
  line-height: 1.6;
  width: 248px;
  margin-left: 200px;
  color: #666;
}
.detail_subHL {
  display: block;
  background-color: #E3E3E3;
  padding: 2px 7px;
  font-size: 14px;
  line-height: 1.6;
  width: 448px;
  margin: 0;
  color: #666;
}
.detail_position {
  margin: 10px 30px 15px;
  color: #666;
}
.detail_txtL {
  font-size: 13px;
  width: 53px;
  float: left;
}
.detail_txtC {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	width: 170px;
	float: left;
	text-align: center;
	color: #CCC;
	margin: 0 55px;
}
.detail_txtC span {
	color: #F5B8C0;
	font-size: 20px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	display: inline-block;
	vertical-align: text-top;
}
.detail_txtR {
  font-size: 13px;
  width: 53px;
  float: left;
  text-align: right;
}
.detail_txt {
  font-size: 13px;
  color: #666;
  padding: 7px 7px 15px 7px;
}
@media (max-width:480px) {
  .detail_container {
    /*font-family: "Zen Maru Gothic", serif;*/
    font-optical-sizing: auto;
    margin: 0 auto;
    width: 90%;
  }
  .detail_box_wrap {
    height: 419px;
  }
  .detail_box {
	  margin: 50px 0 0;
    /*position: relative;
    display: inline-block;
    max-width: 100%;
    height: 450px;
    margin: 2em 0;
    overflow: hidden;
    transition: .4s;
    box-sizing: border-box;*/
  }
  .detail {
    /*border: 1px solid #F5B8C0;
    padding: 0;
    margin-bottom: 80px;
    margin-top: 39px;
    border-radius: 0 0 15px 15px;*/
  }
  .detail_H {
    border: 1px solid #F5B8C0;
    background-color: #F5B8C0;
    text-align: center;
    color: #FFF;
    border-radius: 15px 15px 0 0;
    padding: 7px;
    font-size: 15px;
    width: 100%;
    position: absolute;
  }
  .detail img {
    display: flex;
    width: 70%;
    margin: 0 15%;
  }
  .detail_subH {
    display: block;
    background-color: #E3E3E3;
    padding: 2px 7px;
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    margin: auto 0;
    color: #666;
    position: static;
  }
  .detail_sub {
    /*margin-top: 250px;*/
  }
  .detail .detail_sub {
    text-align: center;
    display: block;
    margin: 67px 18px 50px;
	  height: auto;
	  min-height: 300px;
  }
  .detail_box_wrap.active .detail_sub {
    margin-bottom: 30px;
  }
  .detail .detail_sub img {
    max-width: 270px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .detail .detail_sub p {}
  .detail_subHL {
    display: block;
    background-color: #E3E3E3;
    padding: 2px 7px;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    margin: 0;
    color: #666;
  }
  .detail_position {
    /*margin: 2%;*/
    color: #666;
    width: 85%;
    margin: 0 auto;
    padding: 7px;
  }
  .detail_txtL {
    font-size: 14px;
    width: 23%;
    float: left;
  }
  .detail_txtC {
    font-size: 14px;
    font-weight: bold;
    width: 54%;
    float: left;
    text-align: center;
    color: #CCC;
    margin: 0;
  }
  .detail_txtC span {
    color: #F5B8C0;
    font-size: 18px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
  .detail_txtR {
    font-size: 14px;
    width: 23%;
    float: left;
    text-align: right;
  }
  .detail_txt {
    font-size: 14px;
    color: #666;
    padding: 7px 7px 15px 7px;
  }
}
/*グラデーションで隠す擬似要素*/
/*.detail_box:before{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 120px;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
transition: .4s;
}*/
/*クラス付与時のスタイル*/
/*.detail_box.active:before{
opacity: 0;
visibility: hidden;
}*/
/*ボタンのスタイル*/
button {
  color: #F5B8C0;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  position: absolute;
  display: block;
  right: 50%;
  margin: 0 -90px 0 0;
  padding: 0;
  bottom: 20px;
  width: 185px;
  /*height: 40px;*/
  cursor: pointer;
  background: #FFFFFF;
  border: none;
  /*border-radius: 10px;*/
}
button span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
button span::before, button span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 2px;
  display: inline-block;
  margin-top: -1px;
  background-color: #F5B8C0;
  border-radius: 2px;
  transition: all .3s;
}
button span::after {
  transform: rotate(-90deg);
}
.detail_box_wrap.active .detail_sub {
	margin-bottom: 20px;
}
.detail_box_wrap.active button {
  text-align: center;
}
.detail_box_wrap.active button span::before {
  transform: rotate(45deg);
}
.detail_box_wrap.active button span::after {
  transform: rotate(-45deg);
}
@media (max-width:480px) {
  /*グラデーションで隠す擬似要素*/
  /*.detail_box:before{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 120px;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
transition: .4s;
}*/
  /*クラス付与時のスタイル*/
  /*.detail_box.active:before{
opacity: 0;
visibility: hidden;
}*/
  /*ボタンのスタイル*/
  button {
    /*position: absolute;
    display: block;
    right: 30%;
    bottom: 20px;
    width: 40%;
    cursor: pointer;
    color: #fff;
    background: #F5B8C0;
    border: none;
    border-radius: 10px;
    font-size: 16px;*/
  }
	button {
		bottom: 15px;
	}
}
.btn_about {
  width: 100%;
  /*max-width: 300px;*/
  max-width: 400px;
  margin: 20px auto 0;
}
.btn_about a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  padding: 8px 5px;
  background-color: #F5B8C2;
  border-radius: 10px;
  display: block;
	position: relative;
}
.btn_about a::after {
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	margin: 0 0 5px 25px;
	vertical-align: middle;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	transform: rotate(-45deg);
}
.btn_map {
  margin-top: 10px;
  text-align: center;
}
.btn_map a {
	color: #777777;
	font-size: 14px;
	font-weight: bold;
	font-family: "Zen Maru Gothic", serif;
	text-decoration: underline;
}
.btn_map a:hover {
  text-decoration: none;
}
@media (max-width:480px) {
	.btn_about a {
		font-size: 14px;
		padding: 10px 5px 9px;
	}
}
@media (max-width:374px) {
	.btn_about a {
		font-size: calc(14 / 375 * 100vw);
		padding: calc(13 / 375 * 100vw) calc(5 / 375 * 100vw) calc(12 / 375 * 100vw);
	}
	.btn_about a::after {
		width: calc(9 / 375 * 100vw);
		height: calc(9 / 375 * 100vw);
		margin-left: calc(10 / 375 * 100vw);
	}
}
/*----- アンテシュクレの実店舗 -----*/
.shop {
  color: #888;
  max-width: 900px;
  margin: 50px auto;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 26px;
}
.shop_A {
  display: flex;
  float: left;
  width: 430px;
  height: 250px;
  font-size: 14px;
  margin: 0 20px 0 0;
}
.shop_B {
  display: flex;
  float: left;
  width: 450px;
}
.shop_B img {
  width: 450px;
}
.shop_button {
  clear: left;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background: #F5B8C0;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 20px;
  bottom: 15px;
}
.shop_button a {
  text-decoration: none;
  color: #FFF
}
@media (max-width:480px) {
  .shop {
    color: #888;
    max-width: 90%;
    font-family: "Zen Maru Gothic", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    line-height: 26px;
    margin: 0 auto 50px;
  }
  .shop_A {
    display: flex;
    width: 100%;
    font-size: 14px;
    margin: 30px 0;
    height: auto;
  }
  .shop_B {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .shop_B img {
    width: 95%;
    margin: 0 auto;
  }
  .shop_button {
    clear: left;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #F5B8C0;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 20px;
    bottom: 0;
    margin: 20px 0;
  }
}
/*----- フッター -----*/
.footer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px;
  background-image: url("../../../img/usr/inte_intesucre/footer_bg.png");
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  color: #FFF;
  font-style: normal;
  font-size: 14px;
  text-align: center;
}
.footer a {
  text-decoration: none;
  color: #FFF
}
.footer_copy {
  font-size: 10px;
}
/*----- コレクション -----*/
.col_waku {
  text-align: center;
  width: 815px;
  margin: 0 auto;
	padding: 20px 0;
}
.col_waku2 {
  text-align: center;
  width: 900px;
  margin: 0 auto;
	padding: 20px 0;
}
.col_waku h2,
.col_waku2 h2 {
  color: #888;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  text-align: center;
	margin: 0;
	padding: 20px 0;
	border: 0;
	background: none;
}
.col_waku h2 span,
.col_waku2 h2 span {
  color: #e9a2ab;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3em;
}
.col_message {
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8em;
  margin: 50px 0;
}
.col_message_g {
  font-size: 16px;
  color: #888;
  margin-top: 20px;
}
.col_message_p {
  font-size: 16px;
  color: #ec8e9a;
}
.col_message_pl {
  font-size: 20px;
  font-weight: 700;
  color: #ec8e9a;
  margin: 0 2px;
}
.col_nadeshiko_point1 {
  width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.col_nadeshiko_point2 {
  width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.col_sub {
  margin: 0;
}
.col_nadeshiko_point_A {
  width: 527px;
  font-size: 16px;
  padding-right: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  color: #f064b0;
  text-align: right;
}
.col_nadeshiko_point_B {
  width: 173px;
}
.col_nadeshiko_point_C {
  width: 130px;
}
.col_nadeshiko_point_D {
  width: 570px;
  font-size: 16px;
  padding-left: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  color: #888;
  text-align: left;
}
.col_nadeshiko_point_E {
  width: 570px;
  font-size: 16px;
  padding-right: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  color: #888;
  text-align: right;
}
.col_nadeshiko_point_F {
  width: 130px;
}
.col_logo {
  margin: 50px auto 20px;
}
.col_logo2 {
  margin: 100px auto 20px;
}
.col_kinou {
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  color: #888;
  line-height: 1.7em;
}
.col_kinou img {
  margin: 50px 0 30px;
}
.col_kinou_obi {
  background-color: #f5b8c0;
  padding: 7px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  margin: 35px auto;
}
.col_kinou_obi2 {
  background-color: #f5b8c0;
  padding: 3px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  margin: 10px auto;
  border-radius: 16px;
  width: 90%;
}
.col_kinou_point {
  width: 850px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.col_kinou_pointA {
  width: 424px;
  display: flex;
}
.col_kinou_pointB {
  width: 426px;
  text-align: right;
}
.col_kinou_pointC {
  width: 212px;
}
.col_kinou_pointD {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  color: #888;
  text-align: left;
  margin: 0 0 0 20px;
}
.col_button {
  clear: left;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background: #F5B8C0;
  border: none;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 40px;
}
.col_button a {
  text-decoration: none;
  color: #FFF
}
.col_shopping {
  width: 750px;
  display: flex;
  align-items: center;
  margin: 80px auto 150px;
}
.col_shopping2 {
  width: 750px;
  display: flex;
  align-items: center;
  margin: 80px auto;
}
.col_shopping_A {
  width: 300px;
}
.col_shopping_B {
  width: 450px;
  text-align: left;
  padding-left: 20px;
}
.col_shopping_H {
  color: #e9a2ab;
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 500;
}
.col_shopping_H2 {
  color: #888;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 500;
  margin: 7px 0;
}
.col_shopping_Txt {
  color: #888;
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  margin: 7px 0;
}
.col_shopping_cart {
  color: #e9a2ab;
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center;
}
.col_shopping_cart img {
  width: 20px;
  margin-left: 3px;
}
.col_shopping_size {
  color: #e9a2ab;
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  font-weight: 500;
	text-align: center;
  border: 1px solid #e9a2ab;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 12px;
  margin-right: 3px;
  min-width: 200px;
  cursor: pointer;
}
.col_shopping_size.long {
	display: block;
}
.col_shopping_size a {
  text-decoration: none;
  color: #e9a2ab;
}
#nicetanima.col_shopping,
#premium_rebecca.col_shopping {
	margin-bottom: 0;
}
#btn_nicetanima.col_button,
#btn_premium.col_button {
	margin-bottom: 150px;
}
.col_img {
	width: 86%;
	max-width: 700px;
	margin: 50px auto;
}
.col_img img {
	width: 100%;
	vertical-align: bottom;
}
@media (max-width:480px) {
  .col_waku {
    text-align: center;
    /*width: 98%;*/
	  width: 100%;
    margin: 0 auto;
  }
  .col_waku2 {
    text-align: center;
    /*width: 98%;*/
	  width: 100%;
    margin: 0 auto;
  }
  .col_waku h2,
  .col_waku2 h2 {
    color: #888;
    font-family: "Zen Maru Gothic", serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2em;
    text-align: center;
	margin: 20px 0;
	padding: 0;
	border: 0;
  }
  .col_message {
    font-family: "Zen Maru Gothic", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
    margin: 50px auto;
    width: 98%;
  }
  .col_nadeshiko_point1 {
    width: 95%;
    display: flex;
    flex-direction: column-reverse;
  }
  .col_nadeshiko_point2 {
    width: 95%;
    display: flex;
    flex-direction: column;
  }
  .col_sub {
    margin: 20px;
  }
  .col_logo {
    margin: 100px auto 0;
  }
  .col_logo2 {
    margin: 100px auto 0;
  }
  .col_logo2 img {
    height: 3.5em;
  }
  .col_nadeshiko_point_A {
    width: 95%;
    font-size: 14px;
    padding: 0;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    color: #f064b0;
    text-align: center;
  }
  .col_nadeshiko_point_C {
    width: 130px;
    margin-top: 30px;
  }
  .col_nadeshiko_point_D {
    width: 95%;
    font-size: 14px;
    padding-left: 5px;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    color: #888;
    text-align: center;
  }
  .col_nadeshiko_point_E {
    width: 95%;
    font-size: 14px;
    padding-right: 5px;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    color: #888;
    text-align: center;
  }
  .col_nadeshiko_point_F {
    width: 130px;
    margin-top: 30px;
  }
  .col_kinou {
    width: 95%;
    font-size: 14px;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    color: #888;
    line-height: 1.7em;
    margin: 30px auto 0;
  }
  .col_kinou img {
    width: 100%;
    margin: 50px 0 0;
  }
  .col_kinou_obi {
    width: 98%;
    background-color: #f5b8c0;
    padding: 7px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    margin: 35px auto;
  }
  .col_kinou_point {
    width: 98%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
  }
  .col_kinou_pointA {
    width: 98%;
    padding: 0;
    margin: 0 auto;
  }
  .col_kinou_pointB {
    width: 90%;
    margin: 20px auto;
  }
  .col_kinou_pointB img {
    width: 100%;
  }
  .col_kinou_pointC {
    width: 50%;
  }
  .col_kinou_pointD {
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    color: #888;
    text-align: left;
  }
  .col_shopping {
    width: 98%;
    display: flex;
    align-items: center;
    margin: 80px auto;
    flex-direction: column;
  }
  .col_shopping2 {
    width: 98%;
    display: flex;
    align-items: center;
    margin: 80px auto 50px;
    flex-direction: column;
  }
  .col_shopping_A {
    width: 90%;
  }
  .col_shopping_B {
    width: 100%;
	  padding: 0 10px;
  }
  .col_shopping_H {
    color: #e9a2ab;
    font-family: "Zen Maru Gothic", serif;
    font-size: 24px;
    font-weight: 500;
  }
  .col_shopping_H2 {
    color: #888;
    font-family: "Zen Maru Gothic", serif;
    font-size: 18px;
    font-weight: 500;
    margin: 7px 0;
  }
  .col_shopping_Txt {
    color: #888;
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    margin: 7px 0;
  }
  .col_shopping_cart {
    color: #e9a2ab;
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0 10px 0;
    display: flex;
    align-items: center;
  }
  .col_shopping_cart img {
    width: 20px;
    margin-left: 3px;
  }
  .col_shopping_size {
    color: #e9a2ab;
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #e9a2ab;
    border-radius: 5px;
    display: inline-block;
    width: 45%;
    min-width: auto;
    margin: 5px;
    cursor: pointer;
    text-align: center;
  }
  .col_shopping_size.long {
	  width: 100%;
  }
  .col_shopping_size a {
    text-decoration: none;
    color: #e9a2ab;
  }
	#premium_rebecca.col_shopping {
		margin-bottom: 0;
	}
	#btn_premium.col_button {
		margin-bottom: 0;
	}
	.col_img {
		width: 100%;
		margin: 20px auto;
	}
}

.collection {
	margin: 50px auto 65px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 900px;
}
.collection li {
	width: calc((100% - (20px * 2)) / 3);
	margin: 0 10px 10px 0;
}
.collection li:nth-child(3n) {
	margin-right: 0;
}
.collection li a {
	display: block;
	text-align: center;
}
.collection li img {
	width: 100%;
}

@media (max-width:480px) {
	.collection {
		margin: 50px auto 0;
		width: 87%;
		justify-content: space-between;
	}
	.collection li {
		width: calc((100% - 10px) / 2);
		margin: 0 0 10px 0;
	}
}

nav.page_nav {
	width: 90%;
	margin: 30px auto;
}
nav.page_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.page_nav ul li {
	margin-top: 10px;
}
nav.page_nav ul li:first-child {
	margin-top: 0;
}
nav.page_nav ul li a {
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	text-decoration: none;
	line-height: 1.44;
	font-weight: bold;
	display: block;
	background-color: #F5B8C2;
	border-radius: 10px;
	padding: 18px 15px 17px;
	position: relative;
}
nav.page_nav ul li a::after {
	content: "";
	position: absolute;
	/*right: 52px;*/
	right: 10%;
	top: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	transform: rotate(-45deg);
}

/* PC */
.block-event-page--goods .block-goods-list--sort-order-items,
.block-event-page--goods .block-goods-list--pager,
.block-event-page--goods .block-pickup-list-p--comment,
.block-event-page--goods .block-thumbnail-t--price.price-red,
.block-event-page--goods .goods-icon {
	display: none;
}
.block-event-page--goods .block-thumbnail-t {
	margin-bottom: 100px;
}
.block-event-page--goods .block-thumbnail-t li {
	justify-content: center;
}
.block-event-page--goods .block-thumbnail-t--goods:nth-child(n+5) {
	display: none;
}
.block-event-page--goods .block-thumbnail-t--goods {
	border: 0 !important;
	padding: 0 2px !important;
	width: 220px;
}
.block-event-page--goods .block-thumbnail-t--goods .block-thumbnail-t--goods-name > div {
	display: none;
}
.block-event-page--goods .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name a {
	display: -webkit-box;
	-webkit-line-clamp: 2; /*行数*/
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* SP */
.block-event-page--goods .block-goods-list--display-style-items,
.block-event-page--goods .block-goods-list-naviframe,
.block-event-page--goods .block-icon {
	display: none;
}
.block-event-page--goods {
	margin-top: 50px;
}
.block-event-page--goods .block-goods-detail-j {
	margin: 0 20px 20px;
}
.block-event-page--goods .block-goods-detail-j--items li {
	justify-content: space-around;
}
.block-event-page--goods .block-goods-detail-j--items li dl {
	border: 0;
	width: calc(186 / 430 * 100vw);
}
.block-event-page--goods .block-goods-detail-j--goods-name p {
	-webkit-line-clamp: 2;
}
.block-event-page--goods .block-goods-detail-j--goods:nth-child(n+5) {
	display: none;
}







