@charset "UTF-8";
#event-contents-wrapper{
	width: 1060px;
	overflow: visible;
}

/* CSS Document */
body{
	background: #fff;
}
ul {
	margin: 0;
	padding: 0;
}
#event-contents-wrapper{
	width: auto;
}
#StyleT-list-wrapper{
	width: 1000px;
	margin: 0 auto;
}

/************************************************************************************/
#f_m_totebag * {
	font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "Helvetica Neue", HelveticaNeue, YuGothic, Verdana, Meiryo, sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
#f_m_totebag {
	color: #333;
}
#f_m_totebag figure {
	margin: 0;
	padding: 0;
}
#f_m_totebag dl ,
#f_m_totebag dt ,
#f_m_totebag dd {
	margin: 0;
	padding: 0;
}

/*mv_area*/
#f_m_totebag .mv_area {
	width: 1000px;
	margin: 0 auto 120px;
	text-align: center;
}
#f_m_totebag .mv_area .mv_img {
	margin: 0 0 80px;
	padding: 0;
}
#f_m_totebag .mv_area h1 {
	position: relative;
	top: auto;
	z-index: 0;
	padding: 0;
	width: auto;
	color: #bcb5aa;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
	line-height: 1.4;
}
#f_m_totebag .mv_area .mv_comment {
	font-size: 18px;
	color: #333;
	line-height: 1.714;
	text-align: center;
}
#f_m_totebag .mv_area .note {
	font-size: 14px;
	line-height: 1.714;
	letter-spacing: 0.075em;
	text-align: center;
	margin: 30px 0 0;
}
#f_m_totebag .mv_area .mv_date1 {
	font-size: 20px;
	color: #bcb5aa;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
}
#f_m_totebag .mv_area .mv_date2 {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	margin: 0 0 32px;
	padding: 0;
}
#f_m_totebag .mv_area #releasedate {
	text-align: left;
	font-size: 16px;
	color: #333333;
	margin: 0;
	padding: 39px 0 86px 29px;
	line-height: 1;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif!important;
}
#f_m_totebag .mv_area .buyer_flex {
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	width: 800px;
	padding: 20px 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: auto;
	display: flex;
  align-items: center;
	gap: 0 20px;
}
#f_m_totebag .mv_area .buyer_img {
	/* height: 190px; */
}
#f_m_totebag .mv_area .buyer_img img {
	/* z-index: -1;
  position: relative; */
}
#f_m_totebag .mv_area .buyer_flex dt {
	display: flex;
  align-items: center;
	gap: 0 10px;
	font-weight: bold;
}
#f_m_totebag .mv_area .buyer_flex dt p {
	color: #bbb4ab;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
#f_m_totebag .mv_area .buyer_flex dd {
	font-size: 16px;
	line-height: 1.714;
}

/*q_area*/
#f_m_totebag .q_area {
	background: #e8e4df;
}
#f_m_totebag .q_inner {
	width: 1000px;
	margin: auto;
	padding: 80px 0;
}
#f_m_totebag .q_flex {
	display: flex;
  justify-content: space-between;
  align-items: center;
}
#f_m_totebag .q_img {
	width: 440px;
}
#f_m_totebag .q_txt {
	width: 510px;
}
#f_m_totebag .q_txt_ico + p {
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
}
#f_m_totebag .q_txt dd p {
	font-size: 16px;
	line-height: 1.8;
}
#f_m_totebag .q_txt dd p span {
	color: #755e5d;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #fffaf3 50%);
}
/*slide*/
#f_m_totebag .q_img .swiper {
	overflow: hidden;
	position: relative;
}
/* 前へ次への矢印カスタマイズ */
#f_m_totebag .q_img .swiper .swiper-button-prev,
#f_m_totebag .q_img .swiper .swiper-button-next {
  height: 32px;
  width: 32px;
	background: none;
}
#f_m_totebag .q_img .swiper .swiper-button-prev::after,
#f_m_totebag .q_img .swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  width: 32px;
  margin: auto;
	display: block;
}
#f_m_totebag .q_img .swiper .swiper-button-prev {
  left: 10px;
}
#f_m_totebag .q_img .swiper .swiper-button-next {
  right: 10px;
}
/* 前への矢印カスタマイズ */
#f_m_totebag .q_img .swiper .swiper-button-prev::after {
  background-image: url(ico_arrow01.png);
}
/* 次への矢印カスタマイズ */
#f_m_totebag .q_img .swiper .swiper-button-next::after {
  background-image: url(ico_arrow02.png);
}
#f_m_totebag .q_img .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
#f_m_totebag .q_img .swiper .swiper-button-prev:hover,
#f_m_totebag .q_img .swiper .swiper-button-next:hover {
	opacity: 0.8;
}

/*buy_area*/
#f_m_totebag .buy_area {
	width: 1000px;
	margin: 0 auto 0;
	padding-top: 80px;
}
#f_m_totebag .buy_area h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #bcb5aa;
	margin-bottom: 40px;
}
#f_m_totebag .buy_flex {
	display: flex;
	justify-content: center;
	gap: 0 60px;
}
#f_m_totebag .buy_flex .list_item {
	width: 235px;
	overflow: hidden;
	border-radius: 10px;
}
#f_m_totebag .buy_flex .list_item .list_item_image_container {
	position: relative;
	padding-bottom: 5px;
}
#f_m_totebag .buy_flex .list_item .list_item_image_container img {
	width: 100%;
}
#f_m_totebag .buy_flex .list_item p,
#f_m_totebag .buy_flex .list_item h3 {
	padding: 0px 15px;
	font-size: 15px;
	margin: 5px 0px;
}

ul#item-list.align {
	justify-content: left;
}

/*ruck_area*/
#f_m_totebag .ruck_area {
	width: 1000px;
	margin: 80px auto;
}
#f_m_totebag .ruck_area h2 {
	text-align: center;
}
#f_m_totebag .ruck_area h2 span {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 45px;
	color: #bcb5aa;
	position: relative;
	padding: 0 1em;
}
#f_m_totebag .ruck_area h2 span::before ,
#f_m_totebag .ruck_area h2 span::after {
	content: "";
  position: absolute;
  bottom: 5px;
  width: 1px;
  height: 35px;
  background-color: #bcb5aa;
}
#f_m_totebag .ruck_area h2 span::before {
	left: 10px;
	transform: rotate(-35deg);
}
#f_m_totebag .ruck_area h2 span::after {
	right: 10px;
	transform: rotate(35deg);
}
#f_m_totebag .ruck_area_img {
	text-align: center;
}

/*review_area*/
#f_m_totebag .review_area {
	width: 1050px;
	margin: 0 auto 100px;
}
#f_m_totebag .review_area h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 45px;
	color: #bcb5aa;
}
#f_m_totebag .review_area .review_box a {
	text-align: center;
}
#f_m_totebag .review_name {
	font-size: 12px;
}
#f_m_totebag .review_tit {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	line-height: 1.9;
}
#f_m_totebag .review_txt {
	font-size: 12px;
	margin: 0;
	line-height: 1.9;
}
#f_m_totebag .review_star {
	text-align: center;
	height: 25px;
}
#f_m_totebag .review_detail {
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#f_m_totebag .review_detail span {
	color: #b0b0b0;
	position: relative;
	padding-right: .5em;
}
#f_m_totebag .review_detail span::after {
	position: absolute;
	content: "";
	width: .3em;
	height: .3em;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
#f_m_totebag .review_box a:hover {
	opacity: 0.8;
}

/*slide*/
#f_m_totebag .review_slide {
	position: relative;
}
#f_m_totebag .review_area .swiper {
	overflow: hidden;
	position: relative;
}
#f_m_totebag .review_area .swiper-slide {
	width: 210px;
}
#f_m_totebag .review_area .review_box {
	width: 190px;
	margin: auto;
  min-height: 450px;
	position: relative;
}
/* 前へ次への矢印カスタマイズ */
#f_m_totebag .review_area .review_slide .swiper-button-prev,
#f_m_totebag .review_area .review_slide .swiper-button-next {
  height: 24px;
  width: 24px;
	background: none;
	top: 30%;
}
#f_m_totebag .review_area .review_slide .swiper-button-prev::after,
#f_m_totebag .review_area .review_slide .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  width: 24px;
  margin: auto;
	display: block;
}
#f_m_totebag .review_area .review_slide .swiper-button-prev {
  left: -5px;
}
#f_m_totebag .review_area .review_slide .swiper-button-next {
  right: -5px;
}
/* 前への矢印カスタマイズ */
#f_m_totebag .review_area .review_slide .swiper-button-prev::after {
  background-image: url(slide_back.png);
}
/* 次への矢印カスタマイズ */
#f_m_totebag .review_area .review_slide .swiper-button-next::after {
  background-image: url(slide_next.png);
}
#f_m_totebag .review_area .review_slide .swiper-button-prev img,
#f_m_totebag .review_area .review_slide .swiper-button-next img {
  height: auto;
  width: 100%;
}
#f_m_totebag .review_area .review_slide .swiper-button-prev:hover,
#f_m_totebag .review_area .review_slide .swiper-button-next:hover {
	opacity: 0.8;
}

#f_m_totebag .feature_mujuryoku_btn {
	width: 960px;
	height: 70px;
	background: #755e5d url(btn3.png) right 30px center no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 35px;
	margin: 0 auto 33px;
}

#f_m_totebag p#feature-mujuryoku-tax {
	font-size: 16px;
	text-align: center;
	color: #494949;
	display: block;
	margin: 60px 0 135px 0;
}

#f_m_totebag .btn_item_lp_ {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 20px;
	z-index: 9;
}
