* {
  font-family: "Yu Mincho Regular", "YuMincho Medium", serif;
}
a {
  text-decoration: none !important;
}

.l-wrapper {
  width: calc(100% - 140px);
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    width: calc(100% - 44px);
  }
}

.ec-blockTopBtn {
  right: 15px;
}

.ec-welcomeMsg p {
  display: none;
}

/* トップページ */
.home-product__img {
  display: block;
}
/* .home-product__img {
position: relative;
transition: 0.3s;
display: block;
cursor: pointer;
} */
/* .home-product__img:hover {
cursor: pointer;
} */
/* .home-product__img span {
position: absolute;
width: 100px;
height: 20px;
bottom: 3rem;
right: 4rem;
opacity: 0;
transition: 0.3s;
} */
/* .home-product__img:hover span {
opacity: 1;
z-index: 1;
} */
/* .home-product__img span img {
display: block;
width: 100%;
} */
/* .home-product__img::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(154, 2, 1, 0);
outline: 1px solid rgba(255, 255, 255, 0);
outline-offset: -3rem;
transition: 0.3s;
cursor: pointer;
} */
/* .home-product__img:hover::after {
background-color: rgba(154, 2, 1, 0.4);
outline: 1px solid rgba(255, 255, 255, 1);
} */

@media screen and (max-width: 768px) {
  .home-product__txt .desc h2 {
    margin-left: 2rem;
  }
}

.c-ingredients p,
.c-ingredients li {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.8;
}

.home-product__txt .desc .c-wm-vrl p {
  color: #2a2a2a;
}
@media screen and (max-width: 480px) {
  #home_intro .home-intro__txt .c-wm-vrl.tbsp p {
    margin-block-start: 7rem;
  }
}
@media screen and (max-width: 414px) {
  #home_intro .home-intro__txt .c-wm-vrl.tbsp p {
    margin-block-start: 5rem;
  }
}
@media screen and (max-width: 380px) {
  #home_intro .home-intro__txt .c-wm-vrl.tbsp p {
    margin-block-start: 0rem;
  }
}
@media screen and (max-width: 480px) {
  #home_product .home-product__txt .c-wm-vrl h2 {
    margin-block-start: 6rem;
  }
}
@media screen and (max-width: 414px) {
  #home_product .home-product__txt .c-wm-vrl h2 {
    margin-block-start: 4rem;
  }
}
@media screen and (max-width: 380px) {
  #home_product .home-product__txt .c-wm-vrl h2 {
    margin-block-start: 1rem;
  }
}

/* 商品詳細 */
.p-product__card .desc p {
  line-height: 2.6;
}

@media screen and (max-width: 768px) {
  .p-product__description {
    text-align: left;
  }
}

/* 店舗紹介 */
.page_help_about .content-shop .l-col2 {
  margin-bottom: 20px;
}

/* 採用情報 */
.page_career .content__body .desc {
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .page_career .content__body .desc {
    text-align: left;
  }
}

/* マイページ */
.ec-mypageRole {
  padding-left: 70px;
  padding-right: 70px;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .ec-mypageRole {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ec-mypageRole .ec-para-normal {
  color: black;
}

.ec-mypageRole .ec-historyRole {
  padding: 3rem 20px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .ec-mypageRole .ec-historyRole {
    margin-bottom: 3rem;
  }
}

.ec-mypageRole .ec-historyRole .ec-historyRole__contents {
  padding: 0;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ec-mypageRole .ec-historyRole .ec-historyRole__contents {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
.ec-mypageRole .ec-historyRole .ec-historyRole__contents .detail_subtitle{
  width: 80%;
  display: block;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-historyRole__detail {
  width: 40%;
  min-width: 360px;
}
@media screen and (max-width: 768px){
  .ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-historyRole__detail{
    width: 40%;
    border-top: none;
  }
}
@media screen and (max-width: 480px){
  .ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-historyRole__detail{
    width: 100%;
    margin-bottom: 2rem;
  }
}
.ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-historyRole__detail .ec-imageGrid .ec-imageGrid__img{
  padding: 0 10px 0 0;
  width: 160px;
}
.ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-historyRole__header{
  width: 35%;
}
@media screen and (max-width: 768px){
  .ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-historyRole__header{
    width: 45%;
  }
}
@media screen and (max-width: 480px){
  .ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-historyRole__header{
    width: 100%;
    margin-bottom: 1rem;
  }
}
.ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-detailBtn {
  width: 25%;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px){
  .ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-detailBtn {
    padding-top: 2rem;
    width: 100%;
  }
}
.ec-mypageRole .ec-historyRole .ec-historyRole__contents .ec-detailBtn  .ec-historyListHeader__action a{
  margin: 0 auto;
  display: block;
  min-width: 120px;
  width: 50%;
  background-color: #9a0000;
  border-color: #9a0000;
  color: #fff;
}

.ec-mypageRole .ec-pageHeader {
  height: 6rem;
}
.ec-mypageRole .ec-pageHeader h1 {
  display: none;
}
.ec-navlistRole .p-navlist__navlist .p-navlist__item a {
  font-size: 1.4rem;
}
.ec-navlistRole .p-navlist__navlist .p-navlist__item.active a {
  background-color: #9a0000;
  color: #fff;
}

.ec-welcomeMsg {
  color: black;
}

.ec-role {
  padding-bottom: 2rem;
}

.ec-historyRole .ec-historyRole__contents {
  border-top: none;
  color: black;
}

.ec-mypageRole .ec-editRole {
  margin-bottom: 60px;
}

.c-btn--zip a {
  width: 84px;
}

/* マイページ(会員情報編集) */
.ec-mypageRole .ec-editRole .ec-off1Grid .ec-off1Grid__cell {
  width: 100%;
  margin-left: 0;
}

.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-borderedDefs
dt {
  padding: 0;
  width: 173px;
}
.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-borderedDefs
dt
legend,
.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-borderedDefs
dt
label {
  font-size: 1.4rem;
  color: black;
}
.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-borderedDefs
dd {
  padding: 0;
  width: calc(100% - 173px);
}
@media screen and (max-width: 480px) {
  .ec-mypageRole
  .ec-editRole
  .ec-off1Grid
  .ec-off1Grid__cell
  .ec-borderedDefs
  dd {
    width: 100%;
    padding: 1.2rem 0;
  }
}
.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-borderedDefs
dd
.ec-halfInput
input[type="text"],
.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-borderedDefs
dd
.ec-input
input[type="text"],
.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-borderedDefs
dd
.ec-input
input[type="password"] {
  max-width: 320px;
  height: 5rem;
}
.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-borderedDefs
dd
input,
.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-borderedDefs
dd
select {
  font-size: 1.2rem;
}

.ec-mypageRole
.ec-editRole
.ec-off1Grid
.ec-off1Grid__cell
.ec-RegisterRole__actions
.ec-off4Grid
.ec-off4Grid__cell {
  margin-left: 0;
}
.ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
  max-width: 25rem;
  margin: 0 auto;
}

/* マイページ(注文履歴) */
.ec-role .ec-inlineBtn{
  margin: 0 auto 2rem;
  display: block;
  max-width: 25rem;
  display: block;
  background-color: #9A0000;
  border: 1px solid #9A0000;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

/* マイページ(会員情報編集完了) */
.ec-registerCompleteRole
.ec-off2Grid
.ec-off2Grid__cell
.ec-off4Grid
.ec-off4Grid__cell {
  margin-left: 0;
  margin-bottom: 4rem;
}
/* マイページ(お届け先一覧) */
.ec-addressRole .ec-addressRole__actions .ec-inlineBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 25rem;
  margin: 0 auto;
  background-color: #525263;
  border-color: #525263;
  color: white;
  height: 5rem;
}

.ec-addressList .ec-addressList__item {
  padding: 2rem;
  margin-bottom: 3rem;
  color: black;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .ec-addressList .ec-addressList__item {
    padding: 1rem;
  }
}

.ec-addressList .ec-addressList__item .ec-addressList__action .ec-inlineBtn{
  background-color: #9a0000;
  border-color: #9a0000;
  color: white;
}

/* マイページ(退会手続き) */
.ec-withdrawRole .ec-off3Grid .ec-off3Grid__cell .ec-withdrawRole__title,
.ec-withdrawRole .ec-off3Grid .ec-off3Grid__cell .ec-withdrawRole__description {
  color: black;
}
.ec-withdrawRole .ec-off4Grid .ec-off4Grid__cell {
  margin-left: 0;
  margin-bottom: 4rem;
}

/* お届け先指定ページ */
.ec-AddAddress {
  margin: 0 10% 60px;
}

/* ご注文指定手続き */
.ec-input p {
  padding: 5px 0;
}
.ec-orderDelivery__edit {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ec-orderRole .ec-orderRole__detail {
    padding: 20px;
  }
}

.ec-orderRole {
  color: black;
}

.ec-orderRole .ec-orderRole__detail-wrapper {
  width: 66.66666%;
}
@media screen and (max-width: 768px) {
  .ec-orderRole .ec-orderRole__detail-wrapper {
    width: 100%;
  }
}

.ec-orderRole .ec-orderRole__detail {
  padding-bottom: 10px;
  margin-bottom: 2rem;
  width: 100%;
}

.ec-orderRole .ec-orderRole__detail .ec-rectHeading h2 {
  margin-bottom: 1rem;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .ec-orderRole .ec-orderRole__detail .ec-rectHeading h2 {
    padding: 0 0 10px;
    margin-bottom: 1rem;
    border-top: none;
  }
}

.ec-orderRole .ec-orderRole__detail .ec-orderConfirm .ec-input {
  word-break: break-all;
}

@media screen and (max-width: 480px) {
  .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList .ec-imageGrid {
    display: flex;
    flex-direction: column;
  }
  .ec-orderDelivery
  .ec-orderDelivery__item
  .ec-borderedList
  .ec-imageGrid
  .ec-imageGrid__img {
    width: 100%;
  }
  .ec-orderDelivery
  .ec-orderDelivery__item
  .ec-borderedList
  .ec-imageGrid
  .ec-imageGrid__content {
    width: 100%;
  }
}
.ec-orderDelivery .ec-orderDelivery__actions .ec-selects {
  border-bottom: none;
}

.ec-orderRole .ec-orderRole__summary-wrapper {
  width: 33.3333%;
  padding: 0 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ec-orderRole .ec-orderRole__summary-wrapper {
    width: 100%;
    padding: 0;
  }
}
.ec-orderRole .ec-orderRole__summary-wrapper .ec-orderRole__summary {
  width: 100%;
  padding: 0;
  margin-top: 0 !important;
}

.ec-orderRole .ec-orderRole__summary-wrapper .ec-orderRole__summary {
  width: 100%;
  margin-top: 0 !important;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .ec-orderRole .ec-orderRole__summary-wrapper .ec-orderRole__summary {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    transform: none !important;
    padding: 0 !important;
  }
}

/* カートページのお支払い情報 */
.ec-orderDelivery .ec-orderDelivery__change {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}

/* カート */
.p-cart table tbody tr td .float_title{
  display: none;
}

@media screen and (max-width: 480px){
  .p-cart table {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    border: none;
  }
  .p-cart table thead {
    display: none;
  }
  .p-cart table tbody {
    width: 100%;
    display: block;
  }
  .p-cart table tbody tr {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    background-color: #fff;
  }
  .p-cart table tbody tr td{
    width: 100% !important;
    display: block;
    padding: 1.2rem 0 1.2rem 1.2rem;
  }
  .p-cart table tbody tr td .float_title{
    display: block;
    float: left;
  }
  .p-cart table tbody tr td.ec-cartRow__delColumn .c-btn{
    width: 10rem;
    padding: 0 12px;
  }
  .p-cart table tbody tr td.ec-cartRow__delColumn .c-btn .ec-icon{
    line-height: 3rem;
  }

  .p-cart table tfoot {
    width: 100%;
    display: block;
  }
  .p-cart table tfoot tr {
    width: 100%;
    display: block;
    background-color: #fff;
  }
  .p-cart table tfoot tr td:first-child{
    display: none;
  }
  .p-cart table tfoot tr td{
    width: 100%;
    display: block;
  }
}
.p-cart table th.img,
.p-cart table td.img {
  width: calc(114 / 1280 * 100%);
  width: 9.90625%;
}
@media screen and (max-width: 480px) {
  .p-cart {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-cart table th.img,
  .p-cart table td.img {
    width: 20%;
  }
  .p-cart table th.title,
  .p-cart table td.title {
    width: 23%;
  }
  .p-cart table th.number,
  .p-cart table td.number {
    width: 7%;
  }
  .p-cart table th.title,
  .p-cart table td.title {
    width: 23%;
  }
  .p-cart table th.img,
  .p-cart table td.img {
    width: 20%;
  }
  .p-cart table th,
  .p-cart table td {
    padding: 0.4rem;
  }
}

@media screen and (max-width: 480px) {
  .p-cart table td.img img{
    max-width: 240px;
  }
}

.p-cart table th.title,
.p-cart table td.title {
  width: calc(439 / 1280 * 100%);
  width: 32.296875%;
}

.p-cart table td.number .tasihiki {
  width: 50%;
  min-width: 80px;
  justify-content: space-around;
  align-items: center;
}
.p-cart table td.number .tasihiki a {
  width: 16px;
  height: 16px;
}
.p-cart table td.number .tasihiki a span {
  display: block;
  width: 100%;
  height: 100%;
}
.p-cart table td.number .tasihiki a span img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.p-cart table td.number .tasihiki .ec-cartRow__amountDownButtonDisabled {
  width: 16px;
  height: 16px;
}

.p-cart
table
td.number
.tasihiki
.ec-cartRow__amountDownButtonDisabled
.ec-cartRow__amountDownButton__icon {
  width: 100%;
  height: 100%;
  display: block;
}

.p-cart
table
td.number
.tasihiki
.ec-cartRow__amountDownButtonDisabled
.ec-cartRow__amountDownButton__icon
img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
}

.p-cart table td.number .tasihiki .ec-cartRow__amountDownButtonDisabled {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .p-navlist__navlist {
    margin-bottom: 20px;
  }
}

/* お問い合わせフォームのチェックボックス */
.c-formCheckbox__label {
  padding-left: 0;
}
.c-formCheckbox__label .checkbox {
  top: -11px;
}

/* お問い合わせ確認画面 */
.ec-RegisterRole__actions .p-form__btn .ec-blockBtn--cancel {
  margin-top: 2rem;
  background-color: #525263;
}

/* ヘッダーのホバー時の小さい丸 */
.p-headerB__menu li:not(.item--active) {
  position: relative;
  transition: 0.3s;
}

.p-headerB__menu li:not(.item--active)::before {
  opacity: 0;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #9a0000;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -2px;
  transition: 0.3s;
}

.p-headerB__menu li:not(.item--active):hover::before {
  opacity: 1;
}

.p-headerB__menu .item--active::before {
  height: 4rem;
}
.p-headerB__menu .item--active::after {
  transform: translateY(6rem);
  -webkit-transform: translateY(6rem);
}

/* フッターのz-index系 */
.l-layout__footer {
  position: relative;
}

/* 特定商取引に関する規約 */
.c-table th,
.c-table td {
  padding: 1.8rem 5%;
}

/* 会員登録確認画面 */
.ec-registerRole__actions
.ec-off4Grid
.ec-off4Grid__cell {
  margin-left: 0;
}
.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action,
.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
  max-width: 25rem;
  margin: 0 auto 1rem;
}

/* 会員登録完了画面 */
.ec-reportHeading h2 {
  color: black;
}
@media screen and (max-width: 480px) {
  .ec-reportHeading h2 {
    font-size: 20px;
  }
}
.ec-reportDescription {
  color: black;
}
@media screen and (max-width: 480px) {
  .ec-reportDescription {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .ec-registerCompleteRole {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .ec-off3Grid .ec-off3Grid__cell {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .ec-off3Grid .ec-off3Grid__cell {
    margin-left: 15%;
  }
}

.ec-registerCompleteRole .ec-off4Grid .ec-off4Grid__cell{
  margin-left: 0;
}

.ec-blockBtn--cancel {
  margin-bottom: 4rem;
}

/* パスワード再発行画面 */
.ec-role {
  background-color: transparent;
  color: black;
}
.ec-role .ec-pageHeader h1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ec-role .ec-pageHeader h1 {
    margin-bottom: 0;
    border: none;
  }
}
.ec-forgotRole {
  padding-top: 4rem;
  color: black;
}
.ec-forgotRole form#form1 {
  flex-wrap: wrap;
}
.ec-forgotRole form#form1 .ec-off4Grid {
  width: 100%;
}
.ec-forgotRole form#form1 .ec-off4Grid .ec-off4Grid__cell {
  margin: 0 auto;
}
.ec-forgotRole form#form1 .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action {
  max-width: 25rem;
  margin: 0 auto 4rem;
}

@media only screen and (min-width: 768px) {
  .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
  }
}

.ec-registerRole {
  color: black;
}
.ec-registerRole form#form1 {
  flex-wrap: wrap;
}
.ec-registerRole form#form1 .ec-off4Grid {
  width: 100%;
}
.ec-registerRole form#form1 .ec-off4Grid .ec-off4Grid__cell {
  margin: 0 auto;
}
.ec-registerRole
form#form1
.ec-off4Grid
.ec-off4Grid__cell
.ec-blockBtn--action {
  max-width: 25rem;
  margin: 0 auto 4rem;
}

/* お届け先の指定ページ */
.ec-addressList .ec-addressList__remove {
  width: 1rem;
  margin: 0 0 0 auto;
}

/* お届け先新規登録ページ */
.ec-borderedDefs dt {
  width: 173px;
}
@media screen and (max-width: 768px) {
  .cart_page .l-layout__main {
    padding-top: 2rem;
    border-top: none;
  }
  .ec-borderedDefs dt {
    padding: 0 1rem;
  }
  .ec-borderedDefs dd {
    padding: 0 1rem;
  }
}

/* 注文完了画面 */
.ec-cartCompleteRole .ec-off4Grid .ec-off4Grid__cell {
  margin-left: 0;
}

/* 退会手続き確認 */
.ec-withdrawConfirmRole {
  color: black;
}

.ec-withdrawConfirmRole .ec-off4Grid .ec-off4Grid__cell{
  margin-left: 0;
}
.ec-withdrawConfirmRole .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel{
  margin: 0 auto 2rem;
}
.ec-withdrawConfirmRole .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn{
  max-width: 25rem;
  margin: 0 auto 2rem;
}

/* ログインせずに購入する時の情報入力画面 */
.ec-borderedDefs dt {
  padding: 0;
  width: 173px;
}
.ec-borderedDefs dd{
  padding: 0;
}

.ec-halfInput input, .ec-input input {
  max-width: 320px;
}

.p-form__btn .c-btn .ec-blockBtn--action{
  margin-bottom: 2rem;
}




.home-mv__item {
  padding: 25% 0;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .home-mv__item {
    padding: 40% 0;
  }
}

@media screen and (max-width: 480px) {
  .home-intro .c-wm-vrl {
    height: 360px;
    font-size: 14px;
    line-height: 3rem;
  }
  .home-product__txt .desc{
    height: 260px;
  }
  .home-product__txt .desc .c-wm-vrl {
    line-height: 2.3rem;
  }
}



/* 改行用 */
.br1440on{
  display:none;
}
.br1024on{
  display:none;
}
.br768on{
  display:none;
}
.br480on{
  display:none;
}
.br375on{
  display:none;
}

/* レスポンシブ時の切り替え用 */
.sp1440on{
  display:none;
}
.sp1024on{
  display:none;
}
.sp768on{
  display:none;
}
.sp480on{
  display:none;
}
.sp375on{
  display:none;
}
@media screen and (max-width:1440px){
  .br1440off{
    display:none;
  }
  .sp1440off{
    display:none;
  }
  .br1440on{
    display:block;
  }
  .sp1440on{
    display:block;
  }
}
@media screen and (max-width:1024px){
  .br1024off{
    display:none;
  }
  .sp1024off{
    display:none;
  }
  .br1024on{
    display:block;
  }
  .sp1024on{
    display:block;
  }
}
@media screen and (max-width:768px){
  .br768off{
    display:none;
  }
  .sp768off{
    display:none;
  }
  .br768on{
    display:block;
  }
  .sp768on{
    display:block;
  }
}
@media screen and (max-width:480px){
  .br480off{
    display:none;
  }
  .sp480off{
    display:none;
  }
  .br480on{
    display:block;
  }
  .sp480on{
    display:block;
  }
}
@media screen and (max-width:375px){
  .br375off{
    display:none;
  }
  .sp375off{
    display:none;
  }
  .br375on{
    display:block;
  }
  .sp375on{
    display:block;
  }
}


/* -------- 店舗紹介 -------- */
.page_help_about .list_title {

}
.page_help_about .company_profile{
  width: 80%;
  margin: auto;
  margin-top: 3rem;
}
.company_profile .co_pro_list{
  display: flex;
  border-top: 1px solid #000;
  padding: 20px 0;
}
.company_profile .co_pro_list:last-child{
  border-bottom: 1px solid #000;
}
.company_profile .left_item{
  width: 33%;
  padding-left: 40px;
}
.company_profile .right_item{
  width: 67%;
}
@media screen and (max-width:1024px){
  .page_help_about .company_profile{
    width: 100%;
  }
}
@media screen and (max-width:480px){
  .company_profile .co_pro_list {
    padding: 10px 0;
  }
  .company_profile .left_item {
    width: 25%;
    padding-left: 10px;
  }
  .company_profile .right_item {
    width: 75%;
    line-height: 1.6;
  }
}

/* -------- 商品詳細 -------- */
.p_product__info {
  width: 90%;
}
.p_product__info_inner{
  margin-top: 5px;
}
.product_info_title {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width:1024px){
  .p_product__info{
    text-align: left;
    width: 65%;
    margin: auto;
  }
}
@media screen and (max-width:768px){
  .p_product__info {
    display: none;
  }
}
