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

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 40px;
  border-bottom: 3px solid #80c8d1;
  background-color: #f4f4f4;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
clear: both;
overflow: hidden;
padding-top: 20px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #80c8d1;
  color: #fff;
}
/*タブ切り替え全体のスタイルここまで*/

/*特徴テーブル*/
#tokucho {
	border-collapse:separate;
	border-spacing: 1px;
	width: 100%;
    border-collapse: separate;
    border-spacing: 0px 8px;
	padding-top: 5px;
}
#tokucho tr th {
	background-color: #FFF;
	color: #333;
	width: 25%;
	text-align: left;
	font-weight: normal;
}

#tokucho tr #list_on {
	background-color: #7b94ac;
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
}

#tokucho tr td {
	text-align: center;
	background-color: #e5eaee;
	width: 25%;
	color: #7b94ac;
	font-size: 0.8em;
        border-bottom:solid 1px #aeaeae;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
/*特徴テーブルここまで*/

/*アイテムページ注意文の文字サイズ*/
#item_caution {
	font-size: 0.8em;
}


/*アイテムサブタイトルシンプル*/

#item_subtitle0 {
  border-bottom: solid 3px #80c8d1;
  position: relative;	
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

#item_subtitle0:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 40%;
}

/*アイテムサブタイトル*/

#item_subtitle {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #fff;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  margin: 2em 0 0.5em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#item_subtitle:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'ITEM SPEC';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

#item_subtitle2 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #fff;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  margin: 2em 0 0.5em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#item_subtitle2:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'ITEM REVIEW';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

#item_subtitle3 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #fff;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  margin: 2em 0 0.5em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#item_subtitle3:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'SPECIAL';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

#item_subtitle4 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #fff;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  margin: 2em 0 0.5em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#item_subtitle4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'ITEM SEARCH';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

#item_subtitle5 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #fff;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  margin: 2em 0 0.5em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#item_subtitle5:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'RECOMMEND';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

#item_subtitle6 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #fff;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  margin: 2em 0 0.5em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#item_subtitle6:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'BROWSING HISTORY';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

/*お問い合わせボタン*/

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
	width: 100%;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct.fs-c-button--plain {
	width: 100%;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label {
  width: 100%;
  padding: 14px 0 16px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #ffb95e;
  line-height: 1;
  border-radius: 5px;
  transition: all .2s;
  font-weight: bold;
  display: block;
  text-decoration: none;	
}

/*商品詳細ページ商品名文字サイズ*/
.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__name {
	font-size: 0.8em;
}

/*商品詳細ページおすすめ商品の文字非表示*/
.fs-c-featuredProduct__header {
	display: none;
}
.fs-p-heading--lv2 {
	display: none;
}


/*アイテムハッシュタグ フレックスボックス*/
.flex_itemtag {

    display: flex;
    flex-wrap: wrap;
}
 
.flex_itemtaglist {
	background-color: #eee;
	color:  #363636;
	margin-top: 1%;
	margin-bottom: 2%;
	margin-right: 2%;
	border-radius:  2px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 0.9em;
	text-decoration: none;
}

/*カートボタンの色*/
.fs-c-variationCart__cartButton .fs-c-button--addToCart--variation.fs-c-button--primary {
	background-color: #80c8d1;
	font-weight: bold;
	border: 1px solid #999;
}

/*商品詳細ページハート*/
.fs-c-button--addToWishList--icon.fs-c-button--particular {
	padding-right: 20px;

}

/*商品詳細アイテム選択個別余白*/
#fs_ProductDetails .fs-l-page .fs-c-variationAndActions .fs-c-variationAndActions__variation.fs-c-variationList .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage li .fs-c-variationCart__variationName {

	padding-top: 5px;
	padding-bottom: 5px;
}

/*商品詳細アイテム選択全体余白と上下ボーダー*/
#fs_ProductDetails .fs-l-page .fs-c-variationAndActions .fs-c-variationAndActions__variation.fs-c-variationList {
	padding-top: 5px;
	padding-bottom: 5px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCC;
}

/*商品詳細アイテム選択個別上下ボーダー*/
#fs_ProductDetails .fs-l-page .fs-c-variationAndActions .fs-c-variationAndActions__variation.fs-c-variationList .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage li {

	padding-top: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

/*商品詳細アイテム選択タイトル非表示*/
.fs-c-variationAndActions__variationLabel.fs-c-variationLabel {
	display: none;
}

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


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


/*SPヘッダーナビ*/
.fs-p-headerNavBar #fs_p_headerNavigation .fs-p-headerNavigation__list {
	background-color: #EEE;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}



/*ヘッダーメニュー*/
.fs-p-headerNavigation__link {
	font-size: 0.9em;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	text-align: center;
	letter-spacing: 0.1em;
}

.fs-p-headerNavBar #fs_p_headerNavigation .fs-p-headerNavigation__list .fs-p-headerNavigation__listItem .fs-p-headerNavigation__link {
	color: #000;
	text-align: center;
}

#fs_p_headerNavigation .top_cart {
	color: #000;
}

#fs_p_headerNavigation .fs-p-headerNavigation__list li {
	  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #fff;
  word-wrap: break-word;
  height: 100%;
}

#fs_p_headerNavigation .fs-p-headerNavigation__list li a {
	  display: inline-block;
  vertical-align: middle;
  padding: 1em;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

.fs-l-header__welcomeMsg.fs-clientInfo {
	text-align: right;
}


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


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

/*SPフッター*/
.foot_flexbox {
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	display: flex;
	justify-content: space-between;
	align-items: top;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 15px;
}

.foot_flexbox .box {
    width: 32%;  /* お好みの幅で指定 */
    padding:10px;  /* お好みの幅で指定 */
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

/* 最後のコンテンツを左寄せにする指定 */
.foot_flexbox:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.foot_flexbox .box a {
	font-size: 0.9em;
}

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




/*-----PCレフトメニュー-----*/

/* PCレフトメニュー */

.l_menu {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
}
.l_menu::before {
    color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 0px;
    background-color: #f0f8ff;
    transition: width 0.2s;
    content: "";
}
.l_menu:hover {
    color: #000;
    text-decoration: none;
}
.l_menu:hover::before {
    width: 100%;
    text-decoration: none;
}

.l_menu_title {
    position: relative;
    padding-top: 0.7em;
    padding-right: 1em;
    padding-bottom: 0.7em;
    padding-left: 1em;
    background: #80c8d1;
    margin-bottom: 1em;
    font-weight: bold;
	color: #FFF;

}

.l_menu_title::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 7px solid transparent;
    border-top: 7px solid #80c8d1;
    width: 0;
    height: 0;
	color: #FFF;

}

.l_menu_title2 {
    position: relative;
    padding-top: 0.7em;
    padding-right: 1em;
    padding-bottom: 0.7em;
    padding-left: 1em;
    background: #80c8d1;
    margin-bottom: 1em;
    margin-top: 2em;
    font-weight: bold;
	color: #FFF;

}

.l_menu_title2::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 7px solid transparent;
    border-top: 7px solid #80c8d1;
    width: 0;
    height: 0;
	color: #FFF;

}





@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');
@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");


#sub_title00 {
	padding: 1em;
	background: #f0f8ff;
	border-left: solid 5px #80c8d1;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*-----//PCレフトメニュー-----*/



/*-----PCトップナビゲーション-----*/

.fs-p-headerNavBar {
	background-color: #eeeeee;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 0.1em;
}

/*検索ボックス*/

.fs-p-searchForm__input.fs-p-inputGroup__input {
	border-top-color: #80c8d1;
	border-right-color: #80c8d1;
	border-bottom-color: #80c8d1;
	border-left-color: #80c8d1;
}

form .fs-p-searchForm__inputGroup.fs-p-inputGroup {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #80c8d1;
	border-right-color: #80c8d1;
	border-bottom-color: #80c8d1;
	border-left-color: #80c8d1;
}

.fs-p-searchForm__button.fs-p-inputGroup__button {
	background-color: #80c8d1;
}

/*-----PCトップナビゲーション-----*/



/*トップカテゴリタイトル*/

#top-category-title {
	position: relative;
	font-size: 18px;
	text-align: center;
	border-bottom: 2px solid #f6f6f6;
	margin-top: 40px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}


#top-category-title::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 2px;
	background-color: #80c8d1;

}


#top-category-title-aka {
	position: relative;
	font-size: 18px;
	text-align: center;
	border-bottom: 2px solid #f6f6f6;
	margin-top: 40px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}


#top-category-title-aka::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 2px;
	background-color: #F58220;

}



#fs_Top .fs-l-page .fs-l-main .fs-l-pageMain .fs-c-productListCarousel.fs-c-slick .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__control.fs-c-buttonContainer {
	display: none;
}

#top-category-title-sub {
	text-align: right;
	margin-bottom: 15px;
	font-size: 0.9em;

}




/*-----PCカルーセル-----*/

/*トップアイテムカルーセル*/

.top-ss.fs-c-productListCarousel.fs-c-slick .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__imageContainer .fs-c-productListItem__image.fs-c-productImage a .fs-c-productListItem__image__image.fs-c-productImage__image {
	width: 88%;
	text-align: center;
	display: block;
    border-radius: 8px;
}

#fs_Top .fs-l-page .fs-l-main .fs-l-pageMain .fs-c-productListCarousel.fs-c-slick .fs-c-productListCarousel__list {
	text-align: center;
}

#fs_Top .fs-l-page .fs-l-main .fs-l-pageMain .fs-c-productListCarousel.fs-c-slick .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item.fs-c-productListItem .fs-c-productListItem__productName a .fs-c-productName__name {
	font-size: 0.8em;
	text-align: left;
}

/*スライダー*/

.top_slide.fs-pt-carousel.fs-c-slick .fs-pt-carousel__track .fs-pt-carousel__slide a img {
	border: 1px solid #FFF;
}
.top_slide.fs-pt-carousel.fs-c-slick .fs-pt-carousel__track .fs-pt-carousel__slide {
	border: 1px solid #FFF;
}
.top_slide.fs-pt-carousel.fs-c-slick .fs-pt-carousel__track .fs-pt-carousel__slide a {
		border: 1px solid #FFF;
}


/*-----//PCカルーセル-----*/


/*-----PC全体調整-----*/

/*パンくず調整*/
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
	font-size: 0.8em;
	padding-top: 15px;
}

p {
	line-height: 180%;
}


/*ロゴサイズ*/
.fs-l-header__logo .fs-p-logo a .fs-p-logo__image {
	width: 70%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.fs-l-header__logo {
	margin-top: 5px;
	margin-bottom: 25px;
}

/*-----//PC全体調整-----*/


#conomi_company .subp_b {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}

/*-----//3列横並び-----*/

#top_flex {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
  justify-content: center;
}


#top_flex ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 99%;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}

#top_flex ul::after {
	content: "";
	display: block;
	width: 33%;
}

#top_flex ul::before {
	content: "";
	display: block;
	width: 33%;
}

#top_flex ul li {
	width: 33%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	list-style-type: none;
}

/*beforeを一番後ろ*/
#top_flex ul::before {
	order: 1;
}


/*-----//4列横並び-----*/

#top_flex4 {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
  justify-content: center;
}


#top_flex4 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 99%;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}

#top_flex4 ul::after {
	content: "";
	display: block;
	width: 24%;
}

#top_flex4 ul::before {
	content: "";
	display: block;
	width: 24%;
}

#top_flex4 ul li {
	width: 24%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	list-style-type: none;
}

/*beforeを一番後ろ*/
#top_flex4 ul::before {
	order: 1;
}




/*-----//5列横並び-----*/

#top_flex2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 99%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2em;
}

#top_flex2 ul::after {
	content: "";
	display: block;
	width: 18%;
}

#top_flex2 ul::before {
	content: "";
	display: block;
	width: 18%;
}

#top_flex2 ul li {
	width: 18%;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;

	margin-bottom: 30px;
	list-style-type: none;
	text-align: center;
}

/*beforeを一番後ろ*/
#top_flex2 ul::before {
	order: 1;
}

#top_flex ul li a img {
	border: 1px solid #CCC;
}

/*youtubeレスポンシブ*/
.fsyoutube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.fsyoutube iframe {
  width: 100%;
  height: 100%;
}


/*月特集テキスト*/
.mtoku {
    position: relative;
    padding:0.25em 1em;
    margin-top: 50px;
}
.mtoku:before,.mtoku:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.mtoku:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.mtoku:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.mtoku p {
    margin: 0; 
    padding: 0;
}

.mtoku2 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
    margin-top: 50px;
}
.mtoku2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
.mtoku2 p {
    margin: 0; 
    padding: 0;
}

/*過去の特集ボタン*/

a.top-kakobtn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 50%;
	margin: auto;
	padding: 1rem 4rem;
	border: 2px solid #80c8d1;
	color: #262626;
	transition: 0.5s;
	letter-spacing: 0.1em;
}
a.top-kakobtn:hover {
	color: #fff;
	background: #80c8d1;
}


/*トップニュース*/

.top_news_box{
	color: #5d627b;
	background: white;
	border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	width: 100%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.top_news_box p {
    margin: 0; 
    padding: 0;
}


/*月特集*/

#mtoku_title {
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 1px #96c2fe;
	color: #454545;
	text-align: center;
	font-size: 1.5em;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
	letter-spacing: 0.1em;
}

#mtoku_title2 {
	background: #c6eda6;
	box-shadow: 0px 0px 0px 5px #c6eda6;
	border: dashed 1px #a3da77;
	color: #454545;
	text-align: center;
	font-size: 1em;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
	letter-spacing: 0.1em;
}

#mtoku_title3 {
	background: #fabec0;
	box-shadow: 0px 0px 0px 5px #fabec0;
	border: dashed 1px #96c2fe;
	color: #454545;
	text-align: center;
	font-size: 1.5em;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
	letter-spacing: 0.1em;
}

/*月特集画像横並び*/
    .sub_image-container {
      display: flex;
  text-align: center;
    }

    .sub_image-container img {
      max-width: 100%;
      height: auto;
      padding-right: 5px;
      padding-left: 5px;
  text-align: center;
    }


/*月特集画像スマホは縦並び*/
    @media (max-width: 600px) {
      .sub_image-container {
        flex-direction: column;
  text-align: center;
      }

      .sub_image-container img {
        margin-right: 0;
        margin-bottom: 10px; 
  text-align: center;
      }
}


/*月特集画像横並び2*/
    .sub_image-container2 {
      display: flex;
  text-align: center;
    }

    .sub_image-container2 img {
      max-width: 90%;
      height: auto;
      padding-right: 10px;
      padding-left: 10px;
  text-align: center;
    }


/*月特集画像スマホも横並び2*/
    @media (max-width: 600px) {
      .sub_image-container2 {
        flex-direction: column;
  text-align: center;
      }

      .sub_image-container2 img {
        margin-right: 0;
        margin-bottom: 10px; 
  text-align: center;
      }
}




/*月特集画像横並び4*/
    .sub_image-container4 {
      display: flex;
  text-align: center;
    }

    .sub_image-container4 img {
      max-width: 90%;
      height: auto;
      padding-right: 10px;
      padding-left: 10px;
  text-align: center;
    }


/*月特集画像スマホも横並び4*/
    @media (max-width: 600px) {
      .sub_image-container4 {
        flex-direction: column;
  text-align: center;
      }

      .sub_image-container4 img {
        margin-right: 0;
        margin-bottom: 10px; 
  text-align: center;
      }
}



/*月特集画像横並びPC4_SP2*/
    .sub_image-container4_2 {
      display: flex;
  text-align: center;
    }

    .sub_image-container4_2 img {
      max-width: 90%;
      height: auto;
      padding-right: 10px;
      padding-left: 10px;
  text-align: center;
    }


/*月特集画像スマホ横並び2*/
    @media (max-width: 600px) {
      .sub_image-container2 {
        flex-direction: column;
  text-align: center;
      }

      .sub_image-container2 img {
        margin-right: 0;
        margin-bottom: 10px; 
  text-align: center;
      }
}





/*枠付きテキストボックス*/
  #mtoku_sub_txt {
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 1px #96c2fe;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
	letter-spacing: 0.1em;
	line-height: 2em;
}


/*リンク一覧*/
.arrow-list {
  list-style: none;
  padding: 0;
}

.arrow-list li {
  position: relative;
  padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.arrow-list li:before {
  content: "▶";
  position: absolute;
  left: 0;
}


/*フォームのスクロールバーサイズ*/

.fs-l-pageMain iframe {
    width: 100%;
    height: 1100px;
    border: none;
}


.border_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  color: #4D9BC1; /* 文字色 */
  border: 2px solid #4D9BC1; /* 線幅・種類・色 */
  background: #fff; /* 背景色 */
  padding: 1em 2em;
  font-weight: bold; /* 文字の太さ */
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

/* マウスオーバーした際のデザイン */
.border_btn01:hover {
  color: #fff; /* 文字色 */
  background: #4D9BC1; /* 背景色 */
}

.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 5px;
    background-color: #fff;
    color: #2589d0;
    font-size: 1em;
}

#mtoku_sub_txt2 {
	background: #dfefff;
}


/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
  max-width: 100%; /* ここに動画の横幅を指定 */
}

/* 動画を囲うdiv */
.video {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*ボタン追加*/

.button_column a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 350px;
    padding: 15px 25px;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: 500;
font-size: 1.2em;
}
.button_column a:hover {
    background: #333;
    color: #FFF;
}
.button_column a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_column a:hover:after {
    border-color: #FFF;
}

/* YouTube埋め込み用のiframe02 */

.youtube_c {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube_c iframe {
  width: 100%;
  height: 100%;
}

#toku_font15 {
	font-size: 1.3em;
	line-height: 1.3em;
}


/* ショップリストピックアップ */
.fs-c-documentArticle .fs-c-documentArticle__heading_pick {
	background-color: #F63;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	text-align: center;
	font-size: 1.1em;
	border-radius: 5px;
}


/* グリッド_PC4_SP2 */
        .grid-con {
            display: grid;
            grid-template-columns: repeat(4, 1fr); /* PCでは4列 */
            gap: 10px;
            padding: 10px;
        }

        /* 各アイテムのスタイル */
        .grid-item {
            background-color: lightblue;
            padding: 20px;
            text-align: center;
            font-size: 20px;
            border-radius: 5px;
        }

        /* スマホ用のレイアウト調整 */
        @media (max-width: 768px) {
            .grid-con {
                grid-template-columns: repeat(2, 1fr); /* スマホでは2列 */
            }
        }



/* サブページのボタン */
        .sub_button-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: flex-start;
        }
        
        .sub_button {
            display: block;
            flex: 1 0 calc(25% - 15px);
            min-width: 150px;
            padding: 12px 20px;
            background-color: #4CAF50;
            color: white;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            border-radius: 4px;
            border: none;
            transition: background-color 0.3s, transform 0.2s;
        }
        
        .sub_button:hover {
            background-color: #45a049;
            transform: translateY(-2px);
        }
        
        .sub_button:active {
            transform: translateY(1px);
        }
        
        /* 小さい画面用のレスポンシブ設定 */
        @media screen and (max-width: 768px) {
            .sub_button {
                flex: 1 0 calc(50% - 15px);
            }
        }
        
        @media screen and (max-width: 480px) {
            .sub_button {
                flex: 1 0 calc(50% - 15px);
            }
        }