/** Shopify CDN: Minification failed

Line 1579:0 Expected "}" to go with "{"

**/
  body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
}


.detail_remasterd {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 13px;
  padding-bottom: 15px;
}

h2.con-tlt {
  font-weight: 400;
}


/*--2021-09-24 追加--*/
div#manufac,
div#manufacturing {
  max-width: 650px;
  text-align: center;
  margin: 30px auto 60px auto;
}

.re-img img:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.ovfp-btn {
  width: 380px!important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.plate .items {
  padding-top: 5px;
  padding-bottom: 5px
}

@media only screen and (max-width: 640px) {
  .detail_remasterd {
    width: 100%;
    padding: 0 20px 30px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .ovfp-btn {
    width: 300px!important;
    font-size: 14px!important;
  }
}


/* ジャーナル */

h2.con-tlt.h3-title05.TTNormsPro-Light {
  margin: 80px auto 20px auto;
  text-align: center;
}

#remastered-journal {
  max-width: 800px;
  text-align: center;
  margin: 80px auto 60px auto;
}

.journal-list {
  padding-top: 13px;
  display: grid;
  align-items: start;
  justify-content: center;
  justify-items: center;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 640px) {
  .journal-list {
    margin: 0 10px;
    grid-template-columns: 1fr;
  }
}

.journal-sam {
  text-align: left;
  font-weight: 500;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.journal-sam a {
  color: #000;
  text-decoration: none!important;
  ;
}


/* PRODUCTの並び */

.re-img {
  display: grid;
  width: 800px;
  margin: 10px auto;
  align-items: start;
  justify-content: center;
  justify-items: center;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.img-line {
  text-align: center;
}

.items {
  display: inline-block;
  font-size: 11px
}
@media only screen and (min-width: 800px) {
.items {
  width: 70px
}
}

.sp-mode {
  display: none !important;
}


/* ストックリスト */

div#stockist {
  width: 100%;
  max-width: 1250px;
  margin:0px auto 40px auto;
  padding: 0;
      max-width: 800px;
}

.stockist-area {
    display: flex;
    width: 100%;
    margin: 10px auto;
    align-items: start;
    justify-content: flex-start;
    justify-items: center;
    gap: 10px;
    font-size: 14px;
    flex-wrap: wrap;
  
}

.add-list span {
  font-size: 16px;
  padding: 10px 0 0;
  display: block;
}

.add-list span {
  font-size: 16px;
  padding: 10px 0 0;
  display: block;
}

.add-list {
  flex: 1 1 48%;
  border-top: 1px solid #000;
  max-width: 48%;
}

.sp-mode {
  display: none
}

.scroll_list {
  display: none
}

@media only screen and (max-width: 640px) {
  .product-remastered {
    display: none
  }
  .pc-mode {
    display: none
  }
  .sp-mode {
    display: block
  }
  .scroll_list {
    display: block
  }
  .stockist-area {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .re-img {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .items {

  }
}


/*SPスクロール product*/

.sp-linelist {
  position: relative;
}

@media screen and (max-width: 480px) {
  .scroll_list {
    display: flex;
    gap: 10px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    list-style-type: none; /* リストスタイルを無効化 */
  }
  .scroll_list::-webkit-scrollbar {
    width: 10px;
    height: 15px;
  }
  .scroll_list::-webkit-scrollbar-track {
    border-radius: 5px!important;
    box-shadow: 0 0 4px #aaa inset!important;
  }
  .scroll_list::-webkit-scrollbar-thumb {
    border-radius: 5px!important;
    background: #757a8d!important;
  }
  .scroll_list li {
    /* 横並びにする指定 */
    list-style: none;
    margin-bottom:10px;
    flex: 1 1 48%; /* 基本幅を48%に設定し、他の要素に応じて伸縮可能にする */
    box-sizing: border-box; /* ボーダーとパディングを含めて幅を計算 */
  }
    /* 最後のアイテムが1つだけのとき、ダミーアイテムを追加 */
    .sp-linelist li.single-col{
        margin-right: 50%;
    }
  
.items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* アイテム間のスペース */
    justify-content: center;
  align-items: center;
}

.item {
    flex: 1 1 calc(33.333% - 10px); /* 3つのアイテムが横並びになるように設定し、間のスペースを考慮 */
    box-sizing: border-box; /* パディングとボーダーを含めた幅計算 */
    text-align: center; /* キャプションを中央寄せ */
          max-width: calc(33.333% - 10px);
}

.item img {
    width: 100%; /* 画像を親要素の幅に合わせる */
    height: auto; /* 画像の縦横比を維持 */
}





  
  .scroll-bar {
    right: 10px;
    top: 170px;
    position: absolute;
    z-index: 2909999999;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #999;
    border-bottom: 3px solid #999;
    -webkit-transform: rotate( -45deg);
    transform: rotate( 224deg);
    box-sizing: border-box;
  }
}

.ezsd-dots_container {
  display: none;
}


/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: #f9f8f7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

a {
  color: #0066ff;
  text-decoration: none;
}

a:hover, .active {
  text-decoration: underline;
}

a:active, a:focus, input:active, input:focus {
  outline: 0;
}

.TTNormsPro-Regular {
  font-family: TTNormsPro-Regular!important;
}

.TTNormsPro-Normal {
  font-family: TTNormsPro-Normal!important;
}

.TTNormsPro-Light {
  font-family: TTNormsPro-Light!important;
}


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

#mainnav a {
  color: #000;
}

#mainImg {
  width: 100%;
  max-width: 940px;
  margin: 30px auto 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:940px) {
  #mainImg {
    margin: 0px auto 0 auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/* 2021-05-27 追記
------------------------------------------------------------*/

#header-area {
  display: flex;
  width: 100%;
  height: 110px;
  text-align: center;
  z-index: 10;
  background-color: #f9f8f7;
  align-items: center;
  justify-content: center;
}

#header-area img {
  height: 225px;
}

@media only screen and (max-width: 640px) {
  #header-area {
    width: auto;
  }
}


/* スライダー全体 */
.slider {
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

/* スライダー画像 */
.slider .image {
  position: absolute;
  z-index: 1;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 799px) {
  #header-area {
    height: 70px;
  }
  .slider .image {
    top: 80px;
  }
}

/* スライド画像の定義 */
.slider .image:nth-of-type(1) {
  background-image: var(--main-v-01);
  animation-delay: 0s;
}

.slider .image:nth-of-type(2) {
  background-image: var(--main-v-02);
  animation-delay: 10s; /* 全体のアニメーションの長さ / 3 */
}

.slider .image:nth-of-type(3) {
  background-image: var(--main-v-03);
  animation-delay: 20s; /* (全体のアニメーションの長さ / 3) * 2 */
}

/* アニメーション設定 */
.slider .image {
  animation-name: anime;
  animation-iteration-count: infinite;
  animation-duration: 30s; /* 全体のアニメーションの長さを2倍に */
}

/* アニメーション定義 */
@keyframes anime {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* 装飾用 */


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

#footer {
  clear: both;
  padding: 50px 10px;
  text-align: center;
  font-size: 14px;
  /*background-color:#e8e8e7;*/
  margin-top: 60px;
}

#footer a {
  color: #000;
}


/* 共通
------------------------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
}

section {
  clear: both;
}

section h2.logo,
div.logo{
  max-width: 320px;
  margin: 50px auto 40px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

section h2 span {
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
}

.about_remasterd{
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  
}

.detail_remasterd {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  padding-top: 13px;
  padding-bottom: 15px;
}

.about_btn {
  margin-top: 40px;
}

.about_btn a:hover {
  text-decoration: none;
}

.con-tlt.h3-title05 {
  font-size: 22px;
  letter-spacing: 0.18em;
}

.inner {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner {
  border-bottom: 1px solid #a0a0a0;
}

.innerS {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px 50px;
  box-sizing: border-box;
}

.innerS a {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  section h2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 25px auto 0;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
  }
  section h2 span {
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
  }
  section h2.logo {
    max-width: 100%;
    width: 70%;
    text-align: left;
    margin: 20px auto 40px auto;
    font-size: 22px;
    padding-left: 0;
  }
  .about_remasterd {
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
  }
}


/* SEC02 Gallery
------------------------------------------------------------*/

#sec02 {
  padding: 0 !important;
}

#sec02 header {
  display: none;
}

#gallery {
  overflow: hidden;
}

#gallery li {
  float: left;
  width: calc(100%/3);
  line-height: 0;
}

#gallery li.full {
  width: 100%;
}

#gallery img {
  display: block;
  width: 100%;
  height: auto;
}


/* SEC03 BRAND
------------------------------------------------------------*/

.col4 .img {
  margin: 0 auto;
}


/* SEC04 PROJECT
------------------------------------------------------------*/

#sec04 {
  padding-bottom: 0 !important;
}

.article {
  clear: both;
  overflow: hidden;
  padding-bottom: 50px;
}

.article img {
  float: left;
  margin: 5px 20px 20px;
}

.article p {
  margin-bottom: 20px;
}


/* SEC05 COMPANY
------------------------------------------------------------*/

#sec05 p {
  margin-bottom: 5px;
}

.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

#map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

#footer {
  padding: 30px 10px;
  background-color: #ededed;
}

@media only screen and (min-width: 800px) {
  body {
    font-size: 12px;
  }
  #wrapper {
    width: 100%;
  }
  #content {
    width: 100%;
  }
  #sidebar {
    width: 12%;
    position: fixed;
    top: 0;
    right: 4%;
    background: #fff;
  }
  a#menu {
    display: none;
  }
  .panel {
    display: block !important;
  }
  #sidebar h1 {
    padding: 30px 0;
  }
  #mainnav li {
    font-size: 12px;
    padding: 10px 0;
  }
  #sns {
    margin-top: 50px;
  }
  #sns li {
    display: inline-block;
    padding-right: 10px;
  }
  #sns a:hover img {
    opacity: .8;
  }
  /* SEC03 BRAND
  -----------------*/
  .col4 {
    text-align: center;
  }
  .col4 li {
    display: inline-block;
    width: 30%;
    padding: 0 3%;
    vertical-align: top;
    text-align: left;
  }
  #map iframe {
    height: 200px !important;
  }
}

#footer .fo-logo {
  width: 90px;
  padding-left: 15px;
  margin: 0 auto;
}

#footer .fo-link {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

#footer .fo-link li {
  margin: 0 15px;
  font-size: 13px;
}

@media only screen and (min-width: 641px) {
  .col2 li {
    width: 60%;
    vertical-align: top;
  }
  .col2 li:first-child {
    width: 35%;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .innerS {
    width: 100%;
    padding: 0 20px 30px;
    box-sizing: border-box;
  }
  .detail_remasterd {
    width: 100%;
    padding: 0 20px 30px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .con-tlt.h3-title05 {
    font-size: 5.3vw;
    text-align: left;
    letter-spacing: 0.15em;
    font-family: TTNormsPro-Normal;
  }
  #gallery li {
    float: none;
    width: 100%;
  }
  .article img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  #map iframe {
    width: 96% !important;
    left: 2%;
  }
  #footer .fo-logo {
    width: 90px;
    padding-left: 15px;
    margin: 0 auto;
  }
  #footer .fo-link {
    display: flex;
    justify-content: center;
    padding-top: 25px;
  }
  #footer .fo-link li {
    margin: 0 5px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 799px) {
  #sidebar {
    position: fixed;
    width: 100%;
    z-index: 500;
  }
  #sidebarWrap {
    position: relative;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  #sidebar h1 {
    text-align: center;
    padding-top: 15px;
  }
  #sidebar h1 img {
    width: 70% !important;
    max-height: 155px;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s;
  }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    transition: .3s;
  }
  #menuBtn:before {
    margin-top: -7px;
  }
  #menuBtn:after {
    margin-top: 5px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: -10px;
    z-index: 100;
  }
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
  }
  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
  }
  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mainnav #sns li {
    display: inline-block;
  }
  #mainnav #sns li a {
    position: relative;
    display: inline-block;
    padding: 15px 10px 0;
    border: 0;
  }
  #mainnav #sns li a:before {
    border: 0;
  }
  .col4 li {
    margin: 0 auto 50px;
    display: block;
    text-align: center;
  }
}


/*ポップアップここから*/

.popup_wrap input {
  display: none;
}

.popup_wrap th {
  width: 70px;
  padding-right: 30px;
}

.popup_wrap th, .popup_wrap td {
  vertical-align: middle;
  padding-bottom: 20px;
}

.popup_wrap h4 {
  font-size: 18px;
}

.popup_wrap .safe-cap {
  margin: 20px auto 40px;
  width: 100%;
  position: relative;
}

.popup_wrap .safe-cap::after {
  content: '';
  position: absolute;
  background-color: #000;
  width: calc(100% - 295px);
  display: block;
  top: 5px;
  right: 0;
}

.popup_wrap .safe-cap-sub {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_trigger-p {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content_close {
  position: relative;
}

.popup_content {
  position: absolute;
  top: 30px;
  margin-bottom: 30px;
  align-self: center;
  width: 94%;
  max-width: 800px;
  padding: 30px 40px 20px;
  box-sizing: border-box;
  background: #f2f2ef;
  line-height: 1.2em;
  transition: 0.5s;
  font-size: 12px
}

.popup_content p {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 5px 0;
}

.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    cursor: pointer;
    z-index: 10000;
    margin: 10px;
    width: 48px; /* 縦横のクリックエリアを大きくする */
    height: 48px;
    text-align: center;
    line-height: 36px; /* "×" の位置を中央にする */
}

.popup_wrap input:checked~.popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_content h4,
.popup_content h5
{
  text-align:center
}
.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 25px;
  margin: 10px auto;
  padding: 15px;
  color: #000;
  border: 1px solid #000;
  background: #e1e3e4;
  cursor: pointer;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-weight: 500;
  transition: .3s ease;
}

.open_btn:hover {
  background: #000;
  color: #fff;
  transition: .3s ease;
}


/*ポップアップココまで*/


/*食器対応表 NIKKO FINE BONE CHINA*/


/*about-remast アバウトリマスタード*/

.precautions-for-use {
  display: flex;
  justify-content: center;
}

.precautions-for-use li {
  position: relative;
  padding: 0 20px;
}

.precautions-for-use li::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: linear-gradient(-45deg, /*角度*/
  transparent 49%, black 49%, /*斜線の色*/
  black 51%, /*斜線の色*/
  transparent 51%, transparent);
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -10px;
}

.precautions-for-use li:last-child::after {
  display: none;
}

.precautions-for-use .use_name {
  font-weight: normal;
  font-size: 15px;
  margin: 0 15px;
}

.precautions-for-use .use_result {
  text-align: center;
  font-size: 22px;
  margin: 0 15px;
}

.use_caution {
  font-size: 10px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 640px) {
  .precautions-for-use {
    justify-content: center;
  }
  .precautions-for-use li {
    position: relative;
    padding: 0 8px;
  }
  .precautions-for-use li::after {
    width: 25px;
    height: 25px;
    background-image: linear-gradient(-45deg, /*角度*/
    transparent 49%, black 49%, /*斜線の色*/
    black 51%, /*斜線の色*/
    transparent 51%, transparent);
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -10px;
  }
  .precautions-for-use .use_name {
    font-weight: normal;
    font-size: 12px;
    margin: 0 15px;
  }
  .precautions-for-use .use_result {
    text-align: center;
    font-size: 20px;
    margin: 0 15px;
  }
  .use_caution {
    font-size: 10px;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-bottom: 25px;
  }
}

#finebone {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  /* 
  background-color:#211d1e;
  color:#FFF;
  */
  justify-content: center;
}

@media screen and (max-width:560px) {
  .about-remast {
    width: 90%;
    margin: 150px auto;
    text-align: center;
    justify-content: center;
    padding-top: 100px;
    margin-top: -40px;
  }
  .about-remast p {
    width: 100%;
    text-align: left;
    justify-content: center;
  }
  #fineb {
    padding-top: 20px;
    margin-top: -70px;
  }
  #finebone {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    /* 
    background-color:#211d1e;
    color:#FFF;
    */
    justify-content: center;
  }
  #finebone h3 {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    font-size: 24px;
    margin: 30px 0;
  }
  #finebone p.desc {
    width: 70%;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
    font-size: 13px;
    line-height: 18px;
  }
  @media screen and (max-width:560px) {
    #finebone {
      width: 100%;
    }
    #finebone p.str {
      text-align: left;
      font-size: 12px;
      width: 90%;
    }
  }
  .popup_wrap h4 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 13px;
  }
  .popup_wrap .safe-cap {
    margin: 20px auto 20px;
    width: 100%;
    position: relative;
  }
  .popup_wrap .safe-cap::after {
    display: none;
  }
  .popup_content {
    top: 3%;
    margin-bottom: 3%;
    padding: 20px 15px;
  }
  .popup_wrap th {
    width: 60px;
    padding-right: 15px;
  }
  .popup_wrap .safe-cap-sub {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .met-attention {
    font-size: 10px;
    width: 100%;
    margin: 0 auto;
  }
  .precautions {
    width: 100%
  }
  .precautions td {
    text-align: left;
    font-size: 11px;
  }
  .precautions th {
    vertical-align: top;
  }
  .precautions p {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .precautions img {
    width: auto;
  }
  /* --- 全体のBOX定義 ---------------------------------------- */
  .box {
    position: relative;
    max-width: 2100px;
    height: 250px;
    margin: auto;
    overflow: hidden;
  }
  /* --- 背景の指定 ------------------------------------------- */
  .box .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 12s infinite;
    /* 4画像 × 各3s = 12s */
  }
  /* --- 段差で背景画像のアニメーションを実行 ----------------- */
  .box .src1 {
    background-image: url(cdn.shopify.com/s/files/1/0538/9077/7256/t/2/assets/mainImg.jpg);
    /* 背景の画像を指定 */
  }
  .box .src2 {
    background-image: url(cdn.shopify.com/s/files/1/0538/9077/7256/t/2/assets/mainImg02.jpg);
    /* 背景の画像を指定 */
    animation-delay: 3s;
  }
  .box .src3 {
    background-image: url(cdn.shopify.com/s/files/1/0538/9077/7256/t/2/assets/autumn.jpg);
    /* 背景の画像を指定 */
    animation-delay: 6s;
  }
  .box .src4 {
    background-image: url(cdn.shopify.com/s/files/1/0538/9077/7256/t/2/assets/winter.jpg);
    /* 背景の画像を指定 */
    animation-delay: 9s;
  }
  @keyframes bgAnime {
    0% {
      opacity: 0;
    }
    9% {
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
    34% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /* --- 前面の文字定義（サンプルのため変更してください） ----- */
  .box .boxString {
    position: absolute;
    display: inline-block;
    padding: 20px;
    background: rgba(0, 127, 255, 0.7);
    /* 半透明の青 */
    color: #fff;
    top: 50%;
    /* 中央寄せ */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
  }
  /* --- スマホ ----- */
  @media screen and (max-width:650px) {
    .pc-mode {
      display: none !important
    }
    .sp-mode {
      display: block !important;
    }
  }
  .sp-att-area {
    width: 100%;
    background-color: #f2f2ef;
  }
  .sp-att-area h4 {
    padding-top: 10px
  }
  .sp-att-area h5 {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
  }
  .sp-att-area table td {
    padding: 10px;
  }
  .sp-att-area table {
    margin: 0 auto;
  }
  /* ---アイコンからポップアップ--*/
  .modal-wrapper:not(img) {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .modal-wrapper p:before {
    content: "・";
  }
  .modal-wrapper .modal-window img {
    width: auto;
    margin-left: 40%
  }
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 100%;
    padding: 30px 10px;
    border-radius: 2px;
    background: #f2f2ef;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
    font-size: 12px;
    margin-top: 50%
  }
  .modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
  }
  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
  }
  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
  }
