@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*********************************
      COMMON
*********************************/
.cfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cfix {
  min-height: 1px;
}
.main > *{
  margin:0;
  padding:0;
  line-height:1em;
}
.main ul,li {
  list-style: none;
}
.main a,a:hover,a:active{
	color: #1a2626;
}
.main img{
  border:none;
}
#page-body .container {
  width: 100%;
}
div#checked-items {
	margin: 0 auto;
	max-width: 1200px;
}
/*------------------------------------------------------------------------------------------

										個人記述

------------------------------------------------------------------------------------------*/

/*------------------------------全体------------------------------*/
html{
	scroll-behavior: smooth;
}
.breadcrumb{
	padding: 10px 0;
	width: 100%;
	margin: 0 auto;
}
.main {
}
.main > .contents_box{
	margin: 0 auto;
	color: #1a2626;
	font-size: 14px;
	line-height: 1.5;
}
/*text*/
#main_area h2{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.5;
}
#main_area p{
	font-size: 14px;
	line-height: 1.5;
	line-break: strict;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: justify;
}
/*改行設定*/
.sp_line{
	display: none;
}
.pc_line{
	display: block;
}
/*--------------------display:flex--------------------*/
#main_area .comment, #main_area .line_back .flow, .logo,.link_img,.illust_img {
	display: flex;
}
/*--------------------リード文--------------------*/
#top_area {
	width: 1200px;
	margin: auto;
}
/*--------------------コンテンツ--------------------*/
#main_area {
	margin: 60px auto 80px;
	width: 100%;
	max-width: 1200px;
}
#main_area #content {
  padding: 80px 0 100px;
  margin: 0 auto 0;
  transform: translateY(50px);
  opacity: 0;
  transition: .5s;
}
#main_area #content.show {
  transform: translateY(0);
  opacity: 1;
}
/*--------------------TOP area--------------------*/
#main_area .lead_img {
	width: 50%;
	margin: 100px auto 50px;
}
#main_area .lead_img picture{
	width: 49%;
}
#main_area .lead_text p{
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.6
}
.comment_area {
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comment {
	width: 32%;
	align-items: center;
}
.balloon1, .balloon2 {
  position: relative;
  margin-left: 40px;
  padding: 15px 32px;
  background: #f7f7f3;
  border-radius: 15px;
  width: calc(100% - 103px);
  display: flex;
  align-items: center;
}
.balloon1 {
  padding: 15px 34px;
}
.balloon2 {
  margin: 1em 40px 2em 0;
}
.balloon1:before, .balloon2:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 18px;
  background: #f7f7f3;
  border-radius: 50%;
}
.balloon1:after, .balloon2:after {
	content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 30px;
  background: #f7f7f3;
  border-radius: 50%;
}
.balloon2:after {  
  right: -38px;
  left: inherit;
  width: 13px;
  height: 13px;
  bottom: -5px;
}
.balloon2:before {
  right: -24px;
  left: inherit;
  width: 20px;
  height: 20px;
}
.balloon1 p, .balloon2 p {
  margin: 0; 
  padding: 0;
}
#main_area .Addcom {
  display: flex; 
  justify-content: center;
  align-items: center; 
}
#main_area .Addcom p {
  position: relative;
  display: inline-block;
  background-color: #9AF8FF;
  padding: 1.5% 10%;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  margin: 5% auto 0;
}
#main_area .Addcom p::after {
  content: '';
  position: absolute; 
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #9AF8FF;
}
/*--------------------送料無料の流れ--------------------*/
.line_back {
	margin: 80px auto;
	background: #f7f7f3;
	border: 1.5px solid #24423e;
	border-radius: 5px;
	padding: 50px 0;
}
#main_area .line_back h2.title_with_icon {
  display: flex;
  justify-content: center;
  font-size: 2vw;
  font-weight: bold;
  position: relative;
  width: 60%;
  margin: 10px auto 0;
	align-items: end;
	background: linear-gradient(transparent 80%, #9AF8FF 80%);
}
/* アイコンのスタイル */
#main_area .line_back h2.title_with_icon .title-icon {
  width: 8vw;
  height: 8vw;
  margin-right: 25px;
  object-fit: contain;
}
#main_area .extendtxt {
	font-weight: bold;
	color: red!important;
}
#main_area .line_back > p {
	text-align: center;
	margin: 30px auto;
}
#main_area .line_back .salescopy {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
	margin-top: 5%;
}
#main_area .itembtn h3, #main_area .itembtn p, #main_area .itemterm h3,#main_area .itemterm p,#main_area .campaignflow h3 {
	text-align: center;
}
#main_area .itembtn h3,#main_area .itemterm h3,#main_area .campaignflow h3 {
	font-size: 25px;
	margin: 5% auto;
	background: linear-gradient(transparent 60%, #9af8ff 60%);
	width: 50%;
}
#main_area .itembtn picture {
	display: block;
	margin: 3% auto 0;
	width: 90%;
}
#main_area .itembtn img {
	display: block;
	margin: 0 auto;
}
#main_area .itemterm p,#main_area .itembtn p {
	font-size: 20px;
}
#main_area .itembtn  p .kome {
	font-size: 1.5rem;
}
#main_area .categorybtnwrap {
	display: flex;
  flex-wrap: wrap;
  margin: 15px auto;
  width: 85%;
}
#main_area .categorybtn {
	width: 22%;
  background-color: #fff;
  font-weight: bold;
  margin-right: 4%;
	position: relative;
	border-radius: 10px;
	text-align: center;
  border: 1px solid #24423E;
}
#main_area .categorybtn a {
	display: block;
	padding: 20px 0;
	border-radius: 10px;
}
#main_area .categorybtn:nth-of-type(4n) {
	margin-right: 0;
}
#main_area .categorybtn:nth-of-type(n+5) {
	margin: 4% auto 0;
}
#main_area .categorybtn::after {
	position: absolute;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1a2626;
  border-right: 2px solid #1a2626;
  transform: rotate(45deg);
  top: 40%;
  right: 10%;
}
#main_area .bottomspace {
	margin: 0 auto 2%;
}
#main_area .line_back .flow {
	justify-content: space-between;
	width: 90%;
	margin:20px auto;
}
#main_area .line_back .flow_inner {
	width: 33%;
	position:relative;
	border-right: dashed 1px #24423e;    
	padding: 0 30px 0;
}
#main_area .line_back .flow_inner:last-of-type {
	border-right: inherit;
	padding: 0 30px 0;
}
#main_area .line_back .flow_inner h3, #main_area .line_back .flow_inner p {
	text-align: center;
}
#main_area .line_back .flow_inner p {
	margin: 10px 0 0;
	font-size: 12px
}
#main_area .line_back .flow_inner h3 {
	margin: 20px 0 0;
}
#main_area .line_back .flow_inner picture {
	margin: 20px 0 0;
}
#main_area .line_back .flow_top {
  position: relative;
  height: 30px;   
  margin: 0 20px 0 72px;
  padding: 0 15px 0;
  word-break: break-all;
  background: #1a2626;
}
#main_area .line_back .flow_top{
  font-size: 18px;
  font-weight: bold;
	background: #1A2626;
	text-align: right;
  color: #fff;
}
#main_area .line_back .flow_top:before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 0 0 30px;
  border-style: solid;
  border-color: #1A2626 transparent transparent transparent;
}
#main_area .line_back .flow_top span {
  font-size: 30px;
  position: absolute;
  top: -7px;
  display: block;
  left: -76px;
  color: #1A2626;
}
.button01 a{
	display: block;
	width: 300px;
	margin: 50px auto;
	padding: 3px 0;
	background: #e2e0cc;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
}
.logo {
	align-items: center;
	justify-content: center;
  box-sizing: border-box;
  flex-wrap: wrap;
	width: 680px;
	margin: 30px auto 0;
}
.logo li + li{
  border-left: dashed 1px #88aaa7;
}
.logo li {
	padding: 0 20px;
}
.brand_name {
	position: relative;
	border-bottom: 1px solid #88aaa7;
	margin: 180px 0 100px 0;
}
.brand_name picture {
	position: absolute;
	text-align: center;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	width: 200px;
	top: -19px;
} 
.brand_img_inner {
	display: flex;
	align-items: center;
	width: 900px;
	margin: auto;
	justify-content: space-between;
}
.brand_img_inner:last-of-type{
  flex-direction: row-reverse;
} 
.brand_img_inner li {
	width:48%;
}
.item_detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 900px;
	margin: 80px auto 0;
}
.item_detail_inner {
	width: 48%;
	padding: 50px 30px;
	border-bottom: dashed 1px #88aaa7;
}
.item_detail_inner:nth-of-type(n + 4) {
	border-bottom: inherit;
}
.item_detail_inner ul {
	display: flex;
	justify-content: center;
}
.item_detail_inner ul li {
	width: 49%;
	padding: 0 5px;
}
.item_detail_inner2 {
	width: 100%;
	margin: auto;
	padding: 50px 20% 70px;
	border-bottom: dashed 1px #88aaa7;
}
.item_detail_inner2:nth-of-type(n + 4) {
	border-bottom: inherit;
}
.item_detail_inner2 ul {
	display: flex;
	justify-content: space-between;
}
.item_detail_inner2 ul li {
	width: 32%;
}
.mini_button a {
	display: block;
	width: 80%;
	margin: 10px auto;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background: #88aaa7;
	text-align: center;
	border-radius: 5px;
}
.border_02 {
	border-left: dashed 1px #88aaa7;
	margin: 30px 0;
}
.item_name {
	margin: 0 0 10px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.item_name span {
	font-size: 20px;
}
.buy_button03 a{
	display: block;
	width: 270px;
	margin: auto;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	background: #88aaa7;
	border-radius: 5px;
}
/*--------------------対象ブランド--------------------*/
.bg_b {
	margin: 150px auto ;
	background: #e7ede9;
	padding: 50px 0;
}
.bg_b ul li {
	position: relative;
	width: 750px;
	margin: 50px auto;
	padding: 5%;
	background: #fff;
} 
.bg_b ul .contact {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 20px 0 0;
}
.bg_b ul li:first-of-type:before, 
.bg_b ul li:nth-of-type(2):before, 
.bg_b ul li:nth-of-type(3):before, 
.bg_b ul li:nth-of-type(4):before {
	position: absolute;
	content: '';
	display: inline-block;
  background: url("../images/text_02.webp") no-repeat 0 0 / 85px 85px;;
	width: 85px;
	height: 85px;
  top: -8%;
  left: -5%;
}
.bg_b ul li:nth-of-type(2):before {
  background: url("../images/text_03.webp") no-repeat 0 0 / 85px 85px;;
}
.bg_b ul li:nth-of-type(3):before {
  background: url("../images/text_04.webp") no-repeat 0 0 / 85px 85px;;
}
.bg_b ul li:nth-of-type(4):before {
  background: url("../images/text_05.webp") no-repeat 0 0 / 85px 85px;;
}
.modelbtn {
	text-align: center;
}
/*--------------------対象ブランド--------------------*/
.return_no {
	margin: 100px auto 0;
	max-width: 900px;
	width: 100%;
} 
.return_no ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
.return_no ul li {
	width: 48%;
	margin: 20px 0;
	padding: 15px 0 15px 80px;
}
.return_no ul li:first-of-type {
	background: url("../images/ic_03.webp") no-repeat 0 center;
	padding: 23px 0 22px 80px;
  background-size: 65px 65px;
}
.return_no ul li:nth-of-type(2) {
	background: url("../images/ic_04.webp") no-repeat 0 center;
  background-size: 65px 65px;
}
.return_no ul li:nth-of-type(3) {
	background: url("../images/ic_05.webp") no-repeat 0 center;
  background-size: 65px 65px;
}
.return_no ul li:nth-of-type(4) {
	background: url("../images/ic_06.webp") no-repeat 0 center;
  background-size: 65px 65px;
}
.return_no ul li:nth-of-type(5) {
	background: url("../images/ic_07.webp") no-repeat 0 center;
  background-size: 65px 65px;
}
.return_no ul li:nth-of-type(6) {
	background: url("../images/ic_08.webp") no-repeat 0 center;
  background-size: 65px 65px;
}
.return_no ul li:nth-of-type(7) {
	background: url("../images/ic_09.webp") no-repeat 0 center;
  background-size: 65px 65px;
}
.return_no ul li:nth-of-type(8) {
	background: url("../images/ic_10.webp") no-repeat 0 center;
  background-size: 65px 65px;
}
.return_no ul li:nth-of-type(9) {
	background: url("../images/ic_11.webp") no-repeat 0 center;
  background-size: 65px 65px;
}
/*--------------------対象ブランド--------------------*/
#main_area .subject_brand {
	margin: 120px auto;
	padding: 50px 0;
	background: #f9f7f6;
	border-radius: 5px;
}
#main_area .subject_brand h2,
#main_area .bg_b h2,
#main_area .return_no h2,
#main_area .problem h2 {
	margin: 0 auto 0;
	position: relative;
	font-size: 40px;
	font-weight: bold;
	background: linear-gradient(transparent 60% , #9AF8FF 60%);
	width: 60%;
}
#main_area .problem h2 {
	font-size: 30px;
	background: linear-gradient(transparent 70%, #9AF8FF 70%);
}
.logo li {
	padding: 10px 50px 10px 100px;
}
.logo li:first-of-type {
	background:  url("../images/ic_01.webp") no-repeat 0 center / 112px 34px;
}
.logo li:nth-of-type(2) {
	background:  url("../images/ic_02.webp") no-repeat 0 center / 112px 34px;
}
/*----------------ページトップ---------------*/
.pagetop{
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
	cursor: pointer;
	width: 40px;
	height: 40px;
}
.pagetop img{
	width: 40px;
	height: auto;
}
/*----------------ページ下部---------------*/
.bn_link {
	margin: 10% auto;
}
.link_img,.illust_img {
  margin: 0 auto; 
	width: 70%;
}
.bn_link .link_img {
	display: flex;
	flex-wrap: wrap;
}
.bn_link .link_img .bn_img:nth-of-type(n+3) {
	margin-top: 20px;
}
.link_img li,.illust_img li {
  width: 48%;
  margin: 0 auto;       
}
#main_area .link_img li {
	padding-bottom: 1rem;
  border: 1px solid #ccc;
}
.link_img picture .illust_img picture f{
  width: 100%;               
  margin-bottom: 10px;       
}
#main_area .link_img  li p.linktext {
	font-weight: bold;
  text-align: center;
	padding: 3% 0 0 0;
}

@media (min-width: 980px) and (max-width: 1200px) {
	.breadcrumb {
    width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
	}
	.main  #top_area{
		width: calc(100% - 20px);
	}
	/*--------------リード---------------*/
	.lead {
		margin: 40px auto 100px;
	}
	#top_area {
		width: 100%;
		margin: auto;
	}
	/*---------------ページトップ---------------*/
	.pagetop {
		width: 40px;
		height: 40px;
	}
	.comment_area {
    margin: 60px 20px 0;
	}
	#main_area .line_back h2.title_with_icon .title-icon {
		width: 12vw;
		height: 12vw;
	}
	#main_area .line_back h2.title_with_icon {
		display: flex;
		justify-content: center;
		font-size: 5vw;
		font-weight: bold;
		position: relative;
		width: 80%;
		margin: 10px auto 0;
		align-items: end;
		background: linear-gradient(transparent 80%, #9AF8FF 80%);
	}
}	

@media (max-width: 979px) and (min-width: 768px) {
	.breadcrumb {
		width: 100%;
		padding: 20px 15px 10px;
		box-sizing: border-box;
	}
	.main #top_area {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	/*改行*/
	.sp_line{
		display: none;
	}
	/*----------------目次---------------*/
	#main_area .index_top ul {
		width: 750px;
	}
	.index_top ul li {
		width: 200px;
		font-size: 14px;
	}
	/*---------------リード文---------------*/
	.lead {
		width: calc(100% - 10px);
		margin: 30px auto 80px;
	}
	#top_area {
		width: 100%;
		margin: auto;
	}
	#main_area .index_top ul {
		width: 95%;
	}
	#main_area .subject_brand h2,
  #main_area .bg_b h2,
  #main_area .return_no h2 {
		width: 90%;
	}
	.bg_b ul li {
		width: 80%;
		padding: 8%;
	}
	/*----------------コンテンツ---------------*/
	#main_area {
		margin: 100px auto 80px;
	}
	.brand_img_inner, 
	.item_detail, 
	.line_back, 
	#main_area .subject_brand　{
		width: 95%;
		margin: 80px auto 0;
	}
	.brand_name, 
	.return_no, 
	.bg_b  {
    width: 95%;
	}
	#main_area .line_back .flow_inner:first-of-type, 
	#main_area .line_back .flow_inner:nth-of-type(2), 
	#main_area .line_back .flow_inner:last-of-type {
    padding: 0 15px 0;
	}
	.comment_area {
    width: 95%;
    margin-top: 30px;
    }
	.comment {
		width: 100%;
	}
	.comment:nth-of-type(n+2) {
		margin-top: 20px;
	}
	#main_area .line_back h2.title_with_icon .title-icon {
		width: 12vw;
		height: 12vw;
	}
	#main_area .line_back h2.title_with_icon {
		display: flex;
		justify-content: center;
		font-size: 5vw;
		font-weight: bold;
		position: relative;
		width: 80%;
		margin: 10px auto 0;
		align-items: end;
		background: linear-gradient(transparent 80%, #e2e0cc 80%);
	}
	#main_area .line_back .salescopy {
    font-size: 20px;
	}
	#main_area .categorybtnwrap {
    width: 95%;
	}
	.modelbtn {
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	/*---------------ページトップ----------------*/
	.pagetop{
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 767px){
	.breadcrumb{
		width: 100%;
		padding: 20px 15px 10px;
		box-sizing: border-box;
	}
	.main > .contents_box{
		width: 100%;
	}
	.m_d_inner2 {
		display: none;
	}
	.m_d_inner3 {
		display: block;
	}
	/*改行設定*/
	.sp_line{
		display: block;
	}
	.pc_line{
		display: none;
	}
	#top_area {
		width: 100%;
		margin: auto;
	}
	#main_area .line_back .flow, 
	.logo, 
	.brand_img_inner, 
	.item_detail, 
	.bg_b ul .contact, 
	.return_no ul {
		display: inherit;
	}
	#main_area .lead_text p {
		width: 95%;
		margin: 20px auto 0;
		text-align: left;
	}
	#main_area .lead_img {
		width: 95%;
		margin: 60px auto 30px;
	}
	.brand_img_inner {
		width: 95%;
	}
	.brand_img_inner li  {
		width: 100%;
    margin: 40px auto;
	}
	.comment_area {
		width: 95%;
		margin-top: 30px;
	}
	.comment {
		width: 100%;
	}
	.comment:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.line_back {
		width: 95%;
		margin: 50px auto 0;
	}
	#main_area .subject_brand, 
	#main_area .bg_b, 
	#main_area .return_no {
		width: 95%;
		margin: 80px auto;
	}
	.brand_name {
		width: 95%;
		margin: 140px auto 50px ;
	}
	#main_area .line_back h2, 
	#main_area .subject_brand h2, 
	#main_area .bg_b h2, 
	#main_area .return_no h2 {
		font-size: 25px;
		width: 95%;
	}
	#main_area .problem h2 {
		font-size: 20px;
		background: linear-gradient(transparent 70%, #9AF8FF 70%);
		width: 85%;
	}
	#main_area .line_back .flow {
		justify-content: inherit;
		width: 90%;
		margin: 0 auto 20px;
	}
	#main_area .line_back .flow_inner {
		padding: 40px 0;
		width: 100%;
		border-right: inherit;
		border-bottom: dashed 1px #24423e;
	}
	#main_area .line_back .flow_inner:last-of-type {
		padding: 40px 0;
		width: 100%;
		border-bottom: inherit;
	}
	.logo {
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		flex-wrap: wrap;
		width: 90%;
		margin: 30px auto 0;
	}
	.item_detail {
		width: 95%;
	}
	.item_detail_inner {
		width: 100%;    
		padding: 50px 3%;
	}
	.bg_b ul li {
		width: 95%; 
    padding: 50px 5%;
    margin: 80px auto;
	}
	.logo li + li {
		border-top: dashed 1px #88aaa7;
		border-left: inherit;
	}
	.return_no ul li {
		width: 95%;
		margin: 30px auto;
	}
	.return_no ul li:first-of-type {
		margin: 10px auto 30px;
	}
	.bg_b ul li:nth-of-type(4) {
		margin: 80px auto 0;
	}
	.bg_b ul li:first-of-type:before,
  .bg_b ul li:nth-of-type(2):before,
  .bg_b ul li:nth-of-type(3):before,
  .bg_b ul li:nth-of-type(4):before {
		top: -52px;
		left: 0;
		right: 0;
    margin: auto;
	}
	/*.bg_b ul li:nth-of-type(2):before {
		background: url("../images/text_03.webp") no-repeat;
		top: -52px;
	}
	.bg_b ul li:nth-of-type(3):before {
		background: url("../images/text_04.webp") no-repeat;
		top: -52px;
	}
	.bg_b ul li:nth-of-type(4):before {
		background: url("../images/text_05.webp") no-repeat;
		top: -52px;
	}*/
	.contact picture {
		text-align: center;
		padding: 20px 0 0;
		display: block;
	}
	/*----------------ページトップ-----------------*/
	.m_d_inner3 {
		width: 90%;
		margin: auto;
		display: flex;
		justify-content: center;
	}
	.m_d_inner3 table:first-of-type {
		text-align: center;
		margin: 0 0 0 0;
		width: 25%;
	}
	.m_d_inner3.o_size2 table:first-of-type {
		width: 75%;
	}
	.m_d_inner3 table td {
		padding: 15px 5px 15px 10px;
	}
	.m_d_inner3 table tr:first-of-type th:first-of-type, 
	.m_d_inner3 table:nth-of-type(2) tr:first-of-type th:first-of-type {
		height: 40px;
	}
	.m_d_inner3 table tr:first-of-type th:first-of-type, 
	.m_d_inner3 table td:first-of-type {
		background: #e2e0cc;
		vertical-align:middle;
		width: 32%;
		border-bottom: 1px dashed #fff;
		border-right:  1px solid #fff;
	}
	.m_d_inner3 table:nth-of-type(2) tr:first-of-type th:first-of-type, 
	.m_d_inner3 table:nth-of-type(2) td{
		background: #eeeceb;
	}
	.m_d_inner3 table th:nth-of-type(n + 2), 
	.m_d_inner3 table td:nth-of-type(n + 2), 
	.m_d_inner3 table tr:nth-of-type(2) th {
		vertical-align:middle;
		background: #eeeceb;
		width: 34%;
		padding: 5px 0;
		border-bottom: 1px dashed #fff;
		border-right:  1px solid #fff;
	}
	.m_d_inner3 table:nth-of-type(2) {
		text-align: center;
		margin: 0 0 0 0;
		width: 25%;
	}
	.m_d_inner3 table:nth-of-type(2) th {
		padding: 3.5px 0 ;
	}
	
	.m_d_inner3 table tr:first-of-type th:first-of-type, 
	.m_d_inner3 table th:nth-of-type(n + 2), 
	.m_d_inner3 table tr:nth-of-type(2) th, 
	.m_d_inner3 table tr:last-of-type td {
		border-bottom: 1px solid #fff;
	}
	#main_area .line_back > p {
		text-align: left;
		margin: 30px auto;
		padding: 0 2.5%;
	}
	.item_name {
		font-size: 30px;
	}
	.item_name span {
		font-size: 16px;
	}
	.slick-dots li.slick-active button:before {
		opacity: .75;
		color: #88aaa7;
	}
	.slick-dots li button:before {
		position: absolute;
		top: 0;
		content: '';
		text-align: center;
		opacity: .25;
		left: 0;
		bottom: -7px;
		width: 100%;
		height: 3px;
		border-radius: 5px;
		background: #88aaa7;
	}
	.slide3 li {
		margin: 0 5px;
	}
	.item_detail_inner2 {
		padding: 50px 7% 70px;
	}
	.slick-dots {
		bottom: -40px;
	}
	.item_detail_inner:nth-of-type(n + 4) {
		border-bottom: dashed 1px #88aaa7;
	}
	.brand_name picture  {
		margin: 0 auto 50px;
	}
	.brand_img {
		margin: 70px 0 0;
	}
	 .item_detail_inner:first-of-type {
    padding: 10px 3% 50px;
    }
	.border_02 {
		border-left: dashed 1px #88aaa7;
		margin: 0;
	}
	.button01 a {
		margin: 20px auto 60px;
	}
	#main_area .Addcom p {
		position: relative;
		display: inline-block;
		padding: 2.5% 5%;
		border-radius: 15px;
		font-size: 15px;
		text-align: center;
		margin: 15% auto 0;
	}
	#main_area .line_back h2.title_with_icon {
    font-size: 6vw; 
		width: 95%;
		margin: 10px auto 0;
  }
	#main_area .line_back .salescopy {
		text-align: center;
		font-weight: bold;
		font-size: 15px;
		margin-top: 8%;
	}
    #main_area .line_back h2.title_with_icon .title-icon {
    width: 21vw;  
    height: 21vw;  
    margin-right: 8px; 
  }
	#main_area .itembtn h3,
  #main_area .itemterm h3,
  #main_area .campaignflow h3 {
		font-size: 20px;
		margin: 8% auto;
		background: linear-gradient(transparent 60%, #9af8ff 60%);
		width: 90%;
	}
	#main_area .categorybtn {
    width: 47.5%;
    margin-right: 5%;
	}
	#main_area .categorybtn:nth-of-type(2n) {
		margin-right: 0;
	}
	#main_area .categorybtn:nth-of-type(n+3) {
		margin-top: 4%;
	}
	#main_area .categorybtn::after {
		position: absolute;
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid;
		border-right: 2px solid;
		transform: rotate(45deg);
		top: 40%;
		right: 5%;
	}
	#main_area .categorybtn a {
    font-size: 13px;
	}
	#main_area .campaignflow h3 {
		margin: 8% auto 0;
	}
	#main_area .itemterm p,
  #main_area .itembtn p {
		font-size: 18px;
	}
	#main_area .itembtn p .kome {
    font-size: 1.3rem;
	}
	#main_area .categorybtnwrap {
    width: 90%;
	}
	#main_area .bottomspace {
		font-size: 0.9em!important;
	}
	#main_area .line_back .flow_inner picture {
		width: 70%;
		margin: 30px auto 0;
		display: block;
	}
	.modelbtn {
		text-align: center;
		width: 95%;
		margin: auto;
	}
	/*----------------ページトップ-----------------*/
	.pagetop{
		bottom: 30px;
		right: 20px;
		width: 35px;
		height: 35px;
	}
	.pagetop img{
		width: 35px;
	}
	/*----------------ページ下部-----------------*/
	.bn_link {
		margin: 20% auto;
	}
	.link_img,.illust_img {
		width: 100%;
	}
	.link_img li {
		width: 48%;
		margin: 0 auto;       
	}
	.link_img picture {
		width: 100%;               
		margin-bottom: 10px;       
	}
	#main_area .link_img  li p.linktext {
		font-weight: bold;
		text-align: center;
		padding: 3% 0 0 0;
		font-size:1.0rem;
	}
	.illust_img {
		display: block;
	}
	.illust_img li {
		width: 90%;
		margin: 10px auto;
	}
}