html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3A3A3A;
  position: relative;
}

a {
  text-decoration: none;
  color: #000;
}

.header-bar {
  height: 60px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 300;
}

.header-bar-bg {
  background-color: #EFEEEE;
  position: absolute;
  right: 0;
  height: 60px;
  width: 410px;
}

@media screen and (max-width: 840px) {
  .header-bar-bg {
    width: 235px;
  }
}

.header-bar .logo {
  padding-left: 40px;
  width: 120px;
}

.header-bar .logo img {
  width: 120px;
}

@media screen and (max-width: 840px) {
  .header-bar .logo {
    padding-left: 20px;
    width: 80px;
  }
  .header-bar .logo img {
    width: 80px;
  }
}

.mainView {
  padding-top: 60px;
}

.page-link {
  padding-top: 80px;
  margin-top: -80px;
}

.navi-tel, .navi-cart, .navi-rakuten, .navi-line {
  position: fixed;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
  display: block;
  right: 45px;
  top: 0;
  padding-top: 12px;
  width: 70px;
}

.navi-rakuten{
  right: 190px;
}
.navi-rakuten img{
  width: 43px;
}
.navi-rakuten_sp{
  display: none;
}
.navi-rakuten_pc {
  right: 345px;
  top: 0;
  padding-top: 12px;
}
.navi-rakuten_pc img {
  width: 40px;
}
.navi-cart {
  right: 140px;
  top: 0;
  padding-top: 12px;
  width: 70px;
}

.navi-cart_pc {
  right: 280px;
  top: 0;
  padding-top: 12px;
  width: 70px;
}
.navi-cart_pc img {
  width: 190px;
}
.navi-cart_sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .navi-rakuten_pc{
    display: none;
  }
  .navi-rakuten_sp{
    display: block;
  }
  .navi-rakuten img{
    width: 40px;
  }
  .navi-cart_pc {
    display: none;
  }
  .navi-cart_sp {
    display: block;
  }
  .navi-cart_sp img{
    width: 35px;
  }
}

.navi-line_sp {
  display: none;
}

.navi-line_pc{
  right: 95px;
}

.navi-line img {
  width: 35px;
}

.navi-tel_sp {
  display: none;
}

.navi-tel img {
  width: 32px;
}


@media screen and (max-width: 840px) {
  .navi-rakuten {
    right: 173px;
  }
  .navi-cart {
    right: 128px;
  }
  .navi-line_sp {
    display: block;
    right: 85px;
  }
  .navi-line_pc{
    display: none;
  }
  .navi-tel {
    right: 43px;
    padding-top: 13px;
  }
  .navi-tel_pc {
    display: none;
  }
  .navi-tel_sp {
    display: block;
  }
  .navi-tel_sp img{
    width: 30px;
  }
}

.el_humburger_wrapper .text img {
  width: 100%;
}

@media screen and (max-width: 840px) {
  .el_humburger_wrapper .text {
    font-size: 7px;
  }
}

.header_title {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

h2 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 40px;
  font-weight: bold;
}

h2 br {
  display: none;
}

@media screen and (max-width: 840px) {
  h2 {
    font-size: 20px;
    line-height: 150%;
  }
  h2 br {
    display: inline;
  }
}

p {
  line-height: 180%;
  padding-bottom: 20px;
}

button {
  display: block;
  cursor: pointer;
  appearance: none;
  border-radius: 5px;
  border: solid 2px #fff;
  background: rgba(255, 0, 0, 0);
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

button::after {
  position: absolute;
  right: 10px;
  top: 14px;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
}

@media screen and (max-width: 840px) {
  button {
    font-size: 14px;
    padding: 10px 20px 10px 10px;
  }
  button::after {
    right: 5px;
    top: 13px;
  }
}

.common-header {
  height: 170px;
}

.common-header h1 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #fff;
  padding-top: 65px;
}

@media screen and (max-width: 840px) {
  .common-header h1 {
    font-size: 24px;
  }
}

.common-h2 {
  text-align: left;
  padding-bottom: 60px;
}

@media screen and (max-width: 840px) {
  .common-h2 {
    padding-bottom: 30px;
    text-align: center;
  }
}

.contents-innter {
  width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 840px) {
  .contents-innter {
    width: 100%;
    padding: 40px 0;
  }
  .contents-innter-sp {
    margin: 20px;
  }
}

.bg_cream {
  background-color: #F6F6EF;
}

.how-to-buy_common ul {
  display: flex;
  justify-content: space-between;
}

.how-to-buy_common ul li {
  border: solid 3px #3F5CC3;
  border-radius: 10px;
  text-align: center;
  width: 23%;
}

.how-to-buy_common ul li img {
  width: 150px;
  border-radius: 10px;
}

@media screen and (max-width: 840px) {
  .how-to-buy_common ul {
    flex-wrap: wrap;
  }
  .how-to-buy_common ul li {
    width: 47%;
    margin-bottom: 10px;
  }
  .how-to-buy_common ul li img {
    width: 100%;
  }
}

.how-to-buy_common ul li span {
  display: block;
  background-color: #3F5CC3;
  color: #fff;
  line-height: 300%;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding-right: 10px;
}

.how-to-buy_common ul li span::after {
  position: absolute;
  right: 10px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
}

@media screen and (max-width: 840px) {
  .how-to-buy_common ul li span {
    font-size: 12px;
    font-weight: normal;
  }
  .how-to-buy_common ul li span::after {
    right: 5px;
  }
}

footer {
  background-color: #4E4114;
  color: #fff;
  text-align: center;
}

footer .footer-logo img {
  width: 150px;
}