body{
font-family:BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
font-weight:600;
}
html{
    scroll-behavior: smooth;
}
h1{
}
.fs-l-header {
    position: sticky;
    top: 0;
    z-index: 900;
    background-color: #fff;
    /* box-shadow: 1px 5px 5px rgb(0, 0, 0, .3); */
}
.fs-c-documentColumn__content{
    gap: 0px;
}
.categori_anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
.fs-pt-column__image > img{
margin:0 auto;
}
.fs-p-dateList > li{
    font-size: 18px;
    font-weight: 600;
    padding: 12px 10px 0;
}
.fs-p-heading--lv2{
    border: none;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: end;
}
.fs-p-heading--lv2 span{
font-size:23px;
}
.info_wrap{
    padding: 10px;
    background-color: #fdf5e8;
}
.fs-c-documentColumn__heading{
font-weight:600;
}

li.categori_list {
    max-width: 48%;
}
.top_categori_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.fs-p-inputGroup {
    display: flex;
    align-items: stretch;
    border: none;
    background: unset;
    flex-direction: row-reverse;
    position: relative;
    width: 35rem;
    height: 40px;
    margin:auto;
}

.fs-p-inputGroup__input {
    border: none;
    border-radius: 29px;
    width: calc(100% - -1em);
    flex-grow: 1;
    padding: 0px 10px 0px 42px;
}
.fs-p-searchForm__button {
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    width: 3.2em;
    height: 3em;
    background-color: unset;
    left: 0;
}
.fs-p-searchForm__button::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;
    content: "\e932";
    display: block;
    font-size: 3.2rem;
    line-height: 1.2;
    position: absolute;
    text-indent: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color:#000;
}

.fs-p-headerNavBar{
    padding: 10px 0px;
}

.pt-top-sns .fs-pt-column__item{
padding:0px;
}
@media screen and (min-width: 768px) {
.fs-p-headerNavigation__link, .fs-p-headerNavigation__viewCartButton{
        font-size: 1.7rem;
}
.fs-p-headerNavigation__link > i, .fs-p-headerNavigation__viewCartButton > i{
        font-size: 1.6rem;
}
.top_categori_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
li.categori_list {
    max-width: 285px;
}
.fs-l-header__contents {
        grid-template-rows: auto auto;
        grid-template-columns: 38% 24% 38%;
    }
}

<!--商品詳細-->
/* タブ全体 */
#tabs {
  margin: 20px 0;
  font-size: 14px;
}

/* タブ見出し部分 */
#tabs .tab-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

/* タブボタン */
#tabs .tab-nav li {
  display: inline-block;
  margin: 0;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #f5f5f5;
}

#tabs .tab-nav li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
}

#tabs .tab-nav li a:hover {
  background: #e8e8e8;
}

/* アクティブタブ */
#tabs .tab-nav li.active {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#tabs .tab-nav li.active a {
  color: #000;
}

/* タブコンテンツ */
#tabs .tab-panel {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 4px;
  padding: 15px;
  background: #ffffff;
}

/* 表示中のタブコンテンツ */
#tabs .tab-panel.active {
  display: block;
}
.youtube_out iframe{
    width: 100%;
    height: 309px;
}
.fs-l-productLayout__item iframe{
    width: 100%;
    height: 220px;

}
@media screen and (min-width: 768px) {
.fs-l-productLayout__item iframe{
    width: 100%;
    height: 309px;

}
}
/* フリーページ */

.free_content{
    margin: 4rem 0px;
}
.free_content h3{
    font-size: 2rem;
    font-weight:bold;
}
.free_main{
    font-size: 2.2rem;
    text-align: center;
}.online_list
.free_red{
color:#dd3322;

}
.online_list{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0px;
}
.online_list li{
    list-style: none;
    max-width: 48%;
}
.online_list li p{
    margin: 5px 0px 0px 0px;
    text-align: center;

}