@charset "UTF-8";
body {
  margin: 0;
  text-align: left;
  font-family:
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "游ゴシック体",
    YuGothic,
    "Yu Gothic Medium",
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282b2d;
  background: url("https://d38cuxvdcwawa4.cloudfront.net/img/freepage/fujiko-museum/img/bgimg.jpg") no-repeat center
    fixed;
  background-color: #e3e2dd;
}

@media (max-width: 576px) {
  body {
    background: url("https://d38cuxvdcwawa4.cloudfront.net/img/freepage/fujiko-museum/img/bgimg_sp.jpg") repeat fixed;
    background-color: #e3e2dd;
    background-size: contain;
  }
}

img {
  max-width: 100%;
}

footer a:link {
  color: #ffffff;
}

footer a:visited {
  color: #ffffff;
}

a {
  color: #282b2d;
}

a:link {
  color: #282b2d;
}

a:visited {
  color: #282b2d;
}

header {
  z-index: 10;
  /* position: fixed */
  width: 100%;
  color: #ffffff;
  background: #51c5f4;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1010px;
  padding: 0 5px 0;
}

.container > .row {
  max-width: 100%;
  margin: 0;
}

.container .main-content {
  min-width: 1000px;
  border-radius: 5px;
  border-radius: 10px;
  background: #ffffff;
}

@media (max-width: 1199.98px) {
  .container .main-content {
    min-width: 100%;
  }
}

.StyleF_Frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 6px 12px 6px;
}

.StyleF_Frame_ .StyleF_Item_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 10px;
  padding: 12px;
}

.StyleF_Frame_ .StyleF_Item_ .goods_img_ {
  /*	display: flex;*/
  display: inline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.StyleF_Frame_ .StyleF_Item_ .name_ {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 4px;
  padding: 10px 5px 5px 5px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
  border-radius: 5px;
}

.StyleF_Frame_ .StyleF_Item_ .name_ a {
  color: #282b2d;
}

.StyleF_Frame_ .StyleF_Item_ .name_ a:link {
  color: #282b2d;
}

.StyleF_Frame_ .StyleF_Item_ .name_ a:visited {
  color: #282b2d;
}

.StyleF_Frame_ .StyleF_Item_ .img_ {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.StyleF_Frame_ .StyleF_Item_ .price_,
.StyleF_Frame_ .StyleF_Item_ .small_,
.StyleF_Frame_ .StyleF_Item_ .cart_ {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.StyleF_Frame_ .StyleF_Item_ .rdt_,
.StyleF_Frame_ .StyleF_Item_ .comment_ {
  display: none;
}

.StyleF_Frame_ .StyleF_Item_ .price_ {
  margin: 4px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.StyleF_Frame_ .StyleF_Item_ .price_ .small_ {
  font-size: 14px;
  font-weight: normal;
}

.StyleF_Frame_ .StyleF_Item_ .cart_ {
  text-align: center;
}

/*item*/
@media (max-width: 991.98px) {
  .StyleF_Frame_ .StyleF_Item_ {
    width: 50%;
  }
}

/*cartbtn SP*/
.StyleF_Item_ .cart_ .cart_btn_ {
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  border: none;
}

.StyleF_Item_ .cart_btn_.reservation_ {
  display: block;
  width: 100%;
  margin: auto;
  color: #ffffff;
  background: #ec9600;
}

.StyleF_Item_ .cart_btn_.order_ {
  display: block;
  width: 100%;
  margin: auto;
  color: #ffffff;
  background: #2355c7;
}

.StyleF_Item_ .cart_btn_.sold_out_,
.StyleF_Item_ .cart_btn_.closed_ {
  display: block;
  width: 100%;
  margin: auto;
  color: #777777;
  border-radius: 5px;
  background: #cccccc;
}

.conceptbox,
.itemlistbox {
  width: 100%;
  max-width: 1000px;
  margin: 1vw auto 3vw auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  .StyleF_Frame_ .StyleF_Item_ {
    /*width: 50%*/
  }
  .StyleF_Frame_ .StyleF_Item_ .goods_img_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .StyleF_Frame_ .StyleF_Item_ .name_ {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .StyleF_Frame_ .StyleF_Item_ .img_ {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .StyleF_Frame_ .StyleF_Item_ .price_,
  .StyleF_Frame_ .StyleF_Item_ .small_,
  .StyleF_Frame_ .StyleF_Item_ .cart_ {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .StyleF_Frame_ .StyleF_Item_ .rdt_,
  .StyleF_Frame_ .StyleF_Item_ .comment_ {
    display: none;
  }
}

.itemtextcolor {
  margin-bottom: 0;
  color: #282b2d;
}

.itemtitle {
  text-align: center;
  font-size: 2vw;
  line-height: 3.5vw;
  color: #282b2d;
}

.cartbutton:hover,
footer img.anchortop:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  opacity: 0.8;
}

.itemname {
  position: relative;
  top: 0.5vw;
  color: #ffffff;
}

.cartbutton {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 90px;
  max-height: 90px;
  margin: auto;
  text-align: center;
  font-size: 1.04167vw;
  color: #ffffff;
  background: url("https://d38cuxvdcwawa4.cloudfront.net/img/freepage/fujiko-museum/img/button_01.png") no-repeat;
  background-size: contain;

  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
}

.cartbutton a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .cartbutton {
    font-size: 1.04167vw;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .cartbutton {
    font-size: 2.5vw;
  }
}

@media (min-width: 992px) {
  .cartbutton {
    font-size: 20px;
  }
}

.textarea {
  letter-spacing: 0.2em;
  line-height: 2em;
}

/*テキストエリア*/
.attentiontextarea {
  border-radius: 10px;
  background: #ffffff;
}

.attentiontextarea ul {
  list-style-type: none;
  text-indent: -1rem;
}

.fontcolor_r {
  font-size: bold;
  color: crimson;
}

.attentiontextarea p a {
  color: #2355c7;
}

/*商品一覧*/
.itemlabelinner {
  margin: 0;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  border: 1px solid #ffffff;
}

.holdingperiod {
  margin: 5px 0;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #073190;
}

.holdingperiod p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .holdingperiod {
    font-size: 14px;
  }
}

/*リンクカラー変更*/
a.link_color {
  color: #073190;
}
a.link_color:hover {
  opacity: 0.5;
}

/*スクロールフェードインをつける場合に付与*/
.fadeInUp {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

.listclose {
  position: relative;
  top: -45px;
  display: block;
  margin-right: 14px;
  text-align: right;
}

/* スライダー */
.slickslider {
  padding: 0;
}

/*中央以外の画像を透過*/
.slickslider .slick-slide:not(.slick-center) {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;

  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
}

/*左右のアロー*/
.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 220px;
  width: 0;
  height: 0;
  font-size: 0;
  border: none;
  background: none;
}

.slick-arrow:focus {
  outline: none;
}

/* sp */
@media (max-width: 576px) {
  .slick-arrow {
    display: none;
  }
}

.slick-prev {
  left: -50px;
}

.slick-prev:before {
  content: "";
}

.slick-prev:after {
  content: url(https://d38cuxvdcwawa4.cloudfront.net/img/freepage/fujiko-museum/img/arrowbtn_l.png);
}

.slick-prev:hover {
  opacity: 0.75;
}

.slick-next {
  right: -10px;
}

.slick-next:before {
  content: "";
}

.slick-next:after {
  content: url(https://d38cuxvdcwawa4.cloudfront.net/img/freepage/fujiko-museum/img/arrowbtn_r.png);
}

.slick-next:hover {
  opacity: 0.75;
}

/* ドット */
.slick-dots {
  padding-left: 0;
  text-align: center;
}

.slick-dots li {
  display: inline;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #51c5f4;
}

.slick-dots li button {
  font-size: 0;
  border: hidden;
  background: none;
}

.slick-dots li button:hover {
  cursor: pointer;
  opacity: 1;
  color: #4e4e4e;
}

.slick-dots li button:before {
  width: 20px;
  height: 20px;
  content: "●";
  text-align: center;
  opacity: 1;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  color: #4e4e4e;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:focus {
  opacity: 1;
  outline: none;
}

/* sp */
@media (max-width: 576px) {
  .slick-dots li {
    margin: 0 5px 0 5px;
  }
}

/*footer*/
footer {
  color: #ffffff;
  background: #51c5f4;
}

footer a[href="#top"] {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

/*印刷用*/
@media print {
  * {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before,
  *::after {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;

    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #adb5bd;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page fujiko-museum{
    size: a3;
  }
  body,
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*202312 ピックアップ商品をイベントで出力*/
.pickup .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.pickup .StyleF_Frame_ {
  justify-content: space-between;
  padding: 0 0 0 0;
}
.pickup .StyleF_Frame_ .StyleF_Item_ {
  padding: 10px;
  margin-bottom: 0;
}
.pickup .mb-5 {
  margin-bottom: 2rem !important;
}
.pickup .cart_ {
  display: none;
}
.pickup .name_ .name1_ a {
  display: block;
  position: relative;
}
.pickup .name_ .name1_ a:after {
  position: absolute;
  content: "";
  background: url("https://d38cuxvdcwawa4.cloudfront.net/img/freepage/fujiko-museum/img/button_01.png") no-repeat center;
  bottom: -130px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 90px;
  background-size: contain;
  -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
}
.pickup .name_ .name1_ a:hover::after {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  opacity: 0.8;
}
.pickup .StyleF_Frame_ .StyleF_Item_ .name_ {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin: 1rem 0 0;
  padding: 0 0 0 0;
}
.pickup .StyleF_Frame_ .StyleF_Item_ .name_ a:hover {
  text-decoration: none;
}
.pickup .StyleF_Frame_ .StyleF_Item_ .price_ {
  font-weight: normal;
  font-size: 1rem;
  margin: 2px 0;
}
@media (max-width: 912px) {
  .pickup .name_ .name1_ a:after {
    bottom: -120px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .pickup {
    margin-bottom: 4rem !important;
  }
  .pickup .StyleF_Frame_ .StyleF_Item_ {
    width: calc(100% / 3 - 6px);
    margin-bottom: 7rem;
  }
}
@media (min-width: 768px) {
  .StyleF_Frame_ .StyleF_Item_ {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
/* @supports (-webkit-overflow-scrolling: touch){
.pickup .StyleF_Item_  a:after {
  bottom: -18.7vh;
}
} */
@media (max-width: 768px) {
  .pickup {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .pickup .StyleF_Frame_ .StyleF_Item_ {
    padding: 0 12.5px;
    margin-bottom: 9rem;
  }
}

@media (max-width: 767px) {
  .pickup .StyleF_Frame_ .StyleF_Item_ {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pickup .StyleF_Frame_ .StyleF_Item_ .cart_ {
    margin-top: -0.5rem;
  }
  .pickup .StyleF_Frame_ .StyleF_Item_ {
    padding: 0 12.5px;
  }
  .pickup .StyleF_Item_ a {
    display: block;
    position: relative;
  }
  .pickup .StyleF_Frame_ .StyleF_Item_ .name_ {
    text-align: left;
  }
  .pickup .StyleF_Item_ a:after {
    position: absolute;
    content: "";
    background: url("https://d38cuxvdcwawa4.cloudfront.net/img/freepage/fujiko-museum/img/button_01.png") no-repeat
      center;
    background-size: contain;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 90px;
    max-height: 90px;
    /* bottom: -100px; */
    bottom: -20vw;
    margin: auto;
    text-align: center;
    -webkit-filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
  }
  .pickup .StyleF_Item_ .img_ a:after {
    content: none;
  }
}
@media (max-width: 540px) {
  .pickup .StyleF_Frame_ .StyleF_Item_ {
    margin-bottom: 7rem;
  }
  .pickup .StyleF_Item_ a:after {
    bottom: -120px;
  }
}
@media (max-width: 480px) {
  .pickup .name_ .name1_ a:after {
    bottom: -110px;
  }
  .pickup .StyleF_Item_ a:after {
    bottom: -100px;
  }
}
@media (max-width: 390px) {
  .pickup .StyleF_Frame_ .StyleF_Item_ {
    margin-bottom: 6rem;
  }
}
/* ==================================
ピックアップ商品の表示崩れ修正　202404
=====================================*/
#fujiko {
  width: 100%;
}
.pickup .StyleF_Frame_ {
  justify-content: flex-start;
}

/* ==================================
【注意事項・お問い合わせ】余白調整　2024.07
=====================================*/
.attentiontextarea {
  padding: 50px 40px 40px;
}
.attentiontextarea ul.icon_list {
  padding: 0;
  text-indent: inherit;
}
.attentiontextarea ul.icon_list > li {
  position: relative;
  padding-left: 1.5em;
}
.attentiontextarea ul.icon_list > li > span.ico {
  position: absolute;
  top: 0;
  left: 0;
}
.attentiontextarea ul.indent_list {
  padding-left: 1em;
}
.attentiontextarea dl.contact_info_dl {
  margin: 1.5em 0 0.5em;
}
.attentiontextarea dl.contact_info_dl dt, .attentiontextarea dl.contact_info_dl dd {
  margin-bottom: 0;
}
.attentiontextarea dl.contact_info_dl dd{
  position: relative;
  padding-left: 1em;
}
.attentiontextarea dl.contact_info_dl dd::before {
  content: '・';
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .indent_box {
    padding-left: 1.5em;
  }
}
@media (max-width: 767px) {
  .attentiontextarea {
    padding: 35px 15px 20px;
  }
  .attentiontextarea ul.icon_list > li {
    padding-left: 1.2em;
  }
}