@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');

/*
Theme Name: 
Description: 
Version: 1.0
*/

html body {
  font-family: YuGothic, 'Yu Gothic', '游ゴシック', 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}

html body .ec-productRole{
  font-family: YuGothic, 'Yu Gothic', '游ゴシック', 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}

body {
  position: relative;
}

html {
  overflow-x: hidden;
}

main {
  font-weight: 500;
}

img {
  max-width: 100%;
}

a:hover {
  opacity: 0.7;
}



.bg-beige {
  background-color: #fff;
  position: relative;
  z-index: 0;
  padding: 0;
}

.bg-dark {
  background-color: #2076ab;
  background-image: url(./images/top/bg-5.jpg);
  background-repeat: repeat-y;
  background-size: cover;
}

.bg-gray {
  background-color: #2076ab;
  background-image: url(./images/bg_gray.jpg);
  background-repeat: repeat-x;
  background-size: cover;
}

.border-gold {
  position: relative;
}

.strength .bg-blue{
  background-color: #2076ab;
  background-image: url(./images/bg_blue.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  z-index: 10;
}

/*
.border-gold::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  top: 0;
  display: block;
  background-color: #2076ab;
  background-image: url(./images/border_gold.jpg);
  background-repeat: repeat-x;
  z-index: 100;
}
.border-gold{
  background: url(./images/border_gold.jpg) top center repeat-x;
}
*/
.border-bottom-gold {
  position: relative;
}

.border-bottom-gold::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  display: block;
  background-color: #2076ab;
  background-image: url(./images/border_gold.jpg);
  background-repeat: repeat-x;
  z-index: 100;
}



.bg-black {
  background-color: #000000;
}

.bg-waveline {
  background: url(./images/wave.png) repeat-x center bottom;
}

.box-shadow {
  box-shadow: 2px 2px 4px 2px #aaaaaa;
}

ul {
  list-style: none;
}

/*ヘッダー*/
header {
  font-family: YuGothic, 'Yu Gothic', '游ゴシック', 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #fff;
}

.header-top {
  /* height: 42px; */
  padding-top: 0px;
  position: relative;
  background-color: #fff;
}

.head-title {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.form-inline .form-control {
  width: 218px;
  height: 27px;
  border-radius: 14px;
  font-size: 14px;
  color: #000000;
  position: absolute;
  top: 8px;
  right: 0;
}

.header-top .form-inline .form-control::placeholder {
  color: #c0c0c0;
}

.search-bt {
  position: absolute;
  top: 11px;
  right: 22px;
}

.contact-wrap {
  width: 37px;
}

.contact span {
  display: block;
  background-color: #FFFFFF;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  padding: 5px;
}

.contact span:hover {
  background-color: #f9f7f4;
}

header ul.nav-buying {
  margin-bottom: 0;
}

.navbar-nav {
  margin-right: -10px;
}

.logo img {
  width: 220px;
}

.menu-item a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #5b4e42;
  padding: 5px 0 5px 15px;
}

.menu-item a:hover {
  color: #5b4e42;
  text-decoration: none;
}

/* .header-container{
  padding-right: 8;
  padding-left: 8px;
} */

.header-row {
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

#container_id {
  padding-right: 8px;
  padding-left: 8px;
}

.header-topnav {
  display: flex;
  justify-self: center;
  align-items: center;
  padding-left: 50px;
  margin-bottom: 0;
}

.header-topnav li {
  padding: 0 15px;
}

.header-topnav li a {
  color: #555;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.header-banner img {
  width: 210px;
}

.header_bb {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 0px;
}

.header-topnav2 {
  justify-content: center;
  background-color: #fff;
  padding: 0;
}

.header-topnav2 li {
  padding: 10px 20px;
}

.header-topnav2 li a {
  color: #555;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

a:not([href]):not([tabindex]) {
  color: #555;
}
.ec-headerNav__item.gn_radius a:hover, .ec-headerNav__item.favorite a:hover, .ec-headerNav__item.gn_last a:hover{
  text-decoration: none;
}


/* スライダー */
#slider-wrapper {
  position: relative;
  left: 50%;
  /* 3枚の場合*
  width: 3432px;
  margin-left: -1717.5px;
  */
  /*4枚の場合
  width: 4576px;
  margin-left: -2285.5px;
  */
  /*5枚の場合*/
  width: 5720px;
  margin-left: -2434.5px;
}

/* 三枚の場合は消す */
#bxslider {
  left: 12.4%;
}

.custom-thumb .bx-controls {
  display: none;
}

.custom-thumb .bx-wrapper img {
  padding: 0 5px;
  background-image: url(./images/bg_beige.jpg);
  background-repeat: repeat-y;
  background-size: cover;
}

.custom-thumb .bx-wrapper {
  margin: 0 auto
}

#bxslider li {
  margin: 0 2px;
}

.bx-wrapper img {
  /* 画像のサイズ設定と中央寄せの設定 */
  width: 1144px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* .bx-wrapper .bx-pager {
  display: none;
} */

/* #bxslider li {}

#bxslider li .bxslider-wrap1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
} */



#bxslider li .bxslider-wrap1 .bxslider-black-text1 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  background-color: #000;
  color: #fff;
  font-size: 26px;
  text-align: center;
  height: 600px;
  padding-right: 19px;
  padding-left: 23px;
  letter-spacing: 0.2em;
}

#bxslider li .bxslider-wrap1::before {
  content: "";
  position: absolute;
  background-image: url(./images/top/bg-3.jpg);
  top: 50%;
  transform: translateY(-49%);
  left: 16.5%;
  width: 50px;
  z-index: 0;
  height: 600px;
}

.bx-controls {
  display: none;
}


/*=============
slick
=============*/

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 47vw;
  margin: 0;
}

.full div.img01 {
  background-image: url(./images/top/fv01-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.full div.img02 {
  background-image: url(./images/top/fv02-new.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.full div.img03 {
  background-image: url(./images/top/fv03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.full div.img04 {
  background-image: url(./images/top/fv-20250527_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
/*
.full div.img05 {
  background-image: url(./images/top/fv05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
*/
.full div.img05 {
  background-image: url(./images/top/fv-newyear-pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.full div.img06 {
  background-image: url(./images/top/fv07.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.full div.img-kenminshow {
  background-image: url(./images/top/fv-kenminshow.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.full .slick-dots {
  display: none;
  bottom: 4%;
  z-index: +1;
}


/* 共通パーツ */
h2.gray-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  color: #4f4f4f;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2.blue-ring {
  position: relative;
}

h2.blue-ring::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  display: block;
  width: 55px;
  height: 55px;
  border: 5px solid #ddeeee;
  border-radius: 50%;
  z-index: -100;
}

h2.white-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  color: #FFFFFF;
  height: 70px;
  margin-bottom: 0;
  padding-top: 25px;
}

.white-ring {
  position: relative;
}

.white-ring::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  display: block;
  width: 55px;
  height: 55px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.border-gray {
  position: relative;
}

.border-gray::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  border-bottom: 1px solid #a2a2a2;
}

h2 span.eng-sub {
  font-family: 'Lato', sans-serif;
  display: block;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #ddeeee;
}

.sec_title {
  font-size: 24px;
  font-weight: 700;
  color: #444;
  line-height: 1.75;
  text-align: center;
  font-family: 'Yu Gothic', '游ゴシック';
  margin-bottom: 30px;
  position: relative;
}

.sec_title div {
  display: inline-block;
  position: relative;
}

.sec_title div::before {
  content: "";
  background-image: url(./images/top/list.png);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -33px;
}

.sec_title span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho";
}

/* sec1 */
.news-wrap {
  display: flex;
  flex-direction: column;
}

.news-item {
  margin-bottom: 24px;
}

.news-item-img {
  width: 22%;
  padding: 0 15px;
}

.news-item-text {
  flex: 1;
}

.date {
  font-size: 16px;
  color: #c70a06;
  line-height: 1.75;
  font-weight: 700;
}

.news-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.news-desc span {
  position: relative;
  display: inline-block;
}

/*
.news-desc span::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -25px;
    width: 10px;
    height: 7px;
    border: 6px solid transparent;
    border-left: 8px solid #4189bd;
}
*/
.new-round {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: -18px;
  left: 5px;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #eb9aa8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  padding-top: 11px;
}

.sec1 .more-bt {
  margin-top: -15px;
  margin-right: -20px;
}

.sec1_banner {
  margin-top: 50px;
  margin-bottom: 70px;
}

.sec1_banner img {
  width: 560px;
}

/* sec2 */
.bg-pickup {
  position: relative;
}

/* .bg-pickup::before{
  position: absolute;
  content: '';
  background: url(./images/bg-pickup.png) no-repeat;
  top: -40px;
  left: -250px;
  width: 1384px;
  height: 192px;
  background-size: contain;
}
.bg-pickup::after{
  position: absolute;
  content: '';
  background: url(./images/bg-pickup.png) no-repeat;
  bottom: -90px;
  right: -600px;
  width: 1384px;
  height: 192px;
  background-size: contain;
  z-index: -50;
} */
.pick-up-box {
  justify-content: center;
  padding-bottom: 70px;
}

.first,
.second,
.third {
  position: relative;
}

.first::before,
.second::before,
.third::before {
  position: absolute;
  top: -15px;
  left: 0;
}

/* .first::before{
  content: url(./images/crown_1.png);
} */
/* .first::after {
  content: '';
  background: url(./images/toyama.png) no-repeat;
  width: 532px;
  height: 464px;
  position: absolute;
  top: -20px;
  left: -380px;
  z-index: -100;
} */

/* .second::before{
  content: url(./images/crown_2.png);
} */
/* .third::before{
  content: url(./images/crown_3.png);
} */
.pick-up-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  color: #000;
  margin-top: 20px;
}

.sec2 .new-release {
  top: 25px;
}

.sec2 .pick-up {
  top: 25px;
  right: 14px;
}

.sec2 .price {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #c70a06;
}

.pick-up-description {
  font-size: 15px;
  color: #555;
  line-height: 1.4;
}

.sec3 {
  padding: 50px 0;
  background-image: url(./images/top/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec3-items {
  margin-top: 30px;
}

.sec3-item {
  padding: 10px;
}

/* sec3 */
.sec3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
}

.sec3-wrap {
  align-items: flex-end;
}



.whiteline-box-wrap {
  position: relative;
  margin-right: 40px;
}

.whiteline-box {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20.27px;
  width: 90px;
  height: 268px;
  padding: 30px 29px 0 0;
  border: 1px solid #FFFFFF;
  background-color: #000000;
  z-index: 100;
  position: relative;
}

.whiteline-box2 {
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;
  width: 90px;
  height: 268px;
  border: 1px solid #FFFFFF;
  background-color: #000000;
  z-index: 50;
}

.sec3 .message {
  font-size: 16.59px;
  line-height: 33.17px;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 1px #000000,
    -2px 2px 1px #000000,
    2px -2px 1px #000000,
    -2px -2px 1px #000000;
}

.sec3 .message-name {
  font-size: 17.51px;
  text-shadow: 2px 2px 1px #000000,
    -2px 2px 1px #000000,
    2px -2px 1px #000000,
    -2px -2px 1px #000000;
}



a.whiteline-bt:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.sec4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(./images/top/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec4 .sec_title {
  color: #fff;
}

.sec4-item {
  position: relative;
}

.sec4-item-name {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 280px;
  text-align: center;
  padding: 5px;
}

.sec5 {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}

.sec6 {
  padding-top: 70px;
  padding-bottom: 40px;
  background-image: url(./images/top/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.sec7 {
  padding: 70px 0;
  position: relative;
  z-index: 0;
}

.sec9 {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
  z-index: 0;
}

.sec9 .container {
  position: relative;
}

.sec9 .container::before {
  position: absolute;
  content: "";
  background-image: url(./images/top/news.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  left: -220px;
  bottom: -20px;
  width: 510px;
  height: 350px;
}

.sec10 {
  text-align: center;
  color: #fff;
  background-color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.bg-hotaruika {
  background-image: url(./images/top/bg-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 55px;
}

/* .bg-hotaruika::before {
  position: absolute;
  content: "";
  background-image: url(./images/top/about01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  width: 30%;
  height: 500px; 
}

.bg-hotaruika::after {
  position: absolute;
  content: "";
  background-image: url(./images/top/about02.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  width: 40%;
  height: 500px; 
} */

.about-title {
  font-size: 41px;
  margin-bottom: 20px;
}

.about-title img {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 10px;
}

.about-1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.message-name {
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  padding-right: 20px;
}

.about-2 {
  line-height: 2;
  letter-spacing: 0.05em;
}

.whiteline-bt {
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  text-align: center;
  border: 1px solid #FFFFFF;
  width: 200px;
  height: 33px;
  padding-top: 5px;
  background: #000000;
  position: relative;
}

.about-3 {}

.whiteline-bt::before {
  position: absolute;
  content: "";
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

.sec11 {
  padding-top: 10px;
  padding-bottom: 40px;
}

.sec11-banner {
  display: flex;
  justify-content: center;
}

.sec11-banner:hover {
  text-decoration: none;
}

.sec11-item-text {
  background-color: #000;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  font-size: 18px;
  letter-spacing: 0.1em;
}

/* 商品一覧 */
h3.items-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 23px;
  font-weight: 700;
  color: #4189bd;
  padding-top: 40px;
  margin-left: 19%;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

h3.sea::before {
  position: absolute;
  content: '';
  display: block;
  background: url(./images/icon-sea.png) no-repeat;
  top: 50%;
  margin-top: -6px;
  left: -67px;
  width: 52px;
  height: 52px;
}

h3.shrimp::before {
  position: absolute;
  content: '';
  display: block;
  background: url(./images/icon-ebi.png) no-repeat;
  top: 50%;
  margin-top: -6px;
  left: -67px;
  width: 52px;
  height: 52px;
}

h3.squid::before {
  position: absolute;
  content: '';
  display: block;
  background: url(./images/icon-ika.png) no-repeat;
  top: 50%;
  margin-top: -6px;
  left: -67px;
  width: 52px;
  height: 52px;
}

h3.items-title span {
  font-family: YuGothic, 'Yu Gothic', '游ゴシック', 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  color: #595858;
  padding-left: 5px;
  font-weight: 500;
}

.more-bt-bg-div {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.more-bt {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-top: 10px;
  padding-bottom: 10px;

}

.more-bt-bg-div::before {
  content: "";
  position: absolute;
  background-image: url(./images/top/bg-3.jpg);
  bottom: -6px;
  right: -6px;
  width: 200px;
  z-index: -1;
  height: 40px;
}

a.more-bt:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}

.cat-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #4189bd;
  font-weight: 700;
}

.category {
  padding-bottom: 33px;
}

.category ul li {
  padding: 1px 0 1px 17px;
  position: relative;
}

.category ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #595858;
  border-right: 1px solid #595858;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.category ul li a {
  color: #595858;
  font-size: 17px;
}

.category ul li a:hover {
  text-decoration: none;
}

h4.item-name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 19px;
  color: #4f4f4f;
  font-weight: 700;
  text-align: center;
}

.item-img-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
  height: 190px;
}

.desc-box {
  color: #595858;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 70px;
}

.row .item-box {
  position: relative;
  padding: 10px;
}

.row .item-box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.row .item-box:hover {
  opacity: 0.7;
}

.price-detail-box {
  color: #4189bd;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  height: 50px;
  display: block;
  width: 90%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.price {
  font-size: 15px;
  color: #c70a06;
  font-weight: 700;
  padding-bottom: 5px;
}

.price span {
  font-size: 15px;
}

.to-detail {
  color: #4189bd;
  font-size: 14px;
  border: 1px solid #4189bd;
  padding: 3px 12px;
  border-radius: 15px;

}

.to-detail:hover {
  text-decoration: none;
}

.new-release {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #eb9aa8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  padding-top: 11px;
}

.pick-up {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: 15px;
  right: 13px;
  font-size: 11px;
  line-height: 12px;
  color: #FFFFFF;
  background-color: #eeb472;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
}

/* sec7 */
.bg-wave {
  position: relative;
  overflow: hidden;
}

.bg-wave::before {
  position: absolute;
  content: url(./images/bg-wave2.png);
  left: -50px;
  bottom: -30px;
  width: 609px;
  height: auto;
  z-index: -100;
}

.bg-wave::after {
  position: absolute;
  content: url(./images/bg-wave1.png);
  right: -200px;
  bottom: -40px;
  width: 609px;
  height: auto;
  z-index: -100;
}

/* フッター */
.guide {
  background-image: url(./images/top/bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.guide-bg {
  background-image: url(./images/top/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 30px;
  max-width: 1200px;
}

.footer-copy-wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

ul.nav-buying {
  display: block;
  font-size: 0;
}

footer ul.nav-buying {
  padding-left: 0;
}

ul.nav-buying li {
  display: inline-block;
  font-size: 15px;
}

ul.nav-buying li a {
  display: block;
  padding: 5px 40px 5px 15px;
  text-decoration: none;
}

ul.nav-buying li a:hover {
  opacity: 1;
}

a.triangle {
  color: #FFFFFF;
  background-color: #4189bd;
}

a.triangle:hover {
  color: #FFFFFF;
  background-color: #5c9ecd;
}

a.triangle span {
  position: relative;
}

a.triangle span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -25px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
}

a.triangle span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -25px;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border: 5px solid transparent;
  border-left: 7px solid #4189bd;
}

ul.nav-buying li a.registered {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  border-right: 1px solid #FFFFFF;
}

ul.nav-buying li a.login {
  border-right: 1px solid #FFFFFF;
}

ul.nav-buying li a.mypage {
  padding-right: 60px;
}

ul.nav-buying li a.cart {
  color: #606060;
  background-color: #FFFFFF;
  border-radius: 17px;
  margin-left: -15px;
  text-align: right;
  padding-right: 15px;
  padding-left: 40px;
}

ul.nav-buying li a.cart:hover {
  background-color: #f9f7f4;
}

ul.nav-buying li a.cart span {
  position: relative;
}

ul.nav-buying li a.cart span::before {
  position: absolute;
  content: url(./images/cart.png);
  top: 50%;
  margin-top: -11px;
  left: -25px;
}

ul.footer-nav {
  display: block;
  padding-left: 0;
}

ul.footer-nav li {
  display: inline-block;
  padding: 0 10px;
}

ul.footer-nav li a {
  font-size: 17px;
  line-height: 28px;
  color: #5b4e42;
  text-decoration: none;
}

.cont-bt {
  display: block;
  background-color: #000;
  width: 307px;
  height: 59px;
  position: relative;
  z-index: 10;
}

.cont-bt:hover {
  color: #555;
  opacity: 0.8;
}

.cont-bt span {
  display: block;
  color: #fff;
  font-size: 21px;
  padding-top: 15px;
  font-weight: 600;
  text-align: center;
  position: relative;
  text-decoration: none;
}

a.cont-bt:hover {
  text-decoration: none;
}

.cont-bt span::before {
  content: url(./images/top/mail.jpg);
  position: absolute;
  top: 17px;
  left: 22px;
}

.footer-copy {
  color: #FFFFFF;
  font-size: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}

.footer-name {
  font-size: 26px;
  line-height: 1.2;
}

.footer-ad {
  font-size: 15px;
  line-height: 1.2;
}

.footer-tel {
  font-size: 18.52px;
  line-height: 22.22px;
}

.footer-items {
  padding: 17px 0 0 0;
}

.footer-logo {
  display: flex;
  align-items: flex-end;
}

.footer-logo-text {
  padding-left: 18px;
}

.footer-contact {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-contact::after {
  position: absolute;
  content: "";
  background-image: url(./images/top/bg-3.jpg);
  bottom: -5px;
  right: 31px;
  width: 307px;
  height: 59px;
  z-index: 0;
}

/* トップへ */
.pagetop-wrap a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  border-radius: 5px;
  height: 55px;
  width: 55px;
  z-index: 100;
  background: #c81d2e;
  opacity: 0.8;
}

.pagetop-wrap a::before {
  content: '';
  width: 25px;
  height: 25px;
  border-top: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -7px;
  margin-right: -12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagetop-wrap a:hover {
  opacity: 0.3;
}

/* 下層ページカテゴリのナビ */
.cat-nav ul {
  padding-left: 0;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 17px;
}

.cat-nav ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  padding-right: 15px;
  padding-left: 30px;
  font-weight: 700;
  position: relative;
}

.cat-nav ul li.cat-ika::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(./images/cat-icons/cat-icon_ika.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cat-nav ul li.cat-ebi::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 2px;
  width: 25px;
  height: 25px;
  background: url(./images/cat-icons/cat-icon_ebi.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cat-nav ul li.cat-umi::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 4px;
  width: 22px;
  height: 25px;
  background: url(./images/cat-icons/cat-icon_umi.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cat-nav ul li.cat-gift::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 5px;
  width: 25px;
  height: 25px;
  background: url(./images/cat-icons/cat-icon_gift.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cat-nav ul li.cat-business::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 2px;
  width: 25px;
  height: 25px;
  background: url(./images/cat-icons/cat-icon_business.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cat-nav ul li a {
  color: #444444;
}

.cat-nav ul li a:hover {
  color: #4189bd;
  text-decoration: none;
}

/* 商品一覧ページ */
.list h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #4f4f4f;
  font-weight: 700;
  text-align: center;
}

#topicpath {
  padding: 24px 0;
  border: 0 none;
}

#topicpath ol {
  padding-top: 0.7em;
  padding-left: 0;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ccc;
}

#topicpath li {
  font-size: 16px;
  color: #333;
  display: inline-block;
  float: left;
}

#topicpath li:last-child {
  font-weight: bold;
}

#topicpath li:after {
  content: "｜";
}

#topicpath li:last-child:after {
  content: "";
}

#topicpath li a {
  display: inline-block;
  color: #0092C4;
  text-decoration: none;
}

/* 詳細ページ */
.item-detail .bx-wrapper img {
  width: 80%;
}

.detail-thumb {
  width: 30%;
  margin-bottom: 25px;
  display: inline-block;
}

.detail-thumb img {
  width: 80%;
  height: auto;
}

.border-dot {
  border-bottom: 1px dotted #ccc;
}

.item-detail h2 {
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}

.detail-price {
  color: #DE5D50;
  font-size: 16px;
}

.detail-price-big {
  font-size: 22px;
  font-weight: 700;
}

.detail-cat-link {
  color: #33A8D0;
  ;
}

.numberInput input[type='number'] {
  display: inline-block;
  width: auto;
  max-width: 100px;
  text-align: right;
}

.btn_area .detail-btn {
  width: 100%;
  max-width: 350px;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  border-radius: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.btn_area .detail-btn:hover {
  opacity: 0.7;
}

.btn_area .cart-btn {
  background-color: #DE5D50;
}

.btn_area .favorite-btn {
  background-color: #3b3b47;
}

.text-red {
  color: #FF0000;
}

.item-detail h3 {
  font-size: 20px;
  font-weight: 700;
}

.modal {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}

/* オーバーレイのスタイル */
.overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(000, 000, 000, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 10;
}

/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalClose {
  color: #FFFFFF;
}

.modalClose:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.modal img {
  max-height: 90vh;
  height: auto;
}

/* 下層ページ */
.page h1 {
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-bottom: 10px;
  position: relative;
}

.page h1 span {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #555555;
}

.page h1::after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 5px;
  background: -moz-linear-gradient(to right, #4189bd 25%, #ddeeff 25%);
  background: -webkit-linear-gradient(to right, #4189bd 25%, #ddeeff 25%);
  background: linear-gradient(to right, #4189bd 25%, #ddeeff 25%);
}

.page h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  background-color: #ddeeff;
  border-left: 4px solid #4189bd;
  margin-bottom: 15px;
}

.page h3 {
  font-size: 21px;
  font-weight: 700;
  border-bottom: 1px solid #4189bd;
  border-left: 4px solid #4189bd;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-bottom: 25px;
  line-height: 22px;
  margin-bottom: 15px;
}

.page h4 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #4189bd;
  background-color: #ddeeff;
  padding-left: 5px;
  position: relative;
  padding-left: 28px;
  line-height: 25px;
}

.page h4::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 12px;
  width: 10px;
  height: 10px;
  background-color: #4189bd;
  border-radius: 50%;

}

.child-table,
.child-table td,
.child-table th {
  border: 1px solid #aab1b2;
  border-collapse: collapse;
}

.child-table {
  width: 100%;
}

.child-table caption {
  padding-top: 0;
  padding-bottom: 5px;
  color: #000000;
  text-align: center;
  caption-side: top;
  font-size: 20px;
  font-weight: 700;
}

.child-table caption.award span {
  position: relative;
}

.child-table caption.award span:before,
.child-table caption.award span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #4189bd;
}

.child-table caption.award span:before {
  left: -30px;
}

.child-table caption.award span:after {
  right: -30px;
}

.child-table th {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 5px;
  width: 12%;
  background: #f2f9ff;
}

.child-table .award-table th {
  width: 8%;
}

.child-table td {
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  width: 35%;
}

.child-table3,
.child-table3 td,
.child-table3 th {
  border-top: none;
}

table.single-table,
table.single-table td,
table.single-table th {
  border: 1px solid #aab1b2;
  border-collapse: collapse;
}

table.single-table {
  width: 100%;
}

table.single-table th {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 10px;
  width: 15%;
  background: #e4f8f9;
}

table.single-table td {
  font-size: 15px;
  font-weight: 500;
  padding: 5px 10px;
  width: 35%;
}

ul.child-list {
  padding-left: 5px;
}

.child-list li {
  position: relative;
}

.child-list li::before {
  content: '• ';
  color: #4189bd;
}

.button-1 {
  display: inline-block;
  padding: 5px 35px 5px 30px;
  background-color: #248aac;
  min-width: 200px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 5px;
  position: relative;
}

.button-1:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.button-1::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  top: 50%;
  right: 23px;
  margin-top: -6px;
}

.button-2 {
  display: block;
  position: relative;
  font-size: 17px;
  color: #248aac;
  padding-left: 20px;
}

.button-2:hover {
  text-decoration: none;
}

.button-2::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #248aac;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.button-2::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 8px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #248aac;
}

/* 強みページ */
.strength-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #FFFFFF;
  text-align: center;
}

.white-ring-2 {
  position: relative;
}

.white-ring-2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  display: block;
  width: 55px;
  height: 55px;
  border: 5px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
}

.strength h1 {
  font-size: 36px;
}

.strength .sub-title {
  font-size: 20px;
}

.strength .st-desc {
  font-size: 20px;
}

.box-shadow-2 {
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.25);
  ;
}

.cont-box {
  padding: 20px 15px;
  background-color: #FFFFFF;
  border-top: 4px solid #2362ad;
  line-height: 20px;
}

.cont-box-1 {
  width: 52%;
  z-index: 80;
  position: relative;
  top: 144px;
  left: 0;
  margin-bottom: 200px;
}

.cont-box-1-2 {
  width: 52%;
  z-index: 80;
  position: absolute;
  top: 120px;
  right: 0;
}

.strength .image-wrap-1 {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.strength .image-wrap-2 {
  width: 60%;
  margin-bottom: 100px;
}

.strength h2 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.strength h2 span {
  color: #2362ad;
  font-size: 14px;
  padding-left: 10px;
}

.award-table {
  padding-top: 100px;
}

.fa-user:before {
  content: "\f007";
  color: #c70a06;
}

/** レスポンシブ ****************************************/

@media all and (min-width: 1250px) {
  .footer-logo {
    margin-left: -35px;
  }
}

/*ワイドデスクトップ以上*/
@media all and (min-width: 1200px) {


  .sec1 a.more-bt {
    margin-right: 110px;
  }

  .border-gray::after {
    width: 921px;
  }

  .category {
    width: 921px;
  }

  /* スライダー */

  #wide-slider {
    display: block;
  }

  #tight-slider {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .navbar-nav {
    float: right;
  }

  .navbar-nav::after {
    clear: both;
    content: '';
    display: block;
  }

  .ld-none {
    display: none;
  }

  .cont-bt {
    margin: auto;
  }

  h3.items-title {
    margin-left: 16%;
  }

  /* .news-wrap {
    width: 50%;
  } */
}

@media all and (min-width: 768px) {
  .ec-cartNavi {
    min-width: auto;
  }
}

/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1200px) {
  .bg-wave::before {
    left: -100px;
    bottom: -50px;
  }

  .bg-wave::after {
    right: -250px;
    bottom: -80px;
  }



  .sec1 a.more-bt {
    margin-right: 0;
  }

  .border-gray::after {
    width: 785px;
  }

  .category {
    width: 785px;
  }

  .sec11-item-text {
    font-size: 14px;
  }
}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  .footer-contact::after {
    right: -88px;
  }

  .bg-wave::before {
    left: -200px;
    bottom: -80px;
  }

  .bg-wave::after {
    right: -250px;
    bottom: -110px;
  }

  .br-md {
    display: block;
  }

  h3.items-title {
    margin-left: 16%;
  }



  .border-gray::after {
    width: 605px;
  }

  .category {
    width: 605px;
  }
}

@media all and (min-width: 576px) and (max-width: 991px) {}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
  h3.items-title {
    margin-left: 130px;
  }


  .border-gray::after {
    width: 400px;
  }

  .category {
    width: 400px;
  }
}

@media all and (max-width: 1400px) {
.sec9 .container::before {
  left: -80px;
  bottom: 30px;
  width: 320px;
  height: 210px;
}
}

/*デスクトップまで*/
@media all and (max-width: 1199px) {
  .header-topnav li {
    padding: 0 5px;
  }

  .header-topnav {
    display: none;
  }

  .header-topnav2 {
    display: flex;
  }


  .header-topnav li a {
    font-size: 14px;
  }

  .header-topnav2 li {
    padding: 20px;
  }

  .header-topnav2 li a {
    font-size: 16px;
  }

  .navbar-toggler,
  .navbar-toggler span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .navbar-toggler {
    position: relative;
    width: 42px;
    height: 35px;
    border: none;
    margin-right: 3px;
  }

  .navbar-toggler {
    padding: .75rem .75rem;
  }

  .navbar-toggler:active,
  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #5f4d3f;
    border-radius: 4px;
  }

  .navbar-toggler.collapsed span:nth-of-type(1) {
    top: 4px;
  }

  .navbar-toggler.collapsed span:nth-of-type(2) {
    top: 15px;
    opacity: 1;
  }

  .navbar-toggler.collapsed span:nth-of-type(3) {
    top: 26px;
  }

  .navbar-toggler:not(.collapsed) span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-315deg);
    transform: translateY(15px) rotate(-315deg);
    top: 0;
    background-color: #5f4d3f;
  }

  .navbar-toggler:not(.collapsed) span:nth-of-type(2) {
    opacity: 0;
    background-color: #5f4d3f;
  }

  .navbar-toggler:not(.collapsed) span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(315deg);
    transform: translateY(-15px) rotate(315deg);
    bottom: 0;
    background-color: #5f4d3f;
  }

  /* スライダー */
  #slider-wrapper {
    position: relative;
    margin-left: -50%;
    /* 3枚の場合は300%
    left: 50%;
    width: 300%;*/
    /*4枚の場合
    left: 50%;
    width: 400%;
    */
    /* 5枚の場合*/
    left: 25%;
    width: 500%;
  }

  .bx-wrapper .custom-thumb .bxslider-2 img {
    width: 30%;
    height: auto;
    margin: 7px 2px;
  }

  #bxslider li {
    margin: 0;
  }

  .bx-wrapper img {
    /* 画像のサイズ設定と中央寄せの設定 */
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #bxslider {
    margin-left: 0;
    /*3枚の場合
    left: -33.35%;*/
    /*4枚の場合
    left: -25%;
    */
    /* 5枚の場合*/
    left: -15%;
  }

  #wide-slider {
    display: none;
  }

  #tight-slider {
    display: block;
  }

  .strength h2 span {
    display: block;
    padding-top: 5px;
    padding-left: 0;
  }

  .footer-copy-wrap-row {
    justify-content: space-evenly;
  }

  .footer-contact::after {
    right: -8px;
  }

}

@media all and (max-width: 991px) {
  .full div {
    /* height: 75vh; */
  }

  .header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000;
    color: #fff;
  }

  .header-topnav2 {
    display: none;
  }


  .ec-headerNaviRole__nav {
    display: none;
    width: 25px;
  }

  .header-banner {
    display: none;
  }

  .nav-rignt-box {
    display: none;
  }

  .ec-layoutRole .ec-layoutRole__contents {
    margin-top: 115px;
  }

  #slider-wrapper {}


  .sec4-item-name {
    font-size: 17px;
    width: 200px;
  }

  .sec9 .container::before {
    left: -50px;
    bottom: 40px;
    width: 255px;
    height: 160px;
}

  .cont-bt {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
  }

  .footer-contact::after {
    width: 280px;
  }

  ul.md-none {
    display: none;
  }

  form.md-none {
    display: none;
  }

  .navbar-nav {
    text-align: center;
  }

  .ld-none {
    display: block;
  }

  header .form-inline {
    position: relative;
    width: 280px;
  }

  header .form-inline .form-control {
    width: 100%;
    height: 30px;
    border-radius: 14px;
    font-size: 14px;
    color: #000000;
    position: relative;
    top: 8px;
    right: 0;
  }

  header .search-bt {
    position: absolute;
    top: 11px;
    right: 22px;
  }

  li.menu-item a {
    border-top: 1px solid #5b4e42;
    margin-right: -150px;
    margin-left: -150px;
    padding-right: 150px;
    padding-left: 150px;
  }

  li.menu-item:last-child a {
    border-bottom: 1px solid #5b4e42;
  }

  li.menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .menu-item a {
    padding: 5px 0;
  }

  ul.nav-buying-sp {
    padding: 0;
    margin: 0 auto;
  }

  .navbar-nav {
    margin: 0 auto;
    padding: 0;
  }

  ul.nav-buying-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  ul.nav-buying-sp li {
    display: block;
    font-size: 15px;
    width: 270px;
    margin: 3px 0;
  }

  ul.nav-buying-sp li a {
    display: block;
    padding: 5px 0;
    border-radius: 17px;
    width: 100%;
  }

  ul.nav-buying-sp li span {
    margin-left: -10px;
  }

  ul.nav-buying-sp li a.registered {
    border-right: none;
  }

  ul.nav-buying-sp li a.login {
    border-right: none;
  }

  ul.nav-buying-sp li a.mypage {
    padding-right: 0;
  }

  ul.nav-buying-sp li a.cart {
    color: #606060;
    width: 270px;
    background-color: #FFFFFF;
    border-radius: 17px;
    margin-left: 0;
    text-align: center;

  }

  ul.nav-buying-sp li a.cart span {
    margin-right: -20px;
    position: relative;
  }

  ul.nav-buying-sp li a.cart span::before {
    position: absolute;
    content: url(./images/cart.png);
    top: 50%;
    margin-top: -11px;
    left: -25px;
  }

  ul.nav-buying-sp li a.contact-sp {
    color: #606060;
    width: 270px;
    background-color: #FFFFFF;
    border-radius: 17px;
    margin-left: 0;
    text-align: center;
  }

  ul.nav-buying-sp li a.contact-sp span {
    margin-right: -20px;
    position: relative;
  }

  ul.nav-buying-sp li a.contact-sp span::before {
    position: absolute;
    content: url(./images/header-mail.png);
    top: 50%;
    margin-top: -8px;
    left: -28px;
  }

  ul.nav-buying-sp li a:hover {
    text-decoration: none;
  }

  .fa-bars:before {
    content: "\f0c9";
    color: #c70a06;
  }

  .ec-cartNavi__label {
    display: none;
  }

  .navbar>.container#container_id {
    padding-top: 8px;
  }

  /* 強み */
  .cont-box-1 {
    width: 70%;
    top: 144px;
    left: 0;
  }

  .strength .image-wrap-2 {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact::after {
    right: -61px;
  }
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  .full div {
    /* height: 55vh; */
  }

  .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    width: 130px;
  }

  #slider-wrapper {
    /* margin-top: 118px; */
  }

  .sec1_banner {
    margin-top: 25px;
    margin-bottom: 35px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }

  .sec1 .container {
    padding-left: 0;
  }

  .sec1 .more-bt {
    margin-top: 5px;
  }

  /* .bg-hotaruika {
    background: #000000 url(./images/bg-hotaru.png) 50px center no-repeat;
  } */

  .bg-hotaruika {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec9 .container::before {
    display: none;
  }

  .pick-up-box {
    padding-bottom: 30px;
  }

  .first,
  .second,
  .third {
    padding-bottom: 40px;
  }

  .first::after {
    background-image: none;
  }

  .cat-title {
    padding-bottom: 10px;
  }

  footer ul.nav-buying {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer ul.nav-buying li {
    display: block;
    font-size: 15px;
    width: 290px;
    margin: 3px 0;
  }

  footer ul.nav-buying li a {
    padding: 5px 0;
    border-radius: 17px;
  }

  footer ul.nav-buying li span {
    margin-left: -10px;
  }

  footer ul.nav-buying li a.registered {
    border-right: none;
  }

  footer ul.nav-buying li a.login {
    border-right: none;
  }

  footer ul.nav-buying li a.mypage {
    padding-right: 0;
  }

  footer ul.nav-buying li a.cart {
    color: #606060;
    width: 290px;
    background-color: #FFFFFF;
    border-radius: 17px;
    margin-left: 0;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }

  footer ul.nav-buying li a.cart span {
    margin-right: -20px;
  }

  .footer-contact::after {
    right: 124px;
  }

  .footer-logo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }


  .bg-wave::before {
    content: '';
  }

  .bg-wave::after {
    right: -100px;
    bottom: -20px;
  }

  /* モーダルウィンドウの中身のスタイル */
  .modal .inner {
    width: 90%;
  }

  table.page-table th,
  table.page-table td {
    width: 100%;
    display: block;
  }

  .child-table {
    border: none;
  }

  .child-table th {
    border-top: none;
    border-bottom: none;
  }

  .child-table th,
  .child-table td,
  .child-table .award-table th,
  .child-table .award-table td {
    width: 100%;
    display: block;
  }

  .child-table th.top-th {
    border-top: 1px solid #aab1b2;
  }

  .strength h1 {
    font-size: 25px;
  }

  .strength .st-desc {
    font-size: 15px;
    padding: 0 10px;
  }

  /* 強み */
  .strength .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .strength .image-wrap-1,
  .strength .image-wrap-2 {
    width: 100%;
  }

  .cont-box-1 {
    width: 90%;
    top: 300px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-bottom: 350px;
    margin-left: auto;
  }

  .cont-box-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .cont-box-1-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    top: 300px;
    right: 0;
    left: 0;
  }

  .strength .image-wrap-2 {
    margin-bottom: 200px;
  }

  .guide {
    background-image: url(./images/top/bg-2.jpg);
    background-size: auto;
    background-repeat: repeat;
  }
}

/*小デバイス(横向きモバイル)まで*/
@media all and (max-width: 575px) {
  .header_bb {
    border-bottom: none;
}
  #slider-wrapper {
    /* margin-top: 25vw; */
  }

  .sm-none {
    display: none;
  }

  .sm-br {
    display: block;
  }

  .logo {
    width: 70%
  }

  .about-title {
    font-size: 30px;
  }

  .about-1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .message-name {
    margin-bottom: 0px;
  }

  h3.items-title {
    margin-left: 70px;
  }

  a.more-bt {
    margin-right: 5px;
  }

  .footer-logo {
    margin-top: 30px;
  }

  .cont-box-1 {
    top: 220px;
    margin-bottom: 300px;
  }

  .cont-box-1-2 {
    top: 220px;
  }

  .strength .image-wrap-2 {
    margin-bottom: 200px;
  }

  .more-bt-bg-div::before {
    bottom: -5px;
    right: 0px;
}

  .sec3 {
    padding: 30px 0;
  }


  .sec4 {
    padding: 30px 0;
  }

  .sec4-item-name {
    font-size: 12px;
    width: 140px;
    bottom: 15px;
  }

  .sec5 {
    padding: 30px 0;
  }

  .sec6 {
    padding: 30px 0;
  }

  .sec7 {
    padding: 30px 0;
  }

  .sec9 {
    padding: 30px 0;
  }

  .guide-bg {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-contact {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .footer-contact::after {
    right: -6px;
  }
}

@media all and (max-width: 480px) {
  .full div {
    height: 165vw;
  }

  .full div.img01 {
    background-image: url(./images/top/fv01-2-sp.jpg);
  }

  .full div.img02 {
    background-image: url(./images/top/fv02-sp-new.jpg);
  }

  .full div.img03 {
    background-image: url(./images/top/fv03-sp.jpg);
  }

  .full div.img04 {
    background-image: url(./images/top/fv-20250527_sp.jpg);
  }

  /*
  .full div.img05 {
    background-image: url(./images/top/fv05-sp.jpg);
  }
  */
  .full div.img05 {
    background-image: url(./images/top/fv-newyear-sp.jpg);
  }

  .full div.img06 {
    background-image: url(./images/top/fv07-sp.jpg);
  }
  .full div.img-kenminshow {
    background-image: url(./images/top/fv-kenminshow-sp.jpg);
  }
  .sec_title {
    font-size: 22px;
  }

  .strength .image-wrap-2 {
    margin-bottom: 300px;
  }

  .bg-hotaruika {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-title img {
    width: 270px;
  }
}

/*小デバイスまで*/
@media all and (max-width: 420px) {
  

  h3.items-title span {
    padding-left: 0;
    font-size: 15px;
  }

  .br-420 {
    display: block;
    padding-left: 0;
  }

  .whiteline-box-wrap {
    margin-right: 20px;
  }

  /* .sec3 .container {
    background-color: rgba(000, 000, 000, 0.4);
  } */

  .whiteline-box {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    padding: 20px 15px;
    width: 59px;
    height: 222px;
    padding-top: 19px;
    padding-right: 15px;
  }

  .whiteline-box2 {
    width: 59px;
    height: 222px;
  }

  .sec3 .message {
    font-size: 15px;
    line-height: 20px;
    text-shadow: 1px 1px 3px #000000, -1px -1px 3px #000000;
  }

  .sec3 .message-name img {
    width: 50px;
    height: auto;
  }

  .sec3 .message-name {
    font-size: 16px;
  }

  .cont-box-1 {
    top: 180px;
  }

  .cont-box-1 {
    margin-bottom: 250px;
  }

  .strength .image-wrap-2 {
    margin-bottom: 400px;
  }
}

@media all and (max-width: 410px) {
  .cont-box-1-2 {
    top: 180px;
  }
}

@media all and (max-width: 400px) {
  #slider-wrapper {
    /* margin-top: 100px; */
  }

  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
    /* margin-top: 180px; */
  }

  .sec11-item-text {
    font-size: 14px;
  }
}

@media all and (max-width: 390px) {
  .head-title {
    font-size: 14px;
    letter-spacing: -0.01em;
  }


  .cont-bt span::before {
  }
}

@media all and (max-width: 340px) {
  .head-title {
    font-size: 13px;
  }

  .strength .image-wrap-2 {
    margin-bottom: 450px;
  }
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {}