@charset "euc-jp";

body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
}
.container {
  /*max-width: 934px;*/
  width: 100%;
  padding-top: 70px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color: #444;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/bg.gif);
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3d9ddd;
}
a:hover{
  color: #2c88c5;
  text-decoration: none;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  *background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ddd;
  color: #444;
  *background-color: #ddd;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: 'Sintony', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

.ContentsBox1200{max-width:1200px; margin:0 auto;}

.floating_rightBnr{
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 200;
}

.floating_rightBnr a:hover img{opacity: 0.75;}


/*----- GWのお知らせ -----*/
.GW_infoBox{
	background-color: #f00;
	box-sizing: border-box;
	padding: 25px 30px;
	margin: 40px 0px 40px;
	color: #fff;
	font-size: 18px;
	border: 10px double #fff;
}

.GW_infoBox p span{
	text-decoration: underline;
}


/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/

.nav_openSP,
.nav_container{display: none;}

#header-wrapper {
  padding: 0 0;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
}

.headerContents{
	max-width: 1200px;
    height: 70px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}

#headerLogo{
	width: 200px;
	line-height: 1;
	padding: 0;
	margin: 0;
}

.headerLinkPC{
	margin: 0 0 0 auto;
	width: 75%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;;
	-webkit-align-items: center;
	align-items: center;
}

.headerLinkPC li{
	list-style: none;
	margin-left: 4%;
	font-size: 16px;
}

.headerLinkPC li a{color: #dab300; transition:  .3s ease;}
.headerLinkPC li a:hover{color: #fff;}


.view-cart {
  position: relative;
  top: -6px;
  left: 50px;
  padding-top: 0 !important;
}
.cart-count {
  font-size: 17px;
  padding: 0 0 0 7px;
  vertical-align: -2px;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}


/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/

#footer-wrapper {
	margin-top: 50px;
	padding: 0 0;
	background-color: #000;
	width: 100%;
}

.footerContents{
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.footerLogo{
	width: 263px;
}

.footerLink{
	width: 60%;
	margin-left: auto;
	padding-top: 10px;
}

.footerLink li{
	list-style: none;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	border-right: 1px solid #fff;
}

.footerLink li:first-child{border-left: 1px solid #fff;}

.footerLink li a{color: #dab300; transition:  .3s ease;}
.footerLink li a:hover{color: #ffffff;}

.footerLink .List01,
.footerLink .List02{
	margin: 0 0 10px 0;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footerCopy{
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 20px;
	color: #dab300;
	text-align: right;
}


/*--------------------------------------------------------------
商品一覧
--------------------------------------------------------------*/

.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 3.4%;
}
.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 3.2%;
}
.unit-inner{
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.prd-lst-cap {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 23px;
  color: #fff;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  opacity: 0;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
  background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");
  background-repeat : repeat;
  background-position: left;
}
.unit-inner:hover span.prd-lst-span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}

/* product list sort */
.prd-lst-sort {
  margin: 28px 0;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

/* prduct list pager */
.prd-lst-pager {
  padding: 30px 0 20px;
  text-align: center;
}
  .prd-lst-pager .inline li {
    padding: 0 1.4%;
  }
    .prd-lst-pager .inline li span {
     color: #ddd;
    }
    .prd-lst-pager .inline li a {
      color: #444
    }
      .prd-lst-pager .inline li a:hover {
        color: #aaa;
      }
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}



/*--------------------------------------------------------------
商品詳細ページ
--------------------------------------------------------------*/

.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}

/* freepage */
.freepage {
  word-break: break-all;
  padding: 2em 0;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }


/*--------------------------------------------------------------
お知らせ・フリースペース
--------------------------------------------------------------*/

.info, .free-space{
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
  .info .col , .free-space .col {
    padding: 0 1.4%;
  }



/*--------------------------------------------------------------
カテゴリーメイン画像
--------------------------------------------------------------*/

.caMainImage{
	width: 100%;
	height: 300px;
}

.caMainImage.caList{
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/ca_list_title.jpg?cmsp_timestamp=20180927172133) center center no-repeat;
	background-size: cover;
}

.caMainImage.caItem{
	background: url(https://img21.shop-pro.jp/PA01422/701/etc/ca_item_title.jpg?cmsp_timestamp=20181002140548) center center no-repeat;
	background-size: cover;
}

.caMainImage .inner{
	max-width:1200px;
	height: 100%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.caMainImage h2{
	margin: 0;
	padding: 0;
	text-shadow: 0 0 7px #000, 0 0 15px #000;
	color: #fff;
	font-size: 40px;
	letter-spacing: 3px;
}




/*--------------------------------------------------------------
並び替えエリア
--------------------------------------------------------------*/

.searchBox{
	padding: 25px 0 20px;
}

.searchBox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.searchBox li{list-style: none;}

.searchBox li a{color: #dab300;}



/*--------------------------------------------------------------
お客様の声
--------------------------------------------------------------*/
.voiceWrap .MainImgBox{
    width: 100%;
    height: 300px;
    background-image: url(https://img21.shop-pro.jp/PA01422/701/etc/voice_mainImg.jpg?cmsp_timestamp=20190416133808);
    background-position: top 40% center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2rem;
}

.voiceWrap .MainImgBox .Inner{
    width: 100%;
    height: 100%;
    background-color: rgba(49,49,49,0.6);
    position: relative;
}

.voiceWrap .MainImgBox .Inner .Title{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.voiceWrap .MainImgBox .Inner .Title h2{
    font-size: 39px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #ffffff;
}

.voiceWrap .MainImgBox .Inner .Title img{width: 37px;}

.voice_List{
    padding: 50px 0;
}

.voice_List .Inner{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.voice_List .Inner .Review{
    width: 65%;
}

.voice_List .Inner .Review p{
    font-size: 18px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 2rem;
}

.voice_List .Inner .Review p span{
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.voice_List .Inner .Review p span::before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;;
    width: 10px;
    height: 30px;
    background-color: #dab300;
}

.voice_List .Inner .Img{
    width: 30%;
}
.voice_List .Inner .Img img{
    width: 100%;
}





/*--------------------------------------------------------------
メディアクエリ
--------------------------------------------------------------*/

@media (max-width: 1100px) {
	.ContentsBox1200{max-width:none; margin:0 auto; padding: 0 15px;}
}

@media (max-width: 768px) {

#base_gmoWrapp,
#gmo_CMSPbar {
	overflow: hidden;
	min-width: 100% !important;
	width: 100% !important;
}

.container {
	width: 100%;
	padding: 70px 0 0;
}

.floating_rightBnr{
	display: none;
}


/*----- GWのお知らせ -----*/
.GW_infoBox{
	background-color: #f00;
	box-sizing: border-box;
	padding: 20px 20px;
	margin: 20px 0px 20px;
	color: #fff;
	font-size: 16px;
	border: 10px double #fff;
}

.GW_infoBox p span{
	text-decoration: underline;
}


/*ヘッダー-------------*/

#header-wrapper {
  padding: 0 0;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2010;
  width: 100%;
}

.headerContents{
	max-width:none;
    height: 70px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}

#headerLogo{
	width: 200px;
	line-height: 1;
	padding: 0;
	margin: 0;
}

.headerLinkPC{
	display: none;
}

.nav_openSP{
	display: block;
    width: 40px;
    height: 40px;
    border-radius: 0;
    position: fixed;
    z-index: 2011;
    cursor: pointer;
    margin: auto;
    top: 15px;
    right: 15px;
    box-sizing: border-box;
}
.nav_openSP span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    margin: auto;
    background: #dab300;
    left: 0;
    right: 0;
    transition: .3s ease-in-out;
}
.nav_openSP span:nth-child(1) {
    top: 8px;
}
.nav_openSP span:nth-child(2) {
    top: 17px;
}
.nav_openSP span:nth-child(3) {
    top: 27px;
}
.navActive.nav_openSP span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.navActive.nav_openSP span:nth-child(2) {
	width: 0;
}
.navActive.nav_openSP span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.nav_container{
    width: 100%;
        height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
  /* flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
    opacity: 0;
}

.nav_menuwrapper{
    width: 100%;
    height: 100%;
        /* overflow-y: scroll; */
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        padding: 90px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2003;
}
.nav_menuwrapper > a{opacity: 0;}
.navItem{
    width: 100%;
    height: auto;
    padding: 12px 40px 12px 20px;
    margin: 5px 0;
    display: block;
    font-size: 0.85rem;
    text-decoration: none;
    color: #e9b136;
    background-color: #282c37;
    position: relative;
    box-sizing: border-box;
    border:1px solid #999;
}

.navItem::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #e9b136;
    border-right: solid 2px #e9b136;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

.nav_menuwrapper .navLink01{animation: navLink 0.5s ease-in-out 0.5s 1 forwards;}
.nav_menuwrapper .navLink02{animation: navLink 0.5s ease-in-out 0.6s 1 forwards;}
.nav_menuwrapper .navLink03{animation: navLink 0.5s ease-in-out 0.7s 1 forwards;}
.nav_menuwrapper .navLink04{animation: navLink 0.5s ease-in-out 0.8s 1 forwards;}
.nav_menuwrapper .navLink05{animation: navLink 0.5s ease-in-out 0.9s 1 forwards;}
.nav_menuwrapper .navLink06{animation: navLink 0.5s ease-in-out 1.0s 1 forwards;}
.nav_menuwrapper .navLink07{animation: navLink 0.5s ease-in-out 1.1s 1 forwards;}
.nav_menuwrapper .navLink08{animation: navLink 0.5s ease-in-out 1.2s 1 forwards;}
.nav_menuwrapper .navLink09{animation: navLink 0.5s ease-in-out 1.3s 1 forwards;}

@keyframes navLink {
    0% {transform: translate(0, 150px);}
    100% {opacity: 1; transform: translate(0, 0);}
}


/*フッター------------*/

#footer-wrapper {
	margin-top: 50px;
	padding: 0 0;
	background-color: #000;
	width: 100%;
}

.footerContents{
	max-width: none;
	box-sizing: border-box;
	margin: 0 0;
	padding: 20px 0 10px;
	display: block;
}

.footerLogo{
    width: auto;
	max-width: 200px;
    text-align: center;
    margin: 0 auto 20px;
}

.footerLink{
	width: 100%;
	margin-left: auto;
	padding-top: 10px;
}

.footerLink li{
	list-style: none;
	margin: 0;
	padding: 0 0;
	font-size: 14px;
	border-right: none;
    width: 100%;
}

.footerLink li:first-child{
    border-left: none;
}

.footerLink li a{
    color: #dab300;
    transition: none;
    display: block;
    padding: 15px 20px;
    background: #000000;
    background: -webkit-linear-gradient(top,  #333333 0%,#333333 50%,#111111 100%);
    background: linear-gradient(to bottom,  #333333 0%,#333333 50%,#111111 100%);
}

.footerLink li a:hover{color: #dab300;}

.footerLink .List01,
.footerLink .List02{
	margin: 0 0 0 0;
	width: 100%;
	box-sizing: border-box;
	display: block;
    text-align: center;
}
    
.footerLink .List02 li:last-child{border-bottom: 1px solid #333333}

.footerCopy{
	max-width: none;
	box-sizing: border-box;
	margin: 0 15px;
	padding: 10px 0 20px;
	color: #dab300;
	text-align: center;
    font-size: 12px;
}


/*商品一覧-------------*/

.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 3%;
}

.prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
    .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
      font-size: 14px;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #444;
    }
  .prd-lst-cap-inner {
    position: static;
    padding: 10px 0 15px;
	width: 100%;
  }
 

/*カテゴリーメイン画像------------*/

.caMainImage{
	width: 100%;
	height: 150px;
}

.caMainImage .inner{
	max-width:none;
	height: 100%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.caMainImage h2{
	margin: 0;
	padding: 0;
	text-shadow: 0 0 7px #000, 0 0 15px #000;
	color: #fff;
	font-size: 28px;
	letter-spacing: 3px;
}

  
/*お客様の声------------*/
  
    .voiceWrap .MainImgBox{
        width: 100%;
        height: 150px;
    }
    
    .voiceWrap .MainImgBox .Inner{
        width: 100%;
        height: 100%;
        background-color: rgba(49,49,49,0.6);
        position: relative;
    }
    
    .voiceWrap .MainImgBox .Inner .Title{
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    
    .voiceWrap .MainImgBox .Inner .Title h2{
        font-size: 26px;
        font-weight: normal;
        margin-bottom: 10px;
        color: #ffffff;
    }
    
    .voiceWrap .MainImgBox .Inner .Title img{width: 37px;}
    
    .voice_List .Inner{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .voice_List .Inner .Review{
        width: 100%;
    }

    .voice_List .Inner .Review p{
        font-size: 14px;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        line-height: 1.5;
    }

    .voice_List .Inner .Review p span{
        font-size: 18px;
        display: block;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
        position: relative;
    }
    .voice_List .Inner .Review p span::before{
        content: "";
        position: absolute;
        top: 3px;
        left: 0;;
        width: 8px;
        height: 23px;
        background-color: #dab300;
    }

    .voice_List .Inner .Img{
        width: 100%;
    }
  
}


/************************************************************/
/*   追記 20220517   */
/************************************************************/
/* HD, SNS */
@media screen and (max-width:768px) { /*SP*/
    .HD_snsSet{
        width: 100%; padding-top: 5px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
        opacity: 0;
    }
    .HD_snsBox{
        margin: 0 15px;
    }
    .HD_snsBox a{
        display: block; text-align: center;
    }
    .HD_snsBox a img{
        width: 50px;
    }
    .HD_snsBox a span{
        display: block;
        font-size: 10px; color: #dab300;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .HD_snsSet{
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start;
    }
    .HD_snsBox:first-of-type{
        margin-right: 20px;
    }
    .HD_snsBox a{
        display: block; text-align: center;
    }
    .HD_snsBox a img{
        width: 40px;
    }
    .HD_snsBox a span{
        display: block;
        font-size: 10px; color: #dab300;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    }
    .HD_snsBox a:hover img{
        opacity: 0.8;
    }
    
    .headerLinkPC li{
        margin-left: 20px;
    }
    .headerLinkPC li:first-child{
        margin-left: 0;
    }
}

/* FT, SNS */
@media screen and (max-width:768px) { /*SP*/
    .FT_snsSet{
        width: 100%; padding-bottom: 10px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
    }
    .FT_snsBox{
        margin: 0 15px;
    }
    .FT_snsBox a{
        display: block; text-align: center;
    }
    .FT_snsBox a img{
        width: 50px;
    }
    .FT_snsBox a span{
        display: block;
        font-size: 10px; color: #dab300;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .FT_snsSet{
        padding-top: 15px;
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start;
    }
    .FT_snsBox:first-of-type{
        margin-right: 20px;
    }
    .FT_snsBox a{
        display: block; text-align: center;
    }
    .FT_snsBox a img{
        width: 40px;
    }
    .FT_snsBox a span{
        display: block;
        font-size: 10px; color: #dab300;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    }
    .FT_snsBox a:hover{
        opacity: 0.8;
    }
}