/* プレビューヘッダを非表示 */
.fs-preview-header { display: none; }

body {
  margin: 0;
  color: #333;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height:25px;
  font-size:1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #333;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1em
  padding: 0;
  font-size: 1.3em;
  margin-block-start:2em ;
  margin-block-end:0em ;
}

.text_s {
  font-size: 85%
}

.text_xs {
  font-size: 50%
}

.cart-position {
  margin-right: 120px;
  margin-top: -14px;
}
@media ( max-width : 767px ){
  .cart-position {
    margin-right: 100px;
    margin-top: -50px;
  }
}

.cart-position a {
position: relative;
}
.mainView{
  width: 100vw;
  height: 100vh;
  background-color: ;
}
.mainView .fs-p-cartItemNumber{
    top: -17px;
    right: -5px;
}


p {
    width: 97%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}

/* flex-container */
.box {
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}


@media screen and (max-width: 767px) {
.box {
    margin-top: 0px;
}
.top-image-box {
    display: flex; 
    margin-top: 17px; 
}
}



@media ( max-width: 480px ) {
.top-image-box {
    display: block; 
    width: 100%;
}
}

/* ドロワーメニュー */
a{
  color: #333;
  text-decoration: none;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #333;
  text-align: center;}

@media screen and (max-width: 767px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 30px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; } }
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }
 
@media screen and (max-width: 767px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 10px;
  letter-spacing: 0.1em;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 767px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; }
 
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; }
 

  .js_humburgerOpen .el_humburger_text svg path {
    fill: #333; } 
}
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 3px;
  background: #666;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #333; }
 
@media screen and (max-width: 767px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #333; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-12px) rotate(45deg);
  -ms-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #333; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.fs-l-header__contents .navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(236, 236, 236, 1);
  width: 0;
  z-index: 3;
  
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: hidden; 
padding: 0;
padding-top: 100px;
}
.js_humburgerOpen .fs-l-header__contents .navi {
    width: 450px;
}
@media screen and (max-width: 767px) {
  .js_humburgerOpen .navi {
        width: 100%;
        padding: 100px 5% 0; 

  } 
}

@media screen and (max-width: 480px) {
 .js_humburgerOpen .fs-l-header__contents .navi {
    width: 320px;
}
}

.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px; } }

.navi_item_sub {
  margin-top: -18px;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 100px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .navi_item_sub {
      margin-left: 20px;
      font-size: 18px; } }

/* ロゴとドロワーメニューの並び制御 */
.f-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.go-p-heading--lv2 {
  text-align: start;
  border-bottom: 0px solid currentColor;
  color: #333333;
  font-size: 0.5em;
}

.go-p-heading--lv2:not(:first-child) {
  margin-top: 2em;
}

.video{
width: 100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
margin-top: 30px;
margin-bottom: 40px;
}

.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

._go-logo{
    display: float;
    vertical-align: middle;
    text-align: start;
    margin : 20px;
}


/*_go products*/

.leftbox,
.rightbox {
  padding: 0;
  padding-top: 10px;
  font-size: 0.6em;
}

.leftboxdown,
.leftboxdown2,
.leftboxup,
.rightboxup,
.rightboxdown {
    padding-bottom: 40px;
  }
 
/* Responsive */
@media ( min-width : 768px ) {
    .flexbox2 {
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
    }

  .leftbox {
    padding-right: 8px;
    padding-top: 10px;
    margin: 0px;
  }

   .rightbox {
    padding-left: 8px;
    padding-top: 10px;
    margin: 0px;
  }

  .leftboxup {
   font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

  .leftboxdown {
  position: relative;
  padding-bottom: 0px;
  margin-top: 0px;
  }

  .leftboxdown a {
  position: absolute;
  top: 8%;
  right: -16%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 5px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.8);/*背景色*/
  font-size: 0.7em;
  line-height: 1;/*行高は1に*/
  }

  .leftboxdown a:hover {/*カーソルを当てたとき*/
  color: #fa511b;
  text-decoration: none;
  }

  .leftboxdown img {
  width: 100%;
  }

  .leftboxdown2 {
  position: relative;
  }

  .leftboxdown2 a {
  position: absolute;
  top: 8%;
  right: -16.5%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 5px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.8);/*背景色*/
  font-size: 0.7em;
  line-height: 1;/*行高は1に*/
  }

  .leftboxdown2 a:hover {/*カーソルを当てたとき*/
  color: #fa511b;
  text-decoration: none;
  }

  .leftboxdown2 img {
  width: 100%;
  }

  .rightboxup {
  position: relative;
  padding-bottom: 0px;
  }

  .rightboxup a {
  position: absolute;
  top: 8%;
  right: -18%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 5px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.8);/*背景色*/
  font-size: 0.7em;
  line-height: 1;/*行高は1に*/
  }

  .rightboxup a:hover {/*カーソルを当てたとき*/
  color: #fa511b;
  text-decoration: none;
  }

  .rightboxup img {
  width: 100%;
  }

  .rightboxdown {
  position: relative;
  }

  .rightboxdown a {
  position: absolute;
  top: 8%;
  right: -17%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 5px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.8);/*背景色*/
  font-size: 0.7em;
  line-height: 1;/*行高は1に*/
  }

  .rightboxdown a:hover{/*カーソルを当てたとき*/
  color: #fa511b;
  text-decoration: none;
  }

  .rightboxdown img {
  width: 100%;
  }
}

/* マウスオーバーで画像切り替え */
.img-box {
  position: relative;
}
.img-box .active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s; // ゆっくり
}
.img-box:hover .active {
  opacity: 1;
}

/* 200609 bykihana */
.mainView {
height: auto;
padding: 0;
}

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

/* 200609 byrm */
.fs-p-dateList > li {
    border: 1px solid #dddddd;
    border-width: 1px 0 0 0;
    padding: 8px 0 0;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.7em;
}

@media screen and (min-width: 768px)
.fs-p-footerNavigationItem__title {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
}

.fs-p-footerNavigationItem__title {
    display: block;
    border-bottom: 1px solid #dddddd;
    padding: 4px;
    font-size: 1.4rem;
    position: relative;
    text-align: ;
    z-index: 1;
}

/* 200627 byrm */
.fs-l-footer a {
    color: #cccccc;
}

.fs-l-footer a:hover{/*カーソルを当てたとき*/
    color: #fa511b;
  }

.fs-l-footer {
    background-color: #666666;
    color: #cccccc;
}

@media ( max-width : 767px ){
.fs-l-footer {
    border-top: 0.5px solid #787878;
}
}

.fs-p-footerCopyright__text {
    padding-left: 10px;
    font-size: 0.8em;
    font-weight: lighter;
    letter-spacing: 0.1em;
}



.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    font-size: 1em;
}

.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    font-size: 1em;
}


@media ( max-width : 767px ) {
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border-top: 0.5px solid #787878;
}
.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border-top: 0.5px solid #787878;
}
}

/* トップ画像 */

@media screen and (min-width: 768px) {
.top-image-box {
    display: flex; 
}
}

.top-image-item {
    height: auto;
}


/* トップメッセージ */
.top-message {
    margin-top: 40px;
    text-align: center;
}

.top-message-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 2em;
}

.marker_yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.top-message-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
}

/* Responsive */
@media ( max-width : 767px ) {
.top-message-title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2em;
}
.top-message-list {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 0px;
}
}


/* 改行 */
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}

@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* リスト */
ul li {
  padding-top: 10px; 
  padding-bottom: 10px;
}

/* トップコンテンツ */
.top-contents {
    margin-top: 40px;
    text-align: center;
}

.top-contents-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
}

.top-contents-list {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    color: #999999;
}

/* Responsive */
@media ( max-width : 767px ) {
.top-contents-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 2em;
}
.top-contents-list {
    font-size: 12px;
    line-height: 2em;
}
.fs-pt-column__heading {
    font-size: 1.4rem;
}
.fs-pt-column__description {
    font-size: 0.3em;
}
.fs-pt-column--3 {
    margin-bottom: 0;
}
}

/* ABOUT */
@media ( min-width : 768px ) {
.fs-pt-column--3 {
    padding: 0;
    margin-bottom: 120px;
}
}

.fs-pt-column__item {
    margin-top: 50px;
}

.fs-pt-column__heading {
    padding-top: 30px;
    padding-bottom: 15px;
    line-height: 1.3em;
    font-size: 1.6rem;
}

.fs-pt-menu a:hover {
  color: #fa511b;
  text-decoration: none;
}

.fs-pt-column__description {
    font-size: 1.2rem;
    line-height: 2em;
    font-weight: normal;
    padding-bottom: 0px;
}

a:hover {
    text-decoration: none;
}

.fs-pt-column__a {
    font-size: 0.5em;
    line-height: 2em;
    padding-top: 15px;
    padding-bottom: 10px;
}

/* ボタン */
.btn-flat-border {
  display: inline-block;
  padding: 0em 4em;
  text-decoration: none;
  font-size: 0.4em;
  color: #666666;
  border: solid 1px #666666;
  border-radius: 3px;
  transition: .4s;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}

@media ( max-width : 767px ) {
.btn-flat-border {
  padding: 0.5em 3em;
  font-size: 0.6em;
}
}

.btn-flat-border:hover {
  background: #666666;
  color: white;
  text-decoration: none;
}

/* ボタン2 */
.btn-flat-border2 {
  display: block;
  padding: 0.5em 4em;
  text-decoration: none;
  font-size: 1em;
  color: #666666;
  border: solid 1px #666666;
  border-radius: 3px;
  transition: .4s;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.btn-flat-border2:hover {
  background: #666666;
  color: white;
  text-decoration: none;
}

/* 送料告知ボタン */
.fs-p-banner--postage .fs-p-banner__label--emphasis {
  color: #fa511b;
}

.fs-c-productNameHeading {
    color: #333333;
    font-size: 2em;
    padding-bottom: 20px;
}

.fs-c-documentColumn__heading {
    border: 0;
}

@media ( max-width : 767px ) {
.fs-c-documentColumn__heading {
    padding-left: 3px;
}

.fs-c-heading--page {
    margin-top: 30px;
}
}

.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
    margin-top: 0; 
}

.fs-p-sideMenu .fs-pt-menu__item {
    padding-bottom: 0;
}

.fs-c-documentColumn {
    margin-bottom: 40px; 
}

.fs-c-note {
    padding-bottom: 8px; 
}

.fs-c-heading--page {
    border-bottom: none;
}

.fs-c-list {
    margin-left: 25px;
}

.fs-c-list li {
    padding: 5px 0px;
}

.fs-p-address {
    margin-left: 20px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.fs-p-footerNavigationItem__body {
    display: block;
}

@media ( max-width : 767px ){
.fs-p-footerNavigationItem__body a,
.fs-pt-menu__item {
    padding: 5px 0;
    display: block;
    position: relative;
}

.fs-p-footerNavigationItem__body a::after {
    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: '\e90c';
    font-size: 2.2rem;
    font-weight: 700;
    position: absolute;
    height: 2.2rem;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto 0;
}

.fs-l-footer__contents > *,
.fs-l-main,
.fs-c-breadcrumb,
.fs-l-footer__utility {
    padding: 15px;
}
.fs-p-footerUtilityMenu__list span {
    padding: 0;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a,
.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border-top: none;
}
.fs-pt-menu a {
    padding:0;
    margin:0;
}
}

@media screen and (max-width: 480px) {
.fs-c-breadcrumb {
    padding-right: 100px;
}
}

.fs-c-breadcrumb {
    position: absolute;
    padding-top: 40px;
    padding-left: 100px;
}

@media ( max-width : 767px ){
.fs-c-breadcrumb {
    padding-top: 10px;
}
}
.fs-p-footerNavigation {
    margin-bottom: 0;
    padding-bottom: 24px;
}


@media screen and (min-width: 768px) {
    .fs-p-footerUtilityMenu__list span {
        border: 0;
    }
    .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a,
    .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:not(:first-child) a {
        border: 0;
    }
    .fs-p-footerUtilityMenu__list a:after {
        display: none;
    }
}

.fs-c-orderedList li {
    padding: 0px 48px;
}

.fs-c-explainList {
    padding: 0px 20px;
}

.fs-c-variationAndActions li {
    padding: 5px 0;
}

.fs-c-productMainImage {
    line-height: 0px;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
.fs-c-productMainImage {
    margin-top: 0;
}
}

.fs-l-product2 .fs-l-productLayout > * > * {
    margin-bottom: 5px;
}

.fs-c-button--primary {
    padding: 0.5em 1.6em 0.4em;
}

.fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 1.0rem;
}

.fs-p-footerPageTop__link a {
    border-top: none;
}

@media screen and (min-width: 768px) {
.fs-l-pageMain {
    margin-top: 80px;
}
}

@media screen and (max-width: 767px) {
.fs-l-pageMain {
    margin-top: 60px;
}
}

@media screen and (min-width: 960px) {
.fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-gap: 0px;
}
}

.fs-c-sortItems__list li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    border-bottom: none;
    margin-bottom: 20px;
}

.fs-p-scrollingCartButton__button {
    background: #999999;
}

.fs-p-scrollingCartButton__button:visited {
    color: #ececec;
}

.fs-c-checkout-delivery__method__message > p > span {
    color: #ff0000;
}

/*定価に取消線を入れる*/
.fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
}