
@media screen and (min-width:768px) {
/* PC */

/* フッダー関係 */

.pc_footer {
    font-family: a-otf-ryumin-pr6n, serif;
    font-style: normal;
    background-color: #f3eae7;
}

.smart_footer {
    display: none;
}

.pc_footer .foot_div {
    display: flex;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.pc_footer .grid_5 {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    grid-gap: 4%;
    width: 100%;
    margin-bottom: 5%;
}

.pc_footer #bo_table {
    margin-top: 3%;
    display: flex;
    width: 45%;
    justify-content: space-between;
}


.pc_footer .bo_logo {
    margin-top: 3%;
    /* width: 40%; */
}


.pc_footer .bo_icon {
  margin: 2.5% 0 0 0;
  width: 25%;
  position: absolute;
  left: 28%;
}

.pc_footer .footer_sns_icon {
    display: flex;
    list-style-type: none;
    justify-content: center;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
}

.pc_footer .footer_sns_icon li {
    width: 15%;
}

.pc_footer .footer_sns_icon li a img{
  width: 100%;
}

.pc_footer .footer_payment_icon {
    display: flex;
    list-style-type: none;
    justify-content: center;
    width: 90%;
    margin: 4% auto 0 auto;
    padding: 0;
}

.pc_footer .footer_payment_icon li{
  width: 15%;
}

.pc_footer .footer_payment_icon li img {
    width: 85%;
}

.pc_footer .footer_sns_txt{
  text-align: center;
  font-size: 16px;
}
.pc_footer .bo_logo img {
    width: 90%;
}

.pc_footer .fo_box {
    position: relative;
}

.pc_footer .fo_box img {
    width: 100%;
}

.pc_footer .fo_box p {
    /* margin-top: -24%; */
    top: 50%;
    color: #cc938a;
    position: absolute;
    font-size: 1.5em;
    width: 100%;
    top: 48%;
    left: 50%;
    padding: 0;
    margin: 0%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.pc_footer .bottom_footer {
    background-color: #c69ea6;
    font-size: 0.9em;
}
.pc_footer .main_contaniner_bottom {
    width: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    align-items: center;
}

.pc_footer .bottom_footer p {
    padding: 0.5%;
    width: auto;
    color: #FFF;
    font-size: 1.2em;
}

.pc_footer .last_foo {
    list-style: none;
    width: auto;
    display: flex;
    justify-content: flex-end;
    font-size: 1.2em;
}

.pc_footer .last_foo a {
    color: white;
    display: block;
    float: left;
    text-decoration: none;
    padding: 1% 0;
}

.pc_footer .footer_1 {
    list-style: none;
}

.pc_footer .footer_1 li {
    display: block;
    float: left;
    width: auto;
    padding: 1%;
    /* margin-top: 4%; */
    margin-top: 0%;
    width: 23%;
}

.pc_footer .footer_1 li img {
    width: 100%;
}

.pc_footer .f_1 {
    width: 127%;
    margin-left: -10%;
}

.second_smart {
    display: none;
}

.smart_third {
    display: none;
}

.smart_fifth_bottom {
    display: none;
}

.pc_footer .fo_box p {
    font-size: 20px;
}
.pc_footer .bottom_footer p {
    font-size: 1rem;
}
.pc_footer .last_foo {
    font-size: 1rem;
    display: flex;
    width: auto;
}
/* フッダー関係 */

}

@media screen and (max-width:767px) {
/* SP */

/* フッター */
  .pc_footer {
      display: none;
  }

  .smart_footer {
      font-family: a-otf-ryumin-pr6n, serif;
      font-style: normal;
      display: block;
  }
  .smart_footer .foot_div {
      display: block;
      width: 100%;
      background-color: rgb(248,248,248);
  }
  .smart_footer #bo_table {
      width: 100%;
  }
  .smart_footer .bo_logo {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
  }
  .smart_footer .bo_logo img {
      margin-top: 5%;
      margin-bottom: 5%;
      width: 80%;
      height: calc(5.6vw * (340 / 83));
  }
  .smart_footer .fo_box {
      position: relative;
      text-align: center;
  }
  .smart_footer .fo_box a{
    display: block;
  }
  .smart_footer .fo_box img {
      width: 100%;
      height: 17vw;
  }
  .smart_footer .fo_box p {
      /* margin-top: -24%; */
      color: rgb(0,0,0);
      position: absolute;
      font-size: 6em;
      width: 100%;
      top: 48%;
      left: 50%;
      padding: 0;
      margin: 0%;
      transform: translate(-50%, -50%);
      cursor: pointer;
  }

/* フッター */


/* フッター　SNS位置系 */
.smart_footer .foot_div .smart_f_1{
width: 100%;
}

.smart_footer .foot_div .smart_f_1 .smart_footer_1 {
display: flex;
list-style: none;
justify-content: space-around;
padding: 0% 2% 5% 2%;
margin-left: 15%;
margin-right: 15%;
}
.smart_footer .foot_div .smart_f_1 .sns_smart_word{
    text-align: center;
    font-size: 4.5em;
    margin: 5% 0 2% 0;
}
.smart_footer .foot_div .smart_f_1 .smart_footer_payment_icon{
    display: flex;
    list-style-type: none;
    justify-content: center;
    width: 90%;
    margin: 0% auto 5% auto !important;
    padding: 0;
}
.smart_footer .foot_div .smart_f_1 .smart_footer_payment_icon li{
width: 15%;
}
.smart_footer .foot_div .smart_f_1 .smart_footer_payment_icon li img{
  width: 90%;
    height: calc(10.2vw * (44 / 44));
}
.smart_footer .foot_div .smart_f_1 .sns_smart_menu_word{
font-size: 3em;
text-align: center;
margin: 3% 0 0 0;
}


.smart_footer .foot_div .smart_f_1 .smart_footer_1 img {
      width: 100%;
      height: calc(11vw * (44 / 44));
}

.smart_footer .smart_bottom_footer {
  background-color: rgb(187,172,161);
  display: block;
  padding: 4%;
}
.smart_footer .smart_bottom_footer p {
  text-align: center;
  font-size: 4em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5%;
  width: 100%;
  color: #FFF;
  margin-top: 5%;
}

.smart_footer .smart_bottom_footer .smart_last_foo {
      list-style: none;
      display: block;
      text-align: center;
      padding-bottom: 2%;
}

.smart_footer .smart_bottom_footer .smart_last_foo li {
        display: inline-block;
}
.smart_footer .smart_bottom_footer .smart_last_foo li>a {
        text-decoration: none;
        color: white;
        font-size: 4em;
}


/* フッター　SNS位置系 */

/* フッターバナー調整 */
.fo_box a .brihime{
      width: 100%;
      height: calc(3.8vw * (616 / 120)) !important;
}
.fo_box a .tokuten{
      width: 100%;
      height: calc(3.8vw * (616 / 120)) !important;
}

.fo_box a .poraroisu{
      width: 100%;
      height: calc(3.8vw * (616 / 120)) !important;
}


/* フッターバナー調整 */


/* ロゴバナー調整 */

.smart_footer .bo_logo{
  width: 100%;
}

/* ロゴバナー調整 */





}
