@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: #333333;
}
.main img{
  border:none;
}

/*ã‚³ãƒ³ãƒ†ãƒ³ãƒ„å¹…100%*/
#page-body .container {
    width: 100%;
}
/*CHECKED ITEMå¹…1200px*/
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: #333;
	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: 2.2;
	line-break: strict;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	/*text-align: justify;*/
}

/*改行設定*/
.sp_line{
	display: none;
}
.pc_line{
	display: block;
}
/*--------------------リード文--------------------*/
#top_area {
	width: 1200px;
	margin: auto;
}
.index_inner {
	width: 600px;
	margin: auto;
	text-align: center;
}
.index_inner div:first-of-type {
	margin: 0 0 30px;
}
.index_inner div:last-of-type {
	display: -webkit-flex;
	display: flex;
}
#main_area .lead_text p{
	margin: 6% 0;
	text-align: center;
}



#main_area p.undertxt {
	margin: 5px 0 0;
    text-align: center;
    font-weight: bold;
}
/*--------------------コンテンツ--------------------*/
#main_area {
	margin: 60px auto 20px;
	width: 100%;
}
#main_area div[id^="content"] {
	padding: 80px 0 100px;
	margin: 0 auto 0;
	transform: translateY(50px);
    opacity: 0;
    transition: .5s;
}
#main_area div[id^="content"].show{
    transform: translateY(0);
    opacity: 1;
}
#main_area div[id^="content"]:nth-child(-n+2) {
	background: #eddcd1;
}
#main_area div[id^="content"]:nth-child(3) {
	background: #f2ece9;
}
#main_area div[id^="content"] > section{
	text-align: center;
	margin: 0 auto 0;
	width: 1200px;
	max-width: 100%;
}
#main_area div[id^="content"] section h3 {
	display: block;
	margin: 0 0 20px;
	font-size: 38px;
    font-weight: bold;
	color: #ccc;
	text-align: center;
}

/*--------------main--------------------------*/
#main_area #content01 section + section {
	margin: 10% auto 0;
}
#main_area .item_detail_text p.normalTXT{
	text-align: center;
	margin: 8% 0;
}
/*--------------knit--------------------------*/
#main_area #content01 .item_introducing {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main_area #content01 .item_introducing + .item_introducing {
	margin: 100px 0 0;
}
#main_area #content01 .item_main {
	width: 38%;
}
#main_area #content01 .item_main p{
	margin: 0 0 30px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
}
#main_area #content01 .newitem_introducing .item_introducing .knit_column {
	width: 60%;
}
#main_area #content01 .newitem_introducing .item_introducing .knit_column .item_detail {
	display: flex;
	width: 100%;
	justify-content: space-between;	
	flex-flow: column;
}
/*--------------gray_button--------------------------*/
#main_area #content01 .item_detail .gray_b_area {
	display: flex block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 10% auto 0;
	width: 90%;
}
#main_area  .gray_button {
	width: 48%;
}
#main_area  .gray_button p { 
	font-size: 1.3rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#main_area  .gray_button a {
	display: block;
	padding: 10px 20px;
	background: #ba987d;
	border-radius: 30px;
	position: relative;
}
#main_area #content01 .item_detail .gray_b_area .gray_button a span {
	font-weight: normal;
	font-size: 1.1rem;
}
#main_area #content01 .item_detail .gray_b_area .gray_button a:after {
	content: "〉";
    display: block;
    width: 3px;
    height: 9px;
	color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
	top: 26%;
	font-weight: bold;
}
/*--------------text--------------------------*/
#main_area #content01 .item_detail .item_txt p {
	text-align: center;
}
#main_area #content01 .item_detail .item_txt p.color_name {
	font-weight: bold;
	font-size: 2.0rem;
	color: #9b7e6a;
}
#main_area #content01 .item_detail .item_txt p.shoe_size,
#main_area #content01 .item_detail .item_txt p.price_txt {
	font-size: 1.5rem;
}
#main_area #content01 .item_detail .item_txt p.price_txt .tax {
	font-size: 1.0rem;
}
#main_area #content01 .item_detail .item_txt p.kome,
#main_area #content01 .sp_line p.komesp {
	margin: 10% auto 0;
}
#main_area #content01 .item_detail {
	width: 60%;
	align-items: center;
}
#main_area #content01 .item_color {
	width: 70%;
	margin: 25px auto 0;
}
/*--------------slide--------------------------*/
#main_area #content01 .slide_im a {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	padding: 0 10px 0 0;
	text-align: center;
}
.slick-dots {
	bottom: -35px;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    content: '';
    text-align: center;
    opacity: .25;
	left: 0;
    bottom: -7px;
    width: 50%;
    height: 10px;
    border-radius: 5px;
  	background: #a08a7c;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
	color: #fff;
}
.slide-arrow {
  background-color: transparent !important;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  border: none;
}
.prev-arrow:hover, .next-arrow:hover {
	opacity: 0.7;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.no_slide {
	display: -webkit-flex;
	display: flex;
}
.no_slide2 {
	display: -webkit-flex;
	display: flex;
	width: 77%;
}
.no_slide3 {
	display: -webkit-flex;
	display: flex;
	width: 40%;
}
.slick-slide img {
    display: inline;
}

/*--------------タイトル--------------------------*/
#main_area #content01 h3.title_01 {
  	position: relative;
    padding: 10px 19px;
    outline: 1px solid #444;
    letter-spacing: 0.1em;
    color: #444;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    max-width: 80%;
    text-align: center;
    margin-inline: auto;
}
.title_01::before {
  	content: "";
    position: absolute;
    top: 6px;
    left: 25px;
    width: 98%;
    height: 101%;
    background: #d3bdab;
    z-index: -999;
}
.title_01::after {
  content: "";
  position: absolute;
  bottom:-6px;
  right: -6px;
  border-right: solid 1px #444;
  border-bottom: solid 1px #444;
  width: 98%;
  height: 98%;
}

#main_area .title_01 span {
	font-size: 30px;
}
.title_with_balloon {
	margin: 7% auto 0 !important;
	position: relative!important;
}

/* 吹き出し*/
.balloon_wrap {
  position: absolute;
  top: -60px;   /* タイトルの左上に配置 */
  left: 17%;
}
.fukidashi{
  position: relative;
  padding: 20px;
  width: 180px;
  height: 180px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.2em;
  background-color: #9b7e6a;
  display: flex;
  align-items: center;     /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
}
.fukidashi::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 17px;
  border-left: 20px solid #9b7e6a;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}
#main_area #content01 .fukidashi p.inner {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
/*--------------itemspec--------------------------*/
.itemspec {
	display: flex;
	width: 100%;
    margin: 10% auto 0;
    justify-content: space-between;
}
.point {
	width: 32%;
	margin: 0 auto;
	border: 1px solid #444;
	padding: 2%;
	
}
.point h4 {
	font-size: 19px;
	text-align: center;
	color: #444;
}

.point .icon {
	width: 50%;
	margin: 3% auto;
}
.column_imgmov {
	display: flex;
	width: 100%;
	margin: 5% auto;
	align-items: center;
	justify-content: space-between;
}

.shoeimg,
.shoemov {
	width: 48%;
}

.shoemov video {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
/*--------------leather--------------------------*/
#main_area #content01 .newitem_introducing .item_introducing .leather_column .item_detail {
	display: flex;
	width: 100%;
	justify-content: space-between;	
	position: relative;
}
#main_area #content01 .newitem_introducing .item_introducing .leather_column .item_detail + .item_detail,
#main_area #content01 .newitem_introducing .item_introducing .knit_column .item_detail + .item_detail {
	margin: 8% auto 0;
}
#main_area #content01 .newitem_introducing .item_introducing .leather_column .item_detail .circle_img,
#main_area #content01 .newitem_introducing .item_introducing .knit_column .item_detail .circle_img {
	width: 40%;
	margin: 0;
}
#main_area #content01 .newitem_introducing .item_introducing .item_detail .txtbtnset {
	width: 55%;
    margin: 0;
}
#main_area #content01 .newitem_introducing .item_introducing .item_detail .txtbtnset .gray_b_area {
	flex-flow: column;
	width: 100%;
	margin: 0 auto;
}
#main_area #content01 .newitem_introducing .item_introducing .item_detail .txtbtnset .gray_b_area .gray_button {
	width: 100%;
	margin: 3% 0 0;
}
#main_area #content01 .newitem_introducing .item_introducing .item_detail .txtbtnset .gray_b_area .gray_button + .gray_button {
	margin: 3% 0 0;
}
#main_area #content01 .newitem_introducing .item_introducing .leather_column,
main_area #content01 .newitem_introducing .item_introducing .knit_column {
	display: flex;
	flex-flow: column;
	width: 60%;
}
/*--------------------比較表--------------------*/
#main_area #content01 .comparative {
	display: flex;
	width: 100%;
	margin: 10% 0 25%;
}
#main_area #content01 .comparative .tableimg {
	width: 48%;
	margin: 0 auto;
}
/*--------------------アイテムごとに見るボタン--------------------*/
#main_area .itembtn3column {
	display: flex;
	width: 100%;
	margin: 10rem 0 0;
}
#main_area .itembtn3column .itembtn {
	width: 30%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
#main_area .itembtn3column .itembtn .itemindeximg {
	border: 1px solid #ccc;
}
#main_area .itembtn3column .itembtn .itemtext-wrap {
	flex-grow: 1;
  	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
}
#main_area .itembtn3column .itembtn p.itempagemovebtn {
	font-weight: bold;
	text-align: center;
	margin: 3rem 0 0;
	padding: 1rem 2rem;
	background-color: #ddc9bf;
	border-radius: 40px;
	font-size: 1.8rem;
	position: relative;
}
#main_area .itembtn3column .itembtn p.itempagemovebtn::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    bottom: 25px;
    right: 23px;
}
/*--------------- リンクエリア ---------------*/

#main_area .innerwidth1200 {
	width: 65%;
    margin: 5% auto 0;
}
#main_area .innerwidth1200 .shoppage {
	background-color: #efebe8;
    padding: 5rem 0;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
#main_area .innerwidth1200 .shoppage .shopbtn {
	display: flex;
    margin: 3rem auto;
    width: 55%;
    justify-content: space-between;
}
#main_area .innerwidth1200 .shoppage .shopbtn a {
    width: 49%;
    height: 8rem; 
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-sizing: border-box;
    padding: 0 1rem; 
}
#main_area .innerwidth1200 .shoppage .shopbtn p {
	font-weight: bold;
}
#main_area .innerwidth1200 .shoppage p {
	text-align: center;
}
#main_area .innerwidth1200 .insta {
	display: flex;
	width: 85%;
	margin: 10rem auto;
	justify-content: space-between;
	align-items: center;
}
#main_area .innerwidth1200 .insta .ig_icon {
	width: 15%;
}
#main_area .innerwidth1200 .insta .ig_text {
	width: 76%;
}
#main_area .innerwidth1200 .insta .ig_text strong {
	font-size: 3rem;
    display: inline-block;
    margin: 0 0 3rem;
}
/*----------------ページトップ---------------*/
.pagetop{
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
	cursor: pointer;
	width: 40px;
	height: 40px;
}
.pagetop img{
	width: 40px;
	height: auto;
}

@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;
	}
	/*----------------コンテンツ---------------*/
	#main_area div[id^="content"] {
		width: 100%;
		padding: 80px 0 50px;
		margin: 0 auto;
	}
	
	/*---------------ページトップ---------------*/
	.pagetop{
		width: 40px;
		height: 40px;
	}
	/* 吹き出し*/
	.balloon_wrap {
	  position: absolute;
	  top: -60px;   /* タイトルの左上に配置 */
	  left: 8%;
	}
}	

@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;
	}

	/*---------------リード文---------------*/
	.lead{
		width: calc(100% - 10px);
		margin: 30px auto 80px;
	}
	#top_area {
		width: 100%;
		margin: auto;
	}
	
	/*----------------コンテンツ---------------*/
	#main_area div[id^="content"] {
		width: 100%;
		 padding: 80px 0 50px;
   		 margin: 0 auto;
	}
	#main_area div[id^="content"] > section {
    text-align: center;
    margin: 0 auto 0;
    width: 95%;
	}
	#main_area {
		margin: 100px auto 20px;
	}
	
	
	#main_area div[id^="content"] > section > p {
		width: 95%;
	}
	.holo {
		width: 95%;
	}
	#main_area .left_img {
		width: 95%;
	}
	#main_area .calm3 {
		width: 95%;
	}
	#main_area .left_img2 {
		width: 95%;
	}
	.item {
		width: 95%;
		display: inherit;
		-webkit-justify-content: inherit;
		justify-content: inherit;
	}
	.item2 {
		width: 95%;
	}
	.item .item_detail {
		width: 50%;
		margin: auto;
	}
	/*---------------ページトップ----------------*/
	.pagetop{
		width: 40px;
		height: 40px;
	}
	/* 吹き出し*/
	.balloon_wrap {
	  position: absolute;
	  top: -7%;   /* タイトルの左上に配置 */
	  left: 8%;
	}
	.fukidashi {
		width: 170px;
		height: 170px;
	}
}

@media (max-width: 767px){
	.breadcrumb{
		width: 100%;
		padding: 20px 15px 10px;
		box-sizing: border-box;
	}
	.main > .contents_box{
		width: 100%;
	}
	/*改行設定*/
	.sp_line{
		display: block;
	}
	.pc_line{
		display: none;
	}
	#top_area {
		width: 100%;
		margin: auto;
	}
	#main_area p {
		line-height: 1.8;
	}
	#main_area .lead_text p {
		width: 95%;
		margin: 8% auto;
		text-align: left;
	}
	
	#main_area p.backlink {
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
	}
	/*---------------コンテンツ---------------*/
	#main_area div[id^="content"] {
		transform: translateY(30px);
	}
	#main_area div[id^="content"] > section {
		text-align: center;
		margin: 0 auto 0;
		width: 90%;
	}
	#main_area #content01 section + section {
    margin: 25% auto 0;
	}
	#main_area #content01 .item_introducing {
		display: -webkit-inherit;
		display: inherit;
		-webkit-justify-content:inherit;
		justify-content: inherit;
	}
	#main_area #content01 .item_main {
		width: 100%;
		margin: 0 auto 20%;
	}
	#main_area #content01 .newitem_introducing .item_introducing .knit_column .item_detail {
	flex-flow:row nowrap;
	}
	#main_area .item_detail_text p.normalTXT {
    	margin: 30px auto 30px;
		text-align: left;
	}
	/* 吹き出し*/
	.balloon_wrap {
	  position: absolute;
	  top: -5%;   /* タイトルの左上に配置 */
	  left: 8%;
	}
	.fukidashi {
		width: 140px;
		height: 140px;
	}
	/*---------------タイトル---------------*/
	#main_area div[id^="content"] section h3 {
		display: block;
		margin: 0 0 20px;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
	}
	#main_area #content01 h3.title_01 {
    max-width: 100%;
	}
	.title_01::before {
    top: 5px;
    left: 12px;
    width: 98%;
	}
	#main_area .title_01 span {
	font-size: 16px;
	}	
	#main_area .newitem_introducing .sandalnewimg .item_main {
	width: 90%!important;
	}
	#main_area #content01 .item_detail {
		width: 100%;
		margin: auto;
	}
	.next-arrow {
		display: none;
	}
	.slide-arrow {
		display: none;
	}
	.coordinate_color .slide2 {
		width: 48%;
	}
	#main_area #content01 .item_main p {
		font-size: 20px;
    	margin: 0 0 10px;
	}
	#main_area .item_detail_text .leftBorder {
    border-left: 3px solid #88a59e;
    padding: 0 15px;
    margin: 120px 0 0;
	}
	#main_area .newitem_introducing .item_detail_text .leftBorder {
    margin: 30px 0 0;
	}
	
	#main_area #content01 h4 .font_l {
		font-weight: normal;
		font-size: 18px;
	}
	#main_area #content01 .item_color {
		width: 100%;
	}
	
	#main_area .item_detail_text p.itemNAME{
		font-size: 25px;
		margin: 0 0 10px;
		line-height: 1.3;
	}
	
	.coordinate_color .slide2:nth-of-type(n + 5) {
		margin: inherit;
	}
	.coordinate_color .slide2 {
		margin: 60px 0 0;
	}
	.coordinate_color .slide2:first-of-type {
		margin: 0;
	}
	.coordinate_color .slide2:nth-of-type(2) {
		margin: 0;
	}
	.socks_detail {
		display: -webkit-inherit;
		display: inherit;
		-webkit-justify-content: inherit;
		justify-content: inherit;
	}
	.socks_inner {
		width: 60%;
		margin: auto;
	}
	.socks_inner {
		width: 60%;
		margin: auto;
	}
	#main_area #content03 .video_01,#main_area #content04 .video_01 {
		width: 100%;
	}
	#content05 .item_detail {
		width: 95%;
		display: flex;
		flex-direction: column;
		margin: auto;
	}
	#content05 section {
		margin: 50px 0 0;
	}
	.calm3 {
		margin: 30px 0 0;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#content05 .calm3_im:last-of-type {
		margin: 0;
	}
	#content05 .item_detail h4 {
		font-size: 24px;
		text-align: center;
		margin: 20px 0 20px;
	}
	#main_area #content06 section {
		width: 95%;
		margin: auto;
	}
	.balloon {
		margin: 70px 0 0;
		display: -webkit-inherit;
		display: inherit;
		-webkit-justify-content: inherit;
		justify-content: inherit;
		-webkit-align-items: inherit;
		align-items: inherit;
	}
	.b_inner {
		width: 95%;
		margin: auto;
	}
	.chatting {
		width: 100%;
	}
	.balloon_img {
		width: 95%;
		margin: 30px auto 0;
	}
	.balloon6 .says {
		width: 90%;
		padding: 15px 15px;
	}
	.balloon5 .says {
		width: 90%;
		padding: 15px 15px;
	}
	.balloon6 .faceicon figure {
		margin: 0 0 0 0;
		width: 90%;
	}
	.balloon5 .faceicon figure {
		margin: 0 10px 0 0;
		width: 90%;
	}
	#content07 section ul, #content09 section ul {
		display: -webkit-inherit;
		display: inherit;
		-webkit-justify-content: inherit;
		justify-content: inherit;
		margin: 50px auto 20px;
	}
	#content07 section ul li, #content09 section ul li {
		width: 95%;
		margin: 50px auto 0;
	}
	#content09 section ul li:first-of-type, #content07 section ul li:first-of-type {
		margin: 0 auto 0;
	}
	
	#content11 .size_chart img  + .size_chart img {
		margin: 20px auto 0;
	}
	iframe {
		margin: 50px auto 0;
		width: 95%;
	}
	.slide3 {
		margin: 50px 0 0;
	}
	#main_area #content01 .slide_im	 {
		margin: auto;
	}
	#main_area #content01 .slide_im a {
		padding: 0 3px;
	}
	.no_slide3 {
    margin: auto;
	}
	.no_slide2 {
    margin: auto;
	}
	.no_slide2 .slide_im {
		padding: 0 5px;
	}
	#main_area .says p {
		color: #333333;
		font-size: 16px;
		text-align: center;
	}
	#content10 .big_font {
		font-size: 20px;
	}
	
	#content04 section:last-of-type {
		margin: 100px 0 10px;
	}
	#main_area #content03 .function_inner {
    display: inherit;
    justify-content: inherit;
	}
	.m_d_inner2 {
		margin: 0 0 0;
	}
	.m_d_inner2 table {
		display: none;
	}
	.m_d_inner3 {
		display: block;
		width: 90%;
		margin: 30px auto 80px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.m_d_inner3 table:first-of-type {
		text-align: center;
		margin: 0 0 0 0;
		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 td:first-of-type {
		background: #cad7d3;
		vertical-align:middle;
		width: 32%;
		border-bottom: 1px dashed #fff;
		border-right:  1px solid #fff;
	}
	.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: #eaf2ef;
		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 p.foot_size {
    font-size: 20px;
    border-left: 4px solid #8a9da8;
    padding: 0px 12px;
    line-height: 1.5;
    margin: 10px auto;
    width: 90%;
	}
	.foot_width table {
    width: 90%;
    margin: 30px auto 0;
	}
	.balloon5, .balloon6, .balloon7, .balloon8 {
		width: 90%;
    	margin: 40px auto;
	}
	.review {
		width: 100%;
	}
	.review_text p {
		text-align: left;
		font-size: 14px;
		padding: 0 5%;
	}
	.q_a {
		margin: 100px auto 0;
    	width: 90%;
	}
	.balloon5 .says, .balloon7 .says, .balloon6 .says, .balloon8 .says{
    	width: 84%;
	}
	.says p {
    	text-align: left;
	}
	.campaign_inner {
    	width: 95%;
    	margin: 30px auto 0;
	}
	
	#main_area #content01 .item_name {
    	display: inherit;
    	padding: 80px 0 20px;
    	align-items: center;
	}	
	#main_area #content01 .item_name .ic107 {
    	width: 30%;
		margin: 0 auto 20px;
	}
	#main_area #content01 .item_name li {
    	margin: 0;
	}
	#main_area #content01 .item_detail .gender_w {
		background: #daa5a5;
		width: 114px;
		padding: 5px auto;
		color: #ffffff;
		font-weight: bold;
		height: 21px;
		margin: 20px auto 0;
	}
	#main_area #content01 .item_detail .gender_m {
		background: #a5c7da;
		width: 114px;
		padding: 5px auto;
		color: #ffffff;
		font-weight: bold;
		height: 21px;
		margin: 20px auto 0;
	}
	#main_area #content01 .item_detail .gray_b_area {
		display: inherit;
		-webkit-justify-content: inherit;
		justify-content: inherit;
		margin: 50px auto 0;
		width: 100%;
	}
	#main_area .gray_button {
		width: 100%;
	}
	#main_area .gray_button + .gray_button {
		margin: 15px auto 0;
	}
	#main_area #content01 .item_detail h4 {
		font-size: 26px;
		text-align: center;
	}
	#main_area #content01 .item_detail h4 .j_name {
		font-size: 14px;
	}
	#main_area #content01 .item_detail .szi {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	}
	#main_area #content01 .item_detail .price {
		font-size: 13.5px;
	}
	#main_area #content01 .item_name .coming {
		width: 114px;
		background: #CCB96B;
		padding: 5px auto;
		color: #ffffff;
		font-weight: bold;
		height: 26px;
		margin: 10px auto 0;
	}
	#main_area #content03 .accordion {
		max-width: 100%;
	}
	#main_area #content04 .function_inner {
		display: inherit;
		justify-content: inherit;
	}
	
	#main_area #content07 p {
		text-align: left;
	}
	#main_area #content07 .gray_b_area .gray_button {
		margin: auto;
		width: 48%;
	}
	
	#main_area #content07 .gray_b_area {
		width: 100%;
		margin: 20px auto 0;
	}
	.doctor_detail {
		display: inherit;
		justify-content: inherit;
		align-items: center;
	}
	.doctor_detail .doctor_text {
		width: 100%;
		text-align: left;
		margin: 30px auto 0;
	}
	.doctor_detail .doctor_im {
    	width: 40%;
		margin: auto;	
	}
	#main_area #content01 .item_name:first-of-type {
		padding: 50px 0 20px;
	}
	#main_area #content01 .newitem_introducing .item_introducing .leather_column,
	#main_area #content01 .newitem_introducing .item_introducing .knit_column {
	width: 100%;
	}
	/*--------------itemspec--------------------------*/
	.itemspec {
		display: block;
		width: 100%;
	}
	.point {
		width: 100%;
		margin: 10% auto 0;
	}
	.point .icon {
	width: 30%;
	margin: 5% auto;
	}
	.column_imgmov {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.shoeimg,
	.shoemov {
		width: 100%;
		margin: 10% auto 0;
	}
	.shoemov video {
		display: block;
	}
		/*--------------------比較表--------------------*/
	#main_area #content01 .comparative {
		display: block;
		margin: 10% 0 25%;
	}
	#main_area #content01 .comparative .tableimg {
		width: 100%;
	}
	#main_area #content01 .comparative .tableimg + .tableimg {
		margin: 3% auto 0;
	}
	/*--------------------アイテムごとに見るボタン--------------------*/
	#main_area .itembtn3column {
    width: 100%;
    margin: 8rem 0 0;
    display: block;
	}
	#main_area .itembtn3column .itembtn {
    width: 100%;
    margin: 0 auto;
	}
	#main_area .itembtn3column .itembtn:nth-of-type(n+2) {
    margin: 5rem 0 3rem;
	}
	#main_area .itembtn3column .itembtn p.itempagemovebtn {
    margin: 3rem auto 0;
    padding: 1.5rem;
    font-size: 1.5rem;
    width: 90%;
	}
	#main_area .itembtn3column .itembtn p.itempagemovebtn::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    bottom: 20px;
    right: 25px;
	}
	/*---------------リンクエリア---------------*/
	#main_area .innerwidth1200 {
    width: 95%;
	}
	#main_area .innerwidth1200 .shoppage {
    padding: 2rem 0;
    width: 100%;
	}
	#main_area .innerwidth1200 .shoppage .shopbtn p{
	font-size: 14px;
	}
	#main_area .innerwidth1200 .shoppage p {
	font-size: 12px;
	}
	#main_area .innerwidth1200 .shoppage .shopbtn {
    margin: 2rem auto;
    width: 95%;
    justify-content: space-between;
	display: block;
	}
	#main_area .innerwidth1200 .shoppage .shopbtn a {
    font-size: 1.5rem;
	width: 100%;
    height: 7.5rem;
	}
	#main_area .innerwidth1200 .shoppage .shopbtn a:nth-of-type(2) {
    margin: 1rem auto 0;
	}
	#main_area .innerwidth1200 .insta {
    width: 100%;
    margin: 5rem auto;
	}
	#main_area .innerwidth1200 .insta .ig_text strong {
    font-size: 2.2rem;
    margin: 0px 0 1rem;
	}
	#main_area .innerwidth1200 .insta .ig_icon {
    width: 25%;
	}
	#main_area .innerwidth1200 .insta .ig_text {
    width: 70%;
	}
	#main_area .innerwidth1200 .insta .ig_text p {
	font-size: 12px;
	}
	/*----------------ページトップ-----------------*/
	.pagetop{
		bottom: 30px;
		right: 20px;
		width: 35px;
		height: 35px;
	}
	.pagetop img{
		width: 35px;
	}

}