/******************************/
/*#main_visual  SLIDER */
/******************************/
#main_visual {
  margin-top: 70px;
  overflow: hidden;
}
#main_visual .slider {
  position: relative;
}
#main_visual .slider img {
  position: relative;
  animation: animationZoom 35s ease-in-out 0s infinite normal;
  transform: scale(1.15);
}
@keyframes animationZoom {
	50%{ transform:scale(1); }        
}
#main_visual .bx-has-pager {
  display: none !important;
}
#main_visual .copyWrap {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  width: 100%;
}
#main_visual .copyWrap .u-container {
  width: 100%;
}
#main_visual .copy_text {
  margin-bottom: 20px;
}
#main_visual .copy_subtext {
  margin-bottom: 30px;
}
#main_visual .copyWrap p {
  font-size: 16px;
}
#main_visual .copy_text p {
  font-size: 61px;
  padding: 5px 60px 15px 20px;
  display: inline-block;
  background-color: #000;
}
#main_visual .copy_subtext p {
  font-size: 24px;
  padding: 15px 50px 15px 20px;
  display: inline-block;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #main_visual {
    margin: 70px auto 0;
  }
  #main_visual .copy_text {
    margin-bottom: 10px;
  }
  #main_visual .copy_subtext {
    margin-bottom: 20px;
  }
  #main_visual .copyWrap p {
    font-size: 14px;
  }
  #main_visual .copy_text p {
    padding: 3px 10px 7px 10px;
    font-size: 36px;
  }
  #main_visual .copy_subtext p {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
  }
}
/*
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
*/
#main_visual #slider div {
  width: 100%;
  max-width: 100%;
  height: 500px;
}
#main_visual #slider > div {
  display: none;
}
#main_visual .bx-viewport #slider > div {
  display: block;
  width: 100% !important;
}
#main_visual .bx-wrapper {
  z-index: 0;
}
#main_visual .bx-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
    #main_visual .bx-wrapper img {
    width: 100%;   
    height: 100%;
    object-fit: cover;
}
    }
#main_visual .bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
#main_visual .bx-wrapper .bx-pager {
  bottom: -27px !important;
}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}

/******************************/
/* フローティングバナー */
/******************************/
.flBnr {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 125px;
  height: auto;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flBnr {
    display: none;
  }
}

/******************************/
/* TITLE */
/******************************/
.c-ttl-main {
  font-size: 40px;
  font-weight: 900;
  color: #0A235D;
  margin: 0;
  display: block;
  text-align: left;
}
.c-ttl-main__ja {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #0A235D;
  line-height: 1.6;
}
.c-ttl-main__ja:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    font-size: 36px;
  }
  .c-ttl-main__ja {
    font-size: 14px;
  }
}
/******************************/
/* NEWS */
/******************************/
#informaitonArea {
  margin: 70px 0 60px;
}
#informaitonArea .informaitonWrap {
  display: flex;
  justify-content: space-between;
}
#informaitonArea .c-ttl-main {
  flex-basis: 175px;
  max-width: 175px;
  width: 100%;
}
.p-line-informaiton {
  flex-basis: calc(100% - 175px);
  max-width: calc(100% - 175px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  #informaitonArea .informaitonWrap {
    display: block;
  }
  #informaitonArea .c-ttl-main {
    margin-bottom: 30px;
  }
  .p-line-informaiton {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.p-line-informaiton ul {
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
  }
}
.p-line-informaiton li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #BFBFBF;
  font-size: 16px;
}
.p-line-informaiton li:last-child {
  margin-bottom: 0;
}
.p-line-informaiton li time {
  margin-right: 30px;
  color: #0A235D;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton li time {
    display: flex;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}

/******************************/
/* loopSlider */
/******************************/
#loopSlider {
  margin-bottom: 115px;
}
#loopSlider .bx-wrapper {
  max-width: 100% !important;
}
#loopSlider .bx-wrapper ul li {
  max-width: 100%;
}
#loopSlider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
@media screen and (max-width: 767px) {
  #loopSlider {
    margin-bottom: 100px;
  }
}
/******************************/
/* ブランドストーリー */
/******************************/
#brandstoryArea {
  text-align: center;
  position: relative;
  margin-bottom: 140px;
}
#brandstoryArea .c-ttl-main {
  text-align: center;
  margin-bottom: 40px;
}
#brandstoryArea:before {
  background: url(https://file003.shop-pro.jp/PA01478/045/images/text_story.png) no-repeat right bottom 35px;
  background-size: 958px auto;
  background-color: #F4F2EC;
  content: "";
  width:100%;
  height: 410px;
  position:absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
#brandstoryArea p {
  text-align: center;
  margin: 0 0 40px;
}
#brandstoryArea .link_btn a {
  margin: 0 auto;
}
#brandstoryArea ul {
  max-width: 830px;
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
#brandstoryArea ul li {
  flex-basis: 31%;
  max-width: 31%;
  width: 100%;
}
#brandstoryArea ul li:nth-child(2) {
  margin-top: 50px;
}
#brandstoryArea ul li:nth-child(3) {
  margin-top: 100px;
}
br.spDisp {
  display: none;
}
@media screen and (max-width: 767px) {
  #brandstoryArea {
    margin-bottom: 100px;
  }
  #brandstoryArea:before {
    background: url(https://file003.shop-pro.jp/PA01478/045/images/text_story.png) no-repeat right bottom 70px;
    background-size: 323px auto;
    background-color: #F4F2EC;
  }
  #brandstoryArea p {
    margin: 0 0 35px;
    font-size: 14px;
  }
  #brandstoryArea ul {
    display: block;
    margin-top: 90px;
  }
  #brandstoryArea ul li {
    max-width: 45%;
  }
  #brandstoryArea ul li + li {
    margin-top: 30px;
  }
  #brandstoryArea ul li:nth-child(2) {
    margin: 20px auto 0;
  }
  #brandstoryArea ul li:nth-child(3) {
    margin: 20px 0 0 auto;
  }
  br.spDisp {
    display: block;
  }
}

.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease;
}
.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0);
}
.effectFade.td1 {
  transition-delay: 0.1s;
}
.effectFade.td2 {
  transition-delay: 0.2s;
}
.effectFade.td3 {
  transition-delay: 0.3s;
}
.effectFade.effectShow {
  opacity: 1;
  transition-delay: 0s;
  transition: .3s ease-in;
}

/******************************/
/* FEATURE */
/******************************/
#featureArea {
  margin-bottom: 90px;
}
#featureArea h2 {
  margin: 0;
}
#featureArea .featureWrap {
  display: flex;
  justify-content: space-between;
}
#featureArea .featureWrap .sliderWrap {
  flex-basis: 44%;
  max-width: 44%;
  width: 100%;
}
#featureArea .featureWrap .sliderWrap .bx-viewport ul li {
  width: 100% !important;
}
#featureArea .featureWrap .textBox {
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
  padding-left: 50px;
  position: relative;
}
#featureArea .featureWrap .textBox h2 {
  max-width: 418px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
}
#featureArea .featureWrap .textBox .headLine {
  color: #0a235d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 900;
  padding: 50px 0 30px;
}
#featureArea .featureWrap .textBox p {
  font-size: 16px;
  color: #333;
  margin: 0 auto;
}
#featureArea .bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
#featureArea .bx-wrapper .bx-pager {
  text-align: right;
}
#featureArea .bx-wrapper .bx-pager .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

#featureArea .bx-wrapper .bx-pager.bx-default-pager a {
    background: #CAD5DB;
    width: 6px;
    height: 6px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
#featureArea .bx-wrapper .bx-pager.bx-default-pager a:hover,
#featureArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0A235D;
}
@media screen and (max-width: 767px) {
  #featureArea {
    margin-bottom: 65px;
  }
  #featureArea .featureWrap {
    display: block;
  }
  #featureArea .featureWrap .sliderWrap {
    max-width: 100%;
  }
  #featureArea .featureWrap .textBox {
    max-width: 100%;
    margin-top: 50px;
    padding-left: 0;
  }
  #featureArea .featureWrap .textBox h2 {
    max-width: 315px;
    right: 0;
  }
  #featureArea .featureWrap .textBox .headLine {
    font-size: 26px;
    padding: 0 0 30px;
    text-align: center;
  }
  #featureArea .featureWrap .textBox p {
    font-size: 14px;
  }
}

/******************************/
/* カスタマイズ バナー */
/******************************/
#customBnrArea {
  margin: 0 0 110px;
}
#customBnrArea ul {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
}
#customBnrArea ul li {
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
}
#customBnrArea a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #customBnrArea {
    margin-bottom: 100px;
  }
  #customBnrArea ul {
    display: block;
  }
  #customBnrArea ul li {
    max-width: 100%;
  }
}

/******************************/
/* lineup */
/******************************/
#lineupArea {
  margin-bottom: 90px;
  background-color: #F4F2EC;
}
#lineupArea h2 {
  text-align: center;
  position: relative;
  top: -25px;
  margin-bottom: 40px;
}
#lineupArea .lineupWrap .c-item-list .c-item-list__item {
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
  margin-bottom: 0;
}
#lineupArea .lineupWrap .c-item-list:before {
  content: "";
  display: block;
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
  order: 1;
}
#lineupArea .lineupWrap .c-item-list:after {
  content: "";
  display: block;
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
}
#lineupArea .lineupWrap .c-item-list .c-item-list__item:nth-child(n+5) {
  margin-top: 30px;
}
#lineupArea .lineupWrap .c-item-list .c-item-list__img {
  margin-bottom: 20px;
}
#lineupArea .lineupWrap .c-item-list .c-item-list__ttl {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
#lineupArea .lineupWrap .c-item-list .c-item-list__price {
  font-size: 14px;
  color: #0A235D;
  font-weight: 700;
  margin-top: 5px;
}
#lineupArea .link_btn {
  margin: 15px auto 0;
  position: relative;
  bottom: -27px;
}
#lineupArea .link_btn a {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lineupArea {
    margin-bottom: 100px;
  }
  #lineupArea .lineupWrap .c-item-list .c-item-list__item {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  #lineupArea .lineupWrap .c-item-list:before,
  #lineupArea .lineupWrap .c-item-list:after {
    display: none;
  }
  #lineupArea .lineupWrap .c-item-list .c-item-list__item:nth-child(n+5) {
    margin-top: 0;
  }
  #lineupArea .lineupWrap .c-item-list .c-item-list__item:nth-child(n+3) {
    margin-top: 30px;
  }
  #lineupArea .lineupWrap .c-item-list .c-item-list__ttl {
    font-size: 14px;
  }
}
.c-item-list:before {
  content: "";
  display: block;
  flex-basis: calc(25% - 10px);
  max-width: calc(25% - 10px);
}

/******************************/
/* 商品カテゴリー */
/******************************/
#catArea {
  margin-bottom: 80px;
}
#catArea h2 {
  text-align: center;
  margin-bottom: 40px;
}
#catArea h4 {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
#catArea .catWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#catArea .catWrap:after {
  content: "";
  display: block;
  flex-basis: calc(33.333333% - 10px);
  max-width: calc(33.333333% - 10px);
  width: 100%;
}
#catArea .catWrap .catBox {
  flex-basis: calc(33.333333% - 10px);
  max-width: calc(33.333333% - 10px);
  width: 100%;
}
#catArea .catWrap .catBox:nth-child(n+4) {
  margin-top: 30px;
}
#catArea .catWrap .catBox a {
  display: block;
  font-size: 16px;
  text-decoration: none;
}
#catArea .catWrap .catBox a:hover {
  color: #EFD300;
}
#catArea .catImg {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #catArea {
    margin-bottom: 65px;
  }
  #catArea h4 {
    font-size: 14px;
  }
  #catArea .catWrap .catBox {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  #catArea .catWrap .catBox:nth-child(n+4) {
    margin-bottom: 0;
  }
  #catArea .catWrap .catBox:nth-child(n+3) {
    margin-top: 30px;
  }
  #catArea .catWrap .catBox a {
    font-size: 14px;
  }
  #catArea .catImg {
    height: auto;
    margin-bottom: 15px;
  }
}

/******************************/
/* 島ぞうりスタイル */
/******************************/
#shimazouriStyleArea {
  width: 100%;
  height: 356px;
  margin-bottom: 80px;
  background: url('https://file003.shop-pro.jp/PA01478/045/images/bg_style.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}
#shimazouriStyleArea h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 900;
}
#shimazouriStyleArea:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}
#shimazouriStyleArea .outsidePadding,
#shimazouriStyleArea .u-container {
  height: 100%;
}
#shimazouriStyleArea .textWrap {
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}
#shimazouriStyleArea .textWrap p {
  text-align: center;
}
#shimazouriStyleArea .textWrap .link_btn {
  margin: 50px 0 0;
}
#shimazouriStyleArea .textWrap .link_btn a {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #shimazouriStyleArea {
    height: 401px;
    margin-bottom: 70px;
  }
  #shimazouriStyleArea h2 {
    font-size: 26px;
  }
  #shimazouriStyleArea .textWrap p {
    font-size: 14px;
  }
}

/******************************/
/* TOP RANKING */
/******************************/
#rankingArea {
  margin: 80px 0 0;
}
#rankingArea h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
#rankingArea .switch_btn {
  text-align: center;
}
#rankingArea .p-ranking-list {
  display: flex;
  flex-wrap: wrap;
}
#rankingArea .p-ranking-list:after {
  content: "";
  display: block;
  width: calc(20% - 15px);
}
#rankingArea .p-ranking-list:before {
  content: "";
  display: block;
  width: calc(20% - 15px);
  order: 1;
}
#rankingArea .p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#rankingArea .p-ranking-list .slick-prev,
#rankingArea .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}
#rankingArea .p-ranking-list .slick-prev:before,
#rankingArea .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
#rankingArea .p-ranking-list .slick-prev {
  left: 20px;
}
#rankingArea .p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
#rankingArea .p-ranking-list .slick-next {
  right: 20px;
}
#rankingArea .p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
#rankingArea .p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
  flex-basis: calc(20% - 20px * 4 / 5);
  max-width: calc(20% - 20px * 4 / 5);
  margin: 0 20px 0 0px;
}
#rankingArea .p-ranking-list__item:nth-child(5n) {
  margin: 0;
}
#rankingArea .p-ranking-list__item:nth-child(n + 6) {
  margin-top: 30px;
}
#rankingArea .p-ranking-list__img {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
#rankingArea .p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#rankingArea .p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rankingArea .p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
#rankingArea .p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #EA0000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#rankingArea .p-ranking-list__ttl {
  color: #333;
  font-size: 16px;
}
#rankingArea .p-ranking-list__ttl img {
  vertical-align: middle;
}
#rankingArea .p-ranking-list__price {
  color: #0A235D;
  margin-top: 30px;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
#rankingArea a:hover span .p-ranking-list__price {
  color: #EFD300;
}
#rankingArea .p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#rankingArea .p-ranking-list__btn.is-added {
  color: #000000;
}
#rankingArea .p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  #rankingArea {
    margin-top: 70px;
  }
  #rankingArea h2 {
    font-size: 36px;
  }
  #rankingArea .p-ranking-list {
    justify-content: space-between;
  }
  #rankingArea .p-ranking-list__item {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-right: 0;
  }
  #rankingArea .p-ranking-list__item:nth-child(n + 6) {
    margin-top: 0;
  }
  #rankingArea .p-ranking-list__item:nth-child(n + 3) {
    margin-top: 25px;
  }
  #rankingArea .p-ranking-list__img {
    text-align: center;
  }
  #rankingArea .p-ranking-list__ttl {
    color: #333;
    font-size: 14px;
  }
  #rankingArea .p-ranking-list .slick-next {
    right: 0px;
  }
  #rankingArea .p-ranking-list .slick-next:before {
    left: 13px;
  }
  #rankingArea .p-ranking-list .slick-prev {
    left: 0px;
  }
  #rankingArea .p-ranking-list .slick-prev:before {
    left: 17px;
  }
  #rankingArea .p-ranking-list .slick-prev:before,
  #rankingArea .p-ranking-list .slick-next:before {
    top: 15px;
  }
  #rankingArea .p-ranking-list .slick-prev,
  #rankingArea .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* BRAND STORY */
/******************************/
#brnad_storyArea {
    position: relative;
      background: #0A235D;
    height: 650px;
}
#brnad_storyArea span.brnad_heading_bg {
    background: url(https://img21.shop-pro.jp/PA01478/045/etc/img06.png?cmsp_timestamp=20211208111051)no-repeat;
    background-size: 100%;
    width: 132px;
    height: 96px;
  max-width: 100%;
    position: absolute;
    top: -38%;
    left: 23%;
    z-index: -1;
}
@media screen and (max-width: 767px) {
  #brnad_storyArea {
    height: auto;
    padding-bottom: 60px;
}
}
#brnad_storyArea h2 {
    margin: 0 auto 45px;
}
@media screen and (max-width: 430px) {
#brnad_storyArea h2 {
    width: 156px;
}
}
#brnad_storyArea .brnad_story_bg{
width: 100%;
 height: 350px;
 background: url(https://img21.shop-pro.jp/PA01478/045/etc/bg_brandstory.jpg?cmsp_timestamp=20211130143346) no-repeat;
  background-position-y: 60%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
#brnad_storyArea .brnad_story_bg {
    background-position: 50% -38px;
    background-size: cover;
}
}  
#brnad_storyArea .brnad_textArea {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
    width: 940px;
    padding: 50px 0px 45px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1030px) {
#brnad_storyArea .brnad_textArea {
    margin: -192px auto 0;
    position: initial;
  -webkit-transform: initial;
}
} 
#brnad_storyArea .brnad_textArea p {
    margin: 0 auto;
    max-width: 740px;
}
@media screen and (max-width: 900px) {
#brnad_storyArea .brnad_textArea p {
    padding: 0 30px;
}
}  
#brnad_storyArea .brnad_textArea a {
    margin: 40px auto 0;
}

/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
