.fs-preview-header { display: none; }

body {
    
    font-family: 'helvetica', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
   
}

.fs-c-button--plain {
    background: #70bc67;
    border-radius: 5px;
    color: var(--fs-color-maincolor__font);

}


.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: 0 0 2px #b2b2b2;
    background: linear-gradient(#3cdac4,#0014e8);
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.fs-c-button--primary {
 
    min-width: 300px;
}

h2:first-letter{
  color:  #ffd803;
  background: -webkit-linear-gradient(to right,#ffd803, #e00156);//背景色にグラデーションを指定
  -webkit-background-clip: text;//テキストでくり抜く
  -webkit-text-fill-color: transparent;//くり抜いた部分は背景を表示
  
}

body {
    
    font-family: 'helvetica', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    color: #1f5da0;
    font-size: 2.6rem;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    
    text-decoration: none;
    
}

.fs-c-inputField{

  color:#404343 ;

}

.fs-c-productNotice{

  color:#f7f7f7 ;

}

.fs-c-aggregateRating__message{

  color:#404343 ;

}

h2:first-letter{
  color:  #ffd803;
  background: -webkit-linear-gradient(to right,#ffd803, #e00156);//背景色にグラデーションを指定
  -webkit-background-clip: text;//テキストでくり抜く
  -webkit-text-fill-color: transparent;//くり抜いた部分は背景を表示
  
}

/!----------------------------------------------------------------------------------------------------!/
.cp_modal04 {
	
	top: 0;
	left: 0;
        display: -webkit-box;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: flex;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.cp_modal04 h2 {
	font-size: 20pt;
	line-height: 1.2;
	margin: 1.414em 0 0.5em;
}
.cp_modal04 p {
	font-size: 12pt;
}
.cp_modal04 .cp_modal {
	display: inline-block;
	padding: 1em;
}
@media (min-width: 43.75em) {
	.cp_modal04 .cp_modal {
		padding: 1.5em;
	}
}
.cp_modal04 .cp_modal > label {
        font-weight: bold;
	display: inline-block;
	padding: 1em 2em;
	cursor: pointer;
	-webkit-transition: all 0.55s;
	        transition: all 0.55s;
	color: #1f5da0;
	border: 2px solid #1f5da0;
	border-radius: 0.2em;
	background: #00bcd4;
	text-shadow: 0px 1px 1px #333333;
}
.cp_modal04 .cp_modal > label:hover {
	-webkit-transform: scale(0.97);
	        transform: scale(0.97);
}

.cp_modal04 .cp_overlay {
	width: 900px;
        height: 900px;
        position: absolute;
	z-index: 600;
	margin-right: auto ;
        margin-top: -20% ;
	text-align: center;
	background: rgba(27,37,56,1);
	text-shadow: none;
}

.cp_modal04 .cp_wrap {
	position: relative;
	overflow-y: auto;
	width: 90%;
	height: 80%;
	margin: 0 auto;
	padding: 1em 1em;
	background: rgba(27,37,56,1);
}
@media (min-width: 50em) {
	.cp_modal04 .cp_wrap {
		padding: 1.75em;
	}
}
@media (min-height: 37.5em) {
	.cp_modal04 .cp_wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
.cp_modal04 .cp_wrap label {
	font-size: 15px ;
        line-height: 1.5;
	position: fixed;
	top: 0.5em;
	right: 0.5em;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	cursor: pointer;
	color: #1B2538;
	border-radius: 50%;
	background: #1f5da0;
}
.cp_modal04 .cp_wrap label.cp_btn {
	font-weight: bold;
        font-size: 15px;
        line-height: 1.5;
        position: relative;
	overflow: hidden;
	width: 80px;
	height: 30px;
	color: #1B2538;
	border-radius: 3px;
}
.cp_modal04 .cp_wrap h2 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #ffffff;
}
.cp_modal04 .cp_wrap p {
	text-align: justify;
	color: #ffffff;
	margin: 0;
	line-height: 2.3;
	text-indent: 1em;
}
.cp_modal04 p.citation {
	text-align: right;
}
.cp_modal04 p.citation::before {
	content: '00'
}
.cp_modal04 p:not(.citation) {
	margin-bottom: 1.5rem;
}
.cp_modal04 .cp_modal input:focus ~ label {
	-webkit-transform: scale(0.97);
	        transform: scale(0.97);
}
.cp_modal04 input {
	position: absolute;
	top: -1000px;
}
.cp_modal04 .cp_overlay {
	z-index: -100;
	-webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	        transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
	opacity: 0;
}
.cp_modal04 input:checked ~ .cp_overlay {
	z-index: 800;
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

div#modallink :link {
    color: #45ddcb;
}
div#modallink :visited {
    color: #edff1e;
}

/*-----------------------------------------------------------------------------------*/
.fs-p-headerNavBar{

width: 200px;
border-bottom: none;
text-decoration:none;
margin-left: 360px;



}

.fs-p-headerNavigation {
    margin: auto;
    max-width: 1216px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

input.fs-p-searchForm__input fs-p-inputGroup__input {

background-color: #1f5da0 ;

}


span.fs-p-searchForm__inputGroup fs-p-inputGroup {

width: 100px;
margin-left: 300px;

}

/*↓↓---スカイスクレパー設定---↓↓*/
body{
position:absolute ;
background-image: url("https://kingdom.itembox.design/item/skyscraper01.jpg?t=20211103161303");
background-repeat: repeat-y;
background-attachment: scroll;
background-position:left

}

/*↑↑---スカイスクレパー設定---↑↑*/

/*↓↓---ウェルカムメッセージ設定---↓↓*/
.fs-l-header__welcomeMsg fs-clientInfo{

margin-left: 300px;

}

.fs-l-header {
    
    padding-top: none;
}

.fs-p-welcomeMsg{

margin-left: 300px;

}

.fs-p-memberInfo is-loggedIn{

margin-left: 300px;

}

.fs-p-memberInfo__stage is-staged--{@ member.stage_no @}{

margin-left: 300px;

}

.fs-p-memberInfo__points{

margin-left: 300px;

}

/*↑↑---ウェルカムメッセージ設定---↑↑*/

/*↓↓---ヘッダーメニュー設定---↓↓*/
.fs-l-header__utility{

margin-right: 300px;
margin-top: -160px;

}

/*↑↑---ヘッダーメニュー設定---↑↑*/


/*↓↓--パンくず設定---↓↓*/
.fs-c-breadcrumb{

margin-left: 300px;

}

/*↑↑---パンくず設定---↑↑*/

/*↓↓---カルーセル設定---↓↓*/
.fs-pt-carousel.fs-c-slick {

width: 925px ;
height: 423px ;
margin-bottom: 25px;

}

.fs-pt-carousel__slide img{

width: 925px ;
height: 423px ;


}

.fs-pt-carousel__track{

width: 925px ;
height: 423px ;


}

/*↑↑---カルーセル設定---↑↑*/

/*↓↓---topロゴ設定---↓↓*/
.fs-l-page-logo{

width: 800px ;
height: 150px ;
margin-left: -50%;
padding-top: 30px ;
padding-bottom: 210px ;


}

/*↑↑---topロゴ設定---↑↑*/

/*↓↓---メニュー設定---↓↓*/
.topnav ul {
	width: 1300px ;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
	padding: 0;
	list-style-type: none;
	background-color: #1b2538;
        border-radius: 4px 4px 4px 4px;
}
.topnav ul li {
	float: left;
}
.topnav ul li a {
	display: block;
	padding: 14px 15px;
	text-align: center;
	text-decoration: none;
	color: white;
}
.topnav ul li a:hover:not(.active) {
	background-color: #a9bce2;
        color: #000000;
        transition: background 1s cubic-bezier(.17,.89,.32,1.28),width 1s cubic-bezier(.17,.89,.32,1.28);
}
.topnav a.active {
	background: linear-gradient(#da3c41,#ffd803) fixed;	color: white;
}
.topnav ul li.right {
	float: right;
}

.topnav img {

margin-right: 2px;
width: 15px;
height: 15px;
display:  inline-block;

}

.topnav > ul > li > a > .caret {
	border-top: 4px solid #aaaaaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}

.topnav > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}

.topnav > ul > li > div {
	background-color: #1b2538;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 160px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
        z-index: 1000;
}

.topnav > ul > li > div > ul {
	width:160px ;
        border-radius: 0 0 4px 4px;
}

.topnav > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}

.topnav > ul > li > div ul > li {
	display: block;
}
.topnav > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.topnav > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}

@media screen and (max-width: 480px) {
	.topnav li.right, ul.topnav li {
		float: none;
	}
}

/*↑↑---メニュー設定---↑↑*/

/*↓↓---Categoryサイドメニュー設定---↓↓*/
/*アコーディオン全体*/
.menu {
  width: 100%;
  padding: 10px 10px 20px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}	
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #000000;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #f1f1f1;
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar03:checked ~ #links03 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background:  #white;
  padding: 10px;
}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000000 2px solid;
  border-right: #000000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000000 2px solid;
  border-right: #000000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/*↑↑---サイドメニュー設定---↑↑*/

/*↓↓---Informationサイドメニュー設定---↓↓*/
ul.sidenav {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 0;
	width: 200px;
	background-color: #f1f1f1;
	position: relative;
	overflow: auto;
        border-radius: 10px 10px 10px 10px;
        
}
ul.sidenav li a {
	display: block;
	color: #000000;
	padding: 8px 16px;
	text-decoration: none;
}
ul.sidenav li a.active {
	background: linear-gradient(#05FBFF, #1D62F0 ) fixed;	color: white;
        
}
ul.sidenav li a:hover:not(.active) {
        background-color: #1b2538;
        color: white;
        transition: background 1s cubic-bezier(.17,.89,.32,1.28),width 1s cubic-bezier(.17,.89,.32,1.28);
}


div.content {
	margin-left: 25%;
	padding: 1px 16px;
	height: 1000px;
}
@media screen and (max-width: 900px) {
	ul.sidenav {
		width: 100%;
		height: auto;
		position: relative;
	}
	ul.sidenav li a {
		float: left;
		padding: 15px;
	}
	div.content {
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	ul.sidenav li a {
		text-align: center;
		float: none;
	}
}

.fs-p-drawer {
    background:none ;
    overflow: visible;
   
    
}

div#sticky {
    position: sticky;
    top: 5px;
}


/*↑↑---サイドメニュー設定2---↑↑*/

.fs-p-footerNavigation {
    grid-gap: 8px;
    
}
/*注文手続き画面の調整*/
.fs-body-customerDetails ,.fs-body-cart-login,.fs-body-checkout {
    position: initial;
}
.fs-body-customerDetails .fs-l-page-logo,.fs-body-checkout .fs-l-page-logo,.fs-body-cart-login .fs-l-page-logo {
    margin: auto;
}

