@charset "euc-jp";

#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

form {
  margin: 0;
}

.row {
  max-width: 1170px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid <{$btn_01_bgcolor}>;
  background-color: <{$btn_01_bgcolor}>;
  color: <{$btn_01_font_color}>;
  *background-color: <{$btn_01_bgcolor}>;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid <{$btn_01_bgcolor_hover}>;
  background-color: <{$btn_01_bgcolor_hover}>;
  color: <{$btn_01_font_color}>;
  *background-color: <{$btn_01_bgcolor_hover}>;
}

.btn-02 {
  border: 1px solid <{$btn_02_bgcolor}>;
  background-color: <{$btn_02_bgcolor}>;
  color: <{$btn_02_font_color}>;
  *background-color: <{$btn_02_bgcolor}>;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid <{$btn_02_bgcolor_hover}>;
  background-color: <{$btn_02_bgcolor_hover}>;
  color: <{$btn_02_font_color}>;
  *background-color: <{$btn_02_bgcolor_hover}>;
}

.btn-03 {
  width: 30%;
  height: 30px;
  padding: 18px 8px 8px 8px;
  margin: auto;
  border: 1px solid <{$btn_03_bgcolor}>;
  background-color: black;
  color: white;
  *background-color: black;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid <{$btn_03_bgcolor_hover}>;
  background-color: gold;
  color: white;
  *background-color: <{$btn_03_bgcolor_hover}>;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}



.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}


/* ========================================
      PC&#65533;&#129;&#65533;&#65533;翫&#144;&#136;
======================================== */

body {
  background-color: #fff;
  color: #FFFFFF;
}

a {
  color: #787878;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #969696;
}

/* &#65533;&#130;≪&#130;ゃ&#130;潟&#131;&#65533; */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC &#65533;&#129;с&#130;≪&#130;ゃ&#130;潟&#131;潟&#130;&#146;&#65533;&#153;純&#129;&#65533;&#129;&#153;&#65533;&#130;&#139;&#65533;&#65533;翫&#144;&#136; */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* &#65533;&#130;≪&#130;ゃ&#130;潟&#131;潟&#129;&#65533;┏蕁&#158; */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px;}
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.text-block {
  line-height: 2;
}

.ttl-h2 {
  margin:0 0 1em 0;
  color: #787878;
  font-weight: normal;
  font-size: 180%;
  line-height: 1.5;
  font-weight:  bold;
  text-align: center;
  font-family: "羝御&#152;&#65533;&#65533;&#156;&#157;", YuMincho, "&#65533;&#131;&#146;&#65533;&#131;&#65533;&#130;&#65533;&#131;&#65533;&#65533;&#152;&#65533;&#65533;&#156;&#157; ProN W3", "Hiragino Mincho ProN", "HG&#65533;&#152;&#65533;&#65533;&#156;&#157;E", "鐚&#65533;竺 鐚井&#152;&#65533;&#65533;&#156;&#157;", "鐚&#65533;竺 &#65533;&#152;&#65533;&#65533;&#156;&#157;", serif;
}

@media (max-width: 599px) {
    
    .ttl-h2 {
        font-size: 80%;
        margin: 1em 0 1em 0;
    }
    
}
@media (min-width: 600px) and (max-width: 959px) {
    
    .ttl-h2 {
        font-size: 100%;
        margin: 3em 0 3em 0;
    }
}


.ttl-h3 {
  margin-bottom: .7em;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #787878;
  font-weight: normal;
  font-size: 124%;
  font-family: "羝御&#152;&#65533;&#65533;&#156;&#157;", YuMincho, "&#65533;&#131;&#146;&#65533;&#131;&#65533;&#130;&#65533;&#131;&#65533;&#65533;&#152;&#65533;&#65533;&#156;&#157; ProN W3", "Hiragino Mincho ProN", "HG&#65533;&#152;&#65533;&#65533;&#156;&#157;E", "鐚&#65533;竺 鐚井&#152;&#65533;&#65533;&#156;&#157;", "鐚&#65533;竺 &#65533;&#152;&#65533;&#65533;&#156;&#157;", serif;
}

#container {
  z-index: 101;
  padding-top: 40px;
}

/* &#65533;&#130;鴻&#131;&#65533;&#130;ゃ&#131;&#128;&#65533;&#131;&#65533; */

#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* &#65533;&#131;&#152;&#65533;&#131;&#131;&#65533;&#131;&#128;&#65533;&#131;&#65533; */
#header {
  width: 100%;
  position: relative; /* ヘッダーを固定する */
  z-index: 102; /* 他の要素の前面に表示 */
  top: 0; /* 画面上部に固定 */
  margin: 0 auto;
  height: 180px;
}

@media only screen and (max-width: 480px) {
  #wrapper{
    overflow:hidden;
  }
  
  #header {
    width: 100%;
    margin: 0 auto;
    top:250px;
  }
}
.header-headline-nav {
  width: 100%;
  font-size: 13px;
  position: relative;
  top: 160px;
  margin: 0 auto;
  display: flex;
 justify-content: center;
 align-items: center;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  width: 100%;
  margin: 7px 20px 0 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
 justify-content: center;
 align-items: center;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: center;
  font-size: 13px;
  text-align: center;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: <{$header_link}>;
    text-decoration: none;
    font-weight: normal;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

  .header-logo {
    display: block;
    justify-content: center;
    align-items: center;
    height: 80px; /* ロゴ部分の高さを指定 */
    margin: 0 auto; /* 横方向中央揃え */
    position: relative; /* 親要素内での位置を相対的に指定 */
    top: 0;
    width: fit-content;
  }

  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
      width: 100%;
    position: relative;
    /*top: -120px;*/
    margin: 0 auto;
    text-align: center;
  }

.head-logo2{
  text-align:center;
}

.head-logo2 img{
  max-width:200px;
  height:auto;
}

@media only screen and (max-width: 480px) {
    .header-logo img {
      position: relative;
      /*top: -580px;*/
      width: 100%;
      margin : 0 auto;
  }
}

.header-global-nav {
  width: 100%;
  z-index: 100;
  position: relative;
  top: 165px;
  margin: 0 auto;
}
  .header-global-nav ul {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    justify-content: center;
   align-items: center;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 15px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: <{$header_link}>;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #000;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #000;
        background: #333;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #333;
      }


/* &#65533;&#130;鴻&#131;&#158;&#65533;&#131;&#155;&#65533;&#148;&#65533;&#131;&#152;&#65533;&#131;&#131;&#65533;&#131;&#128;&#65533;&#131;若&#131;＜&#131;&#139;&#65533;&#131;ャ&#131;&#65533; */
.header-nav-phone {
  z-index: 99;
  height: 60px;
  position: relative;
  top: -480px;
   float: right;
}
.header-nav-lst-phone {
  position: absolute;
  left: -400%;
  display: none;
  width: 180px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #000;
}
.header-nav-lst-phone ul {
  width: 100%;
  margin: 0;
}
.header-nav-lst-phone li {
   width: 100%;
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}


/* ----- &#65533;&#130;泣&#130;ゃ&#131;&#137;&#65533;&#131;＜&#131;&#139;&#65533;&#131;ャ&#131;&#65533; ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  margin: 20px 0;
}
  .side-section li a {
    color: <{$side_link}>;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  .side-section li a:hover {
    text-decoration: underline;
  }
  .incart-delivery {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eeab53;
  }
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
  }
  .incart-delivery li:first-child {
    border-top: none;
  }
  .search-select {
    margin-bottom: 10px;
  }
  .search-box {
    float: left;
    width: 65%;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 10px;
  }

/* &#65533;&#131;&#145;&#65533;&#131;潟&#129;&#65533;&#129;&#154;&#65533;&#131;&#65533;&#130;鴻&#131;&#136; */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

/* &#65533;&#155;蚊&#129;&#65533; */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
  word-break: break-all;
}

.free_space_block {
    border-top: 1px solid #dbdbdb;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 3 0px;
}

/*商品*/
.prd-lst-sort {
  margin: 20px 0;
   display: block;
  height: 600px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}

.prd-lst-unit {
  height: 500px;
  margin-bottom: 30px;
  padding: 0 30px 30px 10px;
  float: left;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}

.prd-lst-img {
  /*background: #fff;*/
}
  .prd-lst-unit  img {
    max-height: 300px;
  }
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 18px;
  font-size: 16px;
  text-align: center;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  color: #b81717;
}

.more-prd {
  clear: both;
}

/* &#65533;&#149;&#134;&#65533;&#147;&#129;&#65533;&#129;&#65533;&#131;&#154;&#65533;&#131;若&#130;吾&#131;ｃ&#131;&#65533; PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 26px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    min-width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 .5em;
  }
  .prd-lst-pager li a {
    border: 1px solid <{$btn_02_bgcolor}>;
    background-color: <{$btn_02_bgcolor}>;
    color: <{$btn_02_font_color}>;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid <{$btn_02_bgcolor_hover}>;
    background-color: <{$btn_02_bgcolor_hover}>;
  }
  .prd-lst-pager li span {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    color: #c6c6c6;
  }

/* &#65533;&#149;&#134;&#65533;&#147;&#129;&#65533;&#129;&#65533;&#131;&#154;&#65533;&#131;若&#130;吾&#131;ｃ&#131;&#65533; &#65533;&#130;帥&#131;&#150;&#65533;&#131;&#65533;&#131;&#131;&#65533;&#131;&#136; &#65533;&#130;鴻&#131;&#158;&#65533;&#131;&#155; */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    margin-top: 20px;
  }
  .prd-lst-pos b {
    font-weight: bold;
    font-size: 18px;
  }

/* &#65533;&#131;&#149;&#65533;&#131;&#131;&#65533;&#130;帥&#131;&#65533; */
#pagetop {
  width: 49px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #000;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}

/* &#65533;&#131;&#149;&#65533;&#131;&#131;&#65533;&#130;帥&#131;取&#131;&#140;&#65533;&#153;&#65533; */
.footer-wrapper {
  padding: 40px 0;
  border-top: 1px solid #d8d8d2;
  border-bottom: 1px solid #d8d8d2;
  background: #000;
}

.footer-lst {
  padding: 30px 0 0 40px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: <{$footer_link}>;
  }

/* &#65533;&#130;激&#131;с&#131;&#131;&#65533;&#131;&#151;膣剛&#65533;&#139; */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* &#65533;&#130;&#65533;&#131;&#65533;&#131;潟&#131;&#128;&#65533;&#131;&#65533; */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 0;
  padding: 2em 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .powered a {
    color: #a1a19f;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* ========================================
      PC&#65533;&#129;&#139;&#65533;&#129;&#65533;Retina&#65533;&#129;&#65533;&#65533;翫&#144;&#136;
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PC&#65533;&#129;&#139;&#65533;&#129;&#65533;Retina&#65533;&#129;с&#130;≪&#130;ゃ&#130;潟&#131;潟&#130;&#146;&#65533;&#153;純&#129;&#65533;&#129;&#153;&#65533;&#130;&#139;&#65533;&#65533;翫&#144;&#136; */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* ========================================
      &#65533;&#130;帥&#131;&#150;&#65533;&#131;&#65533;&#131;&#131;&#65533;&#131;&#136;&#65533;&#129;&#65533;&#65533;翫&#144;&#136;
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* &#65533;&#131;&#152;&#65533;&#131;&#131;&#65533;&#131;&#128;&#65533;&#131;&#65533; */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }

  /* ========================================
        &#65533;&#130;帥&#131;&#150;&#65533;&#131;&#65533;&#131;&#131;&#65533;&#131;&#136;&#65533;&#129;&#139;&#65533;&#129;&#65533;Retina&#65533;&#129;&#65533;&#65533;翫&#144;&#136;
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* &#65533;&#130;鴻&#131;&#158;&#65533;&#131;&#155;&#65533;&#129;&#139;&#65533;&#129;&#65533;Retina&#65533;&#129;с&#130;≪&#130;ゃ&#130;潟&#131;潟&#130;&#146;&#65533;&#153;純&#129;&#65533;&#129;&#153;&#65533;&#130;&#139;&#65533;&#65533;翫&#144;&#136; */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/* ========================================
      &#65533;&#130;鴻&#131;&#158;&#65533;&#131;&#155;&#65533;&#129;&#65533;&#65533;翫&#144;&#136;
======================================== */
@media only screen and (max-width: 768px) {
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* &#65533;&#130;鴻&#131;&#158;&#65533;&#131;&#155;&#65533;&#129;с&#130;≪&#130;ゃ&#130;潟&#131;潟&#130;&#146;&#65533;&#153;純&#129;&#65533;&#129;&#153;&#65533;&#130;&#139;&#65533;&#65533;翫&#144;&#136; */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }

  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
  }

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
  }

  .header-logo {
    padding-top: 10px;
    top: -180px;
  }
  .header-logo {
    /*width: 60%;*/
  }

  /* &#65533;&#130;鴻&#131;&#65533;&#130;ゃ&#131;&#128;&#65533;&#131;&#65533; */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* &#65533;&#130;鴻&#131;&#158;&#65533;&#131;&#155;&#65533;&#148;&#65533;&#131;＜&#131;&#139;&#65533;&#131;ャ&#131;&#65533; */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* &#65533;&#131;＜&#130;ゃ&#131;&#65533; */
  .main-section {
    padding-left: 0;
  }

  /* &#65533;&#130;泣&#130;ゃ&#131;&#137;&#65533;&#131;＜&#131;&#139;&#65533;&#131;ャ&#131;&#65533; */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }

  /* &#65533;&#149;&#134;&#65533;&#147;&#129; */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
    height: 350px;
  }
  .prd-lst-unit  img {
    max-height: 180px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* &#65533;&#131;&#149;&#65533;&#131;&#131;&#65533;&#130;帥&#131;&#65533; */
  #pagetop {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    position: static;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
  }
  /* ========================================
        &#65533;&#130;鴻&#131;&#158;&#65533;&#131;&#155;&#65533;&#129;&#139;&#65533;&#129;&#65533;Retina&#65533;&#129;&#65533;&#65533;翫&#144;&#136;
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* &#65533;&#130;鴻&#131;&#158;&#65533;&#131;&#155;&#65533;&#129;&#139;&#65533;&#129;&#65533;Retina&#65533;&#129;с&#130;≪&#130;ゃ&#130;潟&#131;潟&#130;&#146;&#65533;&#153;純&#129;&#65533;&#129;&#153;&#65533;&#130;&#139;&#65533;&#65533;翫&#144;&#136; */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

/* IE&#65533;&#148;&#65533; */
.ie_wrapper .container {
  width: 1170px;
}





/* ========================================
        &#65533;&#136;翫&#146;&#65533;_菴遵&#138;&#65533;&#65533;&#136;&#134;
======================================== */



.headlogo {
    width: 200px;
    height: 77px;
    float: left;
}


 /*-- contents --*/
.contents {
    clear: both;
}


.nav a {
    color: #fff;
}

.btn_nav {
    text-align: center;
    font-size: 18px;
}

.btn_nav a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #000;
}

.btn_nav a:hover {
    color: #FFD700;
}

.con_bttm {
    margin-bottom: 50px;
}

.ttl2-h2 {
    margin-top: 30px;
    border-bottom: 1px solid #fff;
}


@media (max-width: 599px) {
    .btn_nav {
        border: 1px solid #fff;
        font-size: 14px;
    }
    
    .btn_nav a {
        text-decoration: none
    }
    
    .btn_nav a:hover {
        background-color: #FFD700;
        color: #000;
    }
    
    .img_col {
    order: 1;
}

    .text_col {
    order: 2;
}
}


/*鈴咲追加*/
.top_row {
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.top_row h1,
.top_sns h1 {
  text-align: center;
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 18px;
}

.top_row h2,
.top_sns h2 {
  text-align: center;
  border-bottom: #FFFFFF solid 1px;
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 18px;
}

.top_row span {
  display: block;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_row p {
  text-align: center;
    font-size: 18px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

.top_sns {
    color: #FFFFFF;
    text-align: center;
}

.top_sns a {
    text-decoration: none;
}

.top_sns img{
    margin: 50px auto;
    width: 30%;
    display: block;
}


ul.tv_media,
ul.spm_media {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tv_media li {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}



.top_row .tv_media  span {
    color: #FFF;
    display: inline-block;
    border: #FFF solid 1px;
    padding: 0 10px;
    margin: 5px;
}

.tv_media  img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sp_bic {
    margin-bottom: 75px;
    padding-bottom: 50px;
    border-bottom: 1px solid #c0c0c0;
}

.spm_media {
    clear: both;
}

.spm_media li {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    float: left;
    width: 25%;
}

.spm_media video {
    margin: 0 0 20px;
}

.spm_media p {
    margin-top: 10px;
}

.rr-1{
  margin-top: 50px;
}

/*.m_media {
    clear: both;
}

.m_media h3 {
    text-align: left;
    font-size: 20px;
    color: #FFD700;
}

.m_media p {
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

.m_media span {
    display: inline-block;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mmd img {
    width: 250px;
    height: 250px;
}*/
    .ttl-h2 {
        font-size: 18px;
    }
    
    .top_row h2 {
        font-size: 18px;
    }
    
    .top_row span {
        font-size: 14px;
    }
    
    .top_row p {
        font-size: 12px;
        text-align: left;
    }
    
    .top_sns img {
        width: 50%;
        text-align: center;
        margin: 30px auto;
        
    }
    
}
@media (min-width: 600px) and (max-width: 959px) {
    
    .ttl-h2 {
        font-size: 24px;
    }
    
    .top_row h2 {
        font-size: 24px;
    }
    
    .top_row span {
        font-size: 18px;
    }
    
    .top_row p {
        font-size: 16px;
    }
    
       .top_sns img {
        width: 30%;
        text-align: center;
        margin: 30px auto;
    }
    
}


/*-- about --*/
.liferow,
.rightrow {
    margin-bottom: 100px;
}

@media (max-width: 599px) {
    .liferow,
    .rightrow {
    margin-bottom: 35px;
}
}


.ab_row {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ab_rowb {
  margin-top: 50px;
  margin-bottom: 80px;
}

.ab_img {
  width: 80%;
  height: auto;
  text-align: center;
  margin-left: 50px;
}

.ab_text h3 {
    color: #FFD700;
    border-bottom: solid 1px;
    border-color: #FFD700;
    margin: 0 0 30px;
}

.ab_text {
    margin-top: 30px;
    color: #FFD700;
}

.ab_text p {
  padding: 30px 0 30px 0;
  margin: 20px 0 20px 0;
  font-size: 16px;
  line-height: 200%;
}

 /*-- history --*/
.his_row {
  margin-top: 50px;
  margin-bottom: 50px;
}

.his_rowb {
  margin-top: 50px;
  margin-bottom: 80px;
}

.his_img {
  width: 80%;
  height: auto;
  text-align: center;
  margin-left: 50px;
}

.his_text h3 {
    color: #FFD700;
    border-bottom: solid 1px;
    border-color: #FFD700;
    margin: 0 0 30px;
}

.his_text {
    margin-top: 30px;
    color: #FFD700;
}

.his_text p {
  padding: 30px 0 30px 0;
  margin: 20px 0 20px 0;
  font-size: 16px;
  line-height: 150%;
}



/*-- line up --*/
.dr_imag {
  float: left;
}

.text_area {
  float: right;
}

.lin_url li {
  list-style-type: square;
  font-size: 18px;
  font-family: "羝御&#152;&#65533;&#65533;&#156;&#157;", YuMincho, "&#65533;&#131;&#146;&#65533;&#131;&#65533;&#130;&#65533;&#131;&#65533;&#65533;&#152;&#65533;&#65533;&#156;&#157; ProN W3", "Hiragino Mincho ProN", "HG&#65533;&#152;&#65533;&#65533;&#156;&#157;E", "鐚&#65533;竺 鐚井&#152;&#65533;&#65533;&#156;&#157;", "鐚&#65533;竺 &#65533;&#152;&#65533;&#65533;&#156;&#157;", serif;
  text-align: center; /* 中央揃え */
}

.lin_url li a {
  color: #fff;
}

.free_img {
  width: 12vw;             /* ビューポートの幅の20% */
  max-width: 250px;        /* 最大は250pxまで */
  min-width: 120px;        /* 最小は120pxに制限（小さくなりすぎ防止） */
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

  

h3 {
  font-size: 30px;
  font-family: "羝御&#152;&#65533;&#65533;&#156;&#157;", YuMincho, "&#65533;&#131;&#146;&#65533;&#131;&#65533;&#130;&#65533;&#131;&#65533;&#65533;&#152;&#65533;&#65533;&#156;&#157; ProN W3", "Hiragino Mincho ProN", "HG&#65533;&#152;&#65533;&#65533;&#156;&#157;E", "鐚&#65533;竺 鐚井&#152;&#65533;&#65533;&#156;&#157;", "鐚&#65533;竺 &#65533;&#152;&#65533;&#65533;&#156;&#157;", serif;
  text-align: center; /* 中央揃え */
}

.g_text h3 {
  color: #FFD700;
  border-bottom: solid 1px;
  border-color: #FFD700;
  margin: 0 auto 30px;
}

.g_text {
  margin-top: 30px;
  color: #FFD700;
}

.gl_text h3 {
  color: #5ED6DF;
  border-bottom: solid 1px;
  border-color: #5ED6DF;
  margin: 0 auto 30px;
}

.gl_text {
  margin-top: 30px;
  color: #5ED6DF;
}

.rs_text h3 {
  color: #FFB7DB;
  border-bottom: solid 1px;
  border-color: #FFB7DB;
  margin: 0 auto 30px;
}

.rs_text {
  margin-top: 30px;
  color: #FFB7DB;
}

.bdb_text h3,
.bdbj_text h3 {
  color: #FFFFFF;
  border-bottom: solid 1px;
  border-color: #FFFFFF;
  margin: 0 auto 30px;
}

.bdb_text,
.bdbj_text {
  margin-top: 30px;
  color: #FFFFFF;
}

.li_arra {
  margin-bottom: 100px;
  text-align: center; /* リスト全体を中央揃え */
}

.lil_arra {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; /* リスト全体を中央揃え */
}

/* 動画・セクション全体のスタイル */
.lineup-section {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.lineup-video {
  position: absolute;
  width: 100%;
  height: 60%; /* 動画の高さを調整 */
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
}

.lineup-video4 {
  position: absolute;
  width: 100%;
  height: 55%; /* 動画の高さを調整 */
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
}

.lineup-video5 {
  position: absolute;
  width: 100%;
  height: 58%; /* 動画の高さを調整 */
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
}


.lineup-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  text-align: center;
  color: white;
}
  

/* アニメーション */
/*-- ダイナミックアニメーション --*/
.free_img {
  display: block;
  margin: 200px auto; /* 画像をさらに下に配置 */
  animation: slideMove 3s ease-in-out infinite; /* 上下に動くアニメーション */
}

/* アニメーションの定義 */
@keyframes slideMove {
  0% {
    transform: translateY(30px); /* 画像を大きく下に移動 */
  }
  50% {
    transform: translateY(-30px); /* 画像を大きく上に移動 */
  }
  100% {
    transform: translateY(30px); /* 元の位置に戻る */
  }
}







/* 16px white */
.icon-w.icon-twitter {
  background-position: -96px -176px;
}

/* 16px white */
.icon-w.icon-instagram {
  background-position: -112px -192px;
}

/* 16px white */
.icon-w.icon-s_facebook {
  background-position: -160px -176px;
}

/* 16px white */
.icon-w.icon-user {
  background-position: -208px -0px;
}

/* 16px white */
.icon-w.icon-adduser {
  background-position: -240px -0px;
}

/* 16px white */
.icon-w.icon-login {
  background-position: -48px -80px;
}

.icon-w.icon-logout {
  background-position: -32px -80px;
}

.icon-w.icon-cart {
  background-position: -176px -64px;
}

.modal {
    position: fixed;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    width: 400px;
    height: 360px;
    margin: -116px 0 0 -221px;
    padding: 20px;
    color: #FFF;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 10px;
}

.modal img {
    max-width: 300px;
    height: auto;
    margin: 10px auto;
    display: block;
}

.modal p {
    margin-bottom: 10px;
}

.modal a {
    cursor: pointer;
    background: #FFFFFF;
    margin: 10px;
    padding: 0;
    width: 120px;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
}


/*=== 鈴咲追加 ===*/
body {
  background-color: #010101;
}
.ftp {
  width: 100%;
  height: 900px;
  position: relative;
  top: -350px;
  margin: 0 auto;
  padding: 0;
  display: flex;
 justify-content: center;
 align-items: center;
}
.ftp iframe {
   width: 100%;
   height: 900px;
    text-align: center;
    margin: 0 auto;  
  padding:0
}
@media only screen and (max-width: 480px) {
  .ftp {
   width: 100%;
    height: 200px;
   position: relative;
   top: -140px;
    margin-bottom: 50px;
    margin: 0 auto;
 }
.ftp iframe {
   width:100%;
   height: 200px;
    margin: 0 auto;
  }
  .ss-f {
    position: relative;
    top: -90px;
    text-align: center;
  }
}


/*INFORMATION*/
.information {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.information h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
}
.info {
  background: url(https://img21.shop-pro.jp/PA01420/106/etc/contents-00.jpg?cmsp_timestamp=20200518145109);
  margin-bottom: 20px;
  padding: 10px;
}
.info h3 {
  font-size: 20px;
  border-bottom: none;
}
.info span {
   font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .information {
    text-align: center!important;
    margin-top: 10px;
  }
  .info {
    margin-bottom: 10px;
  }
  .info h3 {
    font-size: 15px;
  }
  .info span {
    font-size: 8px;
  }
}


/*バナー*/
.banner {
  margin: 150px 0;
}
.banner img {
  width: 70%;
}
@media (max-width: 480px) {
  .banner {
   width: 100%;
   height: 10px;
    position: relative;
    top: 5px;
  }
.banner img {
  width: 90vw;
  }
}

/*-----フリーページ------*/
/*STORE*/
.store-0 h1{
  border: 1px solid #FFFFFF;
  width: 200px;
  margin:0 auto;
  padding: 20px;
   margin-bottom: -50px;
  position: relative;
  top: 50px;
  text-align: center;
}
@media (max-width: 480px) {
.about-f h1 {
  width: 80px;
  padding: 5px;
  }
}
/*company*/
.cop-f {
  	display: flex;
	flex-wrap:wrap;
}
.cop-f img {
}
@media (max-width: 480px) {
  .cop-f {
    display: flex;
    flex-direction: column;
  }
  .cop-f img {
    width: 90vw;
  }
}
/*ABOUT*/
.about-f  {
 text-align:center;
  margin:0 auto;
}
.about-f h1 {
  border: 1px solid #FFFFFF;
  width: 200px;
  margin:0 auto;
  padding: 20px;
   margin-bottom: 100px;
  position: relative;
  top: 50px;
}
.about-1 {
  text-align: center;
  margin-bottom: 100px;
}
.about-1 img {
  width: 40%;
}
.about-1c {
  width: 100%;
  margin:0 auto;
}
.about-1c h2 {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.about-1c p {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.about-2 {
   text-align: center;
   margin-bottom: 100px;
}
.about-2 img {
  width: 50%;
}
.about-2c {
  width: 100%;
  margin:0 auto;
}
.about-2c p {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.about-3 {
   text-align: center;
   margin-bottom: 100px;
}
.about-3 img {
  width: 40%;
}
.about-3c {
  width: 100%;
  margin:0 auto;
}
.about-3c h2 {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.about-3c p {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
@media (max-width: 480px) {
 .about-f {
  }
.about-f h1 {
  width: 150px;
  }
.about-1 {
  }
.about-1 img {
  width: 80%; 
  }
.about-1c h2 {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.about-1c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.about-2 {
  }
.about-2 img {
   width: 90%;
  }
  .about-2c h2 {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.about-2c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.about-3 {
  }
.about-3 img {
   width: 80%;
  }
  .about-3c h2 {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.about-3c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
}

/*HISTORY*/
.history-f  {
 text-align:center;
  margin:0 auto;
}
.history-f h1 {
  border: 1px solid #FFFFFF;
  width: 250px;
  margin:0 auto;
  padding: 20px;
   margin-bottom: 100px;
  position: relative;
  top: 50px;
}
.history-1 {
  text-align: center;
  margin-bottom: 100px;
}
.history-1 img {
  width: 70%;
}
.history-1c {
  width: 100%;
  margin:0 auto;
}
.history-1c h2 {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.history-1c p {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.history-2 {
   text-align: center;
   margin-bottom: 100px;
}
.history-2 img {
  width: 60%;
}
.history-2c {
  width: 100%;
  margin:0 auto;
}
.history-2c p {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.history-3 {
   text-align: center;
   margin-bottom: 100px;
}
.history-3 img {
  width: 40%;
}
.history-3c {
  width: 100%;
  margin:0 auto;
}
.history-3c h2 {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.history-3c p {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
@media (max-width: 480px) {
 .history-f {
  }
.history-f h1 {
  width: 200px;
  }
.history-1 {
  }
.history-1 img {
  width: 100%; 
  }
.history-1c h2 {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.history-1c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.history-2 {
  }
.history-2 img {
   width: 90%;
  }
 .history-2c h2 {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.history-2c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.history-3 {
  }
.history-3 img {
   width: 80%;
  }
 .history-3c h2 {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
.history-3c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
}

/*LINE UP*/
.lineup-f  {
 text-align:center;
  margin:0 auto;
}
.lineup-f h1 {
  border: 1px solid #FFFFFF;
  width: 200px;
  margin:0 auto;
  padding: 20px;
   margin-bottom: 250px;
  position: relative;
  top: 50px;
}
.lineup-1 {
  text-align: center;
  margin:0 auto;
  margin-bottom: 100px;
  display: flex;
  flex-wrap:wrap;
}
.lineup-1a  {
  width: 10%;
  position: relative;
  top: -20px;
}
.lineup-1a img {
  width:100%;
}
.lineup-1c {
  width: 60%;
  margin:0 auto;
}
.lineup-1c h2 {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.lineup-1c p {
  width: 80%; 
  text-align: center;
  margin:0 auto;
  color: #FFFFFF;
}
.lineup-1c ul {
  padding-top: 20px;
}
.lineup-1c li {
  padding-top: 10px;
  opacity: 0.5;
  text-align: left;
}
.lineup-2 {
   text-align: center;
  margin-bottom: 100px;
  display: flex;
  flex-wrap:wrap;
}
.lineup-2a  {
  width: 10%;
  position: relative;
  top: -20px;
}
.lineup-2a img {
  width: 100%;
}
.lineup-2c {
  width: 60%;
  margin:0 auto;
}
.lineup-2c p {
  width: 80%; 
  text-align: center;
  margin:0 auto;
  color: #FFFFFF;
}
.lineup-2c ul {
  padding-top: 20px;
}
.lineup-2c li {
  padding-top: 10px;
   opacity: 0.5;
  text-align: left;
}
.lineup-3 {
   text-align: center;
  margin-bottom: 100px;
  display: flex;
  flex-wrap:wrap;
}
.lineup-3a  {
  width: 10%;
    position: relative;
  top: -20px;
}
.lineup-3a img {
  width: 100%;
}
.lineup-3c {
  width: 60%;
  margin:0 auto;
}
.lineup-3c h2 {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.lineup-3c p {
  width: 80%; 
  text-align: center;
  margin:0 auto;
  color: #FFFFFF;
}
.lineup-3c ul {
  padding-top: 20px;
}
.lineup-3c li {
  padding-top: 10px;
   opacity: 0.5;
  text-align: left;
}
.lineup-4 {
   text-align: center;
  margin:0 auto;
  margin-bottom: 100px;
  display: flex;
  flex-wrap:wrap;
}
.lineup-4a  {
  width: 10%;
    position: relative;
  top: -20px;
}
.lineup-4a img {
  width: 100%;
}
.lineup-4c {
  width: 60%;
  margin:0 auto;
}
.lineup-4c h2 {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.lineup-4c p {
  width: 80%; 
  text-align: center;
  margin:0 auto;
  color: #FFFFFF;
}
.lineup-4c ul {
  padding-top: 20px;
}
.lineup-4c li {
  padding-top: 10px;
   opacity: 0.5;
  text-align: left;
}
.lineup-5 {
   text-align: center;
  margin:0 auto;
  margin-bottom: 100px;
  display: flex;
  flex-wrap:wrap;
}
.lineup-5a  {
  width: 10%;
  position: relative;
  top: -20px;
}
.lineup-5a img {
  width: 75%;
}
.lineup-5c {
  width: 60%;
  margin:0 auto;
}
.lineup-5c h2 {
  width: 60%; 
  text-align: center;
  margin:0 auto;
}
.lineup-5c p {
  width: 80%; 
  text-align: center;
  margin:0 auto;
  color: #FFFFFF;
}
.lineup-5c ul {
  padding-top: 20px;
}
.lineup-5c li {
  padding-top: 10px;
   opacity: 0.5;
  text-align: left;
}
@media (max-width: 480px) {
 .lineup-f {
  }
.lineup-f h1 {
  width: 150px;
  margin-bottom: 150px;
  }
.lineup-1 {
    display: flex;
    flex-direction: column;
  }
.lineup-1a {
    width: 100%;
  margin-bottom: -20px;
  }  
.lineup-1a img {
  width: 30%; 
  }
.lineup-1c {
  width: 100%;
  }
.lineup-1c h2 {
  width: 95%; 
  text-align: center;
  margin:0 auto;
  }
.lineup-1c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
  .lineup-1c ul {
    width: 95%;
  padding-top: 10px;
}
.lineup-1c li {
  padding-top: 5px;
  }
.lineup-2 {
    display: flex;
    flex-direction: column;
  }
.lineup-2a {
    width: 100%;
  margin-bottom: -20px;
  }  
.lineup-2a img {
   width: 30%;
  }
.lineup-2c {
  width: 100%;
  }
 .lineup-2c h2 {
  width: 95%; 
  text-align: center;
  margin:0 auto;
  }
.lineup-2c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
  .lineup-2c ul {
    width: 95%;
  padding-top: 10px;
}
.lineup-2c li {
  padding-top: 5px;
  }
.lineup-3 {
    display: flex;
    flex-direction: column;
  }
.lineup-3a {
    width: 100%;
  margin-bottom: -20px;
  }  
.lineup-3a img {
   width: 30%;
  }
.lineup-3c {
  width: 100%;
  }
  .lineup-3c h2 {
  width: 95%; 
  text-align: center;
  margin:0 auto;
  }
.lineup-3c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
  .lineup-3c ul {
    width: 95%;
  padding-top: 10px;
}
.lineup-3c li {
  padding-top: 5px;
  }
  .lineup-4 {
    display: flex;
    flex-direction: column;
  }
.lineup-4a {
    width: 100%;
  margin-bottom: -20px;
  }  
.lineup-4a img {
   width: 30%;
  }
.lineup-4c {
  width: 100%;
  }
  .lineup-4c h2 {
  width: 95%; 
  text-align: center;
  margin:0 auto;
  }
.lineup-4c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
  .lineup-4c ul {
    width: 95%;
  padding-top: 10px;
}
.lineup-4c li {
  padding-top: 5px;
  }
 .lineup-5 {
     display: flex;
    flex-direction: column;
  }
.lineup-5a {
    width: 100%;
    margin-bottom: -20px;
  }  
.lineup-5a img {
   width: 23%;
  }
.lineup-5c {
  width: 100%;
  }
  .lineup-5c h2 {
  width: 95%; 
  text-align: center;
  margin:0 auto;
  }
.lineup-5c p {
  width: 90%; 
  text-align: center;
  margin:0 auto;
  }
  .lineup-5c ul {
    width: 95%;
  padding-top: 10px;
}
.lineup-5c li {
  padding-top: 5px;
  }
}
/*HOT TV*/
.hot-tv {
   width: 100%;
  	display: flex;
	flex-wrap:wrap;
  margin: 0 auto;
}
.hot-tv h2 {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   width: 100%;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
  font-size: 30px;
}
.hot-co {
  width: 50%;
  float: left;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 100px;
}
.pp1 h3{
  font-size: 20px;
   margin-top: -10px;
}
.pp1 p {
  color: #FFFFFF;
  margin-top: -20px;
}
@media (max-width: 480px) {
  .hot-tv {
    display: flex;
    flex-direction: column;
  }
  .hot-co {
  width: 100%;
  }
}
/*MEDIA*/
.me-0 {
  width: 90vw;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: -50px;
}
.me-1 {
  width: 90vw;
  display: flex;
  flex-wrap:wrap;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0;
}
.me1 h2 {
  width: 150px;
  padding: 10px 30px;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #FFFFFF;
}
.me1-1 {
  width: 15vw;
  margin: 0 auto;
}
.me1-1 img {
  width: 15vw;
  margin: 0 auto;
 margin-right: 20px;
}
.me1-2 {
  width: 50vw;
  margin: 0 auto;
}
.me1-2 img {
  width: 50vw;
  margin: 0 auto;
}
.me-2 {
  width: 90vw;
  display: flex;
  flex-wrap:wrap;
  margin: 0 auto;
  margin-bottom: 100px;
}
.me2 h2 {
  width: 150px;
  padding: 10px 30px;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #FFFFFF;
}
.me2-1 {
  width: 15vw;
  margin: 0 auto;
}
.me2-1 img {
  width: 15vw;
  margin: 0 auto;
   margin-right: 10px;
}
.me2-2 {
  width: 60vw;
  margin: 0 auto;
}
.me2-2 img {
  width: 60vw;
  margin: 0 auto;
}
.me-3 {
  width: 90vw;
  display: flex;
  flex-wrap:wrap;
  margin: 0 auto;
  margin-bottom: 100px;
}
.me3 h2 {
  width: 150px;
  padding: 10px 30px;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #FFFFFF;
}
.me3-1 {
  width: 15vw;
  margin: 0 auto;
}
.me3-1 img {
  width: 15vw;
  margin: 0 auto;
   margin-right: 20px;
}
.me3-2 {
  width: 60vw;
  margin: 0 auto;
}
.me3-2 img {
  width: 60vw;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .me-0 {
    margin-top: 50px;
     position: relative;
   left: 1px;
 }
.me-1 {
  display: flex;
  flex-direction: column;
 }
.me1 h2 {
  width: 150px;
  padding: 5px 15px;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
 }
.me1-1 {
  width: 30vw;
  margin-bottom: 20px;
 }
  .me1-1 img {
  width: 30vw;
 }
.me1-2 {
  width: 80vw;
 }
  .me1-2 img {
  width: 80vw;
 }
.me-2 {
  display: flex;
  flex-direction: column;
 }
.me2 h2 {
  width: 150px;
  padding: 5px 15px;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
 }
.me2-1 {
  width: 31vw;
 }
  .me2-1 img {
  width: 31vw;
 }
.me2-2 {
  width: 90vw;
 }
  .me2-2 img {
  width: 90vw;
 }
.me-3 {
  display: flex;
  flex-direction: column;
 }
.me3 h2 {
  width: 150px;
  padding: 5px 15px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
 }
.me3-1 {
  width: 30vw;
  margin-bottom: 20px;
 }
  .me3-1 img {
  width: 30vw;
 }
.me3-2 {
  width: 90vw;
 }
  .me3-2 img{
  width: 90vw;
 }
}

.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

@keyframes float-updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.free_img.floating {
  animation: float-updown 2s ease-in-out infinite;
}

.gold-title {
  color: #FFD700; /* 金色 */
}

.blue-title {
  color: #5ED6DF; /* 水色 */
}

.pink-title {
  color: #FFB7DB; /* ピンク */
}

.silver-title {
  color: #C0C0C0; /* 銀色 */
}

.white-title {
  color: #FFFFFF; /* 白 */
}


/*-----!フリーページ------*/
/*=========!=========*/
