@charset "utf-8";

/* css記載順序
A. reset.css
B. style.css
C. pc.css
D. tablet.css
E. smart.css

B-01. 枠組共通
B-02. header
B-03. nav
B-04. main共通
B-05. h1,h2見出し
B-06. breadcrumb
B-07. pager
B-08. aside
B-09. footer
B-10. toppage
B-11. form
B-12. レギュレーション
B-13. 検索結果
B-14. 内部ページ
end css記載順序*/


/*************************** B-01. 枠組共通 ***********************/
html{font-size:62.5%;}
@media screen and (max-width:1279px){
html{font-size:56.25%;}
}
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  line-height:2;
}

p,a{
  line-height:1.6;
}

main a,
main a:visited{
  transition: color .3s;
}
main a:hover{
  text-decoration: none;
  opacity: 0.7;
}
body {
  font-family: 'Noto Sans JP', sans-serif,"メイリオ", "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222;
}
body p {
  margin: 0; 
}
img{
  height: auto;
}
.fixbox,
nav.fs-c-breadcrumb,
.product-box,
main.fs-l-main{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.fs-l-main {
  padding: 0;
}
.forSP {
  display: none !important;
}
main article section{
  /*h2*/
  margin-top: 50px;
}
main article section section{
  /*h3*/
  margin-top: 40px;
}
main article section section section{
  /*h4*/
  margin-top: 40px;
}
main article section section section section{
  /*h5 h6*/
  margin-top: 30px;
}

/*************************** B-02. header ***********************/
.fs-body-top header{
  clip-path: polygon(50% 100%, 100% 66%, 100% 0, 0 0, 0 66%);
}
header{
  background: #FFFEF1;
  clip-path: none;
}
div.header-container{
  display: flex;
  justify-content: space-between;
  padding: 1.7rem 1rem 2rem;
  align-items: end;
}
.fs-body-top .header-container{
  padding-bottom: 13rem;
}
.header-container li{
  list-style: none;
}
.header-container li a{
  color: #715457;
}
.header-container ul{
  display: flex;
}
.header-container .fs-clientInfo.is-ready{
  display: flex;
}
.header-list-01{
  justify-content: flex-end;
}
.header-list-01 li{
  margin-left: 2rem;
}
.header-list-01 li a{
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  color: #715457;
}
.header-list-01 li a img{
  height: 32px;
  width: max-content;
  margin: 0 auto;
}
.header-list-02{
  justify-content: end;
  margin: 2.4rem 1.8rem 2.2rem;
}
.header-list-02 li{
  padding:0 1.9rem;
  font-size: 1.4rem;
  border-left:1px solid #715457;
  line-height: 1;
}
.header-list-02 li:first-child{
  border-left:0;
}
.header-list-02 li:last-child{
  padding-right: 0;
}
.header-list-02 li a{
  line-height: 1;
  letter-spacing: 1px;
}
.header-list-03 li{
  margin-right: 1.8rem;
  position: relative;
  width: 166px;
}
.header-list-03 li:last-child{
  margin-right: 0;
}
.header-list-03 li span{
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -65%);
  font-size: 1.2rem;
  font-weight: 600;
  width: max-content;
  letter-spacing: 0.5px;
  color: #715457;
}
.header-list-03 li a:hover{
  opacity: 0.7;
}
.header-list-03 li img{
  user-select: none;
  width: 100%;
}
.fs-l-header__drawerOpener{
  display: none;
}

/*************************** B-03. nav ***********************/

/*************************** B-04. main共通 ***********************/
.link-01{
  text-align: center;
}
.link-01 a{
  color: #000!important;
  font-size: 1.8rem;
  text-decoration: none;
}
.link-01 a::before{
  content: url(https://amcl.itembox.design/item/images/link-01.png);
  margin-right: 10px;
  vertical-align: top;
}


blockquote{
  position: relative;
}
blockquote::before{
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  position: absolute;
  top:10px;
  left:10px;
}

div.data{
  overflow: auto;
  white-space: nowrap;
}
div.data::-webkit-scrollbar{
  height: 5px;
}
div.data::-webkit-scrollbar-track{
  background: #F1F1F1;
}
div.data::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

div.data table {
  width: 100%;
  margin-bottom:10px;
  table-layout: fixed;
}
div.data table caption{
  margin-bottom: 5px;
  font-size: 80%;
  color:#666;
}
div.data table thead th {
  background: #f0f2f4;
  font-weight: bold;
  border-bottom:1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  line-height: 58px;
  font-size: 1.4rem;
}
div.data table tbody th {
  white-space: nowrap;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  border-left: 0;
}
div.data table tbody td {
  border: 1px solid #ccc;
  text-align: center;
  padding:12px 5px;
  line-height: 1.4;
}
div.data table tbody tr {
  background: #f7f7f7;
}
div.data table tbody tr:nth-child(2n+1) {
  background: #fff;
}
div.data table thead tr:hover {
  background: inherit;
}
div.data table tr:hover {
  background: #eee;
}
div.data table tr td:last-child {
  border-right: 0;
  border-left: 4px solid #ddd;
}
div.data table tr th:first-child {
  white-space: nowrap;
  line-height: inherit;
}
div.data table thead tr th:first-child {
  white-space: nowrap;
  line-height: inherit;
  position: relative;
  border-left: 0;
}
div.data table thead tr th:first-child span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  line-height: 1.4;
}
div.data table thead tr th:last-child {
  border-left: 4px solid #ddd;
  border-right: 0;
  line-height: 1.4;
  vertical-align: middle;
}
div.data table thead tr th:last-child span{
  font-weight: 400;
}
div.data td.yen::before{
  content: "\0a5";
}

dl.table{
  margin:0px 0 15px;
  list-style:none;
  overflow:auto;
}
dl.table dt{
  clear:both;
  width:200px;
  float:left;
  padding:15px 0;
  line-height: 1.6;
}
dl.table dd{
  border-bottom: 1px solid #ddd;
  padding:15px 0 15px 200px;
  line-height: 1.6;
}
dl.table dd ul{
  margin-left: 20px;
}
dl.table dd ul li{
  margin-bottom: 5px;
}

dl.table-02{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; 
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}
dl.table-02 dt{
  background: #eee;
  padding: 5px;
  width: 150px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
dl.table-02 dd{
  background: #fff;
  padding: 5px;
  width: calc(100% - 150px);
  border-bottom: 1px solid #ccc;
}

.chart table{
  border-spacing: 0;
  width:auto;
  min-width: 400px;
  table-layout: fixed;
  margin-bottom:10px;
}
.chart table caption{
  margin-bottom: 5px;
}
.chart table thead th{
  background: #f0f2f4;
  border-bottom: 1px solid #ccc;
  padding:15px 5px;
  text-align: left;
}
.chart table tbody th{
  padding: 12px 5px;
  text-align: left;
}
.chart table tbody td{
  padding: 12px 5px;
}
.chart table tbody tr {
  background: #f7f7f7;
}
.chart table tbody tr:nth-child(2n+1) {
  background: #fff;
}
.chart table tbody tr:hover {
  background: #eee;
}

div.scroll {
    overflow: auto;
    white-space: nowrap;
}
div.scroll::-webkit-scrollbar {
    height: 5px;
}
div.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}
div.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

ul.listing {
  margin-left: 30px;
  margin-bottom: 26px;
}
ul.listing li {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
  list-style: initial;
}

ol.listing {
  margin-left: 30px;
  margin-bottom: 26px;
}
ol.listing li {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
  list-style: initial;
}

ul.twoColumns,
ul.threeColumns,
ul.fourColumns,
ul.fiveColumns,
ul.sixColumns{
  display: flex;
  flex-wrap: wrap;
  margin:0 -1%;
  list-style: none;
}
ul.twoColumns li{
  width: 48%;
  margin:1%;
  text-align: center;
}
ul.threeColumns li{
  width: 31.3333%;
  margin:1%;
  text-align: center;
}
ul.fourColumns li{
  width: 23%;
  margin:1%;
  text-align: center;
}
ul.fiveColumns li{
  width: 18%;
  margin:1%;
  text-align: center;
}
ul.sixColumns li{
  width: 14.6666%;
  margin:1%;
  text-align: center;
}
ul.twoColumns li img,
ul.threeColumns li img,
ul.fourColumns li img,
ul.fiveColumns li img,
ul.sixColumns li img{
  width: 100%;
  height: auto;
  display: block;
}


dl.faq dt {
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 0 3px;
    display: flex;
    margin-bottom: 3px;
}
dl.faq dt span {
    border-radius: 10px;
    padding: 10px;
    position: relative;
    background: #f0f2f4;
    width: 80%;
}

dl.faq dt span::before {
    position: absolute;
    content: '';
    border-right: 15px solid #f0f2f4;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 30px;
    left: -15px;
    transform: translateY(-50%);
}
dl.faq dt::before {
    content: "Q";
    font-size: 3.6rem;
    background: #171d63;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}
dl.faq dd {
    margin-bottom: 5rem;
    line-height: 1.4;
    padding: 0 3px;
    display: flex;
    justify-content: flex-end;
}
dl.faq dd span {
    border-radius: 10px;
    padding: 10px;
    position: relative;
    background: #eee;
    width: 80%;
}
dl.faq dd span::before {
    position: absolute;
    content: '';
    border-left: 15px solid #eee;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 30px;
    right: -15px;
    transform: translateY(-50%);
}
dl.faq dd::after {
    content: "A";
    font-size: 3.6rem;
    background: #999;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
dl.faq img{
  display: block;
}

/*目次*/
main.column {
    counter-reset: h1;
}
main.column h2 {
    counter-reset: h2;
    font-size:2.8rem;

}
main.column h2::before {
    counter-increment: h1;
    content: "chapter "counter(h1) ". ";
    font-size: 70%;
    opacity: .8;
    font-weight: normal;
    display: block;
}
main.column h3 {
    counter-reset: h3;
    font-size:2.4rem;
}
main.column h3::before {
    counter-increment: h2;
    content: "chapter "counter(h1) "-"counter(h2) ". ";
    font-size: 70%;
    opacity: .8;
    font-weight: normal;
    display: block;
}
main.column h4 {
    counter-reset: h4;
    font-size:2.0rem;
}
main.column h4::before {
    counter-increment: h3;
    content: "chapter "counter(h1) "-"counter(h2) "-"counter(h3) ". ";
    font-size: 70%;
    opacity: .8;
    font-weight: normal;
    display: block;
}
main.column h4::after {
  content:none;
}
main.column h5 {
    counter-reset: h5;
    font-size:2.0rem;
}
main.column h5::before {
    counter-increment: h4;
    content: "chapter "counter(h1) "-"counter(h2) "-"counter(h3) "-"counter(h4) ". ";
    font-size: 70%;
    opacity: .8;
    font-weight: normal;
    display: block;
}
main.column h6 {
    counter-reset: h6;
    font-size:2.0rem;
}
main.column h6::before {
    counter-increment: h5;
    content: "chapter "counter(h1) "-"counter(h2) "-"counter(h3) "-"counter(h4) "-"counter(h5) ". ";
    font-size: 70%;
    opacity: .8;
    font-weight: normal;
    display: block;
}
main.column h2 a,
main.column h3 a,
main.column h4 a,
main.column h5 a,
main.column h6 a{
  color:#333;
}

div.leftImg .img{
  float: left;
  margin-right: 30px;
  width: 35%;
}
div.leftImg img{
  width: 100%;
  height: auto;
}
div.rightImg .img{
  float: right;
  margin-left: 30px;
  width: 35%;
}
div.rightImg img{
  width: 100%;
  height: auto;
}


/*************************** B-05. h1,h2見出し ***********************/
h1{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
h2{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

h1.fs-c-heading--page{
  font-size: 3.4rem;
}
h2.fs-c-documentArticle__heading{
  font-size: 2.6rem;
  padding: 0.8rem 0 1.0rem;
  background: #715458;
}

/*************************** B-06. breadcrumb ***********************/
/*************************** B-07. pager ***********************/
/*************************** B-08. aside ***********************/
.fs-p-drawer.fs-l-sideArea{
  background: #FFFEF1;
  display: none;
}
.fs-l-sideArea .header-list-03,
.fs-l-sideArea .header-list-02{
  display: none;
}
.fs-l-sideArea .header-list-04{
  display: flex;
  flex-wrap: wrap;
}
.fs-l-sideArea .header-list-04 li{
  border-top: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50%;
}
.fs-l-sideArea .header-list-04 li.bb-0{
  border-bottom: 0;
}
.fs-l-sideArea .header-list-04 li{
  border-top: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50%;
}
.fs-l-sideArea .header-list-04 li a{
  color: #333;
  display: block;
  width: 100%;
  padding: 20px 10px;
}
.fs-l-sideArea p.drawer-title.mt-1{
  margin-top: 1rem;
}
.fs-l-sideArea .aside-none{
  display: none;
}
.fs-l-sideArea p.drawer-title{
  font-weight: 600;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
  max-width: initial;
}
.fs-p-drawerButton{
  padding-bottom: 0;
}
.bb-0{
  border-bottom: 0;
}
/*************************** B-09. footer ***********************/
.fs-l-footer{
  background: #FFFEF1;
  margin-top: 0;
  border-top: 0;
}
.fs-l-footer__utility{
  justify-content: center;
  margin: 0 auto;
  padding: 3rem 8px 0;
}
.fs-p-footerUtilityMenu__list a{
  font-size: 1.8rem;
}
.fs-pt-menu a {
  padding: 8px 20px;
}
.fs-p-footerUtilityMenu__list a::before{
  display: none;
}
.footer-logo-box{
  margin: 3rem auto;
  text-align: center;
}
.footer-logo-box div:first-child{
  width: 230px;
}
.fs-p-footerCopyright{
  background: #FFFEF1;
  color: #000;
  padding: 4px 0 7rem;
}
/*************************** B-10. toppage ***********************/
.fs-body-top .fs-l-page{
  background: #ffe800;
}
.fs-body-top .fs-l-main{
  max-width: initial;
}
.fs-body-top .fs-l-pageMain{
  max-width: initial;
  background: #ffe800;
}
.fs-body-top{
  color: #231815;
}
.fs-body-top h1{
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.8;
  letter-spacing: 4px;
  margin-bottom: 10rem;
  padding-top: 4.5rem;
}
.fs-body-top h2{
  text-align: center;
  font-size: 4rem;
  padding-bottom: 1.8rem;
}
.fs-body-top h2 span {
    line-height: 70px;
    font-size: 5rem;
    vertical-align: baseline;
    align-items: center;
    display: inline-block;
    color: #f8b300;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
}

.fs-body-top h3{
  text-align: center;
  font-size: 3rem;
}
.fs-body-top p{
  text-align: center;
  font-size: 2rem;
}
.top-01{
  background: #ffe800;
}
.top-01-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-01 h3{
  border-bottom:8px solid #ffe800;
  width: max-content;
  padding-bottom: 12px;
  margin: 0 auto;
}
.top-01 section{
  margin: 7rem 0;
  background: #FFFEF1;
  border-radius: 8px;
  border: dotted #000 3px;
  width: 48.4%;
  padding: 7rem 6rem;
  position: relative;
}
.top-01 section:first-child::before {
    position: absolute;
    left: 16px;
    top: -230px;
    content: '';
    display: inline-block;
    width: 188px;
    height: 410px;
    background-image: url(https://amcl.itembox.design/item/images/top_01_02.png);
    background-size: contain;
    vertical-align: middle;
}
.top-01 section:last-child::before{
  position: absolute;
  right: 40px;
  top: -230px;
  content: '';
  display: inline-block;
  width: 132px;
  height: 420px;
  background-image: url(https://amcl.itembox.design/item/images/top_01_01x.png);
  background-size: contain;
  vertical-align: middle;  
}
.top-01 section div{
  text-align: center;
  margin: 50px 0;
}
.top-01 section p{
  font-size: 1.8rem;
  text-align: left;
}
.top-02{
  background: #ffe800;
}
.top-02 section{
  background: #FFFEF1;
  border-radius: 8px;
  border: dotted #000 2px;
  padding: 3.6rem 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.top-02 section h3{
  margin-bottom:2rem ;
}
.top-02 section p{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.top-03{
  background: #ffcc00;
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.top-03 h2{
  padding-top: 18rem;
}
.top-03-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 1%;
  padding: 5rem 0 12rem;
}
.top-03-box li{
  list-style: none;
  width: 31.3333%;
  margin: 1%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top-03-box li div{
  width: 100%;
}
.top-03-box li img{
  display: block;
  margin: 0 auto;
}
.top-03-box p{
  width: 100%;
  text-align: center;
  font-size:2.4rem;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
  color: #231815;
}
.top-03-box li span{
  display: inline-block;
  color: #fff;
  border-radius: 1.6rem;
  margin: 0.6rem 2rem;
  font-size: 1.6rem;
  padding: 0px 14px;
  font-weight: 300;
}
.top-03-box-pink span{
  background: #E52378;
}
.top-03-box-blue span{
  background: #00A6E2;
}
.top-04{
  background: #91bc10;
}
.top-04-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6rem 0;
}
.top-04-box li{
  list-style: none;
  width: 31.3333%;
  margin: 1%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-04-box li:nth-child(2){
  border-left:2px dotted #fff;
  border-right:2px dotted #fff;
  padding: 4.8rem 0;
}
.top-04-box li a{
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
}
.top-04-box li div{
  width: 100%;
  margin-bottom: 1.5rem;
}
.top-04-box li img{
  display: block;
  margin: 0 auto;
}

/*************************** B-11. form ***********************/
iframe.form-mailer-box{
  height: 1000px;
}
/*************************** B-12. レギュレーション ***********************/
/*************************** B-13. 検索結果 ***********************/
/*************************** B-14. 内部ページ ***********************/
.fs-l-page{
  background: #FFFEF1;
}
.fs-l-pageMain{
  margin: 0 auto;
  padding-top: 2rem;
}

/*************************商品詳細エリア*************************/
.product-box{
  display:flex;
  display:-webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 99%;
  align-items:flex-start;
  margin-bottom: 8rem;
}
h1.fs-c-productNameHeading{
  text-align: left;
}

.fs-c-productNumber {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 6px 0 0;
    margin-top: 1rem;
}
.fs-c-productNumber__label {
    background: #eee;
    padding: 8px 4px;
    display: inline-block;
    width: 80px;
    text-align: center;
}

/*************************商品詳細画像*************************/
.product-box-images{
  width: 30%;
  top: 0;
}
.product-box-images.active{
  z-index: 9999;
}
div.fs-c-productMainImage__image img{
  cursor: pointer;
}
/*画像拡大のアイコン*/
div.fs-c-productMainImage__expandButton{
  margin:-53px 0 10px 5px;
}
#fs_ProductDetails .fs-c-buttonContainer{
  display: inherit;
}
.fs-c-productListItem__viewMoreImageButton{
  margin-top:-20px;
  margin-left: 7px;
}
button.fs-c-button--plain {
  background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    background: rgba(255,255,255,0.5);
    line-height: 1;
}
.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
    content: "\e912";
    font-size: 3.6rem;
}
.fs-c-button--plain::before {
    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;
}
.fs-c-button--plain.fs-c-button--viewExtendedImage .fs-c-button__label {
    display: none;
}

/*メイン画像の下のサムネイル*/
div.fs-c-productThumbnail{
  margin: 0 -0.5%;
}
figure.fs-c-productThumbnail__image{
  margin: 0.5%;
  flex-basis: 13.285%;
  min-width: 13.285%;
  border:2px solid #fff;
}
figure.fs-c-productThumbnail__image > img {
  margin-bottom:-10px;
}

/*拡大画像のモーダル*/
.fs-c-productImageModal {
    background: rgba(0, 0, 0, 0.9);
}
.fs-c-productImageModal__close {
  right:24px;
  background: rgba(255,255,255,0.2);
}
.fs-c-slick .slick-prev::before,
.fs-c-slick .slick-next::before {
  background: rgba(255,255,255,0.2);
}

/*************************商品詳細情報*************************/
.product-box-info{
  width: 64%;
}
.product-box-info h2{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.product-box-info h3{
  border-left: 8px solid #999;
  padding-left: 4px;
}
main article section.mt-2{
  margin-top: 2rem;
}
.product-box-info section{
  margin-bottom: 2rem;
}
.product-box-info p.annotation {
  margin-top: 1rem;
  text-align: center;
}
.fs-c-productNameHeading__copy {
    display: block;
    font-size: 2.6rem;
}
span.fs-c-productPrice__addon__label{
  line-height: 1;
}
h1.fs-c-productNameHeading{
  margin:0 0 -5px;
}
h1.fs-c-productNameHeading span.fs-c-productNameHeading__name{
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.4;
}

main.fs-l-main div.group-images p a{
  color:#1f5da0;
  text-decoration: underline;
  transition: .3s;
}
main.fs-l-main div.group-images p a:hover{
  text-decoration: none;
}

/*価格*/
#fs_ProductDetails div.fs-c-productPrice{
  margin:1rem 0;
}
#fs_ProductDetails .fs-c-price{
  display: inherit;
}
#fs_ProductDetails .fs-c-price span{
  font-size:2.8rem;
  font-weight: bold;
  color:#9AC715 ;
}

/* 料金表 */
div.data table tbody td.table_center{
  vertical-align: middle;
  line-height: 2;
}

/*各カラーのサムネイル表示*/
div.product-color-variation ul{
  display: flex;
  display: -webkit-flex;
  margin:10px -1% 20px;
  flex-wrap: wrap;
}
div.product-color-variation li{
  list-style: none;
  text-align: center;
  width: 14.6666%;
  margin:0 1% 1%;
  position: relative;
}
div.product-color-variation li img{
  display: block;
  width: 100%;
  height: auto;
}
div.product-color-variation li a{
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
div.product-color-variation li a:hover{
  color:#06f;
}
div.product-color-variation li a img{
  transition: opacity 0.5s;
}
div.product-color-variation li a:hover img{
  opacity:0.5;
}
div.product-color-variation li.here{
  position: relative;
}
div.product-color-variation li.here::after {
    position: absolute;
    content: '';
    border-top: 10px solid #999;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
div.product-color-variation li a span{
  color: #000;
  font-size: 1.3rem;
  background: rgba(255,255,255,0.8);
  padding:1px 1px 2px;
  position: absolute;
  bottom:0;
  left:0;
  line-height: 1;
}

/*送料込み*/
div.fs-c-productPostage{
  margin:-65px 0 50px;
}

/*商品実寸へのリンク*/
ul.product-size-link{
  float: right;
  display: flex;
}
ul.product-size-link li{
  color:#999;
  list-style: none;
}
ul.product-size-link a{
  color: #999;
}
ul.product-size-link a:hover{
  color: #06f;
  text-decoration: none;
}
ul.product-size-link li:nth-child(2)::before{
  content:"｜";
  padding:0 10px;
}

/*カート・バリエーション表組パーツ*/
span.fs-c-variationLabel__label{
  font-size: 2.0rem;
  font-weight: bold;
}
ul.fs-c-variationMatrix{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin:0 -1%;
}
li.fs-c-variationMatrix__row,
li.fs-c-variationMatrix__col{
  width: 23%;
  margin:1%;
  flex-grow: inherit;
}
div.fs-c-variationMatrix__lane{
  display: block;
}
input.fs-c-variationMatrix__radio{
  display: none;
}
label.fs-c-variationMatrix__panel{
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
}
label.fs-c-variationMatrix__panel::before{}
input.fs-c-variationMatrix__radio:checked + label.fs-c-variationMatrix__panel{
  background:#d8d8d8;
  color: #222;
}
.fs-c-variationMatrix__panel > * {
  min-height: initial;
}
label.fs-c-variationMatrix__panel div{
  overflow: hidden;
  font-size: 2.0rem;
  font-weight: bold;
}
label.fs-c-variationMatrix__panel div:nth-child(2){
  margin-top:-12px;
  font-size: 1.2rem;
  color: #fff;
}
label.fs-c-variationMatrix__panel div:nth-child(2)::before{
  content:"在庫切れ";
  font-size: 1.2rem;
  color: #aaa;
  margin-left: 6px;
}
label.out-of-stock{
  color:#aaa;
  background: url(https://www.agrina-s.com/images/common/out-of-stock.svg) no-repeat center;
  background-size: contain;
}
.fs-c-stockSignLegend {
    display: none;
}

/*お気に入りに登録する*/
button.fs-c-button--addToWishList--detail{
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background:#fff;
  color: #333;
  padding:10px;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  transition:background 0.5s;
  border:1px solid #ddd;
  margin-bottom: 15px;
}
button.fs-c-button--addToWishList--detail:hover{
  background: #d8d8d8;
}
button.is-disabled{
  color: #bbb;
}
button.is-disabled:hover{
  background: #f7f7f7;
}

/*数量（表示なし）*/
span.fs-c-productQuantityAndWishlist__quantity::before{
  content:"数量";
  font-size: 2rem;
  font-weight: bold;
}
.fs-c-productQuantityAndWishlist__quantity{
  margin:10px 0;
  display: none;
}
.fs-c-quantity__select{
  cursor: pointer;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.fs-c-quantity__select::-ms-expand {
    display: block;
}
#fs_ProductDetails .fs-c-quantity__select{
  width: 100px;
  height: 40px;
  font-size: 2.4rem;
  margin-top: 0.5rem;
}

/*カートに入れる*/
button.fs-c-button--addToCart--detail{
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background:#000;
  color: #fff;
  padding:1.8rem;
  text-align: center;
  width: 100%;
  font-size: 2.0rem;
  font-weight: bold;
  transition:background 0.5s;
}
button.fs-c-button--addToCart--detail:hover{
  background: #ccc;
  color: #333;
}
.fs-c-productSalesPeriod{
  margin-top: 2rem;
}

/*返品特約*/
.fs-c-returnedSpecialContract{
  padding: 8px 0 0;
}
.fs-c-returnedSpecialContract__link{
  text-align: right;
}

/*商品についての問い合わせ*/
div.fs-c-inquiryAboutProduct{
  text-align: right;
}
button.fs-c-button--inquiryAboutProduct{
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: none;
  text-align: right;
  margin:0 0 0;
  text-decoration:underline;
  color: #999;
}

button.fs-c-button--inquiryAboutProduct:hover{
  color: #06f;
  text-decoration: none;
}

.fs-c-requiredMark{
  line-height: 1;
}

/*項目選択肢パーツ*/
.fs-c-productSelection{
  margin-bottom: 30px;
}


/*実寸サイズスペック*/


table.chart{
  width: 100%;
}
table.chart caption{
  background: #f0f0f0;
  font-size: 1.1rem;
}
table.chart tr th:first-child,
table.chart tr td:first-child{
  white-space: nowrap;
  width: 46px;
  font-size: 1.2rem;
}

table.chart thead th{
  border-bottom: 2px solid #ccc;
  padding:3px 2px;
}
table.chart th{
  border-bottom: 2px solid #ccc;
  padding:3px 2px;
}
table.chart td{
  border-bottom: 2px solid #ccc;
  text-align: center;
  padding:10px 2px;
}
table.chart td span{
  display: block;
  font-size: 70%;
}
table.chart + table.chart,
div.scroll + div.scroll{
  margin-top:30px;
}


/*おすすめ商品の設定*/
.fs-p-productSetup{
  margin:50px 0;
}
.fs-p-productRelated{
  margin-top:30px;
}
.fs-c-featuredProduct__header{
  display: none;
}
.fs-c-productListCarousel__list__item a{
  color:#333;
  text-decoration: none;
  line-height: 2.0rem;
  font-size: 1.3rem;
}
.fs-c-productListCarousel__list__item a img{
  margin-bottom: 8px;
}

.fs-c-slick.slick-initialized .slick-slide {
    width: 150px;
}
.fs-c-slick.slick-initialized .slick-slide:not(:last-child) {
  margin-right: 10px;
}
img.fs-c-productListItem__image__image{
  width: 100%;
  height: auto;
  transition: opacity 0.5s;
}
img.fs-c-productListItem__image__image:hover{
  opacity: 0.5;
}
.fs-c-productListCarousel {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-c-button--carousel {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 4.4rem;
    line-height: 1;
    min-height: 1em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-c-button--carousel--prev::before {
    content: "\e90b";
}
.fs-c-button--carousel--next::before {
    content: "\e90c";
}
.fs-c-button--carousel .fs-c-button__label {
    display: none;
}
.fs-c-button--carousel::before {
    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;
}
.fs-c-productListCarousel__ctrl.slick-disabled {
    opacity: 0.3;
}

.fs-c-slick.slick-slider {
    position: relative;
    z-index: 0;
}
.fs-c-productListCarousel__list {
    display: flex;
    display: -webkit-flex
    flex-wrap: nowrap;
    overflow: hidden;
}

/* ご利用ガイド */
main article.fs-c-documentArticle section{
  margin-top: 10px;
}

/*はじめての方へ*/
.beginner-01{
  background: rgba(0,0,0,0.05);
  border-radius: 5rem;
  padding: 10rem;
}
.beginner-01 p{
  width: 90%;
  max-width: 800px;
  margin: 0 auto 3rem;
  font-size: 1.8rem;
  line-height: 2;
}
.beginner-01 div.img{
  text-align: center;
}

.beginner-03 .top-01{
  background: none;
  margin-top: 16rem;
}
.beginner-03 .top-01 h3{
    font-size: 2.4rem;
}

.beginner-04{
  background: #ffcc00;
  padding: 5rem 5rem 0;
}
.beginner-04 p{
  text-align: center;
}
.beginner-04 h2{
  font-size: 2.6rem;
  text-align: center;
}

.beginner-05 ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: event;
  margin: 2rem 0 0;
}
.beginner-05 ul li{
  text-align: center;
  background: #fff;
  position: relative;
  border-radius: 6rem;
  width: 23%;
  height: 20rem;
  margin: 1%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  border: 1px solid #ccc;
}

.beginner-05 ul li::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  counter-increment: event;
  content: counter(event);
  font-size: 3.6rem;
}



/*************************** B-15. futureshop ***********************/
.logout-none.my-false { display: none; }
.login-none.my-true { display: none; }

@media screen and (min-width:1025px){
  .fs-body-top .fs-p-drawer{
    display: none;
  } 
}/* min-width */

/*商品カテゴリー https://www.amicalprint.jp/c/leaflet */
.fs-c-productList__list__item{
  padding: 16px;
}