/******************************/
/* SLIDER */
/******************************/

@media screen and (min-width: 1030px) {
.slider {
/*    width: 1000px;*/
    margin: auto;
}
}
  
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
/* スライドショーの画像の高さが揃わない時の強制調節用 */  
/*  height: 450px !important;*/
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.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;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}


/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
    margin-top: 45px; 
    margin-bottom: 45px;   
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 1em;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 0.9em;
    border-top: solid 1px #ddd;
  }
}
.p-line-informaiton li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton li {
    padding: 10px 0;
    margin: 0;
    border-bottom: solid 1px #ddd;
  }
}

.p-line-informaiton li span {
  margin-right: 10px;
  color: #999;
}

.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
    display: block;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 1.4;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0 0 20px;
    font-size: 20px;    
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}




/******************************/
/* FEATURES(トピック) */
/******************************/

.p-features {
  padding-bottom: 30px;
}
.p-features-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1030px) {
  .p-features-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-features-list__item {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  width: 25%;
}


@media screen and (max-width: 1030px) {
  .p-features-list__item {
    margin-right: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 220px;
  }
}
.p-features-list__in {
  box-sizing: border-box;
  position: relative;
}

/* TOPICSの背景効果非表示 */
/*.p-features-list__in:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 30px;
  right: 10px;
  left: 10px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-features-list__in:before {
    top: 150px;
    bottom: 30px;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
}
.p-features-list__in:hover:before {
  content: "";
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.p-features-list__in:hover .p-features-list__img img {
  transform: scale(1.05, 1.05);
}*/
.p-features-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-features-list__img img {
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-features-list__txt {
  box-sizing: border-box;
  padding: 15px 0px;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  .p-features-list__txt {
    padding: 5px 0px;
    width: 250px;
  }
}
.p-features-list__ttl {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5;
}
.p-features-list__body {
  color: #909090;
  font-size: 0.8em;
}
@media screen and (max-width: 1030px) {
  .p-features-list__body {
    white-space: initial;
  }
}

/*-- スマホ版スライド停止する場合

@media screen and (max-width: 767px) {
.u-overflow-slide {
    overflow-x: auto;
    white-space: inherit;
    padding-bottom: 10px;
    width: 100%;
}
  
.p-features-list {
    display: flex;
    flex-wrap: wrap;
}
  
.p-features-list__item {
    margin: 0 auto;
    width: 90%;
}
.p-features-list__txt {
    padding: 5px 0px;
    width: auto;
}
.p-features-list__ttl {
    font-weight: bold;
    font-size: 1.1em;
    margin: 1em 0 0;
}  
.p-features-list__body {
    color: #909090;
    font-size: 0.9em;
}  
}
 スマホ版スライド停止ここまで  --*/

/***** お知らせ *****/
.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;
}
/******************************/
/* TOP CONCEPT */
/******************************/

  .p-concept {
    background-color: #F3F1EF;
    width: auto;
  }


@media screen and (max-width: 767px) {
  .p-concept {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-concept-list {
    margin: auto;
    max-width: 1200px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept-list {
    margin-top: 30px;
  }
}
.p-concept-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 135px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-concept-list__item:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:last-child {
    margin-bottom: 0px;
  }
}
.p-concept-list__item:nth-child(even) .p-concept-list__txt {
/* ●2021/08/25修正 ● */
/*  margin-left: 100px;
  margin-right: 130px; */  
  margin-left: 30px;
  margin-right: 130px;  
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__item:nth-child(even) .p-concept-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept-list__img {
  position: relative;
  box-sizing: border-box;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-concept-list__img {
    width: auto;
    text-align: center;
  }
}
.p-concept-list__img:before {
/*  content: "";
  position: absolute;
  top: 150px;
  bottom: 15px;
  right: 90px;
  left: 90px;
  z-index: -1;
  background: transparent;
  transform: scaleY(2.3) perspective(0.6em) rotateX(2deg);
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);*/
}
@media screen and (max-width: 767px) {
  .p-concept-list__img:before {
/*    bottom: 20px;
    right: 20%;
    left: 20%;*/
  }
}
.p-concept-list__txt {
  flex: 1;
/* ●2021/08/25修正 ● */
/*  margin-left: 130px;
  margin-right: 100px;*/  
  margin-left: 100px;
  margin-right: 70px;
}
@media screen and (max-width: 1030px) {
  .p-concept-list__txt {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-list__txt {
    padding: 30px 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.p-concept-list__ttl {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 180%;
  margin: 0 0 1em;
  font-family: 'dnp-shuei-mincho-pr6n';
}

@media screen and (max-width: 1030px) {
  .p-concept-list__ttl {
    font-size: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-concept-list__ttl {
    font-size: 19px;
  }
}

.p-concept-list__body {
  line-height: 200%;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-concept-list__body {
    font-size: 13px;
  }  
}


/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 100px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 25px;
    height: 25px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 6px;
  }
}
.p-ranking-list .slick-prev {
  left: -10px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: -10px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 8px;
  }
}
.p-ranking-list .slick-next {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: -10px;
  }
}
.p-ranking-list .slick-next:before {
  left: 9px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 5px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 0;
/*  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;*/
    width: 2em;
    line-height: 2em;
    font-size: 14px;
    font-weight: normal;
    background: #999;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__num {
    text-align: center;
    font-size: 11px;
  }
}


.p-ranking-list__ttl img {
  vertical-align: middle;
}

/* 1〜3位のカラー */
.p-ranking-list__txt .is-1 {
    background: #c7bb50;
}

.p-ranking-list__txt .is-2 {
    background: #c0c0c0;
}

.p-ranking-list__txt .is-3 {
    background: #b79485;
}

.p-ranking-list__ttl {
  font-size: 0.85em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8em;
    max-height: 3.5em;
}

.p-ranking-list__price {
  color: #909090;
  margin-top: 10px; 
  font-size: 0.85em;
}

/* ランキングお気に入りボタン非表示 */
.p-ranking-list__btn {
  display: none;
  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);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* slick選択時に消えないようにする上書き設定
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
   background: #666666 !important;
} */

/******************************/
/* TOP STYLING */
/******************************/
.p-styling {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-styling {
    margin-bottom: 0;
  }
}
.p-styling-list {
  box-sizing: border-box;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .p-styling-list {
    -webkit-column-count: 3;
    column-count: 3;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-styling-list__item {
  box-sizing: border-box;
  padding: 0px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.p-styling-list__item img {
  width: 100%;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
    max-width: 1100px;
    margin: 25px auto;
    padding: 45px 40px;
    background-color: #f3f1ef;
}
.p-information__body {
  margin-left: 20px;
  margin-right: 20px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}


.p-information__body a {
    text-decoration: underline;
}

/******************************/
/* 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;
/* ●2021/08/25追加 
  margin: 50px 0;
  background-color: #f7f7f7;● */
}
@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;
    max-width: 1300px;
    margin: auto;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
/* ●2021/08/28修正 スマホ版を1列⇒2列● */
/*    display: block;*/
      display: flex;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
/*  width: 33.3333%;*/
    width: 18.3333%;
    padding-bottom: 30px;  
}
/*@media screen and (max-width: 1030px) {*/
@media screen and (max-width: 1130px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 24.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
/* ●2021/08/28修正 スマホ版を1列⇒2列● */    
/*    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;    
    text-align: center;*/
    width: 50%;    
    padding: 10px;
    text-align: center;    
  }
}

/************************************************************/
/************************************************************/
/* 独自追加 */
/************************************************************/
/************************************************************/

/* --------------------------------------------------
 　共通パーツの一部をTOPページだけ非表示にする
 -------------------------------------------------- */

.top-none {
    display: none !important;
}

/*#header-information {
    display: none;
}*/

/* --------------------------------------------------
 　商品一覧（新着・おすすめなど）をPC4列にする
 -------------------------------------------------- */

.c-item-list__item {
    width: 25%;
}

@media screen and (max-width: 767px) {
.c-item-list__item {
    width: 50%;
}
}


/******************************/
/* 特徴 */
/******************************/


.feature {
    display: flex;  
    position: relative;
    margin: 100px auto 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 1130px;
/*  font-family: 'Sawarabi Mincho', "游明朝" , "Yu Mincho", "游明朝体", "YuMincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*//* 明朝 */  
}

.feature h2 {
    width: 300px;
    font-weight: normal;
    padding: 0 20px;
}

.feature h2 span {
    display: block;
}

.feature h2 span.en {
    font-size: 0.8rem;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #2D4C36;
}
.feature h2 span.ja {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}
.feature_list {
    border-left: 1px solid #ddd;
    width: calc(100% - 300px);
    padding: 0 0 0 50px;
}

.feature_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feature_list ul li {
    width: calc(100% - 22px);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #375152;
    position: relative;
    padding-left: 45px;
    font-size: 19px;
    color: #2D4C36;
}
.feature_list ul li:before {
    content: '';
    display: block;
    width: 19px;
    height: 18px;
    background: url(https://file003.shop-pro.jp/PA01315/206/img/icon/check-g.png) no-repeat 100% 0;
    background-size: 15px auto;
    border: 2px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 0;
}

.feature_list ul li span {
    display: block;
    font-size: 12px;
    color: #555;
/*    font-family: noto-sans-cjk-jp, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; */ 
}



@media screen and (max-width: 1030px) {
.feature {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  

.feature h2, .feature_list {
    width: auto;
  }
  
.feature h2 {
    text-align: center;
  }
  
.feature h2 span.ja {
    font-size: 1.1rem;
}  
  
.feature_list {
    border-left: none;
    padding: 30px 10px;
}
  
.feature_list ul li {
    font-size: 16px;
}
.feature_list ul li span {
    font-size: 12px;
}
  
  
}  
/* 特徴ここまで */



/* topimage */
.cover {
    position: relative;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
/*    max-height: 400px;*/
    overflow: hidden;
    margin-bottom: 50px;
}

@media screen and (max-width: 1030px) {
  .cover {
    margin-bottom: 30px;
    max-height: 360px;
  }
}

.img-fluid {
    width: 100%;
    height: auto;
}


picture {
    opacity: 1;
}

.cover h2 {
    color: #2D4C36;
    font-size: 1.9em;
    letter-spacing: 0.15em;
    line-height: 1.7;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
/*    transform: translateY(-28%);*/;
    width: fit-content;
    padding: 1.5em 3em;
    background-color: rgb(255 255 255 / 70%);
}

@media screen and (max-width: 1030px) {
  .cover h2 {
    color: #2D4C36;
    font-size: 2em;
    top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .cover h2 {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    padding: unset;
    background: no-repeat;
  }
}

span.cover-text-sub {
    display: block !important;
    margin-top: 1.5em;
    font-size: 0.5em;
    letter-spacing: 0.15em;
    line-height: 2;
}

@media screen and (max-width: 1030px) {
  span.cover-text-sub {
    font-size: 0.6em;
  }
}

span.cover-text-bk {
}


.brbox {
  margin: 0em auto;
    padding: 1em 2.5em 1em;
}

.brbox a {
    color: #ab7e51;
}



.column1208 {
    display: flex;
    flex-wrap: nowrap;
    max-width: 500px;
    margin: auto;
}

@media screen and (max-width: 767px) {
  .column1208 {
display: block;
  }
}


/* トップページでnewmarkは消す

.new_mark_img1 {
    display: none !important;
} */



/*　.p-o-mainvisual（※背景版）　*/

.p-o-mainvisual {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
/*    background-size: contain;*/
    width: 100%;
    height: 1000px;
    background-image: url(https://file003.shop-pro.jp/PA01315/206/img/top/2024_12_7_1920x1200_logo.jpg);
/*    height: 650px;
  background-image: url(https://file003.shop-pro.jp/PA01315/206/img/top/main-pc-pairring.jpg);*/
}

@media screen and (max-width: 1200px) {
.p-o-mainvisual {
    height: 640px;
  }
}	
	
@media screen and (max-width: 1030px) {
  .p-o-mainvisual {
    height: 450px;
  }
}

/* スマホ版でスライドショー未使用の場合の設定 */
@media screen and (max-width: 767px) {
  .p-o-mainvisual {
    height: 670px;
    background-image: url(https://file003.shop-pro.jp/PA01315/206/img/top/2024_05_mobile-1.jpg);
  }
}
/* スマホ版でスライドショー未使用の場合の設定ここまで */
  
.p-o-visualTitle {
    padding: 20px 40px;
    margin: 0 auto;
    text-align: center;
}
.p-o-visualTitle_in {
    max-width: 1000px;
    margin: 0 auto 20px;
}
.p-o-visualTitle h3 {
    font-size: 20px;
    line-height: 2em; 
}  
@media screen and (max-width: 767px) { 
  .p-o-visualTitle h3 {
    font-size: 15px;
}  
}
@media screen and (max-width: 767px) {
  .p-o-visualTitle {
    margin: 10px auto 0;
    background-color: #ffffff;
  }
  .p-o-visualTitle_in {
    text-align: left;
  }
  
.p-o-visualTitle .c-btn_sm {
    float: right;
  }
}

