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

/*ã‚³ãƒ³ãƒ†ãƒ³ãƒ„å¹…100%*/
#page-body .container {
    width: 100%;
}
/*CHECKED ITEMå¹…1200px*/
div#checked-items {
  margin: 0 auto;
  max-width: 1200px;
}

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

										個人記述

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




/*------------------------------全体------------------------------*/
.breadcrumb{
	padding: 10px 0;
	width: 1200px;
	margin: 0 auto;
}

.main > .contents_box{
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
    width: 1200px;
	padding-bottom: 70px;
}

/*text*/
.main h2{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3;
}
.main p{
	font-size: 14px;
	line-height: 1.5;
	line-break: strict;
	font-weight: normal;
}
dl {
    margin-bottom: 30px;
}
/*改行設定*/
.sp_line{
	display: none;
}
.pc_line{
	display: block;
}
/*--------------------リード文--------------------*/
#top_area {
	width: 1200px;
	margin: auto;
}
.main .lead{
	margin: 50px auto 0;
	padding-top: 20px;
	width: 900px;
}
.main .lead p{
	text-align: center;
}
/*--------------------コンテンツ--------------------*/
#main_area {
	margin: 70px auto 20px;
}
#main_area ul.grybtn{
	width: 60%;
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
}
#main_area ul.cambtn{
	width: 60%;
	margin: 5% auto;
	display: flex;
}
#main_area ul.grybtn li {
	width: 48%;
    text-align: center;
    background-color: #dcedf4;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.4;
    margin: 0 auto;
}
#main_area ul.grybtn li:nth-child(n+3) {
	margin: 3% auto 0;
}
#main_area ul.cambtn li {
	width: 48%;
    text-align: center;
    background-color: #577596;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.4;
    margin: 0 auto;
}
#main_area ul.grybtn li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #577596!important;
    text-align: center;
    padding: 1em 2em;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4;
}
#main_area ul.cambtn li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #fff !important;
    text-align: center;
    padding: 1em 2em;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4;
}

#main_area ul.cambtn li a .icon {
    background: url("../images/ic_01.png") no-repeat center center;
    background-size: contain;
    width: 2.0em;
    height: 2.0em;
    flex-shrink: 0;
}
#main_area ul.cambtn li:nth-child(2) a .icon {
    background: url("../images/ic_09.png") no-repeat center center;
    background-size: contain;
    width: 2.0em;
    height: 2.0em;
    flex-shrink: 0;
}
#main_area ul.cambtn li a .label {
    flex-grow: 1;
    text-align: center;
    line-height: 1.4;
}

#main_area ul.cambtn li a .arrow {
    margin-left: 1em;
    font-size: 0.8em;
    flex-shrink: 0;
}
#main_area .anchor_link {
	width: 750px;
	margin: 50px auto;
	padding: 0 0 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#main_area .anchor_link li{
	background: #fff;
	width: 49%;
	text-align: center;
	margin: 10px 0 0;
}
#main_area .anchor_link li a {
	display: block;
	width: 100%;
	padding: 20px 0 20px 17px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
#main_area .anchor_link li a span {
	font-size: 18px;
}
#main_area .anchor_link li:first-of-type {
	background: url("../images/ic_03.png") #f09470 no-repeat left 10px center / 30px 30px;
}
#main_area .anchor_link li:nth-of-type(2) {
	background: url("../images/ic_04.png") #f09470 no-repeat left 10px center / 35px 35px;
}
#main_area .anchor_link li:nth-of-type(3) {
	background: url("../images/ic_01.png") #f09470 no-repeat left 10px center / 35px 35px;
}
#main_area .anchor_link li:nth-of-type(4) {
	background: url("../images/ic_02.png") #f09470 no-repeat left 10px center / 35px 35px;
}
#main_area section{
	margin: 15% auto 0;
}
#main_area section.colorbg {
	background-color: #e9f1f4;
	padding: 8% 0;
}
#main_area section h3 {
	padding: 45px 0 20px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #577596;
    border-bottom: 1px solid #577596;
    line-height: 1.1;
    width: 70%;
    margin: 0 auto;
}
#main_area #sneaker h3, #main_area #leathershoes h3,#main_area #sandal h3,#main_area #socks h3,#main_area #bag h3,#main_area #plusone h3,#main_area #price h3,#main_area #category h3 {
	background: url("../images/ic_08.png")  no-repeat center top 0px / 40px 40px;
}
#giftwrapping h3 {
	background: url("../images/ic_05.png")  no-repeat center top 0px / 35px 35px;
}
#gotry h3 {
	background: url("../images/ic_10.png")  no-repeat center top 0px / 35px 35px;
}
#main_area #fashion h3 {
	padding: 50px 0 20px 0;
	background: url("../images/ic_08.png")  no-repeat center top 0px / 35px 35px;
}
#main_area #aboutsize h3 {
	padding: 50px 0 20px 0;
	background: url("../images/ic_06.png")  no-repeat center top 0px / 35px 35px;
}
#main_area #giftwrapping h3, #main_area #gotry h3{
	padding: 50px 0 20px 0;
}
#main_area section h3 span {
	font-size: 16px;
	font-weight: normal;
}
#main_area section h4 {
	width: 70%;
	margin: 70px auto 20px;
	padding:2px 8px; /*余白の設定*/
	font-size: 26px;
	line-height: 1.2;
	border-left:5px solid #f09470; /*線の設定*/
	color: #555555;
}
#main_area section h4 > span {
	font-size: 16px;
	font-weight: normal;
}
#main_area section h4 > span > span {
	font-size: 20px;
}
#main_area section h5 {
	margin: 30px 0 0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #555;
}
#main_area .genre_lead {
	text-align: center;
	width: 50%;
	margin: 3% auto;
}
#main_area .item_img {
	width: 450px;
	margin: auto;
}
#main_area .i_calm2 {
	padding-top: 70px;
}
#main_area .detail_text {
	width: 70%;
	margin: 40px auto 0;
	padding: 0 20px;
	text-align: left;
}
#main_area .c_calm1 {
	margin: auto;
	width: 80%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: baseline;
}
#main_area p .font_weight {
	font-weight: bold;
	line-height: 2.0;
	font-size: 14px;
}
#main_area .c_calm1 li {
	width: 25%;
	padding: 10px 10px;
}
#main_area .c_calm1 li p.itemNAME {
	font-weight: bold;
	text-align: center;
	margin: 10% 0 0;
}
#main_area .category_button a{
	display: block;
	width: 300px;
	margin: 50px auto;
	padding: 5px; 
	font-weight: bold;
	background: #f09470;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
#main_area .c_calm2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 65%;
	margin: auto;
}
#main_area .c_calm2 img {
	width: 94%;
	margin: auto;
}
#main_area .slider{
    margin: 0 auto 30px;
    width: 65%;
}
#main_area .slider img{
    height: auto;
    width: 95%;
}
.i_calm3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 900px;
	margin: auto;
	background: #fff;
}
.i_calm3  dt {
	color: #d16e71;
	border-bottom: 1px solid #d16e71;
	padding: 30px 0;
	font-size: 24px;
	margin-right: 20px;
}
.i_calm3  dd {
	padding: 30px 20px 20px 0;
	margin-left: 0;
}
.i_calm3  img {
	width: 200px;
	padding: 30px 0;
}
#main_area ul.categoryimgbtn {
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: 5% auto;
	justify-content: center;
}
#main_area ul.categoryimgbtn li{
	width: 16.5%;
	margin-right: 1%;
}
#main_area ul.categoryimgbtn li:nth-of-type(5n){
	margin-right: 0;
}
#main_area ul.categoryimgbtn li:nth-of-type(n+6){
	margin-top: 3%;
}
#main_area ul.pricebtn {
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: 5% auto;
	justify-content: center;
}

#main_area ul.pricebtn li {
	width: 20%;
	margin: 0 1%;
}

#main_area ul.pricebtn li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em 0;
	background-color: #dcedf4;
	color: #577596;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	box-sizing: border-box;
}

#giftwrapping dt, #aboutsize dt, #gotry dt {
  text-align: center; 
  font-size: 24px;
  color: #f09470;
}

#giftwrapping figure, #gotry figure {
  width: 50%;
  text-align: center;
  margin: 3% auto;
}

/* 基本設定 */
#giftwrapping p, #gotry p,
#giftwrapping ul, #gotry ul {
  width: 50%;
  margin: 0 auto 15px;
  line-height: 1.6;
}

/* 塊の区切り */
#giftwrapping div, #gotry div {
  margin-bottom: 40px;
}

/* リストの設定：標準の黒丸を消し、位置を調整 */
#giftwrapping ul, #gotry ul {
  list-style: none; /* デフォルトの●を消す */
  padding-left: 0;   /* 左の余白をリセット */
}

#giftwrapping li, #gotry li {
  position: relative;
  padding-left: 1em; /* 「・」の分だけ左に余白を作る */
  margin-bottom: 5px;
}

/* 箇条書きの頭に「・」を強制的に表示 */
#giftwrapping li::before, #gotry li::before {
  content: "・";
  position: absolute;
  left: 0; /* 左端に固定 */
  top: 0;
}

/* リンクのスタイル */
#giftwrapping p a, #gotry p a,
#giftwrapping li a, #gotry li a {
  font-weight: bold;
  color: #4892af;
}
/*
#giftwrapping dt, #aboutsize dt,#gotry dt {
	text-align:center; 
	font-size: 24px;
	color: #f09470;
}
#giftwrapping figure, #gotry figure {
	width: 50%;
	text-align: center;
	margin: 3% auto;
}
#giftwrapping p, #gotry p {
	margin: 0 auto 40px;
	width: 50%;
}
#giftwrapping p a, #gotry p a {
	font-weight: bold;
    color: #4892af;
}
		*/
#aboutsize ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 70%;
	margin: auto;
}
#aboutsize ul li {
	width: 48%;
}
#main_area section:nth-of-type(n + 2) {
    /*margin-top: inherit;*/
}
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
/*--------------- リンクエリア ---------------*/
#link_area{
	width: 900px;
	margin: 100px auto 50px;
}
#link_area ul{
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#link_area ul li{
	width: 230px;
	margin: 0 auto 30px;
}
/*
#link_area ul li:last-child {
    margin-left: 25px;
}
#link_area ul li:nth-last-of-type(2) {
    margin-right: 25px;
}*/
#link_area ul li a{
	border: 1px solid #333;
	border-radius: 50px;
	text-align: center;
	line-height: 1.3;
	padding: 5px 0;
	display: -wbekit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 30px;
}

/*----------------ページトップ---------------*/
.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: 970px) and (max-width: 1200px) {
	.breadcrumb{
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
	}
	.main > .contents_box{
		width: calc(100% - 20px);
	}
	/*--------------リード---------------*/
	.main .lead{
		margin: 40px auto 100px;
	}
#top_area {
	width: 100%;
	margin: auto;
}
	
	/*----------------コンテンツ---------------*/
	
.link_button{
	width: 270px;
	margin: 30px auto;
}
.link_button_02 {
	width: 270px;
	text-align: center;
	margin: 0 auto;
}
	/*----------リンク----------*/
	.link_area ul{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.link_area ul li+li{
		margin-left: 30px;
	}
	.link_area ul li a,.link_area p a{
		padding: 15px 0;
		width: 300px;
	}

	/*---------------ページトップ---------------*/
	.pagetop{
		width: 40px;
		height: 40px;
	}
}	









@media (max-width: 979px) and (min-width: 768px) {
	.breadcrumb{
		width: 100%;
		padding: 20px 15px 10px;
		box-sizing: border-box;
	}
	.main > .contents_box{
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	/*改行*/
	.sp_line{
		display: none;
	}
	/*---------------リード文---------------*/
	.main .lead{
		width: calc(100% - 10px);
		margin: 30px auto 70px;
	}
#top_area {
	width: 100%;
	margin: auto;
}
	/*----------------コンテンツ---------------*/
#main_area {
	margin: 100px auto 20px;
}
/*--------------- リンクエリア ---------------*/
#link_area{
	width: 740px;
	margin: 100px auto 50px;
}
#link_area ul{
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#link_area ul li{
	width: 314px;
	margin: 0 auto 30px;
}

	/*---------------ページトップ----------------*/
	.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%;
	}

	/*改行設定*/
	.sp_line{
		display: block;
	}
	.pc_line{
		display: none;
	}
	#top_area {
		width: 100%;
		margin: auto;
	}
	/*---------------リード文---------------*/
	.main .lead{
		margin: 50px auto 55px;
		text-align: center;
		width: calc(100% - 20px);
		letter-spacing: 1px;	

	}
	.main .lead > h2{
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.main .lead p {
		text-align: center;
	}
	.main .lead .mdl_line{
		display: block;
	}
	.gray_top {
		margin: 60px 0;
		background: #E5E5E5;
		padding: 60px 0;
	}
	/*---------------コンテンツ---------------*/
	#main_area {
		width: 100%;
		margin: auto;
	}
	#main_area .detail_text {
    text-align: left;
}
	#main_area .anchor_link {
    width: 95%;
    display: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	padding: 0 0 20px;
}
	#main_area .anchor_link li  {
    width: 95%;
    margin: 20px auto 0;
}
	#main_area section{
    width: 95%;
	margin: 30% auto 0;
}
	#main_area .anchor_link li a {
	width: 100%;
	}
	#main_area .anchor_link li a span {
		font-size: 16px;
	}
	#main_area .item_img {
    width: 90%;
    margin: 0 auto 30px;
}
	#main_area .i_calm, #main_area .i_calm2 {
    display: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    width: 100%;
    margin: auto;
}
	#main_area .c_calm1  {
		width: 95%;
	}
	#main_area .c_calm1 li {
    padding: 1.2em 5px;
}
	#main_area .c_calm1 li {
    width: 5%;
}
	#main_area ul.grybtn {
    width: 95%;
    margin: 5% auto;
    display: flex;
    flex-wrap: wrap;
	}
	#main_area ul.grybtn li {
    width: 48%;
    font-size: 0.7em;
    line-height: 1.4;
    margin: 0 auto;
	}
	#main_area ul.grybtn li a {
		padding: 1.5em 1em;
	}
	#main_area ul.cambtn {
    width: 85%;
    margin: 10% auto;
    display: block;
	}
	#main_area ul.cambtn li {
    width: 100%;
	font-size: 0.7em;
}
	#main_area ul.cambtn li+li {
    margin-top: 5%;
}
	.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: #577596;
}
	
	#main_area section h3 {
    text-align: center;
    font-size: 24px;
	line-height: 1.4;
    font-weight: bold;
    margin-bottom: 30px;
	padding: 40px 0 15px;
}
	#main_area .genre_lead {
    width: 90%;
	text-align: left;
}
	#main_area section h4 {
	width: 95%;
	font-size: 20px;
}
	#main_area section h4 span {
    font-size: 13px;
    font-weight: normal;
}
	#main_area section h5 {
	font-size: 16px;
}
	.container01 .slick-dots li button:before{
	font-size:20px!important;
}
		.i_calm3 {
    width: 90%;
			display: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
}
	.i_calm3 dt {
    color: #d16e71;
    border-bottom: inherit;
    padding: 30px 0;
    font-size: 24px;
    margin-right: 20px;
    margin-left: 20px;
	text-align: center;
}
	.i_calm3 dd {
    padding: inherit;
    margin-left: 0;
}
	.i_calm3 figure {
    width: 70%;
	margin: auto;
	}
	.i_calm3 img {
    width: 100%;
	margin: auto;
    padding: 0 0 30px;
}
	
	.detail_text a {
		color: #f09470;
		text-decoration: underline;
}	
	#main_area ul.pricebtn {
		display: flex;
		flex-wrap: wrap;
		margin: 5% auto;
		width: 100%;
	}
	#main_area ul.pricebtn li{
		width: 45%;
		margin: 0 1%;
	}
	#main_area ul.pricebtn li:nth-of-type(n+3){
		margin: 2% 1%;
	}
	#main_area ul.pricebtn li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	box-sizing: border-box;
}

	
	#main_area ul.categoryimgbtn {
	width: 100%;
	margin: 5% auto;
	justify-content: center;
	}
	#main_area ul.categoryimgbtn li{
	width: 30%;
	margin-right: 2%!important;
	}
	#main_area ul.categoryimgbtn li:nth-of-type(5n){
		margin-right: 0;
	}
	#main_area ul.categoryimgbtn li:nth-of-type(n+6){
		margin-top: 0;
	}
	#main_area ul.categoryimgbtn li:nth-of-type(3n){
		margin-right: 0!important;
	}
	#main_area ul.categoryimgbtn li:nth-of-type(n+4){
		margin-top: 2%;
	}
#giftwrapping, #aboutsize, #schedule,#gotry {
	width: 90%;
	margin: 50px auto 0;
		padding: 20px 0;
}
#giftwrapping dt, #aboutsize dt,#gotry dt {
	text-align:center; 
	font-size: 20px;
}
#giftwrapping figure, #gotry figure {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
}
	#giftwrapping dl, #aboutsize dl, #gotry dl {
		padding: 30px 0 0;
	}
#aboutsize ul {
	display: inherit;
	-webkit-justify-content: inherit;
	justify-content: inherit;
	width: 100%;
}
#aboutsize ul li {
	width: 100%;
}
	#aboutsize ul li:nth-of-type(2) {
		margin: 30px auto 0;
}
	#main_area .detail_text {
	width: 95%;
    padding: 0;
	text-align: justify;
}
	#main_area .category_button a {
    width: 95%;
	font-size: 16px;
	margin: 30px auto 70px;
}

  #giftwrapping figure, #gotry figure {
    width: 90%;
  }

  #giftwrapping p, #gotry p,
  #giftwrapping ul, #gotry ul {
    width: 90%;
  }
/*
	#giftwrapping p, #gotry p {
		margin: 0 auto 40px;
		width: 95%;
	}
	#giftwrapping p+p {
		margin: 0 auto;
	}
*/
	/*---------------リンクエリア---------------*/
	#link_area{
		width: 100%;
		margin: 110px auto 50px;
	}
	#link_area ul {
    margin-bottom: 30px;
    display: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    overflow: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
}
	#link_area ul li{
		width: calc((100% / 2) - 20px);
		font-size: 13px;
	}
	#link_area ul li:nth-last-of-type(2){
		margin-right: auto;
	}
	#link_area ul li:last-child{
		margin-left: auto;
	}
	/*----------------ページトップ-----------------*/
	.pagetop{
		bottom: 30px;
		right: 20px;
		width: 35px;
		height: 35px;
	}
	.pagetop img{
		width: 35px;
	}

}

@media (max-width: 375px){

	#main_area .slick-dots {
		margin-top:0;
		top: 100%;
	}


}