@charset "utf-8";
/* CSS Document */


.inner {
	max-width: 1013px;
	margin: auto;
}
.page .title_area h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.fs-l-page .bg_gray {
	background: #f7f7f7;
	padding-top: 60px;
    padding-bottom: 60px;
}
.fs-l-page .underArea {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 80px;
}

.fs-PageWrap {
  margin: 60px 0 80px;
}

/** PC **/
@media only screen and (min-width: 768px) {}
/** SP **/
@media only screen and (max-width: 767px) {
  .fs-l-page .underArea {}    
  .fs-PageWrap {
    margin: 7vmin 0 10vmin;
  }
}

/*************

よくある質問

*************************/

.page.qa .contents {
	border-top: 1px solid #4d4d4d;
	margin-top: 60px;
	padding-top: 150px;
}
.page.qa .contents .title_area {
	margin-bottom: 100px;
}
.page.qa .contents .title_area .sub_txt {
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.page.qa .contents .title_area .sub_txt .red {
	color: #d80000;
	text-decoration: underline;
}
.page.qa .contents .link_area {
	margin-bottom: 100px;
}
.page.qa .contents .link_area ol {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.page.qa .contents .link_area ol li {
	background: #eeeeee;
	width: calc(100% / 4 - 5px);
	margin-right: 5px;
}
.page.qa .contents .link_area ol li:last-child {
	margin-right: 0px;
}
.page.qa .contents .link_area ol li a {
	display: block;
	text-align: center;
	width: 100%;height: 100%;
	padding-top: 30px;padding-bottom: 30px;
	position: relative;
	font-size: 20px;
}
.page.qa .contents .link_area ol li a::before {
	content: "";
	width: 30px;
    height: 30px;
	background: #4d4d4d;
    border: 3px solid #fff;
	position: absolute;
	left: 0;right: 0;
	margin: auto;
	bottom: -13px;
	border-radius: 50px;
}
.page.qa .contents .link_area ol li a::after {
	content: "";
	width: 10px;
    height: 10px;
    border: 3px solid;
    border-color:  transparent transparent #fff #fff;
    transform: rotate(-45deg);
	position: absolute;
	left: 0;right: 0;
	margin: auto;
	bottom: 0px;
}

.page.qa .contents .sec {
	margin-bottom: 100px;
}
.page.qa .contents .sec h3 {
	background: #eeeeee;
	font-size: 18px;
	font-weight: 600;
	padding-top: 10px;padding-bottom: 10px;padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}
.page.qa .contents .ttl {
	position: relative;
	display: block;
	line-height: 1.2;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 90px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}
.page.qa .contents .ttl::before {
	content: "Q";
	font-size: 50px;
	font-weight: 600;
	margin-right: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
}
.page.qa .contents .ttl::after {
	content: "";
	width: 10px;
    height: 10px;
    border: 2px solid;
    border-color:  transparent transparent #333 #333;
    transform: rotate(-45deg);
	position: absolute;
	top: 0;bottom: 0;right: 30px;
	margin: auto;
}
.page.qa .contents .sec .nav_list {
	border-top: 1px solid #000;
}
.page.qa .contents .sec .nav_list .nav_menu {
	display: none;
	border-top: 1px dotted #000;
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 35px;
}
.page.qa .contents .sec .nav_list .nav_menu .ans {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	text-decoration: underline;
	margin-bottom: 20px;
	text-indent: -30px;
    padding-left: 60px;
}
.page.qa .contents .sec .nav_list .nav_menu .ans::before {
	content: "A";
	font-size: 35px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 28px;
}
.page.qa .contents .sec .nav_list .nav_menu ol {
	margin-bottom: 15px;
	margin-left: 45px;
}
.page.qa .contents .sec .nav_list .nav_menu ol li {
	text-indent: -15px;
	padding-left: 15px;
}
.page.qa .contents .sec .nav_list .sub {
	font-size: 12px;
	margin-left: 60px;
}
.page.qa .contents .sec .nav_list .txt {
    margin-left: 60px;
	margin-bottom: 20px;
}

.page.qa .contents .sec h3:nth-child(n+2) {
	margin-top: 30px;
}

/**********
about
*****************/
#fs_CustomPage .aboutWrap {
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}
#fs_CustomPage .aboutWrap .aboutListWrap {
	max-width: 990px;
	margin: auto;
	background: #fff;
}
#fs_CustomPage .aboutWrap .aboutListWrap .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 100px 30px;	
}
#fs_CustomPage .aboutWrap .aboutListWrap .flex_box .left_box {
  width: 30%;
}
#fs_CustomPage .aboutWrap .aboutListWrap .flex_box .right_box {
  width: 70%;
}
#fs_CustomPage .aboutWrap .aboutListWrap .flex_box .left_box .img {
  margin-bottom: 20px;
  max-width: 156px;
}
#fs_CustomPage .aboutWrap .aboutListWrap .flex_box .left_box p {
  font-size: 14px;
}
#fs_CustomPage .aboutWrap .aboutListWrap .flex_box .left_box p span {
  display: block;
  margin-top: 15px;
  font-size: 18px;
}
#fs_CustomPage .aboutWrap .aboutListWrap .flex_box .right_box .ttl {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
#fs_CustomPage .aboutWrap .aboutListWrap .flex_box .right_box .txt {
  margin-bottom: 20px;
  font-size: 14px;
}
/** PC **/
@media only screen and (min-width: 768px) {}
/** SP **/
@media only screen and (max-width: 767px) {
  .page.qa .contents .sec {
    margin-bottom: 10vmin;
   }	
  #fs_CustomPage .aboutWrap {
	 padding-top: 0;padding-bottom: 0;
	 margin-bottom: 10vmin;
   }	
  .fs-l-page .bg_gray {
	 background: none;
	 padding: 0;
   }	
  .page.qa .contents {
    border-top: none;
    margin-top: 0;
    padding-top: 5vmin;
  }	
  .page.qa .contents .title_area {
    margin-bottom: 10vmin;
  }  	
  .page.qa .contents .ttl {
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    padding-left: 10vmin; padding-right: 10vmin;
    font-size: 4vmin;
  }	
  .page.qa .contents .ttl::before {
    content: "Q";
    font-size: 5vmin;
    font-weight: 600;
    margin-right: 0;
    position: absolute;
    top: 4vmin;
    bottom: 0;
    left: 3vmin;
    margin: auto;
  }
  .page.qa .contents .ttl::after {
    right: 5vmin;
  }
  .page.qa .contents .sec .nav_list .nav_menu {
	 padding-top: 2vmin;
	 padding-bottom: 5vmin;  
	 padding-left: 3vmin; padding-right: 3vmin;
  }	
  .page.qa .contents .sec .nav_list .nav_menu .ans {
    font-size: 3vmin;
    font-weight: 600;
    position: relative;
    text-decoration: underline;
    margin-bottom: 2vmin;
    text-indent: -3vmin;
    padding-left: 6vmin;
  }
  .page.qa .contents .sec .nav_list .nav_menu .ans::before {
    content: "A";
    font-size: 5vmin;
    display: inline-block;
    vertical-align: sub;
    margin-right: 2vmin;
  }
  .page.qa .contents .sec .nav_list .txt {
    margin-left: 0vmin;
    margin-bottom: 5vmin;
    font-size: 2.5vmin;
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
  .page.qa .contents .sec .nav_list .sub {
    font-size: 2vmin;
    margin-left: 5vmin;
  }	
  #fs_CustomPage .aboutWrap .aboutListWrap .flex_box {
    flex-direction: column-reverse;
    width: 90%;
    margin: auto;
	padding: 0;
  }
  #fs_CustomPage .aboutWrap .aboutListWrap .flex_box .left_box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10vmin;
  }
  #fs_CustomPage .aboutWrap .aboutListWrap .flex_box .left_box .img {
    margin-right: 3vmin;
    margin-bottom: 0;
  }
  #fs_CustomPage .aboutWrap .aboutListWrap .flex_box .right_box {
    width: 100%;
  }
  .fs-l-page .fs-l-main .page {
    margin-top: 0;
    margin-bottom: 0;
  }
  .fs-l-page .fs-l-main .page h2 {
    margin-bottom: 0;
  }
  .page.qa .contents .link_area {
    margin-bottom: 10vmin;
  }
  .page.qa .contents .sec .nav_list .nav_menu ol {
    margin-bottom: 15px;
    margin-left: 0;
  }	
  .page.qa .contents .link_area ol li a {
    padding-top: 3vmin;
    padding-bottom: 5vmin;
    font-size: 3vmin;
  }	
  .page.qa .contents .sec .nav_list .nav_menu ol li {
    text-indent: -15px;
    padding-left: 15px;
    font-size: 3vmin;
    margin-bottom: 3vmin;
  }	
  #fs_CustomPage .aboutWrap .aboutListWrap .flex_box .right_box .ttl {
    font-size: 5vmin;
  }
}


/*************

配送・契約に関する大切なご案内

*************************/
.c_red {
  color: #d80000;
  }
.page.delivery .contents {
	border-top: 1px solid #4d4d4d;
	margin-top: 60px;
	padding-top: 150px;
}
.page.delivery .contents .title_area {
	margin-bottom: 100px;
}
.page.delivery .contents .title_area .sub_txt {
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}
.page.delivery .contents .title_area .sub_txt .red {
	color: #d80000;
	text-decoration: underline;
}
.page.delivery .contents .link_area {
	margin-bottom: 100px;
}
.page.delivery .link_area .linkTtl {
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: bold;
}
.page.delivery .contents .link_area ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px 0.5%;
}
.page.delivery .contents .link_area ol li {
	/* background: #eeeeee;
	width: calc(100% / 2 - 3px);
	margin-right: 3px; */
  background: #eeeeee;
  width: calc(100% / 2 - 3px);
  margin-right: 0;
  flex: 1;
  min-width: 19%;
  width: auto;  
}
.page.delivery .contents .link_area ol li:last-child {
	margin-right: 0px;
}
.page.delivery .contents .link_area ol li a {
	/* display: block;
	text-align: center;
	width: 100%;height: 100%;
	padding-top: 30px;padding-bottom: 30px;
	position: relative;
	font-size: 20px; */
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
  position: relative;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;  
}
.page.delivery .contents .link_area ol li a::before {
	content: "";
	width: 30px;
    height: 30px;
	background: #4d4d4d;
    border: 3px solid #fff;
	position: absolute;
	left: 0;right: 0;
	margin: auto;
	bottom: -13px;
	border-radius: 50px;
}
.page.delivery .contents .link_area ol li a::after {
	content: "";
	width: 10px;
    height: 10px;
    border: 3px solid;
    border-color:  transparent transparent #fff #fff;
    transform: rotate(-45deg);
	position: absolute;
	left: 0;right: 0;
	margin: auto;
	bottom: 0px;
}

.page.delivery .contents .sec {
	margin-bottom: 100px;
}
.page.delivery .contents .sec h3 {
	background: #eeeeee;
	font-size: 18px;
	font-weight: 600;
	padding-top: 10px;padding-bottom: 10px;padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}
.page.delivery .contents .ttl {
  position: relative;
  display: block;
  line-height: 1.2;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 80px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.page.delivery .contents .ttl::after {
	content: "";
	width: 10px;
    height: 10px;
    border: 2px solid;
    border-color:  transparent transparent #333 #333;
    transform: rotate(-45deg);
	position: absolute;
	top: 0;bottom: 0;right: 30px;
	margin: auto;
}
.page.delivery .contents .qa02 .ttl {
	font-size: 18px;
	padding-left: 20px;
}
.page.delivery .contents .sec .nav_list {
	border-top: 1px solid #000;
	position: relative;
}
.page.delivery .contents .sec .nav_list a img {
	vertical-align: middle;
	width: 30px;
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.page.delivery .contents .sec .nav_list .nav_menu {
	display: none;
	border-top: 1px dotted #000;
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 35px;
}
.page.delivery .contents .sec .nav_list .nav_menu .ans {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	text-decoration: underline;
	margin-bottom: 20px;
}
.page.delivery .contents .sec .nav_list .nav_menu ol {
	margin-bottom: 15px;
}
.page.delivery .contents .sec .nav_list .nav_menu ol li {
	text-indent: -15px;
	padding-left: 15px;
}
.page.delivery .contents .sec .nav_list .sub {
	font-size: 12px;
}
.page.delivery .contents .sec .nav_list .txt {
	margin-bottom: 20px;
}

.page.delivery .contents .sec h3:nth-child(n+2) {
	margin-top: 30px;
}
/***************************/
.page.delivery .contents .txt_ttl {
  font-weight: bold;
  margin-bottom: 5px;
}  
.page.delivery .contents .table01 {
margin-top: 7px;
margin-bottom: 72px;
color: #333;
background-color: #fff;
}
.page.delivery .contents .table01 dl {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
border-top: 1px solid #000;
font-size: 1rem;
line-height: 20px;
}
.page.delivery .contents .table01 dl:last-child {
border-bottom: 1px solid #000;
}
.page.delivery .contents .table01 dl dt {
border-left: 1px solid #000;
border-right: 1px solid #000;
}
.page.delivery .contents .table01 dl dt p {
/*padding-top: 15px;*/
padding: 15px 10px;
}
.page.delivery .contents .table01 dl dd {
border-right: 1px solid #000;
}
.page.delivery .contents .table01 dl dd > div {
text-align: left;
margin-bottom: 0;
padding: 15px;
}
.page.delivery .contents .table01 dl dd > div:not(:last-child) {
border-bottom: 1px solid #000;
}
.page.delivery .contents .table01 dl dd > div p {
margin-bottom: 0;
}
.page.delivery .contents .table01 dl:nth-of-type(1) {
font-size: 1rem;
line-height: 21px;
font-weight: bold;
}  
.page.delivery .contents .table01 dl:nth-of-type(1) dt {
background-color: #e8e8e8;
padding-top: 14px;
padding-bottom: 15px;
}
.page.delivery .contents .table01 dl:nth-of-type(1) dd {
background-color: #e8e8e8;
padding-top: 14px;
padding-bottom: 15px;
}
.page.delivery .contents .table01 dl dt {
width: 250px;
}
.page.delivery .contents .table01 dl dd {
width: -webkit-calc(100% - 250px);
width: -moz-calc(100% - 250px);
width: calc(100% - 250px);
}  
.page.delivery .contents .table02 {
margin-top: 20px;
margin-bottom: 6px;
color: #333;
}
.page.delivery .contents .table02 table {
width: 100%;
margin: 0;
padding: 0;
background: none;
border: none;
border-collapse: collapse;
border-spacing: 0;
background-image: none;
}
.page.delivery .contents .table02 table tr th {
background-color: #e8e8e8;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
font-size: 0.8rem;
line-height: 18px;
vertical-align: middle;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}
.page.delivery .contents .table02 table tr th:nth-of-type(1) {
width: 134px;
border-left: 1px solid #000;
}
.page.delivery .contents .table02 table tr th:nth-of-type(2) {
width: 173px;
}
.page.delivery .contents .table02 table tr th:nth-of-type(3) {
width: 68px;
}
.page.delivery .contents .table02 table tr th:nth-of-type(4) {
width: 139px;
}
.page.delivery .contents .table02 table tr th:nth-of-type(5) {
width: 71px;
}
.page.delivery .contents .table02 table tr th:nth-of-type(6) {
width: -webkit-calc(100% - 585px);
width: -moz-calc(100% - 585px);
width: calc(100% - 585px);
}
.page.delivery .contents .table02 table tr td {
font-size: 0.8rem;
line-height: 17px;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
vertical-align: middle;
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
padding-left: 9px;
padding-right: 9px;
}
.page.delivery .contents .table02 table tr td:nth-of-type(1) {
border-left: 1px solid #000;
text-align: left;
}
.page.delivery .contents .table02 table tr td:nth-of-type(2) {
text-align: left;
}
.page.delivery .contents .table02 table tr td:nth-of-type(6) {
text-align: left;
}
.page.delivery .contents .table02 table tr td.t-left {
text-align: left;
}
.page.delivery .contents .table03 {
margin-top: 13px;
margin-bottom: 42px;
color: #333;
}
.page.delivery .contents .table03 table {
text-align: center;
width: 100%;
margin: 0;
padding: 0;
background: none;
border: none;
border-collapse: collapse;
border-spacing: 0;
background-image: none;
}
.page.delivery .contents .table03 table tr:nth-of-type(3) td {
font-size: 0.8rem;
}
.page.delivery .contents .table03 table tr th {
background-color: #e8e8e8;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
font-size: 0.8rem;
vertical-align: middle;
padding-top: 14px;
padding-bottom: 14px;
}
.page.delivery .contents .table03 table tr th:nth-of-type(1) {
width: 148px;
border-left: 1px solid #000;
}
.page.delivery .contents .table03 table tr th:nth-of-type(2) {
width: 148px;
}
.page.delivery .contents .table03 table tr th:nth-of-type(3) {
width: 148px;
}
.page.delivery .contents .table03 table tr th:nth-of-type(4) {
width: 148px;
}
.page.delivery .contents .table03 table tr th:nth-of-type(5) {
width: -webkit-calc(100% - 592px);
width: -moz-calc(100% - 592px);
width: calc(100% - 592px);
}
.page.delivery .contents .table03 table tr td {
font-size: 0.8rem;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
vertical-align: middle;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 9px;
padding-right: 9px;
}
.page.delivery .contents .table03 table tr td:nth-of-type(1) {
border-left: 1px solid #000;
}  



/********************/
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}  
.p-flow {
  margin: 36px 0;
}

.p-flow__list {
  align-items: flex-start;
}

.p-flow__item {
  text-align: center;
  width: 100%;
  position: relative;
}

.p-flow__main-text {
  border: 1px solid #111;
  padding: 16px 0;
  display: block;
  position: relative;
  font-weight: bold;
}

.p-flow__sub-text {
  font-weight: bold;
  display: block;
  margin-top: 4px;
}

.p-flow__item+.p-flow__item {
  margin-left: 40px;
}

.p-flow__main-text:before {
  content: "";
  display: inline-block;
  top: 50%;
  left: -25px;
  width: 0px;
  height: 0px;
  border-left: 12px solid #123a67;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  transform: translateY(-50%);
}

.p-flow__item:first-of-type .p-flow__main-text:before {
  display: none;
}

.p-flow__item-has-subtext+.p-flow__item-has-subtext {
  margin-left: 72px;
}

.p-flow__main-has-subtext:before {
  left: -40px;
} 
.c-flow-maker:after {
  content: "6～10営業日";
  position: absolute;
  top: -30px;
  right: -85px;
  color: #123a67;
}

.c-flow-delivery-center:after {
  content: "取り寄せ";
  position: absolute;
  bottom: -30px;
  left: -72px;
}

.c-flow-customer:after {
  content: "中1日";
  position: absolute;
  top: -30px;
  left: -57px;
  color: #123a67;
}  
.page.delivery .contents .list_img {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px 2%;

} 

/** PC **/
@media only screen and (min-width: 768px) {}
/** SP **/
@media only screen and (max-width: 767px) {
  #fs_CustomPage .aboutWrap {
	 padding-top: 0;padding-bottom: 0;
	 margin-bottom: 10vmin;
   }	
  .fs-l-page .bg_gray {
	 background: none;
	 padding: 0;
   }	
  #fs_CustomPage .aboutWrap .aboutListWrap .flex_box {
    flex-direction: column-reverse;
    width: 90%;
    margin: auto;
	padding: 0;
  }
  #fs_CustomPage .aboutWrap .aboutListWrap .flex_box .left_box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10vmin;
  }
  #fs_CustomPage .aboutWrap .aboutListWrap .flex_box .left_box .img {
    margin-right: 3vmin;
    margin-bottom: 0;
  }
  #fs_CustomPage .aboutWrap .aboutListWrap .flex_box .right_box {
    width: 100%;
  }
  /****/
  .page.delivery .contents {
    border-top: none;
    margin-top: 0;
    padding-top: 5vmin;
  }	
  .page.delivery .contents .title_area {
    margin-bottom: 10vmin;
  }  	
  .page.delivery .contents .ttl {
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    padding-left: 14vmin;
    font-size: 3.6vmin;
  }	
  .page.delivery .contents .ttl::after {
    right: 5vmin;
  }	  
  .page.delivery .contents .link_area {
    margin-bottom: 10vmin;
  }	
  .page.delivery .contents .sec .nav_list a img {
	left: 3vmin;	
  }	
  .page.delivery .contents .sec .nav_list .nav_menu {
	padding-left: 5vmin;
  }	
  .page.delivery .contents .sec {
    margin-bottom: 10vmin;
  }	 
  .page.delivery .contents .link_area .linkTtl {
    font-size: 4.6vmin;
    }
  .page.delivery .contents .link_area ol {}
  .page.delivery .contents .link_area ol li {
          min-width: 49%;
    }
  .page.delivery .contents .link_area ol li a {
          font-size: 3.4vmin;  
    }
  .page.delivery .contents .qa02 .ttl {
      font-size: 18px;
      padding-left: 4vmin;
  }  
  /***********************/ 
  .page.delivery .contents .table01 dl dt {
    width: 180px;
  }
  .page.delivery .contents .table01 dl dd {
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
  }    
  .page.delivery .contents .table02 {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
  }  
/***********************/
  .p-flow {
      margin: 24px 0;
  }

  .p-flow__list {
      flex-direction: column;
      align-items: center;
  }


  .p-flow__item+.p-flow__item {
      margin: 48px 0 0;
  }

  .p-flow__main-text:before {
      top: -55%;
      left: 50%;
      width: 0;
      height: 0;
      border-top: 18px solid #123a67;
      border-left: 24px solid transparent;
      border-right: 24px solid transparent;
      position: absolute;
      transform: translateX(-50%);
  }

  .p-flow__sub-text {
      position: absolute;
      top: 50%;
      left: 8px;
      transform: translateY(-50%);
      background-color: #5277a0;
      color: #fff;
      padding: .5% 1%;
      width: 64px;
      font-size: 80%;
      margin-top: 0;
  }

  .c-flow-maker:after {
      bottom: -45px;
      top: auto;
      right: 0;
  }

  .c-flow-delivery-center:after {
      top: -40px;
      bottom: auto;
      left: 6px;
      background-color: #5277a0;
      color: #fff;
      padding: .5% 1%;
      width: 64px;
      font-size: 80%;
  }

  .c-flow-customer:after {
      top: -30px;
      right: 0;
      left: auto;
  }  
}


/*************

特定商取引

*************************/


.page.law {
	margin-bottom: 60px;
}
.page.law table {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  margin-top: 60px;
}

.page.law th,
.page.law td {
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 10px 15px;
  vertical-align: middle;
}
.page.law th {
  width: 20%;
  background: #eee;
}



/*******************

商品詳細

******************************/


.fs-c-productNumber {
  font-size: 14px;
}
.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer
  .fs-c-button--particular
  .fs-c-button__label {
  display: none;
}
.fs-c-productPrice__main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
  display: flex !important;
  align-items: center;
  max-width: 50vw !important;
}
.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
  content: "数量";
  display: block;
  width: 5em;
}
.fs-c-quantity__select.fs-system-quantity-list {
  min-width: 60px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: "\e919";
}
.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer
  .fs-c-button--particular {
  background: #fff;
  border: 0px;
  border-radius: 3px;
  color: #3c3c3c;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  display: flex;
}

.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer
  .fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  align-items: center;
  font-size: 1.2rem;
  padding: 0.2em 0.5em;
}
.fs-c-productPrices.fs-c-productPrices--productDetail
  .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}
.fs-c-productPrice__main__label {
  display: none;
}
.fs-c-button--primary {
  background: #caa845;
  border: none;
  box-shadow: none;
}
.product_comment01 {
  margin-bottom: 100px;
  width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product_comment01 {
    width: 96%;
	margin: auto;
  }
}

.fs-l-productLayout__item
  .fs-c-productPrice__addon:where(:not([class*="--listed"])),
.fs-l-productLayout__item
  .fs-c-productPrice__main__addon:where(:not([class*="--listed"])) {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.fs-l-productLayout__item
  .fs-c-productPrice__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before {
  content: "(";
}
.fs-l-productLayout__item
  .fs-c-productPrice__addon:where(:not([class*="--listed"]))::after,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
  content: ")";
}





.fs-c-documentColumn__heading {
    color: #caa845;
    border-color: #caa845;
}
.fs-c-documentArticle__heading {
    background: #caa845;
    color: #ffffff;
    padding: 10px 0px;
    padding-left: 15px;
    text-align: left;
    /* font-size: 1.8rem; */
}
nav.fs-c-breadcrumb {
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
  font-size: 12px;
  display: block;
}
div.fs-c-breadcrumb {
  max-width: 1000px;
  margin: auto;
  font-size: 12px;
  display: block;
}
#fs_ProductDetails .fs-c-breadcrumb__list > li:last-child {
  display: none;
}
.fs-c-breadcrumb__list {
  padding: 0px;
}
.fs-l-productLayout {
  margin-top: 30px;
}
#fs_ProductDetails .fs-l-page h1.fs-c-productNameHeading.fs-c-heading {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.fs-c-productPrices--productDetail .fs-c-price {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.product_comment01 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.product_comment01 img{
 /* display: block;
  margin:auto;*/
}
.fs-l-page .fs-l-main .page {
  margin-top: 100px;
  margin-bottom: 100px;
}
.fs-l-page .fs-l-main .page h2 {
  margin-bottom: 50px;
}
table {
  border-collapse: collapse;
}
.fs-body-wishlist-login .fs-c-newUsers {
    margin-left: 0px; 
}
.fs-p-productDescription.fs-p-productDescription--full {
   font-size: 14px; 
}
.fs-p-productDescription.fs-p-productDescription--full table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.fs-p-productDescription.fs-p-productDescription--full table th , .fs-p-productDescription.fs-p-productDescription--full table td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px;
	vertical-align: middle;
}


.fs-c-subgroup .fs-c-listControl {
    font-size: 12px;
}
.fs-c-subgroup .fs-c-subgroupList {
    gap: 10px;
}
.fs-c-subgroupList {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 8px 0;
    padding: 1px 0 0 1px;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item {
    flex-basis: auto;
}
.fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link {
    display: block;
    text-align: center;
    border: 0;
    background: rgba(209,209,209,.3);
    border-radius: 500px;
}

.fs-c-subgroup .fs-c-listControl:not(:first-of-type) {
    display: none;
}
.fs-c-subgroup .fs-c-listControl {
    font-size: 12px;
}
.fs-c-productList__controller .fs-c-sortItems {
    border: 0;
    flex-flow: wrap;
}
.fs-c-productList__controller .fs-c-sortItems {
    border: 0;
    flex-flow: wrap;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
    /* width: 100%;
    text-align-last: left;
    padding: 10px 0 10px 5px;
    border: 0; */
    font-size: 14px;
}
.fs-c-subgroupList__link::after{content:none!important}

a.txt_link {
    color: #eb6a96;
    text-decoration: underline;
}
.fs-c-documentColumn__heading {
    color: #caa845;
    border-color: #cdac4e;
    margin-bottom: 30px;
}
.fs-l-page h1.c-hdg__ttl01_jp {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #333;
}
.fs-l-page h2.fs-c-subSection__title, .fs-l-page h2.fs-c-linkedServiceLogin__title {
    border-bottom: 1px solid currentColor;
    color: #333;
    font-size: 1.8rem;
}
.fs-c-otherServiceLogin:not(:first-child) {
    margin: 40px 0;
}
.fs-c-linkedServiceLogin__body {
    margin: 20px 0;
}
.fs-c-productPointDisplay {
    font-size: 14px;
}
.fs-c-productList__list .fs-c-productListItem form>* {
    width: 100%;
}
.fs-c-productNotice--outOfStock {
    background: none;
    padding: 0px;
    text-align: left;
    color: #d80000;
}
.fs-c-productQuantityAndWishlist {
}
.fs-l-productLayout__item.fs-l-productLayout__item--2 {
}
.fs-c-productCarouselMainImage__thumbnailList {
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.fs-p-productDescription.fs-p-productDescription--full a {
   color: #b7a163;
    text-decoration: underline;
}


@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
    grid-template-columns: 450px 450px;
    grid-gap: 100px;
    align-items: start;
  }
  .fs-l-product2 .fs-c-productActionButton .fs-c-button--primary, .fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary {
    min-width: 100%;
  }
.fs-body-login .fs-c-loginForm > * {
    flex-basis: calc(50% - 40px);
}
}
@media screen and (min-width: 769px) {
  .fs-c-button--addToWishList--detail.fs-c-button--particular .fs-c-button__label {
    font-size: 1.5rem;
  }
  .fs-body-login .fs-c-loginForm {
    display: flex;
    justify-content: flex-start;
    gap: 48px 80px;
    flex-wrap: wrap;
}
.fs-c-productList__controller {
    align-items: flex-end;
}
.fs-c-productList__controller {
    align-items: flex-end;
    margin: 20px 0;
}


}

.fs-c-productNumber {
  font-size: 14px; 
}
.fs-c-productMainImage__image img {
    border: none;
}

.fs-c-productNameHeading__copy {
    display: block;
    margin-bottom: 10px;
    color: #7a7a7a;
}
.fs-l-productLayout .fs-c-productPrice.fs-c-productPrice--selling {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.fs-c-productPrice__main {
    padding-right: 5px;
	display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

select.fs-c-quantity__select.fs-system-quantity-list {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 5px;
}

.fs-l-productLayout .fs-c-button--addToCart--detail.fs-c-button--primary {
    border-radius: 80px;
    line-height: 1em;
    padding: 15px 1.6em 15px;
    max-width: 100%;
    min-width: 100%;
}

.fs-body-product .product_comment01 div {
	margin: auto;
	max-width: 750px;
}
.fs-body-product .product_comment01 table {
	margin: auto;
	max-width: 750px;
}
.fs-c-productCarouselMainImage__image > img {
    max-width: 450px;
    max-height: 450px;
}
.fs-c-productMainImage .fs-c-productMainImage__expandButton {
   display: none;
}

@media screen and (min-width: 769px) {
.fs-c-productThumbnail__image {
    flex-basis: 77px;
    min-width: 77px;
}
.fs-c-productThumbnail__image:nth-child(4n) {
    margin-right: 16px;
}
.fs-c-productThumbnail__image:nth-child(5n) {
    margin-right: 0;
}

}

@media screen and (max-width: 767px) {

.fs-l-product2 .fs-l-productLayout {
    width: 96%;
	margin: auto;
}	
	
.fs-body-product .product_comment01 div {
	margin: auto;
	max-width: 100%;
}	
.fs-body-product .product_comment01 table {
	margin: auto;
	max-width: 100%;
}	
.fs-c-productCarouselMainImage__image > img {
    max-width: 92vw;
    max-height: 92vh;
}
.fs-c-productThumbnail__image {
    flex-basis: 18%;
    min-width: 18%;
}
.fs-c-productThumbnail__image:nth-child(4n) {
    margin-right: 2.5%;
}
.fs-c-productThumbnail__image:nth-child(5n) {
    margin-right: 0;
}
		
nav.fs-c-breadcrumb {
  max-width: 96%;
  margin: auto;
}
div.fs-c-breadcrumb {
  max-width: 96%;
  margin: auto;
}	
}



/*************

会社概要

*************************/

.page.about .contents {
	border-top: 1px solid #4d4d4d;
	margin-top: 60px;
	padding-top: 150px;
}
.page.about .contents .title_area {
	margin-bottom: 100px;
}
#fs_CustomPage .page.about .contents .aboutWrap {
	background: none;
	padding: 0;
}
.page.about .contents .aboutWrap .flex {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.page.about .contents .aboutWrap .flex .leftWrap {
	width: 30%;
	margin-right: 50px;
}
.page.about .contents .aboutWrap .flex .leftWrap .icon {
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
	width: 50%;
}
.page.about .contents .aboutWrap .flex .leftWrap .name {
	text-align: center;
	font-size: 14px;
}
.page.about .contents .aboutWrap .flex .rightWrap {
	width: 60%;
}
.page.about .contents .aboutWrap .flex .rightWrap .ttl {
	font-size: 35px;
	font-family: Verdana, Geneva, "sans-serif";
	margin-bottom: 20px;
}
.page.about .contents .aboutWrap .flex .rightWrap p {
	margin-bottom: 20px;
}


/** PC **/
@media only screen and (min-width: 768px) {}
/** SP **/
@media only screen and (max-width: 767px) {

.fs-l-page .fs-l-main .page {
    margin-top: 0px;
    margin-bottom: 10vmin;
}	
.page.about .contents {
    margin-top: 0px;
    padding-top: 10vmin;
}
.page.about .contents .title_area {
    margin-bottom: 10vmin;
}	
.page.about .contents .aboutWrap .flex {
    flex-direction: column-reverse;
}	
.page.about .contents .aboutWrap .flex .leftWrap {
    width: 100%;
	margin: 0;
}
.page.about .contents .aboutWrap .flex .rightWrap {
    width: 96%;
	margin: auto;
	margin-bottom: 5vmin;
}	
	
	
}


/* --------------------------------------------------------------------
/* 商品一覧
-------------------------------------------------------------------- */

.fs-c-productList__list {
  display: grid;
  grid-template-columns: calc(50% - 0px) calc(50% - 0px);
  grid-gap: 0px;
}
.fs-c-productList__list .fs-c-productListItem {
  border: 0;
  position: relative;
}
.fs-c-productList__list .fs-c-productList__list__item {
  padding: 16px 8px;
}
.fs-c-productList__list .fs-c-productListItem__productName.fs-c-productName {
  font-size: 14px;
}
.fs-c-productList__list .fs-c-productListItem form {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.fs-c-productList__list .fs-c-productListItem form > * {
  flex-grow: 1;
}
.fs-c-productList__list .fs-c-productListItem__image__image {
  max-width: 100%;
  object-fit: contain;
}
.fs-c-productList__list .fs-c-productMark {
  gap: 5px;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productList__list .fs-c-productMark__mark {
  display: block;
  margin-right: 2px;
  font-size: 0.8em;
  line-height: 1;
  padding: 4px 8px;
}
.fs-c-productList__list .itemiconP {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff0de;
  color: #333;
  min-width: 60px;
  padding: 6px 4px;
  font-size: 12px;
  text-align: center;
}
.fs-c-productList__list .fs-c-productMark .fs-c-productMark__label {
  line-height: 12px;
}
.fs-c-productPrice {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.fs-c-productList__list .fs-c-productPrice {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.fs-c-productList__list
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--selling
  .fs-c-productPrice__main__price.fs-c-price {
  color: #333;
}
.fs-c-productList__list
  .fs-c-productPrice__addon:where(:not([class*="--listed"])),
.fs-c-productList__list
  .fs-c-productPrice__main__addon:where(:not([class*="--listed"])) {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.fs-c-productList__list
  .fs-c-productPrice__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before {
  content: "(";
}
.fs-c-productList__list
  .fs-c-productPrice__addon:where(:not([class*="--listed"]))::after,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
  content: ")";
}
.fs-c-productList__list
  .fs-c-productListItem
  .fs-c-productListItem__control.fs-c-buttonContainer
  .fs-c-button--addToCart--list.fs-c-button--plain {
  line-height: 2.2em;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
}
.c-btn__01,
.btn-primary,
.fs-c-button--primary,
.fs-c-productListItem
  .fs-c-productListItem__control.fs-c-buttonContainer
  .fs-c-button--addToCart--list.fs-c-button--plain,
.c-btn__01_s {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  transition: 0.35s ease-in-out;
  background: #caa845;
  border-radius: 500px !important;
  color: #fff;
  padding: 1em;
}
.fs-c-productList__list
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}
.fs-c-productList__list
  .fs-c-button--addToWishList--icon.fs-c-button--particular {
  display: none;
}
.fs-c-productList__list .fs-c-productName__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 600;	
}
.fs-c-productList__list .fs-c-productName__copy {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}



.fs-c-productList__list
  .fs-c-productListItem
  .fs-c-productListItem__productName {
  flex-grow: 100;
}
@media screen and (min-width: 600px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(
        33.3333333333% - 0px
      );
    grid-gap: 0px;
  }
}

@media screen and (min-width: 768px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(
        25% - 0px
      );
    grid-gap: 0px;
  }
  .fs-c-productList__list .fs-c-productListItem {
    padding: 0;
  }
  .c-btn__01,
  .btn-primary,
  .fs-c-button--primary,
  .fs-c-productListItem
    .fs-c-productListItem__control.fs-c-buttonContainer
    .fs-c-button--addToCart--list.fs-c-button--plain,
  .c-btn__01_s {
    padding: 1.2em 1em;
    max-width: 480px;
    margin: auto;
  }
}

@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns:
      calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px)
      calc(20% - 0px);
    grid-gap: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .fs-c-productList__list {
    gap: 40px;
    grid-template-columns:
      calc((100% - 120px) / 4) calc((100% - 120px) / 4) calc((100% - 120px) / 4)
      calc((100% - 120px) / 4);
  }
}


/* --------------------------------------------------------------------
/* カテゴリ一覧
-------------------------------------------------------------------- */
.catPage {}
.catPage .fs-pt-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catPage .fs-pt-menu > .fs-pt-menu__item {
  margin: 0;
  width: 49%;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catPage .fs-pt-menu > .fs-pt-menu__item .fs-pt-menu__heading {
  flex-grow: 1;
}
.catPage .fs-pt-menu > .fs-pt-menu__item .fs-pt-menu__heading a {
  margin: 0;
  padding: 10px;
  text-decoration: none;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catPage .fs-pt-menu > .fs-pt-menu__item .fs-pt-menu__heading a::after {
  content: "\e90c";
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
}

/** PC **/
@media only screen and (min-width: 768px) {}
/** SP **/
@media only screen and (max-width: 767px) {
  .catPage {}
  .catPage .fs-pt-menu {}
  .catPage .fs-pt-menu > .fs-pt-menu__item {
    width: 48%;
    margin-bottom: 6vmin;
  }
  .catPage .fs-pt-menu > .fs-pt-menu__item .fs-pt-menu__heading {}
  .catPage .fs-pt-menu > .fs-pt-menu__item .fs-pt-menu__heading a {}
}

/* --------------------------------------------------------------------
/* お問合せ
-------------------------------------------------------------------- */
.contactForm {}
.contactForm h1 {
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contactForm a {
    text-decoration: underline;
}
.contactForm .btn_02 {
  background-color: #002070;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 350px;
  margin: 20px auto;
  text-align: center;
  padding: 10px;
}
.contactForm .formTtl {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #666;
    font-size: 15px;
    padding-bottom: 10px;
}
.contactForm input[type="text"] {}
.contactForm textarea {}
.contactForm .formBtn {
    margin-top: 30px;
    text-align: center;
}
.contactForm .formBtn input[type="submit"] {}
.contactForm .formBtn input[type="button"] {border: none;cursor: pointer;}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
    .contactForm {}
    .contactForm h1 {
      font-size: 6.4vmin;
    }
    .contactForm a {}
    .contactForm .btn_02 {}
    .contactForm .formTtl {}
    .contactForm input[type="text"] {}
    .contactForm textarea {}
    .contactForm .formBtn {}
    .contactForm .formBtn input[type="submit"] {}
    .contactForm .formBtn input[type="button"] {}
}
/* --------------------------------------------------------------------
/* マイページ＆マイページ関係
-------------------------------------------------------------------- */
.fs-body-my-top {}
.fs-body-my-top main.fs-l-main, .fs-body-my-wishlist main.fs-l-main, .fs-body-my-addressbook main.fs-l-main, .fs-body-my-orders main.fs-l-main, .fs-body-my-reviews main.fs-l-main, .fs-body-my-account-password main.fs-l-main, .fs-body-my-account-settings main.fs-l-main, .fs-body-my-account-settings-edit main.fs-l-main {
  margin-top: 40px;
  margin-bottom: 60px;
}
.fs-body-my-top .fs-p-accountInfo {
  padding: 20px;
}
.fs-p-accountInfo__header {
  margin-bottom: 10px;
}
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 4px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .fs-body-my-top {}
  .fs-body-my-top main.fs-l-main {}
  .fs-body-my-top .fs-p-accountInfo {}
  .fs-p-accountInfo__header {}
}